2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 14:18:48 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:18:48 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:18:48 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:18:48 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:18:48 -05:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:18:48 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
2010-04-09 04:05:09 -05:00
|
|
|
#include <svtools/svtools.hrc>
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
#ifndef IMAGE_STDBTN_COLOR
|
|
|
|
#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
IMAGE RID_IMG_SCALABLEFONT
|
|
|
|
{
|
2010-11-17 09:41:37 -06:00
|
|
|
ImageBitmap = Bitmap { File = "scalfont.png" ; };
|
2000-09-18 11:07:07 -05:00
|
|
|
MaskColor = IMAGE_STDBTN_COLOR ;
|
|
|
|
};
|
|
|
|
|
|
|
|
IMAGE RID_IMG_PRINTERFONT
|
|
|
|
{
|
2010-11-17 09:41:37 -06:00
|
|
|
ImageBitmap = Bitmap { File = "prnfont.png" ; };
|
2000-09-18 11:07:07 -05:00
|
|
|
MaskColor = IMAGE_STDBTN_COLOR ;
|
|
|
|
};
|
|
|
|
|
|
|
|
IMAGE RID_IMG_BITMAPFONT
|
|
|
|
{
|
2010-11-17 09:41:37 -06:00
|
|
|
ImageBitmap = Bitmap { File = "bmpfont.png" ; };
|
2000-09-18 11:07:07 -05:00
|
|
|
MaskColor = IMAGE_STDBTN_COLOR ;
|
|
|
|
};
|
|
|
|
|
2001-03-21 23:43:55 -06:00
|
|
|
String STR_SVT_AUTOMATIC_COLOR
|
|
|
|
{
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Automatic";
|
2001-03-21 23:43:55 -06:00
|
|
|
};
|
2001-03-12 09:01:06 -06:00
|
|
|
|
|
|
|
/*
|
2010-11-11 07:55:06 -06:00
|
|
|
* resources for CollatorRessource / CollatorRessourceData resp.
|
2001-03-12 09:01:06 -06:00
|
|
|
*/
|
|
|
|
|
2001-08-17 02:39:43 -05:00
|
|
|
String STR_SVT_COLLATE_ALPHANUMERIC
|
|
|
|
{
|
|
|
|
/* alphanumeric sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Alphanumeric";
|
2001-08-17 02:39:43 -05:00
|
|
|
};
|
|
|
|
|
2001-03-12 09:01:06 -06:00
|
|
|
String STR_SVT_COLLATE_NORMAL
|
|
|
|
{
|
|
|
|
/* default or normal sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Normal";
|
2001-03-12 09:01:06 -06:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_SVT_COLLATE_CHARSET
|
|
|
|
{
|
|
|
|
/* default or normal sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Character set";
|
2001-03-12 09:01:06 -06:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_SVT_COLLATE_DICTIONARY
|
|
|
|
{
|
|
|
|
/* german dictionary word order / sorting */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Dictionary";
|
2001-03-12 09:01:06 -06:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_SVT_COLLATE_PINYIN
|
|
|
|
{
|
|
|
|
/* chinese sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Pinyin";
|
2001-03-12 09:01:06 -06:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_SVT_COLLATE_STROKE
|
|
|
|
{
|
|
|
|
/* chinese sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Stroke";
|
2001-03-12 09:01:06 -06:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_SVT_COLLATE_RADICAL
|
|
|
|
{
|
|
|
|
/* chinese sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Radical";
|
2001-03-12 09:01:06 -06:00
|
|
|
};
|
|
|
|
|
2001-09-06 06:52:37 -05:00
|
|
|
String STR_SVT_COLLATE_UNICODE
|
|
|
|
{
|
|
|
|
/* sorting according to the unicode code point of the character */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Unicode";
|
2001-09-06 06:52:37 -05:00
|
|
|
};
|
|
|
|
|
2001-03-12 09:01:06 -06:00
|
|
|
String STR_SVT_COLLATE_ZHUYIN
|
|
|
|
{
|
|
|
|
/* chinese sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Zhuyin";
|
2001-03-12 09:01:06 -06:00
|
|
|
};
|
|
|
|
|
2002-07-12 12:06:16 -05:00
|
|
|
String STR_SVT_COLLATE_PHONEBOOK
|
|
|
|
{
|
|
|
|
/* phone book sorting algorithm. e.g. German */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Phone book";
|
2002-07-12 12:06:16 -05:00
|
|
|
};
|
2001-03-12 09:01:06 -06:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_COLLATE_PHONETIC_F
|
|
|
|
{
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Phonetic (alphanumeric first)";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-03-12 09:01:06 -06:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_COLLATE_PHONETIC_L
|
|
|
|
{
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Phonetic (alphanumeric last)";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-06-13 15:37:52 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_ALPHANUMERIC
|
|
|
|
{
|
|
|
|
/* alphanumeric indexentry algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Alphanumeric";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-07-13 14:12:12 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_DICTIONARY
|
|
|
|
{
|
|
|
|
/* korean dictionary indexentry algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Dictionary";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-07-19 14:06:14 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_PINYIN
|
|
|
|
{
|
|
|
|
/* chinese sorting algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Pinyin";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-08-08 03:01:21 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_RADICAL
|
|
|
|
{
|
|
|
|
/* chinese indexentry algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Radical";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-08-13 14:09:35 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_STROKE
|
|
|
|
{
|
|
|
|
/* chinese indexentry algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Stroke";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-08-21 14:21:34 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_ZHUYIN
|
|
|
|
{
|
|
|
|
/* chinese indexentry algorithm */
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Zhuyin";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-08-23 23:54:49 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_PHONETIC_FS
|
|
|
|
{
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Phonetic (alphanumeric first, grouped by syllables)";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-09-11 14:05:03 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_PHONETIC_FC
|
|
|
|
{
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Phonetic (alphanumeric first, grouped by consonants)";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-09-21 14:12:57 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_PHONETIC_LS
|
|
|
|
{
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Phonetic (alphanumeric last, grouped by syllables)";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|
2001-09-25 14:57:34 -05:00
|
|
|
|
2002-08-23 02:44:33 -05:00
|
|
|
String STR_SVT_INDEXENTRY_PHONETIC_LC
|
|
|
|
{
|
2004-06-25 10:34:31 -05:00
|
|
|
Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)";
|
2002-08-23 02:44:33 -05:00
|
|
|
};
|