[Libreoffice-commits] .: Branch 'libreoffice-3-5' - cui/source desktop/source

Andras Timar timar at kemper.freedesktop.org
Sat Jan 7 13:57:33 PST 2012


 cui/source/tabpages/tabarea.src  |    8 ++++----
 cui/source/tabpages/textanim.src |    2 +-
 desktop/source/app/desktop.src   |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit daab19c2ae13245318b8fcd1a5468cae7ab43348
Author: Andras Timar <atimar at suse.com>
Date:   Sat Jan 7 22:56:54 2012 +0100

    yet another few strings to localize

diff --git a/cui/source/tabpages/tabarea.src b/cui/source/tabpages/tabarea.src
index a3e1e54..b1117b1 100644
--- a/cui/source/tabpages/tabarea.src
+++ b/cui/source/tabpages/tabarea.src
@@ -1309,7 +1309,7 @@ TabPage RID_SVXPAGE_COLOR
     {
         Pos = MAP_APPFONT ( 142 , 89 ) ;
         Size = MAP_APPFONT ( 15 , 8 ) ;
-        Text = "~C" ;
+        Text [ en-US ] = "~C" ;
     };
     MetricField MTR_FLD_1
     {
@@ -1329,7 +1329,7 @@ TabPage RID_SVXPAGE_COLOR
     {
         Pos = MAP_APPFONT ( 142 , 105  ) ;
         Size = MAP_APPFONT ( 15 , 8 ) ;
-        Text = "~M" ;
+        Text [ en-US ] = "~M" ;
     };
     MetricField MTR_FLD_2
     {
@@ -1349,7 +1349,7 @@ TabPage RID_SVXPAGE_COLOR
     {
         Pos = MAP_APPFONT ( 142 , 121 ) ;
         Size = MAP_APPFONT ( 15 , 8 ) ;
-        Text = "~Y" ;
+        Text [ en-US ] = "~Y" ;
     };
     MetricField MTR_FLD_3
     {
@@ -1369,7 +1369,7 @@ TabPage RID_SVXPAGE_COLOR
     {
         Pos = MAP_APPFONT ( 142 , 137 ) ;
         Size = MAP_APPFONT ( 15 , 8 ) ;
-        Text = "~K" ;
+        Text [ en-US ] = "~K" ;
     };
     MetricField MTR_FLD_4
     {
diff --git a/cui/source/tabpages/textanim.src b/cui/source/tabpages/textanim.src
index f015028..b330565 100644
--- a/cui/source/tabpages/textanim.src
+++ b/cui/source/tabpages/textanim.src
@@ -272,7 +272,7 @@ TabPage RID_SVXPAGE_TEXTANIMATION
         Spinsize = 50 ;
         StrictFormat = TRUE ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " ms" ;
+        CustomUnitText [ en-US ] = " ms" ;
         Maximum = 30000 ;
         Last = 30000 ;
     };
diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src
index 98ee686..0b6bc3f 100644
--- a/desktop/source/app/desktop.src
+++ b/desktop/source/app/desktop.src
@@ -160,7 +160,7 @@ InfoBox INFOBOX_CMDLINEHELP
 ModalDialog DLG_CMDLINEHELP
 {
     HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP";
-    Text = "Help Message...";
+    Text [ en-US ] = "Help Message...";
     Size = MAP_APPFONT(250, 365);
     Border = True;
     SVLook = True;


More information about the Libreoffice-commits mailing list