diff options
author | Gregor Hartmann <gh@openoffice.org> | 2001-07-03 06:54:14 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2001-07-03 06:54:14 +0000 |
commit | d513b858a4778bcd59c86f7bda0425cd8b0d0748 (patch) | |
tree | 3663c16464d4948bbb68f527d47a6d9282a0f714 /basic | |
parent | 5f29100006c88507b548d23a8f94d8804f65e74f (diff) |
new ressource
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/svtmsg.src | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src index cf796dfa95b6..53730306f332 100644 --- a/basic/source/app/svtmsg.src +++ b/basic/source/app/svtmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: svtmsg.src,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: kz $ $Date: 2001-06-29 07:48:01 $ + * last change: $Author: gh $ $Date: 2001-07-03 07:54:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1538,7 +1538,27 @@ String S_UNO_URL_EXECUTE_FAILED_NO_FRAME Text[ catalan ] = "No se pudo ejecutar Slot ID"; Text[ finnish ] = "Paikkatunnusta ei voitu suorittaa"; }; - - - - +String S_NO_MENU +{ + Text = "Kein Men Vorhanden bei ($Arg1)"; + Text[ english_us ] = "There is no Help button at ($Arg1)"; + Text[ portuguese ] = "Boto Ajuda inexistente em ($Arg1)"; + Text[ russian ] = "There is no Help button at ($Arg1)"; + Text[ greek ] = "There is no Help button at ($Arg1)"; + Text[ dutch ] = "Geen Help-button beschikbaar bij ($Arg1)"; + Text[ french ] = "Absence de bouton Aide pour ($Arg1)"; + Text[ spanish ] = "No existe botn Ayuda para ($Arg1)"; + Text[ italian ] = "There is no Help button at ($Arg1)"; + Text[ danish ] = "There is no Help button at ($Arg1)"; + Text[ swedish ] = "There is no Help button at ($Arg1)"; + Text[ polish ] = "There is no Help button at ($Arg1)"; + Text[ portuguese_brazilian ] = "dummytext"; + Text[ japanese ] = "There is no Help button at ($Arg1)"; + Text[ korean ] = "($Arg1) ư ϴ."; + Text[ chinese_simplified ] = "There is no Help button at ($Arg1)"; + Text[ chinese_traditional ] = "There is no Help button at ($Arg1)"; + Text[ arabic ] = "There is no Help button at ($Arg1)"; + Text[ turkish ] = "There is no Help button at ($Arg1)"; + Text[ catalan ] = "No existe botn Ayuda para ($Arg1)"; + Text[ finnish ] = "Kohteessa ($Arg1) ei ole Ohje-painiketta"; +}; |