1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include <svtools/svtools.hrc>
21 #ifndef IMAGE_STDBTN_COLOR
22 #define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
25 String STR_SVT_AUTOMATIC_COLOR
27 Text [ en-US ] = "Automatic";
31 * resources for CollatorResource / CollatorResourceData resp.
34 String STR_SVT_COLLATE_ALPHANUMERIC
36 /* alphanumeric sorting algorithm */
37 Text [ en-US ] = "Alphanumeric";
40 String STR_SVT_COLLATE_NORMAL
42 /* default or normal sorting algorithm */
43 Text [ en-US ] = "Normal";
46 String STR_SVT_COLLATE_CHARSET
48 /* default or normal sorting algorithm */
49 Text [ en-US ] = "Character set";
52 String STR_SVT_COLLATE_DICTIONARY
54 /* german dictionary word order / sorting */
55 Text [ en-US ] = "Dictionary";
58 String STR_SVT_COLLATE_PINYIN
60 /* chinese sorting algorithm */
61 Text [ en-US ] = "Pinyin";
64 String STR_SVT_COLLATE_STROKE
66 /* chinese sorting algorithm */
67 Text [ en-US ] = "Stroke";
70 String STR_SVT_COLLATE_RADICAL
72 /* chinese sorting algorithm */
73 Text [ en-US ] = "Radical";
76 String STR_SVT_COLLATE_UNICODE
78 /* sorting according to the unicode code point of the character */
79 Text [ en-US ] = "Unicode";
82 String STR_SVT_COLLATE_ZHUYIN
84 /* chinese sorting algorithm */
85 Text [ en-US ] = "Zhuyin";
88 String STR_SVT_COLLATE_PHONEBOOK
90 /* phone book sorting algorithm. e.g. German */
91 Text [ en-US ] = "Phone book";
94 String STR_SVT_COLLATE_PHONETIC_F
96 Text [ en-US ] = "Phonetic (alphanumeric first)";
99 String STR_SVT_COLLATE_PHONETIC_L
101 Text [ en-US ] = "Phonetic (alphanumeric last)";
104 String STR_SVT_INDEXENTRY_ALPHANUMERIC
106 /* alphanumeric indexentry algorithm */
107 Text [ en-US ] = "Alphanumeric";
110 String STR_SVT_INDEXENTRY_DICTIONARY
112 /* korean dictionary indexentry algorithm */
113 Text [ en-US ] = "Dictionary";
116 String STR_SVT_INDEXENTRY_PINYIN
118 /* chinese sorting algorithm */
119 Text [ en-US ] = "Pinyin";
122 String STR_SVT_INDEXENTRY_RADICAL
124 /* chinese indexentry algorithm */
125 Text [ en-US ] = "Radical";
128 String STR_SVT_INDEXENTRY_STROKE
130 /* chinese indexentry algorithm */
131 Text [ en-US ] = "Stroke";
134 String STR_SVT_INDEXENTRY_ZHUYIN
136 /* chinese indexentry algorithm */
137 Text [ en-US ] = "Zhuyin";
140 String STR_SVT_INDEXENTRY_PHONETIC_FS
142 Text [ en-US ] = "Phonetic (alphanumeric first, grouped by syllables)";
145 String STR_SVT_INDEXENTRY_PHONETIC_FC
147 Text [ en-US ] = "Phonetic (alphanumeric first, grouped by consonants)";
150 String STR_SVT_INDEXENTRY_PHONETIC_LS
152 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by syllables)";
155 String STR_SVT_INDEXENTRY_PHONETIC_LC
157 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)";
160 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */