diff options
author | Oliver Specht <os@openoffice.org> | 2002-10-07 12:13:07 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-10-07 12:13:07 +0000 |
commit | e903a6e5c47ee1515d7a8193793871c8aef81b92 (patch) | |
tree | 42b7b2019a0eaa3b3271c55f558e81cfb802837d /basic/source/classes/sb.src | |
parent | 490501f728e64d8e1f7c1ac9d0740a54590c76b5 (diff) |
#103951# German: 'Clipboard' changed to 'Zwischenablage'
Diffstat (limited to 'basic/source/classes/sb.src')
-rw-r--r-- | basic/source/classes/sb.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/classes/sb.src b/basic/source/classes/sb.src index fb348938bb5a..a5e8dde0dc3d 100644 --- a/basic/source/classes/sb.src +++ b/basic/source/classes/sb.src @@ -2,9 +2,9 @@ * * $RCSfile: sb.src,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2001-07-13 20:15:53 $ + * last change: $Author: os $ $Date: 2002-10-07 13:13:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2514,7 +2514,7 @@ Resource RID_BASIC_START String SbERR_BAD_CLIPBD_FORMAT & ERRCODE_RES_MASK { /* ### ACHTUNG: Neuer Text in Resource? Ungltiges Clipboard-Format : Ungltiges Clipboard-Format */ - Text = "Ungltiges Clipboard-Format" ; + Text = "Ungltiges Zwischenablagen-Format" ; Text [ ENGLISH ] = "Invalid clipboard format" ; Text [ norwegian ] = "Invalid clipboard format" ; Text [ italian ] = "Formato clipboard non valido" ; |