diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-10-24 09:56:44 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-10-24 09:56:44 +0000 |
commit | 272cd91c41ffb187f710fe2ec57e7a8e3ac50fb6 (patch) | |
tree | a3a059f62ffe6cb21b1babf7b6531b676d899af6 /vcl/source/src | |
parent | 490cd628b89a0f56d5102f4f58ed9e6cd72cfbf2 (diff) |
#101296# correct texts for messageboxes
Diffstat (limited to 'vcl/source/src')
-rw-r--r-- | vcl/source/src/stdtext.src | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/vcl/source/src/stdtext.src b/vcl/source/src/stdtext.src index e22f70e61589..77f1e9a2432a 100644 --- a/vcl/source/src/stdtext.src +++ b/vcl/source/src/stdtext.src @@ -2,9 +2,9 @@ * * $RCSfile: stdtext.src,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: rt $ $Date: 2002-09-17 13:06:05 $ + * last change: $Author: dr $ $Date: 2002-10-24 10:56:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,9 +93,23 @@ String SV_STDTEXT_SERVICENOTAVAILABLE Text[ thai ] = "ไม่สามารถโหลดส่วนประกอบโปรแกรม (%s) ได้\nกรุณาเริ่มติดตั้งตัวเลือกในการซ่อมใหม่"; }; -String SV_STDTEXT_DONTWARNAGAIN +String SV_STDTEXT_DONTHINTAGAIN { Text = "Diesen Hinweis nicht mehr anzeigen."; + Text[ english ] = "Do not show this information again."; + Text[ english_us ] = "Do not show this information again."; +}; + +String SV_STDTEXT_DONTASKAGAIN +{ + Text = "Diese Frage nicht mehr anzeigen."; + Text[ english ] = "Do not show this question again."; + Text[ english_us ] = "Do not show this question again."; +}; + +String SV_STDTEXT_DONTWARNAGAIN +{ + Text = "Diese Warnung nicht mehr anzeigen."; Text [English] = "Do not warn me again."; Text[ english_us ] = "Do not show warning again."; Text[ portuguese ] = "No mostrar mais esta observao."; |