diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-11 10:44:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-11 10:44:26 +0000 |
commit | 974485af919b65424a458ad7fa913e46558ab399 (patch) | |
tree | df5f398e16f6f15273b511282c685e2890a8fb3c | |
parent | ba03de182c3ea02f3e5946b30e161dc12654b2b9 (diff) |
INTEGRATION: CWS gh13 (1.71.128); FILE MERGED
2006/12/20 12:39:30 gh 1.71.128.3: make errormessage more clear
2006/11/30 11:38:31 gh 1.71.128.2: #112775# add new errormessage
2006/10/05 11:49:31 gh 1.71.128.1: #i51023# fix typos in english strings
-rw-r--r-- | basic/source/app/svtmsg.src | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src index 0ed0d76a7dee..4da4e435056a 100644 --- a/basic/source/app/svtmsg.src +++ b/basic/source/app/svtmsg.src @@ -4,9 +4,9 @@ * * $RCSfile: svtmsg.src,v $ * - * $Revision: 1.72 $ + * $Revision: 1.73 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 15:51:06 $ + * last change: $Author: kz $ $Date: 2007-05-11 11:44:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,7 @@ * MA 02111-1307 USA * ************************************************************************/ -#include <svtools/svtmsg.hrc> +#include "svtmsg.hrc" // Hier sind die Messages aus dem Verzeichnis /basic/source/app enhalten @@ -61,7 +61,7 @@ String S_SID_EXECUTE_FAILED_NO_DISPATCHER }; String S_SID_EXECUTE_FAILED { - Text[ en-US ] = "Slot ID could not be execute"; + Text[ en-US ] = "Slot ID could not be executed"; }; String S_UNO_PROPERTY_NITIALIZE_FAILED { @@ -129,7 +129,7 @@ String S_WIN_INVISIBLE }; String S_WIN_DISABLED { - Text[ en-US ] = "($Arg1) could not be accessed."; + Text[ en-US ] = "($Arg1) could not be accessed. Disabled"; }; String S_NUMBER_TOO_BIG { @@ -149,7 +149,7 @@ String S_ERROR_SAVING_IMAGE }; String S_INVALID_POSITION { - Text[ en-US ] = "Invalid positon at ($Arg1)"; + Text[ en-US ] = "Invalid position at ($Arg1)"; }; String S_SPLITWIN_NOT_FOUND { @@ -333,3 +333,7 @@ String S_CANNOT_FIND_FLOATING_WIN { Text[ en-US ] = "Cannot find FloatingWindow for floating DockingWindow at ($Arg1)."; }; +String S_NO_LIST_BOX_STRING +{ + Text[ en-US ] = "String does not exist in ($Arg1)"; +}; |