diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-06-21 20:40:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-06-21 20:40:59 +0000 |
commit | d26ccf1dc7cf2a7d91ca79e0ebdb72bd173b731a (patch) | |
tree | 48f7bde4068d2f3f73048a370ca67300158c178e /basic | |
parent | ae3ae035602070892b13266e3d74888d9e92cbc5 (diff) |
Merge SRC633: 21.06.01 - 23:40:16
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/svtmsg.src | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src index dfb756eb367f..2e81e7aba44d 100644 --- a/basic/source/app/svtmsg.src +++ b/basic/source/app/svtmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: svtmsg.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: kz $ $Date: 2001-06-13 21:48:43 $ + * last change: $Author: kz $ $Date: 2001-06-21 21:40:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1503,7 +1503,7 @@ String S_UNO_URL_EXECUTE_FAILED_NO_DISPATCHER Text[ italian ] = "UNO URL \"($Arg1)\" could not be run. No dispatcher was found."; Text[ danish ] = "Slot ID cannot be run. No ActiveDispatcher"; Text[ swedish ] = "UNO URL \"($Arg1)\" could not be run. No dispatcher was found"; - Text[ polish ] = "Wykonanie UNO Url \"($Arg1)\"nie powiodo si: Brak na pulpicie ActiveFrame."; + Text[ polish ] = "UNO URL \"($Arg1)\" could not be run. No dispatcher was found."; Text[ portuguese_brazilian ] = "Programmstart: ($Arg1); ($Arg2)"; Text[ japanese ] = "UNO Url \"($Arg1)\" ͎sł܂łF ި߯܂B"; Text[ korean ] = " ID ߽ϴ: ɵ ó ϴ."; @@ -1527,7 +1527,7 @@ String S_UNO_URL_EXECUTE_FAILED_NO_FRAME Text[ italian ] = "UNO URL \"($Arg1)\" could not be run: No active frame on desktop."; Text[ danish ] = "Slot ID could not be run"; Text[ swedish ] = "UNO URL \"($Arg1)\" could not be run: No active frame on desktop"; - Text[ polish ] = "Wykonanie UNO Url \"($Arg1)\"nie powiodo si: Brak na pulpicie ActiveFrame."; + Text[ polish ] = "UNO URL \"($Arg1)\" could not be run: No active frame on desktop."; Text[ portuguese_brazilian ] = "Programmstart: ($Arg1); ($Arg2)"; Text[ japanese ] = "UNO Url \"($Arg1)\" ͎sł܂łF į߂ɱèڰт܂B"; Text[ korean ] = " ID߽ϴ."; @@ -1540,3 +1540,4 @@ String S_UNO_URL_EXECUTE_FAILED_NO_FRAME }; + |