forked from amazingfate/loongoffice
376 lines
12 KiB
Plaintext
376 lines
12 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: ctrlbox.src,v $
|
|
*
|
|
* $Revision: 1.32 $
|
|
*
|
|
* last change: $Author: kz $ $Date: 2001-11-13 22:22:15 $
|
|
*
|
|
* The Contents of this file are made available subject to the terms of
|
|
* either of the following licenses
|
|
*
|
|
* - GNU Lesser General Public License Version 2.1
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
*
|
|
* Sun Microsystems Inc., October, 2000
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library 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 for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
*
|
|
* Sun Industry Standards Source License Version 1.1
|
|
* =================================================
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
* License at http://www.openoffice.org/license.html.
|
|
*
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
* See the License for the specific provisions governing your rights and
|
|
* obligations concerning the Software.
|
|
*
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
*
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
*
|
|
* All Rights Reserved.
|
|
*
|
|
* Contributor(s): _______________________________________
|
|
*
|
|
*
|
|
************************************************************************/
|
|
#include "svtools.hrc"
|
|
|
|
#ifndef IMAGE_STDBTN_COLOR
|
|
#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
|
|
#endif
|
|
|
|
|
|
IMAGE RID_IMG_SCALABLEFONT
|
|
{
|
|
ImageBitmap = Bitmap { File = "scalfont.bmp" ; };
|
|
MaskColor = IMAGE_STDBTN_COLOR ;
|
|
};
|
|
|
|
IMAGE RID_IMG_PRINTERFONT
|
|
{
|
|
ImageBitmap = Bitmap { File = "prnfont.bmp" ; };
|
|
MaskColor = IMAGE_STDBTN_COLOR ;
|
|
};
|
|
|
|
IMAGE RID_IMG_BITMAPFONT
|
|
{
|
|
ImageBitmap = Bitmap { File = "bmpfont.bmp" ; };
|
|
MaskColor = IMAGE_STDBTN_COLOR ;
|
|
};
|
|
|
|
String STR_SVT_AUTOMATIC_COLOR
|
|
{
|
|
Text = "Automatisch";
|
|
Text [ ENGLISH ] = "Automatic";
|
|
Text[ english_us ] = "Automatic";
|
|
Text[ portuguese ] = "Autom�tico";
|
|
Text[ russian ] = "�������������";
|
|
Text[ greek ] = "Automatic";
|
|
Text[ dutch ] = "Automatisch";
|
|
Text[ french ] = "Automatique";
|
|
Text[ spanish ] = "Autom�tico";
|
|
Text[ italian ] = "Automatico";
|
|
Text[ danish ] = "Automatic";
|
|
Text[ swedish ] = "Automatiskt";
|
|
Text[ polish ] = "Automatycznie";
|
|
Text[ portuguese_brazilian ] = "Automatic";
|
|
Text[ japanese ] = "自動";
|
|
Text[ korean ] = "자동";
|
|
Text[ chinese_simplified ] = "自动";
|
|
Text[ chinese_traditional ] = "自動";
|
|
Text[ turkish ] = "Automatic";
|
|
Text[ arabic ] = "������";
|
|
Text[ catalan ] = "Automatic";
|
|
Text[ finnish ] = "Automaattinen";
|
|
};
|
|
|
|
/*
|
|
* ressources for CollatorRessource / CollatorRessourceData resp.
|
|
*/
|
|
|
|
String STR_SVT_COLLATE_ALPHANUMERIC
|
|
{
|
|
/* alphanumeric sorting algorithm */
|
|
Text = "Alphanumerisch" ;
|
|
Text [ ENGLISH ] = "Alphanumeric" ;
|
|
Text[ english_us ] = "Alphanumeric";
|
|
Text[ portuguese ] = "Alfanum�rico";
|
|
Text[ russian ] = "���������-��������";
|
|
Text[ greek ] = "Alphanumeric";
|
|
Text[ dutch ] = "Alfanumeriek";
|
|
Text[ french ] = "Alphanum�rique";
|
|
Text[ spanish ] = "Alfanum�rico";
|
|
Text[ finnish ] = "Alphanumeric";
|
|
Text[ italian ] = "Alfanumerico";
|
|
Text[ danish ] = "Alphanumeric";
|
|
Text[ swedish ] = "Alfanumeriskt";
|
|
Text[ polish ] = "Alfanumeryczny";
|
|
Text[ portuguese_brazilian ] = "Alphanumeric";
|
|
Text[ japanese ] = "英数字";
|
|
Text[ korean ] = "영숫자";
|
|
Text[ chinese_simplified ] = "字母数字式";
|
|
Text[ chinese_traditional ] = "字母數字式";
|
|
Text[ turkish ] = "Alphanumeric";
|
|
Text[ arabic ] = "Alphanumeric";
|
|
Text[ catalan ] = "Alphanumeric";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_NORMAL
|
|
{
|
|
/* default or normal sorting algorithm */
|
|
Text = "Normal" ;
|
|
Text [ ENGLISH ] = "Normal" ;
|
|
Text[ english_us ] = "Normal";
|
|
Text[ portuguese ] = "Normal";
|
|
Text[ russian ] = "��������";
|
|
Text[ greek ] = "��������";
|
|
Text[ dutch ] = "Normaal";
|
|
Text[ french ] = "Normal";
|
|
Text[ spanish ] = "Normal";
|
|
Text[ italian ] = "Normale";
|
|
Text[ danish ] = ", Normal";
|
|
Text[ swedish ] = "Normal";
|
|
Text[ polish ] = "Standard";
|
|
Text[ portuguese_brazilian ] = "Normal";
|
|
Text[ japanese ] = "通常フォント";
|
|
Text[ korean ] = "정상";
|
|
Text[ chinese_simplified ] = "一般";
|
|
Text[ chinese_traditional ] = "一般";
|
|
Text[ turkish ] = ", standart";
|
|
Text[ arabic ] = "����";
|
|
Text[ catalan ] = "Normal";
|
|
Text[ finnish ] = "Normaali";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_CHARSET
|
|
{
|
|
/* default or normal sorting algorithm */
|
|
Text = "Zeichensatz" ;
|
|
Text [ ENGLISH ] = "Character Set" ;
|
|
Text[ english_us ] = "Character set";
|
|
Text[ portuguese ] = "Conjunto de caracteres";
|
|
Text[ russian ] = "����� ������";
|
|
Text[ greek ] = "������ ����������";
|
|
Text[ dutch ] = "Charset";
|
|
Text[ french ] = "Jeu de caract�res";
|
|
Text[ spanish ] = "Juego de caracteres";
|
|
Text[ italian ] = "Tipo di carattere";
|
|
Text[ danish ] = "Character Set";
|
|
Text[ swedish ] = "Teckenupps�ttning";
|
|
Text[ polish ] = "Zbi�r znak�w";
|
|
Text[ portuguese_brazilian ] = "Character Set";
|
|
Text[ japanese ] = "文字種";
|
|
Text[ korean ] = "문자 집합";
|
|
Text[ chinese_simplified ] = "字符集";
|
|
Text[ chinese_traditional ] = "字型";
|
|
Text[ turkish ] = "Character Set";
|
|
Text[ arabic ] = "������ ����";
|
|
Text[ catalan ] = "Character Set";
|
|
Text[ finnish ] = "Merkist�";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_DICTIONARY
|
|
{
|
|
/* german dictionary word order / sorting */
|
|
Text = "W�rterbuch" ;
|
|
Text [ ENGLISH ] = "Dictionary" ;
|
|
Text[ english_us ] = "Dictionary";
|
|
Text[ portuguese ] = "Dicion�rio";
|
|
Text[ russian ] = "�������";
|
|
Text[ greek ] = "������";
|
|
Text[ dutch ] = "Woordenboek";
|
|
Text[ french ] = "Dictionnaire";
|
|
Text[ spanish ] = "Diccionario";
|
|
Text[ italian ] = "Dizionario";
|
|
Text[ danish ] = "Dictionary";
|
|
Text[ swedish ] = "Ordbok";
|
|
Text[ polish ] = "S�ownik";
|
|
Text[ portuguese_brazilian ] = "Dictionary";
|
|
Text[ japanese ] = "辞書";
|
|
Text[ korean ] = "사전";
|
|
Text[ chinese_simplified ] = "字典";
|
|
Text[ chinese_traditional ] = "字典";
|
|
Text[ turkish ] = "Dictionary";
|
|
Text[ arabic ] = "Dictionary";
|
|
Text[ catalan ] = "Dictionary";
|
|
Text[ finnish ] = "Sanasto";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_PINYIN
|
|
{
|
|
/* chinese sorting algorithm */
|
|
Text = "Pinyin" ;
|
|
Text [ ENGLISH ] = "Pinyin" ;
|
|
Text[ english_us ] = "Pinyin";
|
|
Text[ portuguese ] = "Pinyin";
|
|
Text[ russian ] = "Pinyin";
|
|
Text[ greek ] = "Pinyin";
|
|
Text[ dutch ] = "Pinyin";
|
|
Text[ french ] = "Pinyin";
|
|
Text[ spanish ] = "Pinyin";
|
|
Text[ italian ] = "Pinyin";
|
|
Text[ danish ] = "Pinyin";
|
|
Text[ swedish ] = "Pinyin";
|
|
Text[ polish ] = "Pinyin";
|
|
Text[ portuguese_brazilian ] = "Pinyin";
|
|
Text[ japanese ] = "ピンイン(中国語のローマ字表記法)";
|
|
Text[ korean ] = "Pinyin";
|
|
Text[ chinese_simplified ] = "拼音";
|
|
Text[ chinese_traditional ] = "拼音";
|
|
Text[ turkish ] = "Pinyin";
|
|
Text[ arabic ] = "Pinyin";
|
|
Text[ catalan ] = "Pinyin";
|
|
Text[ finnish ] = "Pinyin";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_STROKE
|
|
{
|
|
/* chinese sorting algorithm */
|
|
Text = "Stroke" ;
|
|
Text [ ENGLISH ] = "Stroke" ;
|
|
Text[ english_us ] = "Stroke";
|
|
Text[ portuguese ] = "Tra�o";
|
|
Text[ russian ] = "������";
|
|
Text[ greek ] = "Stroke";
|
|
Text[ dutch ] = "Stroke";
|
|
Text[ french ] = "Trait (stroke)";
|
|
Text[ spanish ] = "Trazo";
|
|
Text[ italian ] = "Stroke";
|
|
Text[ danish ] = "Stroke";
|
|
Text[ swedish ] = "Stroke";
|
|
Text[ polish ] = "Kreski (stroke)";
|
|
Text[ portuguese_brazilian ] = "Stroke";
|
|
Text[ japanese ] = "総画数";
|
|
Text[ korean ] = "스트로크";
|
|
Text[ chinese_simplified ] = "笔画";
|
|
Text[ chinese_traditional ] = "筆畫";
|
|
Text[ turkish ] = "Stroke";
|
|
Text[ arabic ] = "Stroke";
|
|
Text[ catalan ] = "Stroke";
|
|
Text[ finnish ] = "Viiva";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_RADICAL
|
|
{
|
|
/* chinese sorting algorithm */
|
|
Text = "Radical" ;
|
|
Text [ ENGLISH ] = "Radical" ;
|
|
Text[ english_us ] = "Radical";
|
|
Text[ portuguese ] = "Radical";
|
|
Text[ russian ] = "������";
|
|
Text[ greek ] = "Radical";
|
|
Text[ dutch ] = "Radicaal";
|
|
Text[ french ] = "Radical";
|
|
Text[ spanish ] = "Radical";
|
|
Text[ italian ] = "Radicale";
|
|
Text[ danish ] = "Radical";
|
|
Text[ swedish ] = "Radical";
|
|
Text[ polish ] = "Korze�-rdze�";
|
|
Text[ portuguese_brazilian ] = "Radical";
|
|
Text[ japanese ] = "漢字の部首";
|
|
Text[ korean ] = "극단";
|
|
Text[ chinese_simplified ] = "部首";
|
|
Text[ chinese_traditional ] = "部首";
|
|
Text[ turkish ] = "Radical";
|
|
Text[ arabic ] = "Radical";
|
|
Text[ catalan ] = "Radical";
|
|
Text[ finnish ] = "Juurimerkki";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_UNICODE
|
|
{
|
|
/* sorting according to the unicode code point of the character */
|
|
Text = "Unicode" ;
|
|
Text [ ENGLISH ] = "Unicode" ;
|
|
Text[ english_us ] = "Unicode";
|
|
Text[ portuguese ] = "Unicode";
|
|
Text[ russian ] = "������";
|
|
Text[ greek ] = "Unicode";
|
|
Text[ dutch ] = "Unicode";
|
|
Text[ french ] = "Unicode";
|
|
Text[ spanish ] = "Unicode";
|
|
Text[ finnish ] = "Unicode";
|
|
Text[ italian ] = "Unicode";
|
|
Text[ danish ] = "Unicode";
|
|
Text[ swedish ] = "Unicode";
|
|
Text[ polish ] = "Unicode";
|
|
Text[ portuguese_brazilian ] = "Unicode";
|
|
Text[ japanese ] = "ユニコード";
|
|
Text[ korean ] = "유니코드";
|
|
Text[ chinese_simplified ] = "统一码";
|
|
Text[ chinese_traditional ] = "統一碼";
|
|
Text[ turkish ] = "Unicode";
|
|
Text[ arabic ] = "Unicode";
|
|
Text[ catalan ] = "Unicode";
|
|
};
|
|
|
|
String STR_SVT_COLLATE_ZHUYIN
|
|
{
|
|
/* chinese sorting algorithm */
|
|
Text = "Zhuyin" ;
|
|
Text [ ENGLISH ] = "Zhuyin" ;
|
|
Text[ english_us ] = "Zhuyin";
|
|
Text[ portuguese ] = "Zhuyin";
|
|
Text[ russian ] = "Zhuyin";
|
|
Text[ greek ] = "Zhuyin";
|
|
Text[ dutch ] = "Zhuyin";
|
|
Text[ french ] = "Zhuyin";
|
|
Text[ spanish ] = "Zhuyin";
|
|
Text[ italian ] = "Zhuyin";
|
|
Text[ danish ] = "Zhuyin";
|
|
Text[ swedish ] = "Zhuyin";
|
|
Text[ polish ] = "Zhuyin";
|
|
Text[ portuguese_brazilian ] = "Zhuyin";
|
|
Text[ japanese ] = "注音(中国語の漢字の発音を表記するための表記文字)";
|
|
Text[ korean ] = "Zhuyin";
|
|
Text[ chinese_simplified ] = "注音";
|
|
Text[ chinese_traditional ] = "注音";
|
|
Text[ turkish ] = "Zhuyin";
|
|
Text[ arabic ] = "Zhuyin";
|
|
Text[ catalan ] = "Zhuyin";
|
|
Text[ finnish ] = "Zhuyin";
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|