[Libreoffice-commits] core.git: cui/uiconfig dbaccess/uiconfig sc/uiconfig sd/uiconfig sw/uiconfig

Andras Timar andras.timar at collabora.com
Sun Nov 17 00:56:14 PST 2013


 cui/uiconfig/ui/optchartcolorspage.ui             |    2 +-
 dbaccess/uiconfig/ui/directsqldialog.ui           |    2 +-
 sc/uiconfig/scalc/ui/definedatabaserangedialog.ui |    2 +-
 sc/uiconfig/scalc/ui/paratemplatedialog.ui        |    2 +-
 sd/uiconfig/sdraw/ui/vectorize.ui                 |    2 +-
 sd/uiconfig/simpress/ui/templatedialog.ui         |    2 +-
 sw/uiconfig/swriter/ui/cardmediumpage.ui          |    4 ++--
 sw/uiconfig/swriter/ui/ccdialog.ui                |    2 +-
 sw/uiconfig/swriter/ui/envdialog.ui               |    6 +++---
 sw/uiconfig/swriter/ui/envformatpage.ui           |   10 +++++-----
 sw/uiconfig/swriter/ui/envprinterpage.ui          |    4 ++--
 sw/uiconfig/swriter/ui/fielddialog.ui             |    2 +-
 sw/uiconfig/swriter/ui/insertsectiondialog.ui     |    2 +-
 sw/uiconfig/swriter/ui/labeldialog.ui             |    2 +-
 sw/uiconfig/swriter/ui/labeloptionspage.ui        |    4 ++--
 sw/uiconfig/swriter/ui/mmoutputtypepage.ui        |    2 +-
 sw/uiconfig/swriter/ui/mmselectpage.ui            |    2 +-
 sw/uiconfig/swriter/ui/optgeneralpage.ui          |    8 ++++----
 sw/uiconfig/swriter/ui/optredlinepage.ui          |    6 +++---
 sw/uiconfig/swriter/ui/templatedialog1.ui         |    2 +-
 sw/uiconfig/swriter/ui/templatedialog2.ui         |    2 +-
 sw/uiconfig/swriter/ui/templatedialog4.ui         |    2 +-
 sw/uiconfig/swriter/ui/testmailsettings.ui        |    4 ++--
 23 files changed, 38 insertions(+), 38 deletions(-)

New commits:
commit aecc0d723f707bc827643b361e6970be63445258
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun Nov 17 10:55:50 2013 +0100

    missing translatable="yes" attributes
    
    Change-Id: I138c8f245e4bfb2f23dd4cd8a629d8e5e3aac56b

diff --git a/cui/uiconfig/ui/optchartcolorspage.ui b/cui/uiconfig/ui/optchartcolorspage.ui
index fa291b7..22af1ad 100644
--- a/cui/uiconfig/ui/optchartcolorspage.ui
+++ b/cui/uiconfig/ui/optchartcolorspage.ui
@@ -126,7 +126,7 @@
                     </child>
                     <child>
                       <object class="GtkButton" id="default">
-                        <property name="label">_Default</property>
+                        <property name="label" translatable="yes">_Default</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
diff --git a/dbaccess/uiconfig/ui/directsqldialog.ui b/dbaccess/uiconfig/ui/directsqldialog.ui
index ccb86c4..5cf33f5 100644
--- a/dbaccess/uiconfig/ui/directsqldialog.ui
+++ b/dbaccess/uiconfig/ui/directsqldialog.ui
@@ -123,7 +123,7 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="execute">
-                            <property name="label">_Execute</property>
+                            <property name="label" translatable="yes">_Execute</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="can_default">True</property>
diff --git a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
index 4305eae..1ae69d5 100644
--- a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
+++ b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
@@ -295,7 +295,7 @@
                 </child>
                 <child>
                   <object class="GtkButton" id="modify">
-                    <property name="label">M_odify</property>
+                    <property name="label" translatable="yes">M_odify</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="no_show_all">True</property>
diff --git a/sc/uiconfig/scalc/ui/paratemplatedialog.ui b/sc/uiconfig/scalc/ui/paratemplatedialog.ui
index 3551b39..50cb0e9 100644
--- a/sc/uiconfig/scalc/ui/paratemplatedialog.ui
+++ b/sc/uiconfig/scalc/ui/paratemplatedialog.ui
@@ -75,7 +75,7 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label">_Standard</property>
+                <property name="label" translatable="yes">_Standard</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/sd/uiconfig/sdraw/ui/vectorize.ui b/sd/uiconfig/sdraw/ui/vectorize.ui
index 63058ae..ad2eaa0 100644
--- a/sd/uiconfig/sdraw/ui/vectorize.ui
+++ b/sd/uiconfig/sdraw/ui/vectorize.ui
@@ -220,7 +220,7 @@
             </child>
             <child>
               <object class="GtkButton" id="preview">
-                <property name="label">Preview</property>
+                <property name="label" translatable="yes">Preview</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/sd/uiconfig/simpress/ui/templatedialog.ui b/sd/uiconfig/simpress/ui/templatedialog.ui
index a9183b4..dc6edd5 100644
--- a/sd/uiconfig/simpress/ui/templatedialog.ui
+++ b/sd/uiconfig/simpress/ui/templatedialog.ui
@@ -75,7 +75,7 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label">_Standard</property>
+                <property name="label" translatable="yes">_Standard</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/cardmediumpage.ui b/sw/uiconfig/swriter/ui/cardmediumpage.ui
index c9551bf..108752e 100644
--- a/sw/uiconfig/swriter/ui/cardmediumpage.ui
+++ b/sw/uiconfig/swriter/ui/cardmediumpage.ui
@@ -303,7 +303,7 @@
           <object class="GtkLabel" id="label6">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Inscription</property>
+            <property name="label" translatable="yes">Inscription</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -514,7 +514,7 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Format</property>
+            <property name="label" translatable="yes">Format</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
diff --git a/sw/uiconfig/swriter/ui/ccdialog.ui b/sw/uiconfig/swriter/ui/ccdialog.ui
index 0c8c754..c7df335 100644
--- a/sw/uiconfig/swriter/ui/ccdialog.ui
+++ b/sw/uiconfig/swriter/ui/ccdialog.ui
@@ -173,7 +173,7 @@
               <object class="GtkLabel" id="label1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label">Send a copy of this mail to...</property>
+                <property name="label" translatable="yes">Send a copy of this mail to...</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>
diff --git a/sw/uiconfig/swriter/ui/envdialog.ui b/sw/uiconfig/swriter/ui/envdialog.ui
index 9f072d5..0a6a21c 100644
--- a/sw/uiconfig/swriter/ui/envdialog.ui
+++ b/sw/uiconfig/swriter/ui/envdialog.ui
@@ -17,7 +17,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="ok">
-                <property name="label">_New Document</property>
+                <property name="label" translatable="yes">_New Document</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
@@ -33,7 +33,7 @@
             </child>
             <child>
               <object class="GtkButton" id="user">
-                <property name="label">_Insert</property>
+                <property name="label" translatable="yes">_Insert</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -47,7 +47,7 @@
             </child>
             <child>
               <object class="GtkButton" id="modify">
-                <property name="label">_Modify</property>
+                <property name="label" translatable="yes">_Modify</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="no_show_all">True</property>
diff --git a/sw/uiconfig/swriter/ui/envformatpage.ui b/sw/uiconfig/swriter/ui/envformatpage.ui
index 3cd0e95..9cdb8da 100644
--- a/sw/uiconfig/swriter/ui/envformatpage.ui
+++ b/sw/uiconfig/swriter/ui/envformatpage.ui
@@ -199,7 +199,7 @@
                   <object class="GtkLabel" id="label4">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label">Position</property>
+                    <property name="label" translatable="yes">Position</property>
                   </object>
                 </child>
               </object>
@@ -210,7 +210,7 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Addressee</property>
+            <property name="label" translatable="yes">Addressee</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -418,7 +418,7 @@
                   <object class="GtkLabel" id="label11">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label">Position</property>
+                    <property name="label" translatable="yes">Position</property>
                   </object>
                 </child>
               </object>
@@ -429,7 +429,7 @@
           <object class="GtkLabel" id="label2">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Sender</property>
+            <property name="label" translatable="yes">Sender</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -599,7 +599,7 @@
           <object class="GtkLabel" id="label3">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Size</property>
+            <property name="label" translatable="yes">Size</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
diff --git a/sw/uiconfig/swriter/ui/envprinterpage.ui b/sw/uiconfig/swriter/ui/envprinterpage.ui
index 26865ba..8f1ba4e 100644
--- a/sw/uiconfig/swriter/ui/envprinterpage.ui
+++ b/sw/uiconfig/swriter/ui/envprinterpage.ui
@@ -231,7 +231,7 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Envelope orientation</property>
+            <property name="label" translatable="yes">Envelope orientation</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -304,7 +304,7 @@
           <object class="GtkLabel" id="label2">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Current Printer</property>
+            <property name="label" translatable="yes">Current Printer</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
diff --git a/sw/uiconfig/swriter/ui/fielddialog.ui b/sw/uiconfig/swriter/ui/fielddialog.ui
index 59af5b7..d495ec1 100644
--- a/sw/uiconfig/swriter/ui/fielddialog.ui
+++ b/sw/uiconfig/swriter/ui/fielddialog.ui
@@ -17,7 +17,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="ok">
-                <property name="label">_Insert</property>
+                <property name="label" translatable="yes">_Insert</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/insertsectiondialog.ui b/sw/uiconfig/swriter/ui/insertsectiondialog.ui
index c6b63ab..28aca7e 100644
--- a/sw/uiconfig/swriter/ui/insertsectiondialog.ui
+++ b/sw/uiconfig/swriter/ui/insertsectiondialog.ui
@@ -17,7 +17,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="ok">
-                <property name="label">_Insert</property>
+                <property name="label" translatable="yes">_Insert</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/labeldialog.ui b/sw/uiconfig/swriter/ui/labeldialog.ui
index cdca04e..4b7aa9a 100644
--- a/sw/uiconfig/swriter/ui/labeldialog.ui
+++ b/sw/uiconfig/swriter/ui/labeldialog.ui
@@ -17,7 +17,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="ok">
-                <property name="label">_New Document</property>
+                <property name="label" translatable="yes">_New Document</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/labeloptionspage.ui b/sw/uiconfig/swriter/ui/labeloptionspage.ui
index 8f4e122..bee6361 100644
--- a/sw/uiconfig/swriter/ui/labeloptionspage.ui
+++ b/sw/uiconfig/swriter/ui/labeloptionspage.ui
@@ -194,7 +194,7 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Distribute</property>
+            <property name="label" translatable="yes">Distribute</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -267,7 +267,7 @@
           <object class="GtkLabel" id="label2">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Printer</property>
+            <property name="label" translatable="yes">Printer</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
diff --git a/sw/uiconfig/swriter/ui/mmoutputtypepage.ui b/sw/uiconfig/swriter/ui/mmoutputtypepage.ui
index 12c1306..70fd673 100644
--- a/sw/uiconfig/swriter/ui/mmoutputtypepage.ui
+++ b/sw/uiconfig/swriter/ui/mmoutputtypepage.ui
@@ -143,7 +143,7 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">What type of document do you want to create?</property>
+            <property name="label" translatable="yes">What type of document do you want to create?</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
diff --git a/sw/uiconfig/swriter/ui/mmselectpage.ui b/sw/uiconfig/swriter/ui/mmselectpage.ui
index fcfc4f4..36c77ef 100644
--- a/sw/uiconfig/swriter/ui/mmselectpage.ui
+++ b/sw/uiconfig/swriter/ui/mmselectpage.ui
@@ -173,7 +173,7 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">Select starting document for the mail merge</property>
+            <property name="label" translatable="yes">Select starting document for the mail merge</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
diff --git a/sw/uiconfig/swriter/ui/optgeneralpage.ui b/sw/uiconfig/swriter/ui/optgeneralpage.ui
index ad3c17e..19e24ea 100644
--- a/sw/uiconfig/swriter/ui/optgeneralpage.ui
+++ b/sw/uiconfig/swriter/ui/optgeneralpage.ui
@@ -109,7 +109,7 @@
                   <object class="GtkLabel" id="label1">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label">Update links when loading</property>
+                    <property name="label" translatable="yes">Update links when loading</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                     </attributes>
@@ -183,7 +183,7 @@
                   <object class="GtkLabel" id="label2">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label">Automatically Update</property>
+                    <property name="label" translatable="yes">Automatically Update</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                     </attributes>
@@ -328,7 +328,7 @@
               <object class="GtkLabel" id="label3">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label">Settings</property>
+                <property name="label" translatable="yes">Settings</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>
@@ -401,7 +401,7 @@
               <object class="GtkLabel" id="label4">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label">Word Count</property>
+                <property name="label" translatable="yes">Word Count</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>
diff --git a/sw/uiconfig/swriter/ui/optredlinepage.ui b/sw/uiconfig/swriter/ui/optredlinepage.ui
index 8e33253..3cd59bf 100644
--- a/sw/uiconfig/swriter/ui/optredlinepage.ui
+++ b/sw/uiconfig/swriter/ui/optredlinepage.ui
@@ -101,7 +101,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
-                    <property name="text">Insert</property>
+                    <property name="text" translatable="yes">Insert</property>
                   </object>
                   <packing>
                     <property name="left_attach">2</property>
@@ -115,7 +115,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
-                    <property name="text">Delete</property>
+                    <property name="text" translatable="yes">Delete</property>
                   </object>
                   <packing>
                     <property name="left_attach">2</property>
@@ -129,7 +129,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
-                    <property name="text">Attributes</property>
+                    <property name="text" translatable="yes">Attributes</property>
                   </object>
                   <packing>
                     <property name="left_attach">2</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog1.ui b/sw/uiconfig/swriter/ui/templatedialog1.ui
index 2a6b579..fbe9315 100644
--- a/sw/uiconfig/swriter/ui/templatedialog1.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog1.ui
@@ -91,7 +91,7 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label">_Standard</property>
+                <property name="label" translatable="yes">_Standard</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog2.ui b/sw/uiconfig/swriter/ui/templatedialog2.ui
index 8b73629..d376ffd 100644
--- a/sw/uiconfig/swriter/ui/templatedialog2.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog2.ui
@@ -91,7 +91,7 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label">_Standard</property>
+                <property name="label" translatable="yes">_Standard</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog4.ui b/sw/uiconfig/swriter/ui/templatedialog4.ui
index 0ea7cbe..5559c82d 100644
--- a/sw/uiconfig/swriter/ui/templatedialog4.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog4.ui
@@ -91,7 +91,7 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label">_Standard</property>
+                <property name="label" translatable="yes">_Standard</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/testmailsettings.ui b/sw/uiconfig/swriter/ui/testmailsettings.ui
index ffa502f..0453957 100644
--- a/sw/uiconfig/swriter/ui/testmailsettings.ui
+++ b/sw/uiconfig/swriter/ui/testmailsettings.ui
@@ -179,7 +179,7 @@
               <object class="GtkLabel" id="label8">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label">%PRODUCTNAME is testing the e-mail account settings...</property>
+                <property name="label" translatable="yes">%PRODUCTNAME is testing the e-mail account settings...</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>
@@ -249,7 +249,7 @@
               <object class="GtkLabel" id="label1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label">Errors</property>
+                <property name="label" translatable="yes">Errors</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>


More information about the Libreoffice-commits mailing list