diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:18:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:18:36 +0000 |
commit | 9881348885f74e792c385581b50bb0a66208547b (patch) | |
tree | 4fbbe35dd0613c4ccf60a8cdc373bb07783b4ef7 /framework/source/classes | |
parent | 9fdf8483f5fca77dcb72325540383d9ee0aae3e2 (diff) |
INTEGRATION: CWS fwkbugfix01 (1.10.6); FILE MERGED
2004/03/09 07:14:32 cd 1.10.6.1: #115843# Support placeholders ($1) and ($2) for outplace activation within menus
Diffstat (limited to 'framework/source/classes')
-rw-r--r-- | framework/source/classes/resource.src | 78 |
1 files changed, 76 insertions, 2 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src index de5d55add499..f5cda3a21d79 100644 --- a/framework/source/classes/resource.src +++ b/framework/source/classes/resource.src @@ -2,9 +2,9 @@ * * $RCSfile: resource.src,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2004-02-25 17:45:12 $ + * last change: $Author: obo $ $Date: 2004-03-17 12:18:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,3 +161,77 @@ String STR_MENU_HEADFOOTALL Text[ hungarian ] = "Minden"; Text[ slovenian ] = "Vse"; }; + +String STR_UPDATEDOC +{ + Text = "Aktuali~siere" ; + Text [ ENGLISH ] = "Update" ; + Text [ english_us ] = "~Update" ; + Text [ italian ] = "~Aggiorna" ; + Text [ spanish ] = "Actuali~zacin" ; + Text [ french ] = "Actuali~se" ; + Text [ dutch ] = "~Bijwerken" ; + Text [ swedish ] = "~Uppdatera" ; + Text [ danish ] = "~Opdater" ; + Text [ portuguese_brazilian ] = "A~tualizar" ; + Text [ portuguese ] = "A ac~tualizar" ; + Text[ chinese_simplified ] = "更新(~U)"; + Text[ russian ] = ""; + Text[ polish ] = "~Aktualizuj"; + Text[ japanese ] = "更新(~U)"; + Text[ chinese_traditional ] = "更新(~U)"; + Text[ arabic ] = ""; + Text[ dutch ] = "~Bijwerken"; + Text[ chinese_simplified ] = "更新(~U)"; + Text[ greek ] = ""; + Text[ korean ] = "업데이트(~U)"; + Text[ turkish ] = "Gn~celle"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Actualitza"; + Text[ finnish ] = "~Pivit"; + Text[ thai ] = "~ปรับปรุง"; + Text[ czech ] = "Aktualizovat"; + Text[ hebrew ] = "עידכון"; + Text[ hindi ] = "~अपडेट् करो"; + Text[ slovak ] = "Akt~ualizovať"; + Text[ hungarian ] = "~Frissítés"; + Text[ slovenian ] = "~Posodobi"; +}; + +String STR_CLOSEDOC_ANDRETURN +{ + /* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zurck zu : S~chlieen & zurck zu */ + /* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zurck zu : S~chlieen & zurck zu */ + Text = "S~chlieen & zurck zu " ; + Text [ ENGLISH ] = "~Close & Return to " ; + Text [ english_us ] = "~Close & Return to " ; + Text [ italian ] = "Chiudi e ritorna a " ; + Text [ spanish ] = "C~errar y regresar a " ; + Text [ french ] = "~Fermer & retourner " ; + Text [ dutch ] = "S~luiten en terug naar" ; + Text [ swedish ] = "St~ng och tillbaka till " ; + Text [ danish ] = "~Luk og g tilbage til " ; + Text [ portuguese_brazilian ] = "~Fechar & Retornar a " ; + Text [ portuguese ] = "~Fechar & Regressar a " ; + Text[ chinese_simplified ] = "关闭和返回(~C)"; + Text[ russian ] = " "; + Text[ polish ] = "~Zamknij i powr do "; + Text[ japanese ] = "閉じる & 戻る(~C)"; + Text[ chinese_traditional ] = "關閉和返回(~C)"; + Text[ arabic ] = " "; + Text[ dutch ] = "S~luiten en terug naar"; + Text[ chinese_simplified ] = "关闭和返回(~C)"; + Text[ greek ] = " "; + Text[ korean ] = "닫기 & 돌아가기(~C)"; + Text[ turkish ] = "Kapat ve geri dn "; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Tanca i retorna a "; + Text[ finnish ] = "Sulje ja ~palauta "; + Text[ thai ] = "~ปิดและกลับไปยัง "; + Text[ czech ] = "Konec a návrat do "; + Text[ hebrew ] = "יציאה וחזרה אל "; + Text[ hindi ] = "बन्द करो ~और केलिए वापस "; + Text[ slovak ] = "~Zavrieť a návrat do "; + Text[ hungarian ] = "~Bezárás és visszatérés"; + Text[ slovenian ] = "~Zapri & se vrni na"; +}; |