[PATCH libreoffice-4-0] make translatable a few more ui strings
Andras Timar (via Code Review)
gerrit at gerrit.libreoffice.org
Tue Feb 5 06:48:38 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2001
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/2001/1
make translatable a few more ui strings
Conflicts:
cui/uiconfig/ui/customize.ui
Change-Id: I0a10cbb7eab77d215c15592a2121b65f1c9f3732
---
M filter/uiconfig/ui/xmlfiltersettings.ui
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/filter/uiconfig/ui/xmlfiltersettings.ui b/filter/uiconfig/ui/xmlfiltersettings.ui
index 6b95c7e..c4499b3 100644
--- a/filter/uiconfig/ui/xmlfiltersettings.ui
+++ b/filter/uiconfig/ui/xmlfiltersettings.ui
@@ -18,7 +18,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="new">
- <property name="label">_New...</property>
+ <property name="label" translatable="yes">_New...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -34,7 +34,7 @@
</child>
<child>
<object class="GtkButton" id="edit">
- <property name="label">_Edit...</property>
+ <property name="label" translatable="yes">_Edit...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -50,7 +50,7 @@
</child>
<child>
<object class="GtkButton" id="test">
- <property name="label">_Test XSLTs...</property>
+ <property name="label" translatable="yes">_Test XSLTs...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -66,7 +66,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label">_Delete...</property>
+ <property name="label" translatable="yes">_Delete...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -82,7 +82,7 @@
</child>
<child>
<object class="GtkButton" id="save">
- <property name="label">_Save as Package...</property>
+ <property name="label" translatable="yes">_Save as Package...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -98,7 +98,7 @@
</child>
<child>
<object class="GtkButton" id="open">
- <property name="label">_Open Package...</property>
+ <property name="label" translatable="yes">_Open Package...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
--
To view, visit https://gerrit.libreoffice.org/2001
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a10cbb7eab77d215c15592a2121b65f1c9f3732
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Andras Timar <atimar at suse.com>
More information about the LibreOffice
mailing list