Kaydet (Commit) c4c537c4 authored tarafından Andras Timar's avatar Andras Timar Kaydeden (comit) Michael Stahl

make translatable a few more ui strings

Conflicts:
	cui/uiconfig/ui/customize.ui

Change-Id: I0a10cbb7eab77d215c15592a2121b65f1c9f3732
Reviewed-on: https://gerrit.libreoffice.org/2001Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 3251bb47
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<property name="layout_style">start</property> <property name="layout_style">start</property>
<child> <child>
<object class="GtkButton" id="new"> <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="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="edit"> <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="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="test"> <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="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="delete"> <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="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="save"> <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="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="open"> <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="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment