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; }
26 String STR_SVT_AUTOMATIC_COLOR
28 Text [ en-US ] = "Automatic";
32 * resources for CollatorResource / CollatorResourceData resp.
35 String STR_SVT_COLLATE_ALPHANUMERIC
37 /* alphanumeric sorting algorithm */
38 Text [ en-US ] = "Alphanumeric";
41 String STR_SVT_COLLATE_NORMAL
43 /* default or normal sorting algorithm */
44 Text [ en-US ] = "Normal";
47 String STR_SVT_COLLATE_CHARSET
49 /* default or normal sorting algorithm */
50 Text [ en-US ] = "Character set";
53 String STR_SVT_COLLATE_DICTIONARY
55 /* german dictionary word order / sorting */
56 Text [ en-US ] = "Dictionary";
59 String STR_SVT_COLLATE_PINYIN
61 /* chinese sorting algorithm */
62 Text [ en-US ] = "Pinyin";
65 String STR_SVT_COLLATE_STROKE
67 /* chinese sorting algorithm */
68 Text [ en-US ] = "Stroke";
71 String STR_SVT_COLLATE_RADICAL
73 /* chinese sorting algorithm */
74 Text [ en-US ] = "Radical";
77 String STR_SVT_COLLATE_UNICODE
79 /* sorting according to the unicode code point of the character */
80 Text [ en-US ] = "Unicode";
83 String STR_SVT_COLLATE_ZHUYIN
85 /* chinese sorting algorithm */
86 Text [ en-US ] = "Zhuyin";
89 String STR_SVT_COLLATE_PHONEBOOK
91 /* phone book sorting algorithm. e.g. German */
92 Text [ en-US ] = "Phone book";
95 String STR_SVT_COLLATE_PHONETIC_F
97 Text [ en-US ] = "Phonetic (alphanumeric first)";
100 String STR_SVT_COLLATE_PHONETIC_L
102 Text [ en-US ] = "Phonetic (alphanumeric last)";
105 String STR_SVT_INDEXENTRY_ALPHANUMERIC
107 /* alphanumeric indexentry algorithm */
108 Text [ en-US ] = "Alphanumeric";
111 String STR_SVT_INDEXENTRY_DICTIONARY
113 /* korean dictionary indexentry algorithm */
114 Text [ en-US ] = "Dictionary";
117 String STR_SVT_INDEXENTRY_PINYIN
119 /* chinese sorting algorithm */
120 Text [ en-US ] = "Pinyin";
123 String STR_SVT_INDEXENTRY_RADICAL
125 /* chinese indexentry algorithm */
126 Text [ en-US ] = "Radical";
129 String STR_SVT_INDEXENTRY_STROKE
131 /* chinese indexentry algorithm */
132 Text [ en-US ] = "Stroke";
135 String STR_SVT_INDEXENTRY_ZHUYIN
137 /* chinese indexentry algorithm */
138 Text [ en-US ] = "Zhuyin";
141 String STR_SVT_INDEXENTRY_PHONETIC_FS
143 Text [ en-US ] = "Phonetic (alphanumeric first, grouped by syllables)";
146 String STR_SVT_INDEXENTRY_PHONETIC_FC
148 Text [ en-US ] = "Phonetic (alphanumeric first, grouped by consonants)";
151 String STR_SVT_INDEXENTRY_PHONETIC_LS
153 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by syllables)";
156 String STR_SVT_INDEXENTRY_PHONETIC_LC
158 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)";
161 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */