office-gobmx/svtools/source/control/ctrlbox.src

186 lines
4.2 KiB
Text
Raw Normal View History

2000-09-18 11:07:07 -05:00
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2000-09-18 11:07:07 -05:00
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
2000-09-18 11:07:07 -05:00
*
* OpenOffice.org - a multi-platform office productivity suite
2000-09-18 11:07:07 -05:00
*
* This file is part of OpenOffice.org.
2000-09-18 11:07:07 -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
*
* 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
*
* 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
*
************************************************************************/
#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
{
Text [ en-US ] = "Automatic";
2001-03-21 23:43:55 -06:00
};
2001-03-12 09:01:06 -06:00
/*
* resources for CollatorRessource / CollatorRessourceData resp.
2001-03-12 09:01:06 -06:00
*/
String STR_SVT_COLLATE_ALPHANUMERIC
{
/* alphanumeric sorting algorithm */
Text [ en-US ] = "Alphanumeric";
};
2001-03-12 09:01:06 -06:00
String STR_SVT_COLLATE_NORMAL
{
/* default or normal sorting algorithm */
Text [ en-US ] = "Normal";
2001-03-12 09:01:06 -06:00
};
String STR_SVT_COLLATE_CHARSET
{
/* default or normal sorting algorithm */
Text [ en-US ] = "Character set";
2001-03-12 09:01:06 -06:00
};
String STR_SVT_COLLATE_DICTIONARY
{
/* german dictionary word order / sorting */
Text [ en-US ] = "Dictionary";
2001-03-12 09:01:06 -06:00
};
String STR_SVT_COLLATE_PINYIN
{
/* chinese sorting algorithm */
Text [ en-US ] = "Pinyin";
2001-03-12 09:01:06 -06:00
};
String STR_SVT_COLLATE_STROKE
{
/* chinese sorting algorithm */
Text [ en-US ] = "Stroke";
2001-03-12 09:01:06 -06:00
};
String STR_SVT_COLLATE_RADICAL
{
/* chinese sorting algorithm */
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 */
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 */
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 */
Text [ en-US ] = "Phone book";
2002-07-12 12:06:16 -05:00
};
2001-03-12 09:01:06 -06:00
String STR_SVT_COLLATE_PHONETIC_F
{
Text [ en-US ] = "Phonetic (alphanumeric first)";
};
2001-03-12 09:01:06 -06:00
String STR_SVT_COLLATE_PHONETIC_L
{
Text [ en-US ] = "Phonetic (alphanumeric last)";
};
2001-06-13 15:37:52 -05:00
String STR_SVT_INDEXENTRY_ALPHANUMERIC
{
/* alphanumeric indexentry algorithm */
Text [ en-US ] = "Alphanumeric";
};
2001-07-13 14:12:12 -05:00
String STR_SVT_INDEXENTRY_DICTIONARY
{
/* korean dictionary indexentry algorithm */
Text [ en-US ] = "Dictionary";
};
2001-07-19 14:06:14 -05:00
String STR_SVT_INDEXENTRY_PINYIN
{
/* chinese sorting algorithm */
Text [ en-US ] = "Pinyin";
};
2001-08-08 03:01:21 -05:00
String STR_SVT_INDEXENTRY_RADICAL
{
/* chinese indexentry algorithm */
Text [ en-US ] = "Radical";
};
2001-08-13 14:09:35 -05:00
String STR_SVT_INDEXENTRY_STROKE
{
/* chinese indexentry algorithm */
Text [ en-US ] = "Stroke";
};
2001-08-21 14:21:34 -05:00
String STR_SVT_INDEXENTRY_ZHUYIN
{
/* chinese indexentry algorithm */
Text [ en-US ] = "Zhuyin";
};
2001-08-23 23:54:49 -05:00
String STR_SVT_INDEXENTRY_PHONETIC_FS
{
Text [ en-US ] = "Phonetic (alphanumeric first, grouped by syllables)";
};
String STR_SVT_INDEXENTRY_PHONETIC_FC
{
Text [ en-US ] = "Phonetic (alphanumeric first, grouped by consonants)";
};
2001-09-21 14:12:57 -05:00
String STR_SVT_INDEXENTRY_PHONETIC_LS
{
Text [ en-US ] = "Phonetic (alphanumeric last, grouped by syllables)";
};
2001-09-25 14:57:34 -05:00
String STR_SVT_INDEXENTRY_PHONETIC_LC
{
Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)";
};