diff options
author | Eike Rathke <erack@redhat.com> | 2015-10-21 14:47:04 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-10-21 14:48:20 +0200 |
commit | 2d636b56d8ae75140a1d972b52a0fdb7bffae8c3 (patch) | |
tree | a8fc63a7c7be63382f9cdcf623075a60245fb26a /svx/source/dialog | |
parent | 7950288c58522b6bd1c8c804d3a336d1ca388c58 (diff) |
add block/subset names new in Unicode Standard 8.0 / ICU 56
Change-Id: I42685ff22f61f2c6c82439dd23393fd1ac17daa0
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/ucsubset.src | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/svx/source/dialog/ucsubset.src b/svx/source/dialog/ucsubset.src index eadec3c49a9c..e520e77e25d8 100644 --- a/svx/source/dialog/ucsubset.src +++ b/svx/source/dialog/ucsubset.src @@ -1039,6 +1039,46 @@ Resource RID_SUBSETMAP { Text [ en-US ] = "Warang Citi"; }; + String RID_SUBSETSTR_AHOM + { + Text [ en-US ] = "Ahom"; + }; + String RID_SUBSETSTR_ANATOLIAN_HIEROGLYPHS + { + Text [ en-US ] = "Anatolian Hieroglyphs"; + }; + String RID_SUBSETSTR_CHEROKEE_SUPPLEMENT + { + Text [ en-US ] = "Cherokee Supplement"; + }; + String RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E + { + Text [ en-US ] = "CJK Unified Ideographs Extension E"; + }; + String RID_SUBSETSTR_EARLY_DYNASTIC_CUNEIFORM + { + Text [ en-US ] = "Early Dynastic Cuneiform"; + }; + String RID_SUBSETSTR_HATRAN + { + Text [ en-US ] = "Hatran"; + }; + String RID_SUBSETSTR_MULTANI + { + Text [ en-US ] = "Multani"; + }; + String RID_SUBSETSTR_OLD_HUNGARIAN + { + Text [ en-US ] = "Old Hungarian"; + }; + String RID_SUBSETSTR_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS + { + Text [ en-US ] = "Supplemental Symbols And Pictographs"; + }; + String RID_SUBSETSTR_SUTTON_SIGNWRITING + { + Text [ en-US ] = "Sutton Signwriting"; + }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |