diff options
author | Gregor Hartmann <gh@openoffice.org> | 2001-03-16 10:53:51 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2001-03-16 10:53:51 +0000 |
commit | 61a2822720e5c830534889ebbcfcb31f2fa0f0c3 (patch) | |
tree | 8dc3abbb080ea7c366de0294d09e01529e244ce1 | |
parent | 7a2ffa35c35b4dd10f723d9446a0e28749d333db (diff) |
new errormessage
-rw-r--r-- | basic/source/app/svtmsg.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src index 4670fdd124a8..23f012b73574 100644 --- a/basic/source/app/svtmsg.src +++ b/basic/source/app/svtmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: svtmsg.src,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: gh $ $Date: 2001-03-14 09:54:34 $ + * last change: $Author: gh $ $Date: 2001-03-16 11:53:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1350,3 +1350,8 @@ String S_UNPACKING_STORAGE_FAILED Text[ turkish ] = "Unpacking Storage \"($Arg1)\" to \"($Arg2)\" failed"; Text[ arabic ] = " \"($Arg1)\" \"($Arg2)\""; }; +String S_NO_LIST_BOX_BUTTON +{ + Text = "ListBoxButton nicht vorhanden bei ($Arg1)"; + Text[ english_us ] = "ListBoxButton nicht vorhanden bei ($Arg1)"; +} |