Files
libreoffice/sd/source/ui/dlg/dlg_char.src

295 lines
10 KiB
Plaintext
Raw Normal View History

2000-09-18 16:07:07 +00:00
/*************************************************************************
*
* $RCSfile: dlg_char.src,v $
*
* $Revision: 1.21 $
2000-09-18 16:07:07 +00:00
*
* last change: $Author: hr $ $Date: 2003-06-13 13:02:12 $
2000-09-18 16:07:07 +00:00
*
* 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 <svx/dialogs.hrc>
#include "dlg_char.hrc"
TabDialog TAB_CHAR
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 289 , 176 ) ;
Text = "Zeichen" ;
Text [ ENGLISH ] = "Character" ;
Text [ norwegian ] = "Character" ;
Text [ italian ] = "Carattere" ;
Text [ portuguese_brazilian ] = "Caracter" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "Caracteres" ;
Text [ finnish ] = "Merkki" ;
Text [ danish ] = "Tegn" ;
Text [ french ] = "Caract<63>res" ;
2000-09-18 16:07:07 +00:00
Text [ swedish ] = "Tecken" ;
Text [ dutch ] = "Teken" ;
Text [ spanish ] = "Caracteres" ;
Text [ english_us ] = "Character" ;
Moveable = TRUE ;
// Closeable = TRUE; // Dieser Dialog enthaelt OK und/oder Cancel Button (KH)
TabControl 1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( 260 , 135 ) ;
PageList =
{
PageItem
{
2000-11-27 07:15:56 +00:00
Identifier = RID_SVXPAGE_CHAR_NAME ;
2000-09-18 16:07:07 +00:00
Text = "Schrift" ;
Text [ ENGLISH ] = "Character" ;
Text [ norwegian ] = "Character" ;
Text [ italian ] = "Carattere" ;
Text [ portuguese_brazilian ] = "Fonte" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "Tipo de letra" ;
Text [ finnish ] = "Fontti" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Skrifttype" ;
Text [ french ] = "Police" ;
Text [ swedish ] = "Teckensnitt" ;
Text [ dutch ] = "Lettertype" ;
Text [ spanish ] = "Fuente" ;
Text [ english_us ] = "Font" ;
2000-11-27 07:15:56 +00:00
PageResID = RID_SVXPAGE_CHAR_NAME ;
2001-08-07 14:32:00 +00:00
Text[ chinese_simplified ] = "字体";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Czcionka";
Text[ japanese ] = "フォント";
2001-08-07 14:32:00 +00:00
Text[ chinese_traditional ] = "字型";
2000-12-04 09:34:22 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:32:00 +00:00
Text[ korean ] = "글꼴";
Text[ turkish ] = "Yaz<61> Tipi";
2000-09-18 16:07:07 +00:00
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tipus de lletra";
Text[ thai ] = "ตัวอักษร";
Text[ czech ] = "Písmo";
Text[ hebrew ] = "‮גופן‬";
Text[ hindi ] = "फ़ॉन्ट";
Text[ slovak ] = "Písmo";
2000-09-18 16:07:07 +00:00
};
PageItem
{
2000-11-27 07:15:56 +00:00
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
2000-09-18 16:07:07 +00:00
Text = "Schrifteffekt" ;
Text [ ENGLISH ] = "Character Extension" ;
Text [ norwegian ] = "Character Extension" ;
Text [ italian ] = "Effetto carattere" ;
Text [ portuguese_brazilian ] = "Efeitos da Fonte" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "Efeitos do tipo de letra" ;
Text [ finnish ] = "Fonttitehosteet" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Skrifteffekt" ;
2000-12-04 09:34:22 +00:00
Text [ french ] = "Effets de caract<63>res" ;
2001-05-30 19:11:01 +00:00
Text [ swedish ] = "Teckeneffekt" ;
2000-09-18 16:07:07 +00:00
Text [ dutch ] = "Schrifteffecten" ;
Text [ spanish ] = "Efectos de fuente" ;
Text [ english_us ] = "Font Effects" ;
2000-11-27 07:15:56 +00:00
PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
2001-08-07 14:32:00 +00:00
Text[ chinese_simplified ] = "字体效果";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Efekty czcionki";
Text[ japanese ] = "フォント効果";
2001-08-07 14:32:00 +00:00
Text[ chinese_traditional ] = "字型效果";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:32:00 +00:00
Text[ korean ] = "글꼴 효과";
Text[ turkish ] = "Yaz<61> Tipi Efektleri";
2000-09-18 16:07:07 +00:00
Text[ language_user1 ] = " ";
Text[ catalan ] = "Efectes de lletra";
Text[ thai ] = "ลักษณะตัวอักษร";
Text[ czech ] = "Efekty písma";
Text[ hebrew ] = "‮אפקטים לגופנים‬";
Text[ hindi ] = "फ़ॉन्ट प्रभाव";
Text[ slovak ] = "Efekty pre písmo";
2000-09-18 16:07:07 +00:00
};
2000-11-27 07:32:57 +00:00
PageItem
{
Identifier = RID_SVXPAGE_CHAR_POSITION ;
PageResID = RID_SVXPAGE_CHAR_POSITION ;
Text = "Position" ;
Text [ ENGLISH ] = "Position" ;
2000-12-01 07:25:33 +00:00
Text[ english_us ] = "Position";
2000-12-06 14:02:43 +00:00
Text[ portuguese ] = "Posi<73><69>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-12-01 07:25:33 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
2000-12-06 14:02:43 +00:00
Text[ dutch ] = "Positie";
2000-12-01 07:25:33 +00:00
Text[ french ] = "Position";
Text[ spanish ] = "Posici<63>n";
2001-10-11 19:20:52 +00:00
Text[ italian ] = "Posizione";
Text[ danish ] = "Placering";
2000-12-01 07:25:33 +00:00
Text[ swedish ] = "Position";
Text[ polish ] = "Pozycja";
Text[ portuguese_brazilian ] = "Posi<73><69>o";
2001-08-07 14:32:00 +00:00
Text[ japanese ] = "位置";
Text[ korean ] = "위치";
Text[ chinese_simplified ] = "位置";
Text[ chinese_traditional ] = "位置";
Text[ turkish ] = "Konum";
2000-12-04 09:34:22 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ catalan ] = "Posici<63>";
Text[ finnish ] = "Sijainti";
Text[ thai ] = "ตำแหน่ง";
Text[ czech ] = "Umístění";
Text[ hebrew ] = "‮מיקום‬";
Text[ hindi ] = "स्थान";
Text[ slovak ] = "Umiestnenie";
2000-11-27 07:32:57 +00:00
};
2000-09-18 16:07:07 +00:00
};
};
OKButton 1
{
Pos = MAP_APPFONT ( 6 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
CancelButton 1
{
Pos = MAP_APPFONT ( 60 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton 1
{
Pos = MAP_APPFONT ( 114 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
PushButton 1
{
Pos = MAP_APPFONT ( 169 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Zur<75>ck : Zur<75>ck */
Text = "Zur<75>ck" ;
Text [ ENGLISH ] = "Return" ;
Text [ norwegian ] = "Return" ;
Text [ italian ] = "Indietro" ;
Text [ portuguese_brazilian ] = "Retorna" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "Anterior" ;
Text [ finnish ] = "Takaisin" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Tilbage" ;
Text [ french ] = "Quitter" ;
Text [ swedish ] = "Tillbaka" ;
Text [ dutch ] = "Vorige" ;
Text [ spanish ] = "Regresar" ;
Text [ english_us ] = "Return" ;
TabStop = TRUE ;
2001-08-07 14:32:00 +00:00
Text[ chinese_simplified ] = "返回";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Wstecz";
2001-08-07 14:32:00 +00:00
Text[ japanese ] = "戻る";
Text[ chinese_traditional ] = "返回";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "뒤로";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Geri";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Torna";
Text[ thai ] = "ส่งกลับ";
Text[ czech ] = "Návrat";
Text[ hebrew ] = "Zurück";
Text[ hindi ] = "लौटना";
Text[ slovak ] = "Návrat";
2000-09-18 16:07:07 +00:00
};
2001-08-07 14:32:00 +00:00
Text[ chinese_simplified ] = "字符";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Znak";
2001-08-07 14:32:00 +00:00
Text[ japanese ] = "文字";
Text[ chinese_traditional ] = "字元";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:32:00 +00:00
Text[ korean ] = "문자";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Yaz<61>tipi";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Car<61>cters";
Text[ thai ] = "ตัวอักขระ";
Text[ czech ] = "Znak";
Text[ hebrew ] = "Zeichen";
Text[ hindi ] = "अक्षर";
Text[ slovak ] = "Znak";
2000-09-18 16:07:07 +00:00
};
2001-06-08 21:50:03 +00:00
2001-07-13 20:29:52 +00:00
2001-08-07 14:32:00 +00:00
2001-08-21 20:03:17 +00:00
2001-08-24 09:26:53 +00:00
2001-09-25 19:30:46 +00:00
2001-10-11 19:20:52 +00:00
2001-11-16 22:17:55 +00:00