/************************************************************************* * * $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 ] = "Diviso Silbica" ; Text [ portuguese ] = "Diviso silbica" ; Text [ finnish ] = "Tavutus" ; Text [ danish ] = "Orddeling" ; Text [ french ] = "Coupure des mots" ; Text [ swedish ] = "Avstavning" ; Text [ dutch ] = "Woordafbreking" ; Text [ spanish ] = "Separacin silbica" ; 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 ] = ""; TEXT[ polish ] = "~Wyraz"; TEXT[ japanese ] = "単語(~W)"; TEXT[ chinese_traditional ] = "字(~W)"; TEXT[ arabic ] = ""; TEXT[ greek ] = "~"; 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 ] = "~Nsta" ; Text [ danish ] = "~Nste" ; Text [ portuguese ] = "~Continuar" ; Text [ portuguese_brazilian ] = "~Prximo" ; Text[ chinese_simplified ] = "继续(~N)"; Text[ russian ] = ""; Text[ polish ] = "~Dalej"; Text[ japanese ] = "次へ(~N)"; Text[ chinese_traditional ] = "下一步(~N)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "다음(~N)"; Text[ turkish ] = "~Sonraki"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Segent"; 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 ] = ""; TEXT[ polish ] = "~Usu"; TEXT[ japanese ] = "削除(~R)"; TEXT[ chinese_traditional ] = "刪除(~R)"; TEXT[ arabic ] = ""; TEXT[ greek ] = ""; TEXT[ korean ] = "제거(~R)"; TEXT[ turkish ] = "~Kaldr"; 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 ~Slabas" ; 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 ] = ""; TEXT[ polish ] = "~Podziel wyrazy"; TEXT[ japanese ] = "分ける(~H)"; TEXT[ chinese_traditional ] = "連字符(~H)"; TEXT[ arabic ] = " "; TEXT[ greek ] = ""; TEXT[ korean ] = "하이픈 넣기(~H)"; TEXT[ turkish ] = "~Ayr"; 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 ] = " "; Text[ polish ] = "Dzielenie wyrazw"; Text[ japanese ] = "ハイフネーション"; Text[ chinese_traditional ] = "連字符"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "하이픈 넣기"; Text[ turkish ] = "Heceleme"; Text[ language_user1 ] = " "; Text[ catalan ] = "Separaci en sl.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