diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 14:55:30 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 14:55:30 +0000 |
commit | ee6cd53e7f48c509b6d3c1ed3b33406770b59be3 (patch) | |
tree | 681462c5483a1130945c9b3c4b635bfc1eaf09fe /vcl/source/src/btntext.src | |
parent | 14bc619f4ecbe6920b7523d10da0ab6bf489092b (diff) |
INTEGRATION: CWS mergede01 (1.38.496); FILE MERGED
2007/03/20 14:48:02 ihi 1.38.496.1: #i72301# Remove German
Diffstat (limited to 'vcl/source/src/btntext.src')
-rw-r--r-- | vcl/source/src/btntext.src | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/vcl/source/src/btntext.src b/vcl/source/src/btntext.src index f33eb6329e86..cf86ee2abf23 100644 --- a/vcl/source/src/btntext.src +++ b/vcl/source/src/btntext.src @@ -4,9 +4,9 @@ * * $RCSfile: btntext.src,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: hr $ $Date: 2005-09-23 14:40:58 $ + * last change: $Author: ihi $ $Date: 2007-04-19 15:55:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,69 +41,51 @@ String SV_BUTTONTEXT_OK { - Text [ de ] = "OK"; Text [ en-US ] = "OK"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_CANCEL { - Text [ de ] = "Abbrechen" ; Text [ en-US ] = "Cancel"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_YES { - Text [ de ] = "~Ja"; Text [ en-US ] = "~Yes"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_NO { - Text [ de ] = "~Nein"; Text [ en-US ] = "~No"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_RETRY { - Text [ de ] = "~Wiederholen"; Text [ en-US ] = "~Retry"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_HELP { - Text [ de ] = "~Hilfe"; Text [ en-US ] = "~Help"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_MORE { - Text [ de ] = "~Zusätze"; Text [ en-US ] = "~More"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_LESS { - Text [ de ] = "~Zusätze"; Text [ en-US ] = "~More"; - Text [ x-comment ] = " "; }; String SV_BUTTONTEXT_IGNORE { - Text [ de ] = "~Ignorieren"; Text [ en-US ] = "~Ignore"; }; String SV_BUTTONTEXT_ABORT { - Text [ de ] = "~Abbrechen"; Text [ en-US ] = "~Abort"; }; |