[Libreoffice-commits] .: editeng/source

Andras Timar timar at kemper.freedesktop.org
Sat Jan 7 13:15:08 PST 2012


 editeng/source/items/svxitems.src |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit b95be347d45c90febdeca85d22b65c03fba283bc
Author: Andras Timar <atimar at suse.com>
Date:   Sat Jan 7 22:08:09 2012 +0100

    make measurement units localizable

diff --git a/editeng/source/items/svxitems.src b/editeng/source/items/svxitems.src
index 222fc2c..6049ad6 100644
--- a/editeng/source/items/svxitems.src
+++ b/editeng/source/items/svxitems.src
@@ -598,27 +598,27 @@ String RID_OUTSET
 };
 String RID_SVXITEMS_METRIC_MM
 {
-    Text = "mm" ;
+    Text [ en-US ] = "mm" ;
 };
 String RID_SVXITEMS_METRIC_CM
 {
-    Text = "cm" ;
+    Text [ en-US ] = "cm" ;
 };
 String RID_SVXITEMS_METRIC_INCH
 {
-    Text = "inch" ;
+    Text [ en-US ] = "inch" ;
 };
 String RID_SVXITEMS_METRIC_POINT
 {
-    Text = "pt" ;
+    Text [ en-US ] = "pt" ;
 };
 String RID_SVXITEMS_METRIC_TWIP
 {
-    Text = "twip" ;
+    Text [ en-US ] = "twip" ;
 };
 String RID_SVXITEMS_METRIC_PIXEL
 {
-    Text = "pixel" ;
+    Text [ en-US ] = "pixel" ;
 };
  // GetValueText von BoolItems
 String RID_SVXITEMS_SHADOWED_TRUE


More information about the Libreoffice-commits mailing list