diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-11-02 20:06:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-11-02 20:06:57 +0000 |
commit | 6df6399546f2af86f187ad9d8a17002f813f1848 (patch) | |
tree | bd102f9bddb231bd58b98c4bbea838524260be80 | |
parent | c27924cc18e86efb413d895d0fa423e8a33f7c82 (diff) |
Merge SRC641: 02.11.01 - 22:07:43
-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 4af7a1ad09eb..39a7901bcef5 100644 --- a/basic/source/app/svtmsg.src +++ b/basic/source/app/svtmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: svtmsg.src,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: kz $ $Date: 2001-10-31 21:32:49 $ + * last change: $Author: kz $ $Date: 2001-11-02 21:06:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1619,13 +1619,13 @@ String S_NO_SCROLLBAR Text[ portuguese ] = "No status bar at ($Arg1)"; Text[ russian ] = "No status bar at ($Arg1)"; Text[ greek ] = "No status bar at ($Arg1)"; - Text[ dutch ] = "No status bar at ($Arg1)"; + Text[ dutch ] = "Geen beeldschuifbalk voorhanden bij ($Arg1)"; Text[ french ] = "Absence de barre de dfilement pour ($Arg1)"; Text[ spanish ] = "No status bar at ($Arg1)"; Text[ finnish ] = "No status bar at ($Arg1)"; Text[ italian ] = "No status bar at ($Arg1)"; Text[ danish ] = "No status bar at ($Arg1)"; - Text[ swedish ] = "No status bar at ($Arg1)"; + Text[ swedish ] = "No scroll bar at ($Arg1)"; Text[ polish ] = "No status bar at ($Arg1)"; Text[ portuguese_brazilian ] = "No status bar at ($Arg1)"; Text[ japanese ] = "($Arg1) にはスクロールバーがありません。"; @@ -1637,3 +1637,4 @@ String S_NO_SCROLLBAR Text[ catalan ] = "No status bar at ($Arg1)"; }; + |