321 lines
10 KiB
Plaintext
321 lines
10 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: hyphen.src,v $
|
||
*
|
||
* $Revision: 1.19 $
|
||
*
|
||
* last change: $Author: vg $ $Date: 2003-12-17 14:06:11 $
|
||
*
|
||
* 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 ---------------------------------------------------------------
|
||
#include "helpid.hrc"
|
||
#include "dialogs.hrc"
|
||
#include "hyphen.hrc"
|
||
// pragma ----------------------------------------------------------------
|
||
|
||
// RID_SVXDLG_HYPHENATE --------------------------------------------------
|
||
ModalDialog RID_SVXDLG_HYPHENATE
|
||
{
|
||
HelpId = HID_HYPHENATE ;
|
||
Size = MAP_APPFONT ( 188 , 100 ) ;
|
||
OutputSize = TRUE ;
|
||
SvLook = TRUE ;
|
||
Text = "Silbentrennung" ;
|
||
Text [ English ] = "Hypenation" ;
|
||
Text [ norwegian ] = "Hypenation" ;
|
||
Text [ italian ] = "Sillabazione" ;
|
||
Text [ portuguese_brazilian ] = "Divis<69>o Sil<69>bica" ;
|
||
Text [ portuguese ] = "Divis<69>o sil<69>bica" ;
|
||
Text [ finnish ] = "Tavutus" ;
|
||
Text [ danish ] = "Orddeling" ;
|
||
Text [ french ] = "Coupure des mots" ;
|
||
Text [ swedish ] = "Avstavning" ;
|
||
Text [ dutch ] = "Woordafbreking" ;
|
||
Text [ spanish ] = "Separaci<63>n sil<69>bica" ;
|
||
Text [ english_us ] = "Hyphenation" ;
|
||
Moveable = TRUE ;
|
||
Edit ED_WORD
|
||
{
|
||
BORDER = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 120 , 12 ) ;
|
||
TABSTOP = TRUE ;
|
||
LEFT = TRUE ;
|
||
};
|
||
ImageButton BTN_LEFT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 33 ) ;
|
||
Size = MAP_APPFONT ( 14 , 14 ) ;
|
||
TABSTOP = TRUE ;
|
||
SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
|
||
};
|
||
ImageButton BTN_RIGHT
|
||
{
|
||
Pos = MAP_APPFONT ( 22 , 33 ) ;
|
||
Size = MAP_APPFONT ( 14 , 14 ) ;
|
||
TABSTOP = TRUE ;
|
||
Symbol = IMAGEBUTTON_ARROW_RIGHT ;
|
||
};
|
||
FixedText FT_WORD
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 120 , 8 ) ;
|
||
TEXT = "W~ort" ;
|
||
TEXT [ English ] = "~Word" ;
|
||
TEXT [ norwegian ] = "Word" ;
|
||
TEXT [ italian ] = "Parola" ;
|
||
TEXT [ portuguese_brazilian ] = "~Palavra" ;
|
||
TEXT [ portuguese ] = "Pa~lavra" ;
|
||
TEXT [ finnish ] = "~Sana" ;
|
||
TEXT [ danish ] = "~Ord" ;
|
||
TEXT [ french ] = "Mot" ;
|
||
TEXT [ swedish ] = "~Ord" ;
|
||
TEXT [ dutch ] = "W~oord" ;
|
||
TEXT [ spanish ] = "Palabra" ;
|
||
TEXT [ english_us ] = "~Word" ;
|
||
TEXT[ chinese_simplified ] = "字(~W)";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "~Wyraz";
|
||
TEXT[ japanese ] = "単語(~W)";
|
||
TEXT[ chinese_traditional ] = "字(~W)";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ greek ] = "<22><>~<7E><>";
|
||
TEXT[ korean ] = "단어(~W)";
|
||
TEXT[ turkish ] = "~Kelime";
|
||
TEXT[ language_user1 ] = " ";
|
||
TEXT[ catalan ] = "Paraula";
|
||
TEXT[ thai ] = "~คำ";
|
||
TEXT[ czech ] = "Slovo";
|
||
TEXT[ hebrew ] = "W~ort";
|
||
TEXT[ hindi ] = "~शब्द";
|
||
TEXT[ slovak ] = "~Slovo";
|
||
TEXT[ hungarian ] = "~Szó";
|
||
TEXT[ slovenian ] = "~Beseda";
|
||
};
|
||
PushButton BTN_HYPH_CONTINUE
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TEXT = "~Weiter" ;
|
||
TEXT [ English ] = "~Continue" ;
|
||
TEXT [ english_us ] = "~Next" ;
|
||
TABSTOP = TRUE ;
|
||
Text [ dutch ] = "~Verder" ;
|
||
Text [ italian ] = "Avanti" ;
|
||
Text [ spanish ] = "Continuar" ;
|
||
Text [ french ] = "Suivant" ;
|
||
Text [ swedish ] = "~N<>sta" ;
|
||
Text [ danish ] = "~N<>ste" ;
|
||
Text [ portuguese ] = "~Continuar" ;
|
||
Text [ portuguese_brazilian ] = "~Pr<50>ximo" ;
|
||
Text[ chinese_simplified ] = "继续(~N)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Dalej";
|
||
Text[ japanese ] = "次へ(~N)";
|
||
Text[ chinese_traditional ] = "下一步(~N)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "다음(~N)";
|
||
Text[ turkish ] = "~Sonraki";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Seg<65>ent";
|
||
Text[ finnish ] = "~Seuraava";
|
||
Text[ thai ] = "~ถัดไป";
|
||
Text[ czech ] = "Další";
|
||
Text[ hebrew ] = "הבא";
|
||
Text[ hindi ] = "~आगे";
|
||
Text[ slovak ] = "Ď~alší";
|
||
Text[ hungarian ] = "~Következő";
|
||
Text[ slovenian ] = "~Naprej";
|
||
};
|
||
PushButton BTN_HYPH_DELETE
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 60 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TEXT = "~Entfernen" ;
|
||
TEXT [ English ] = "~Erase" ;
|
||
TEXT [ norwegian ] = "~Erase" ;
|
||
TEXT [ italian ] = "Ri~muovi" ;
|
||
TEXT [ portuguese_brazilian ] = "~Remover" ;
|
||
TEXT [ portuguese ] = "~Remover" ;
|
||
TEXT [ finnish ] = "~Poista" ;
|
||
TEXT [ danish ] = "~Fjern" ;
|
||
TEXT [ french ] = "Supprimer" ;
|
||
TEXT [ swedish ] = "Ta ~bort" ;
|
||
TEXT [ dutch ] = "Ver~wijderen" ;
|
||
TEXT [ spanish ] = "~Borrar" ;
|
||
TEXT [ english_us ] = "~Remove" ;
|
||
TABSTOP = TRUE ;
|
||
TEXT[ chinese_simplified ] = "删除(~R)";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "~Usu<73>";
|
||
TEXT[ japanese ] = "削除(~R)";
|
||
TEXT[ chinese_traditional ] = "刪除(~R)";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "제거(~R)";
|
||
TEXT[ turkish ] = "~Kald<6C>r";
|
||
TEXT[ language_user1 ] = " ";
|
||
TEXT[ catalan ] = "~Suprimeix";
|
||
TEXT[ thai ] = "เ~อาออก";
|
||
TEXT[ czech ] = "Odstranit";
|
||
TEXT[ hebrew ] = "הסרה";
|
||
TEXT[ hindi ] = "~हटाओ";
|
||
TEXT[ slovak ] = "Odst~rániť";
|
||
TEXT[ hungarian ] = "~Eltávolítás";
|
||
TEXT[ slovenian ] = "Odst~rani";
|
||
};
|
||
OKButton BTN_HYPH_CUT
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TEXT = "~Trennen" ;
|
||
TEXT [ English ] = "Hyphe~nate" ;
|
||
TEXT [ norwegian ] = "Hyphe~nate" ;
|
||
TEXT [ italian ] = "Si~llabazione" ;
|
||
TEXT [ portuguese_brazilian ] = "Dividir ~S<>labas" ;
|
||
TEXT [ portuguese ] = "~Separar" ;
|
||
TEXT [ finnish ] = "~Tavuta" ;
|
||
TEXT [ danish ] = "~Del ord" ;
|
||
TEXT [ french ] = "~Couper" ;
|
||
TEXT [ swedish ] = "A~vstava" ;
|
||
TEXT [ dutch ] = "~Afbreken" ;
|
||
TEXT [ spanish ] = "~Separar" ;
|
||
TEXT [ english_us ] = "~Hyphenate" ;
|
||
TABSTOP = TRUE ;
|
||
DEFBUTTON = TRUE ;
|
||
TEXT[ chinese_simplified ] = "连字符(~H)";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "~Podziel wyrazy";
|
||
TEXT[ japanese ] = "分ける(~H)";
|
||
TEXT[ chinese_traditional ] = "連字符(~H)";
|
||
TEXT[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "하이픈 넣기(~H)";
|
||
TEXT[ turkish ] = "~Ay<41>r";
|
||
TEXT[ language_user1 ] = " ";
|
||
TEXT[ catalan ] = "~Parteix els mots";
|
||
TEXT[ thai ] = "ใส่~ยัติภังค์";
|
||
TEXT[ czech ] = "Dělit slova";
|
||
TEXT[ hebrew ] = "~Trennen";
|
||
TEXT[ hindi ] = "~हाइफ़नेट्";
|
||
TEXT[ slovak ] = "~Deliť slová";
|
||
TEXT[ hungarian ] = "~Elválasztás";
|
||
TEXT[ slovenian ] = "~Deli besede";
|
||
};
|
||
CancelButton BTN_HYPH_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TABSTOP = TRUE ;
|
||
};
|
||
HelpButton BTN_HYPH_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 80 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TABSTOP = TRUE ;
|
||
};
|
||
Text[ chinese_simplified ] = "连字符";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Dzielenie wyraz<61>w";
|
||
Text[ japanese ] = "ハイフネーション";
|
||
Text[ chinese_traditional ] = "連字符";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "하이픈 넣기";
|
||
Text[ turkish ] = "Heceleme";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Separaci<63> en s<>l.labes";
|
||
Text[ thai ] = "ใส่ยัติภังค์";
|
||
Text[ czech ] = "Dělení slov";
|
||
Text[ hebrew ] = "שבירת מלים";
|
||
Text[ hindi ] = "हाइफ़नेशन्";
|
||
Text[ slovak ] = "Delenie slov";
|
||
Text[ hungarian ] = "Elválasztás";
|
||
Text[ slovenian ] = "Deljenje besed";
|
||
};
|
||
// ******************************************************************* EOF
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|