diff options
author | Rüdiger Timm <rt@openoffice.org> | 2002-12-05 09:27:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2002-12-05 09:27:05 +0000 |
commit | 4d6b40c8c4ffc05b12f79ee98e57a9eca0f02d0b (patch) | |
tree | 2a189fe89d7ba2943bb15a2f68ed8344434ab80f /svx/source | |
parent | afe6c1fc9682b0eea7162cb1884654581ecabee4 (diff) |
Merge SRX644: 05.12.02 - 11:23:08
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/tabarea.src | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/svx/source/dialog/tabarea.src b/svx/source/dialog/tabarea.src index e7252026e5da..2465e3f5831d 100644 --- a/svx/source/dialog/tabarea.src +++ b/svx/source/dialog/tabarea.src @@ -2,9 +2,9 @@ * * $RCSfile: tabarea.src,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: kz $ $Date: 2002-11-27 16:57:59 $ + * last change: $Author: rt $ $Date: 2002-12-05 10:27:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -262,12 +262,12 @@ TabPage RID_SVXPAGE_TRANSPARENCE }; StringList [ language_user1 ] = { - < "Line; Linear" ; Default ; > ; - < "Axia; Axial" ; Default ; > ; - < "Radi; Radial" ; Default ; > ; - < "Elli; Ellipsoid" ; Default ; > ; - < "Quad; Quadratisch" ; Default ; > ; - < "Rech; Rechteckig" ; Default ; > ; + < "Line; Line; Linear" ; Default ; > ; + < "Axia; Axia; Axial" ; Default ; > ; + < "Radi; Radi; Radial" ; Default ; > ; + < "Elli; Elli; Ellipsoid" ; Default ; > ; + < "Quad; Quad; Quadratisch" ; Default ; > ; + < "Rech; Rech; Rechteckig" ; Default ; > ; }; StringList [ english_us ] = { @@ -2640,6 +2640,17 @@ TabPage RID_SVXPAGE_BITMAP // Hidden label that provides the name for the bitmaps list box. Text = "Bitmap" ; Text [ ENGLISH ] = "Bitmap" ; + Text[ portuguese ] = "Bitmap"; + Text[ russian ] = ""; + Text[ spanish ] = "Bitmap"; + Text[ italian ] = "Stile bitmap"; + Text[ swedish ] = "Bitmap"; + Text[ polish ] = "Mapa bitowa"; + Text[ portuguese_brazilian ] = "Bitmap"; + Text[ japanese ] = "ビットマップ"; + Text[ korean ] = "비트맵"; + Text[ turkish ] = "Bit elem"; + Text[ thai ] = "บิทแมป"; }; ListBox LB_BITMAPS { |