xref: /trunk/main/svx/source/dialog/ucsubset.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28 // include ---------------------------------------------------------------
29#include <svx/ucsubset.hrc>
30
31/*
32 * strings for unicode range descriptions (used e.g. by charmap)
33 * (see the Unicode Standard & TrueType::OS2.ulUnicodeRange description)
34 */
35
36Resource RID_SUBSETMAP
37{
38String RID_SUBSETSTR_BASIC_LATIN
39{
40    Text [ en-US ] = "Basic Latin";
41    };
42String RID_SUBSETSTR_LATIN_1
43{
44    Text [ en-US ] = "Latin-1";
45    };
46String RID_SUBSETSTR_LATIN_EXTENDED_A
47{
48    Text [ en-US ] = "Latin Extended-A";
49    };
50String RID_SUBSETSTR_LATIN_EXTENDED_B
51{
52    Text [ en-US ] = "Latin Extended-B";
53    };
54String RID_SUBSETSTR_IPA_EXTENSIONS
55{
56    Text [ en-US ] = "IPA Extensions";
57    };
58String RID_SUBSETSTR_SPACING_MODIFIERS
59{
60    Text [ en-US ] = "Spacing Modifier Letters";
61    };
62String RID_SUBSETSTR_COMB_DIACRITICAL
63{
64    Text [ en-US ] = "Combining Diacritical Marks";
65    };
66String RID_SUBSETSTR_BASIC_GREEK
67{
68    Text [ en-US ] = "Basic Greek";
69    };
70String RID_SUBSETSTR_GREEK_SYMS_COPTIC
71{
72    Text [ en-US ] = "Greek Symbols And Coptic";
73    };
74String RID_SUBSETSTR_CYRILLIC
75{
76    Text [ en-US ] = "Cyrillic";
77    };
78String RID_SUBSETSTR_CYRILLIC_SUPPL
79{
80    Text [ en-US ] = "Cyrillic Supplementary";
81    };
82String RID_SUBSETSTR_ARMENIAN
83{
84    Text [ en-US ] = "Armenian";
85    };
86String RID_SUBSETSTR_BASIC_HEBREW
87{
88    Text [ en-US ] = "Basic Hebrew";
89    };
90String RID_SUBSETSTR_HEBREW_EXTENDED
91{
92    Text [ en-US ] = "Hebrew Extended";
93    };
94String RID_SUBSETSTR_BASIC_ARABIC
95{
96    Text [ en-US ] = "Basic Arabic";
97    };
98String RID_SUBSETSTR_ARABIC_EXTENDED
99{
100    Text [ en-US ] = "Arabic Extended";
101
102    };
103String RID_SUBSETSTR_DEVANAGARI
104{
105    Text [ en-US ] = "Devanagari";
106    };
107String RID_SUBSETSTR_BENGALI
108{
109    Text [ en-US ] = "Bengali";
110    };
111String RID_SUBSETSTR_GURMUKHI
112{
113    Text [ en-US ] = "Gurmukhi";
114    };
115String RID_SUBSETSTR_GUJARATI
116{
117    Text [ en-US ] = "Gujarati";
118    };
119String RID_SUBSETSTR_ORIYA
120{
121    Text [ en-US ] = "Oriya";
122    };
123String RID_SUBSETSTR_TAMIL
124{
125    Text [ en-US ] = "Tamil";
126    };
127String RID_SUBSETSTR_TELUGU
128{
129    Text [ en-US ] = "Telugu";
130
131    };
132String RID_SUBSETSTR_KANNADA
133{
134    Text [ en-US ] = "Kannada";
135    };
136String RID_SUBSETSTR_MALAYALAM
137{
138    Text [ en-US ] = "Malayalam";
139    };
140String RID_SUBSETSTR_THAI
141{
142    Text [ en-US ] = "Thai";
143    };
144String RID_SUBSETSTR_LAO
145{
146    Text [ en-US ] = "Lao";
147    };
148String RID_SUBSETSTR_BASIC_GEORGIAN
149{
150    Text [ en-US ] = "Basic Georgian";
151    };
152String RID_SUBSETSTR_GEORGIAN_EXTENDED
153{
154    Text [ en-US ] = "Georgian Extended";
155    };
156String RID_SUBSETSTR_HANGUL_JAMO
157{
158    Text [ en-US ] = "Hangul Jamo";
159    };
160String RID_SUBSETSTR_LATIN_EXTENDED_ADDS
161{
162    Text [ en-US ] = "Latin Extended Additionals";
163    };
164String RID_SUBSETSTR_GREEK_EXTENDED
165{
166    Text [ en-US ] = "Greek Extended";
167    };
168String RID_SUBSETSTR_GENERAL_PUNCTUATION
169{
170    Text [ en-US ] = "General punctuation";
171    };
172String RID_SUBSETSTR_SUB_SUPER_SCRIPTS
173{
174    Text [ en-US ] = "Superscripts and Subscripts";
175    };
176String RID_SUBSETSTR_CURRENCY_SYMBOLS
177{
178    Text [ en-US ] = "Currency Symbols";
179    };
180String RID_SUBSETSTR_COMB_DIACRITIC_SYMS
181{
182    Text [ en-US ] = "Combining Diacritical Symbols";
183    };
184String RID_SUBSETSTR_LETTERLIKE_SYMBOLS
185{
186    Text [ en-US ] = "Letterlike Symbols";
187    };
188String RID_SUBSETSTR_NUMBER_FORMS
189{
190    Text [ en-US ] = "Number Forms";
191    };
192String RID_SUBSETSTR_ARROWS
193{
194    Text [ en-US ] = "Arrows";
195    };
196String RID_SUBSETSTR_MATH_OPERATORS
197{
198    Text [ en-US ] = "Mathematical Operators";
199    };
200String RID_SUBSETSTR_MISC_TECHNICAL
201{
202    Text [ en-US ] = "Miscellaneous Technical";
203
204    };
205String RID_SUBSETSTR_CONTROL_PICTURES
206{
207    Text [ en-US ] = "Control Pictures";
208    };
209String RID_SUBSETSTR_OPTICAL_CHAR_REC
210{
211    Text [ en-US ] = "Optical Character Recognition";
212    };
213String RID_SUBSETSTR_ENCLOSED_ALPHANUM
214{
215    Text [ en-US ] = "Enclosed Alphanumerics";
216    };
217String RID_SUBSETSTR_BOX_DRAWING
218{
219    Text [ en-US ] = "Box Drawing";
220    };
221String RID_SUBSETSTR_BLOCK_ELEMENTS
222{
223    Text [ en-US ] = "Block Elements";
224    };
225String RID_SUBSETSTR_GEOMETRIC_SHAPES
226{
227    Text [ en-US ] = "Geometric Shapes";
228    };
229String RID_SUBSETSTR_MISC_DINGBATS
230{
231    Text [ en-US ] = "Miscellaneous Symbols";
232
233    };
234String RID_SUBSETSTR_DINGBATS
235{
236    Text [ en-US ] = "Dingbats";
237
238    };
239String RID_SUBSETSTR_CJK_SYMS_PUNCTUATION
240{
241    Text [ en-US ] = "CJK Symbols And Punctuation";
242    };
243String RID_SUBSETSTR_HIRAGANA
244{
245    Text [ en-US ] = "Hiragana";
246    };
247String RID_SUBSETSTR_KATAKANA
248{
249    Text [ en-US ] = "Katakana";
250    };
251String RID_SUBSETSTR_BOPOMOFO
252{
253    Text [ en-US ] = "Bopomofo";
254    };
255String RID_SUBSETSTR_HANGUL_COMPAT_JAMO
256{
257    Text [ en-US ] = "Hangul Compatibility Jamo";
258    };
259String RID_SUBSETSTR_CJK_MISC
260{
261    Text [ en-US ] = "CJK Miscellaneous";
262    };
263String RID_SUBSETSTR_ENCLOSED_CJK_LETTERS
264{
265    Text [ en-US ] = "Enclosed CJK Letters And Months";
266    };
267String RID_SUBSETSTR_CJK_COMPATIBILITY
268{
269    Text [ en-US ] = "CJK Compatibility";
270
271    };
272String RID_SUBSETSTR_HANGUL
273{
274    Text [ en-US ] = "Hangul";
275    };
276String RID_SUBSETSTR_CJK_UNIFIED_IDGRAPH
277{
278    Text [ en-US ] = "CJK Unified Ideographs";
279    };
280String RID_SUBSETSTR_CJK_EXT_A_UNIFIED_IDGRAPH
281{
282    Text [ en-US ] = "CJK Unified Ideographs Extension-A";
283    };
284String RID_SUBSETSTR_PRIVATE_USE_AREA
285{
286    Text [ en-US ] = "Private Use Area";
287    };
288String RID_SUBSETSTR_CJK_COMPAT_IDGRAPHS
289{
290    Text [ en-US ] = "CJK Compatibility Ideographs";
291    };
292String RID_SUBSETSTR_ALPHA_PRESENTATION
293{
294    Text [ en-US ] = "Alphabetic Presentation Forms";
295    };
296String RID_SUBSETSTR_ARABIC_PRESENT_A
297{
298    Text [ en-US ] = "Arabic Presentation Forms-A";
299
300    };
301String RID_SUBSETSTR_COMBINING_HALF_MARKS
302{
303    Text [ en-US ] = "Combining Half Marks";
304    };
305String RID_SUBSETSTR_CJK_COMPAT_FORMS
306{
307    Text [ en-US ] = "CJK Compatibility Forms";
308    };
309String RID_SUBSETSTR_SMALL_FORM_VARIANTS
310{
311    Text [ en-US ] = "Small Form Variants";
312
313    };
314String RID_SUBSETSTR_ARABIC_PRESENT_B
315{
316    Text [ en-US ] = "Arabic Presentation Forms-B";
317    };
318String RID_SUBSETSTR_HALFW_FULLW_FORMS
319{
320    Text [ en-US ] = "Half-width and Full-width Forms";
321    };
322String RID_SUBSETSTR_SPECIALS
323{
324    Text [ en-US ] = "Specials";
325    };
326String RID_SUBSETSTR_HANGUL_GA
327{
328    Text [ en-US ] = "Hangul Ga";
329    };
330String RID_SUBSETSTR_HANGUL_NA
331{
332    Text [ en-US ] = "Hangul Na";
333    };
334String RID_SUBSETSTR_HANGUL_DA
335{
336    Text [ en-US ] = "Hangul Da";
337    };
338String RID_SUBSETSTR_HANGUL_RA
339{
340    Text [ en-US ] = "Hangul Ra";
341    };
342String RID_SUBSETSTR_HANGUL_MA
343{
344    Text [ en-US ] = "Hangul Ma";
345    };
346String RID_SUBSETSTR_HANGUL_BA
347{
348    Text [ en-US ] = "Hangul Ba";
349    };
350String RID_SUBSETSTR_HANGUL_SA
351{
352    Text [ en-US ] = "Hangul Sa";
353    };
354String RID_SUBSETSTR_HANGUL_AH
355{
356    Text [ en-US ] = "Hangul Ah";
357    };
358String RID_SUBSETSTR_HANGUL_JA
359{
360    Text [ en-US ] = "Hangul Ja";
361    };
362String RID_SUBSETSTR_HANGUL_CHA
363{
364    Text [ en-US ] = "Hangul Cha";
365    };
366String RID_SUBSETSTR_HANGUL_KA
367{
368    Text [ en-US ] = "Hangul Ka";
369    };
370String RID_SUBSETSTR_HANGUL_TA
371{
372    Text [ en-US ] = "Hangul Ta";
373    };
374String RID_SUBSETSTR_HANGUL_PA
375{
376    Text [ en-US ] = "Hangul Pa";
377    };
378String RID_SUBSETSTR_HANGUL_HA
379{
380    Text [ en-US ] = "Hangul Ha";
381    };
382String RID_SUBSETSTR_YI
383{
384    Text [ en-US ] = "Yi";
385    };
386String RID_SUBSETSTR_SINHALA
387{
388    Text [ en-US ] = "Sinhala";
389    };
390String RID_SUBSETSTR_TIBETAN
391{
392    Text [ en-US ] = "Tibetan";
393    };
394String RID_SUBSETSTR_MYANMAR
395{
396    Text [ en-US ] = "Myanmar";
397    };
398String RID_SUBSETSTR_KHMER
399{
400    Text [ en-US ] = "Khmer";
401    };
402String RID_SUBSETSTR_OGHAM
403{
404    Text [ en-US ] = "Ogham";
405    };
406String RID_SUBSETSTR_RUNIC
407{
408    Text [ en-US ] = "Runic";
409    };
410String RID_SUBSETSTR_SYRIAC
411{
412    Text [ en-US ] = "Syriac";
413    };
414String RID_SUBSETSTR_THAANA
415{
416    Text [ en-US ] = "Thaana";
417    };
418String RID_SUBSETSTR_ETHIOPIC
419{
420    Text [ en-US ] = "Ethiopic";
421    };
422String RID_SUBSETSTR_CHEROKEE
423{
424    Text [ en-US ] = "Cherokee";
425    };
426String RID_SUBSETSTR_CANADIAN_ABORIGINAL
427{
428    Text [ en-US ] = "Canadan Aboriginal Syllables";
429    };
430String RID_SUBSETSTR_MONGOLIAN
431{
432    Text [ en-US ] = "Mongolian";
433    };
434
435String RID_SUBSETSTR_MISC_MATH_SYMS_A
436{
437    Text [ en-US ] = "Miscellaneous Mathematical Symbols-A";
438    };
439
440String RID_SUBSETSTR_SUPPL_ARROWS_A
441{
442    Text [ en-US ] = "Supplemental Arrows-A";
443    };
444
445String RID_SUBSETSTR_BRAILLE_PATTERNS
446{
447    Text [ en-US ] = "Braille Patterns";
448    };
449
450String RID_SUBSETSTR_SUPPL_ARROWS_B
451{
452    Text [ en-US ] = "Supplemental Arrows-B";
453    };
454
455String RID_SUBSETSTR_MISC_MATH_SYMS_B
456{
457    Text [ en-US ] = "Miscellaneous Mathematical Symbols-B";
458    };
459
460String RID_SUBSETSTR_CJK_RADICAL_SUPPL
461{
462    Text [ en-US ] = "CJK Radical Supplement";
463    };
464
465String RID_SUBSETSTR_KANXI_RADICALS
466{
467    Text [ en-US ] = "Kanxi Radicals";
468    };
469
470String RID_SUBSETSTR_IDEO_DESC_CHARS
471{
472    Text [ en-US ] = "Ideographic Description Characters";
473    };
474
475String RID_SUBSETSTR_TAGALOG
476{
477    Text [ en-US ] = "Tagalog";
478    };
479
480String RID_SUBSETSTR_HANUNOO
481{
482    Text [ en-US ] = "Hanunoo";
483    };
484
485String RID_SUBSETSTR_TAGBANWA
486{
487    Text [ en-US ] = "Tagbanwa";
488    };
489
490String RID_SUBSETSTR_BUHID
491{
492    Text [ en-US ] = "Buhid";
493    };
494
495String RID_SUBSETSTR_KANBUN
496{
497    Text [ en-US ] = "Kanbun";
498    };
499
500String RID_SUBSETSTR_BOPOMOFO_EXTENDED
501{
502    Text [ en-US ] = "Bopomofo Extended";
503    };
504
505String RID_SUBSETSTR_KATAKANA_PHONETIC
506{
507    Text [ en-US ] = "Katakana Phonetics";
508    };
509};
510
511// ********************************************************************** EOF
512