diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 13:10:49 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 13:10:49 +0000 |
commit | ce6beb0cf6b232a4bec9c8597ebb5417985e7432 (patch) | |
tree | 1cac7fb323d683a79a3132d62a7ee19cf70c616b /svx/source/dialog/labdlg.src | |
parent | 7dcb28e6ad3b10a2b8095188acba7fbac43d00ee (diff) |
INTEGRATION: CWS swdrawpositioning (1.26.136); FILE MERGED
2004/03/15 07:11:39 os 1.26.136.1: #i26173# draw positioning TabPage for sw created
Diffstat (limited to 'svx/source/dialog/labdlg.src')
-rw-r--r-- | svx/source/dialog/labdlg.src | 51 |
1 files changed, 45 insertions, 6 deletions
diff --git a/svx/source/dialog/labdlg.src b/svx/source/dialog/labdlg.src index 39eb17d379fb..2162be993104 100644 --- a/svx/source/dialog/labdlg.src +++ b/svx/source/dialog/labdlg.src @@ -2,9 +2,9 @@ * * $RCSfile: labdlg.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 11:56:47 $ + * last change: $Author: hjs $ $Date: 2004-06-28 14:10:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ TabPage RID_SVXPAGE_CAPTION HelpId = HID_CAPTION ; Hide = TRUE ; //Size = MAP_APPFONT ( 189 , 97 ) ; - Size = MAP_APPFONT ( 260 , 158 ) ; + Size = MAP_APPFONT ( 260 , 185 ) ; Text [ de ] = "Legende" ; Text [ en-US ] = "Callouts" ; Control CT_CAPTTYPE @@ -326,6 +326,41 @@ TabPage RID_SVXPAGE_CAPTION Text [ x-comment ] = " "; }; // RID_SVXDLG_CAPTION ---------------------------------------------------- + +#define _POS_SIZE_TEXT \ + Text = "Position und Gre" ; \ + Text [ ENGLISH ] = "Position and Size" ; \ + Text [ norwegian ] = "Posisjon og strrelse" ; \ + Text [ italian ] = "Posizione e dimensione" ; \ + Text [ portuguese_brazilian ] = "Posio e Tamanho" ; \ + Text [ portuguese ] = "Posio e tamanho" ; \ + Text [ finnish ] = "Sijainti ja koko" ; \ + Text [ danish ] = "Placering og strrelse" ; \ + Text [ french ] = "Position et taille" ; \ + Text [ swedish ] = "Position och storlek" ; \ + Text [ dutch ] = "Positie en grootte" ; \ + Text [ spanish ] = "Posicin y tamao" ; \ + Text [ english_us ] = "Position and Size" ; \ + Text[ chinese_simplified ] = "位置和大小"; \ + Text[ russian ] = " "; \ + Text[ polish ] = "Pozycja i rozmiar"; \ + Text[ japanese ] = "位置とサイズ"; \ + Text[ chinese_traditional ] = "位置和大小"; \ + Text[ arabic ] = " "; \ + Text[ greek ] = " "; \ + Text[ korean ] = "위치 및 크기"; \ + Text[ turkish ] = "Konum ve boyut"; \ + Text[ language_user1 ] = " "; \ + Text[ catalan ] = "Position and Size"; \ + Text[ thai ] = "ตำแหน่งและขนาด";\ + Text[ czech ] = "Umístění a velikost"; \ + Text[ hebrew ] = "Position und Größe"; \ + Text[ hindi ] = "Position and Size"; \ + Text[ slovak ] = "Umiestnenie a veľkosť"; \ + Text[ hungarian ] = "Pozíció és méret"; \ + Text[ slovenian ] = "Položaj in velikost"; \ + + TabDialog RID_SVXDLG_CAPTION { OutputSize = TRUE ; @@ -345,9 +380,13 @@ TabDialog RID_SVXDLG_CAPTION { Identifier = RID_SVXPAGE_POSITION_SIZE ; PageResID = RID_SVXPAGE_POSITION_SIZE ; - Text [ de ] = "Position und Gre" ; - Text [ en-US ] = "Position and Size" ; - Text [ x-comment ] = " "; + _POS_SIZE_TEXT + }; + PageItem + { + Identifier = RID_SVXPAGE_SWPOSSIZE; + PageResID = RID_SVXPAGE_SWPOSSIZE; + _POS_SIZE_TEXT }; PageItem { |