13c07ef42SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 33c07ef42SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 43c07ef42SAndrew Rist * or more contributor license agreements. See the NOTICE file 53c07ef42SAndrew Rist * distributed with this work for additional information 63c07ef42SAndrew Rist * regarding copyright ownership. The ASF licenses this file 73c07ef42SAndrew Rist * to you under the Apache License, Version 2.0 (the 83c07ef42SAndrew Rist * "License"); you may not use this file except in compliance 93c07ef42SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 113c07ef42SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 133c07ef42SAndrew Rist * Unless required by applicable law or agreed to in writing, 143c07ef42SAndrew Rist * software distributed under the License is distributed on an 153c07ef42SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 163c07ef42SAndrew Rist * KIND, either express or implied. See the License for the 173c07ef42SAndrew Rist * specific language governing permissions and limitations 183c07ef42SAndrew Rist * under the License. 19cdf0e10cSrcweir * 203c07ef42SAndrew Rist *************************************************************/ 213c07ef42SAndrew Rist 223c07ef42SAndrew Rist 23cdf0e10cSrcweir 24*c91f27c4Smseidel#include <svtools/svtools.hrc> 25cdf0e10cSrcweir 26cdf0e10cSrcweir 27cdf0e10cSrcweirIMAGE RID_IMG_SCALABLEFONT 28cdf0e10cSrcweir{ 2941f1e1a1Smseidel ImageBitmap = Bitmap { File = "scalfont.png" ; }; 30cdf0e10cSrcweir}; 31cdf0e10cSrcweir 32cdf0e10cSrcweirIMAGE RID_IMG_SCALABLEFONT_HC 33cdf0e10cSrcweir{ 3441f1e1a1Smseidel ImageBitmap = Bitmap { File = "scalfont_h.png" ; }; 35cdf0e10cSrcweir}; 36cdf0e10cSrcweir 37cdf0e10cSrcweirIMAGE RID_IMG_PRINTERFONT 38cdf0e10cSrcweir{ 3941f1e1a1Smseidel ImageBitmap = Bitmap { File = "prnfont.png" ; }; 40cdf0e10cSrcweir}; 41cdf0e10cSrcweir 42cdf0e10cSrcweirIMAGE RID_IMG_PRINTERFONT_HC 43cdf0e10cSrcweir{ 4441f1e1a1Smseidel ImageBitmap = Bitmap { File = "prnfont_h.png" ; }; 45cdf0e10cSrcweir}; 46cdf0e10cSrcweir 47cdf0e10cSrcweirIMAGE RID_IMG_BITMAPFONT 48cdf0e10cSrcweir{ 4941f1e1a1Smseidel ImageBitmap = Bitmap { File = "bmpfont.png" ; }; 50cdf0e10cSrcweir}; 51cdf0e10cSrcweir 52cdf0e10cSrcweirIMAGE RID_IMG_BITMAPFONT_HC 53cdf0e10cSrcweir{ 5441f1e1a1Smseidel ImageBitmap = Bitmap { File = "bmpfont_h.png" ; }; 55cdf0e10cSrcweir}; 56cdf0e10cSrcweir 57cdf0e10cSrcweirString STR_SVT_AUTOMATIC_COLOR 58cdf0e10cSrcweir{ 59cdf0e10cSrcweir Text [ en-US ] = "Automatic" ; 60cdf0e10cSrcweir}; 61cdf0e10cSrcweir 62cdf0e10cSrcweir/* 63*c91f27c4Smseidel * resources for CollatorRessource / CollatorRessourceData resp. 64cdf0e10cSrcweir */ 65cdf0e10cSrcweir 66cdf0e10cSrcweirString STR_SVT_COLLATE_ALPHANUMERIC 67cdf0e10cSrcweir{ 68cdf0e10cSrcweir /* alphanumeric sorting algorithm */ 69cdf0e10cSrcweir Text [ en-US ] = "Alphanumeric" ; 70cdf0e10cSrcweir}; 71cdf0e10cSrcweir 72cdf0e10cSrcweirString STR_SVT_COLLATE_NORMAL 73cdf0e10cSrcweir{ 74cdf0e10cSrcweir /* default or normal sorting algorithm */ 75cdf0e10cSrcweir Text [ en-US ] = "Normal" ; 76cdf0e10cSrcweir}; 77cdf0e10cSrcweir 78cdf0e10cSrcweirString STR_SVT_COLLATE_CHARSET 79cdf0e10cSrcweir{ 80cdf0e10cSrcweir /* default or normal sorting algorithm */ 81cdf0e10cSrcweir Text [ en-US ] = "Character set" ; 82cdf0e10cSrcweir}; 83cdf0e10cSrcweir 84cdf0e10cSrcweirString STR_SVT_COLLATE_DICTIONARY 85cdf0e10cSrcweir{ 86*c91f27c4Smseidel /* German dictionary word order / sorting */ 87cdf0e10cSrcweir Text [ en-US ] = "Dictionary" ; 88cdf0e10cSrcweir}; 89cdf0e10cSrcweir 90cdf0e10cSrcweirString STR_SVT_COLLATE_PINYIN 91cdf0e10cSrcweir{ 92*c91f27c4Smseidel /* Chinese sorting algorithm */ 93cdf0e10cSrcweir Text [ en-US ] = "Pinyin" ; 94cdf0e10cSrcweir}; 95cdf0e10cSrcweir 96cdf0e10cSrcweirString STR_SVT_COLLATE_STROKE 97cdf0e10cSrcweir{ 98*c91f27c4Smseidel /* Chinese sorting algorithm */ 99cdf0e10cSrcweir Text [ en-US ] = "Stroke" ; 100cdf0e10cSrcweir}; 101cdf0e10cSrcweir 102cdf0e10cSrcweirString STR_SVT_COLLATE_RADICAL 103cdf0e10cSrcweir{ 104*c91f27c4Smseidel /* Chinese sorting algorithm */ 105cdf0e10cSrcweir Text [ en-US ] = "Radical" ; 106cdf0e10cSrcweir}; 107cdf0e10cSrcweir 108cdf0e10cSrcweirString STR_SVT_COLLATE_UNICODE 109cdf0e10cSrcweir{ 110cdf0e10cSrcweir /* sorting according to the unicode code point of the character */ 111cdf0e10cSrcweir Text [ en-US ] = "Unicode" ; 112cdf0e10cSrcweir}; 113cdf0e10cSrcweir 114cdf0e10cSrcweirString STR_SVT_COLLATE_ZHUYIN 115cdf0e10cSrcweir{ 116*c91f27c4Smseidel /* Chinese sorting algorithm */ 117cdf0e10cSrcweir Text [ en-US ] = "Zhuyin" ; 118cdf0e10cSrcweir}; 119cdf0e10cSrcweir 120cdf0e10cSrcweirString STR_SVT_COLLATE_PHONEBOOK 121cdf0e10cSrcweir{ 122cdf0e10cSrcweir /* phone book sorting algorithm. e.g. German */ 123cdf0e10cSrcweir Text [ en-US ] = "Phone book" ; 124cdf0e10cSrcweir}; 125cdf0e10cSrcweir 126cdf0e10cSrcweirString STR_SVT_COLLATE_PHONETIC_F 127cdf0e10cSrcweir{ 128cdf0e10cSrcweir Text [ en-US ] = "Phonetic (alphanumeric first)" ; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweir 131cdf0e10cSrcweirString STR_SVT_COLLATE_PHONETIC_L 132cdf0e10cSrcweir{ 133cdf0e10cSrcweir Text [ en-US ] = "Phonetic (alphanumeric last)" ; 134cdf0e10cSrcweir}; 135cdf0e10cSrcweir 136cdf0e10cSrcweirString STR_SVT_INDEXENTRY_ALPHANUMERIC 137cdf0e10cSrcweir{ 138cdf0e10cSrcweir /* alphanumeric indexentry algorithm */ 139cdf0e10cSrcweir Text [ en-US ] = "Alphanumeric" ; 140cdf0e10cSrcweir}; 141cdf0e10cSrcweir 142cdf0e10cSrcweirString STR_SVT_INDEXENTRY_DICTIONARY 143cdf0e10cSrcweir{ 144cdf0e10cSrcweir /* korean dictionary indexentry algorithm */ 145cdf0e10cSrcweir Text [ en-US ] = "Dictionary" ; 146cdf0e10cSrcweir}; 147cdf0e10cSrcweir 148cdf0e10cSrcweirString STR_SVT_INDEXENTRY_PINYIN 149cdf0e10cSrcweir{ 150*c91f27c4Smseidel /* Chinese sorting algorithm */ 151cdf0e10cSrcweir Text [ en-US ] = "Pinyin" ; 152cdf0e10cSrcweir}; 153cdf0e10cSrcweir 154cdf0e10cSrcweirString STR_SVT_INDEXENTRY_RADICAL 155cdf0e10cSrcweir{ 156*c91f27c4Smseidel /* Chinese indexentry algorithm */ 157cdf0e10cSrcweir Text [ en-US ] = "Radical" ; 158cdf0e10cSrcweir}; 159cdf0e10cSrcweir 160cdf0e10cSrcweirString STR_SVT_INDEXENTRY_STROKE 161cdf0e10cSrcweir{ 162*c91f27c4Smseidel /* Chinese indexentry algorithm */ 163cdf0e10cSrcweir Text [ en-US ] = "Stroke" ; 164cdf0e10cSrcweir}; 165cdf0e10cSrcweir 166cdf0e10cSrcweirString STR_SVT_INDEXENTRY_ZHUYIN 167cdf0e10cSrcweir{ 168*c91f27c4Smseidel /* Chinese indexentry algorithm */ 169cdf0e10cSrcweir Text [ en-US ] = "Zhuyin" ; 170cdf0e10cSrcweir}; 171cdf0e10cSrcweir 172cdf0e10cSrcweirString STR_SVT_INDEXENTRY_PHONETIC_FS 173cdf0e10cSrcweir{ 174cdf0e10cSrcweir Text [ en-US ] = "Phonetic (alphanumeric first, grouped by syllables)" ; 175cdf0e10cSrcweir}; 176cdf0e10cSrcweir 177cdf0e10cSrcweirString STR_SVT_INDEXENTRY_PHONETIC_FC 178cdf0e10cSrcweir{ 179cdf0e10cSrcweir Text [ en-US ] = "Phonetic (alphanumeric first, grouped by consonants)" ; 180cdf0e10cSrcweir}; 181cdf0e10cSrcweir 182cdf0e10cSrcweirString STR_SVT_INDEXENTRY_PHONETIC_LS 183cdf0e10cSrcweir{ 184cdf0e10cSrcweir Text [ en-US ] = "Phonetic (alphanumeric last, grouped by syllables)" ; 185cdf0e10cSrcweir}; 186cdf0e10cSrcweir 187cdf0e10cSrcweirString STR_SVT_INDEXENTRY_PHONETIC_LC 188cdf0e10cSrcweir{ 189cdf0e10cSrcweir Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)" ; 190cdf0e10cSrcweir}; 191cdf0e10cSrcweir 192*c91f27c4Smseidel// ********************************************************************** EOF 193