diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 16:43:53 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 16:43:53 +0000 |
commit | a72e51658d4a0d86ac186692af26f1fa92ebdbe7 (patch) | |
tree | b7f93c24d7171dcf16d27260bcf5ad88c1f22e46 /sfx2/source | |
parent | bb7b9b6f84f6ac0edec93cc682b4deea24934078 (diff) |
INTEGRATION: CWS mergebuild (1.17.54); FILE MERGED
2004/04/20 20:49:19 hjs 1.17.54.2: RESYNC: (1.17-1.18); FILE MERGED
2003/11/10 17:54:57 ihi 1.17.54.1: #111234# Merge during build
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/dinfedt.src | 72 |
1 files changed, 8 insertions, 64 deletions
diff --git a/sfx2/source/dialog/dinfedt.src b/sfx2/source/dialog/dinfedt.src index c92f7868b5ab..1dee4e1a6aa7 100644 --- a/sfx2/source/dialog/dinfedt.src +++ b/sfx2/source/dialog/dinfedt.src @@ -2,9 +2,9 @@ * * $RCSfile: dinfedt.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2003-12-17 14:45:31 $ + * last change: $Author: hjs $ $Date: 2004-06-26 17:43:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,66 +69,17 @@ ModalDialog DLG_DOCINFO_EDT OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 166 , 79 ) ; - Text = "Infonamen bearbeiten" ; - Text [ ENGLISH ] = "Edit info names" ; - Text [ norwegian ] = "Rediger informasjonnavn" ; - Text [ italian ] = "Modifica informazioni nomi" ; - Text [ portuguese_brazilian ] = "Editar nomes dos campos" ; - Text [ portuguese ] = "Editar nomes das informaes" ; - Text [ finnish ] = "Muokkaa kenttnimi" ; - Text [ danish ] = "Rediger infonavne" ; - Text [ french ] = "dition des noms de champ" ; - Text [ swedish ] = "Redigera informationsnamn" ; - Text [ dutch ] = "Labels bewerken" ; - Text [ spanish ] = "Editar nombres de informaciones" ; - Text [ english_us ] = "Edit Field Names" ; - Text[ chinese_simplified ] = "编辑标题"; - Text[ russian ] = " "; - Text[ polish ] = "Edytuj nazwy pl"; - Text[ japanese ] = "情報名を編集"; - Text[ chinese_traditional ] = "編輯標題"; - Text[ arabic ] = " "; - Text[ greek ] = " "; - Text[ korean ] = "정보 이름 편집"; - Text[ turkish ] = "Etiketleri dzenle"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "Edita els noms dels camps"; + Text [ de ] = "Infonamen bearbeiten" ; + Text [ en-US ] = "Edit Field Names" ; + Text [ x-comment ] = " "; Moveable = TRUE ; FixedLine FL_INFO { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 98 , 8 ) ; - Text = "Namen" ; - Text [ English ] = "Names" ; - Text [ norwegian ] = "Names" ; - Text [ italian ] = "Nomi" ; - Text [ portuguese_brazilian ] = "Nomes" ; - Text [ portuguese ] = "Nomes" ; - Text [ finnish ] = "Nimet" ; - Text [ danish ] = "Navne" ; - Text [ french ] = "Noms" ; - Text [ swedish ] = "Namn" ; - Text [ dutch ] = "Namen" ; - Text [ spanish ] = "Nombres" ; - Text [ english_us ] = "Names" ; - Text[ chinese_simplified ] = "名称"; - Text[ russian ] = ""; - Text[ polish ] = "Nazwy"; - Text[ japanese ] = "名前"; - Text[ chinese_traditional ] = "名稱"; - Text[ arabic ] = ""; - Text[ greek ] = ""; - Text[ korean ] = "이름"; - Text[ turkish ] = "simler"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "Noms"; - Text[ thai ] = "ชื่อ"; - Text[ czech ] = "Názvy"; - Text[ hebrew ] = "שמות"; - Text[ hindi ] = "नाम"; - Text[ slovak ] = "Názvy"; - Text[ hungarian ] = "Nevek"; - Text[ slovenian ] = "Imena"; + Text [ de ] = "Namen" ; + Text [ en-US ] = "Names" ; + Text [ x-comment ] = " "; }; Edit ED_INFO1 { @@ -173,13 +124,6 @@ ModalDialog DLG_DOCINFO_EDT Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; - Text[ thai ] = "แก้ไขชื่อเขตข้อมูล"; - Text[ czech ] = "Upravit názvy polí"; - Text[ hebrew ] = "עריכת שמות שדות"; - Text[ hindi ] = "क्षेत्र नामों का संपादन"; - Text[ slovak ] = "Upraviť názvy polí"; - Text[ hungarian ] = "Mezőnevek szerkesztése"; - Text[ slovenian ] = "Uredi imena polj"; }; |