summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-15 17:02:35 +0100
committerEike Rathke <erack@redhat.com>2013-01-15 17:43:42 +0000
commitf3cf01ba35e836ecbef03e8140b8afcbb11fdd44 (patch)
tree4311f83e712b2103fda38c185c831d5694ab2a97
parentc72bded3901c67129c5867ff209f7e108b232120 (diff)
make translatable a few more ui strings
Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185 Reviewed-on: https://gerrit.libreoffice.org/1700 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r--cui/uiconfig/ui/macroselectordialog.ui2
-rw-r--r--cui/uiconfig/ui/scriptorganizer.ui8
-rw-r--r--sc/uiconfig/scalc/ui/sortoptionspage.ui2
-rw-r--r--sw/uiconfig/swriter/ui/bibliographyentry.ui2
-rw-r--r--sw/uiconfig/swriter/ui/indexentry.ui2
5 files changed, 8 insertions, 8 deletions
diff --git a/cui/uiconfig/ui/macroselectordialog.ui b/cui/uiconfig/ui/macroselectordialog.ui
index 0448245abe1f..d681f295d0f9 100644
--- a/cui/uiconfig/ui/macroselectordialog.ui
+++ b/cui/uiconfig/ui/macroselectordialog.ui
@@ -35,7 +35,7 @@
</child>
<child>
<object class="GtkButton" id="add">
- <property name="label">Add</property>
+ <property name="label" translatable="yes">Add</property>
<property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
diff --git a/cui/uiconfig/ui/scriptorganizer.ui b/cui/uiconfig/ui/scriptorganizer.ui
index d18bf8f9fc94..c5100fecbf4e 100644
--- a/cui/uiconfig/ui/scriptorganizer.ui
+++ b/cui/uiconfig/ui/scriptorganizer.ui
@@ -17,7 +17,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="run">
- <property name="label">Run</property>
+ <property name="label" translatable="yes">Run</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="create">
- <property name="label">Create...</property>
+ <property name="label" translatable="yes">Create...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -84,7 +84,7 @@
</child>
<child>
<object class="GtkButton" id="rename">
- <property name="label">Rename...</property>
+ <property name="label" translatable="yes">Rename...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -100,7 +100,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>
diff --git a/sc/uiconfig/scalc/ui/sortoptionspage.ui b/sc/uiconfig/scalc/ui/sortoptionspage.ui
index ce62207ba3da..ded61ac0dd24 100644
--- a/sc/uiconfig/scalc/ui/sortoptionspage.ui
+++ b/sc/uiconfig/scalc/ui/sortoptionspage.ui
@@ -38,7 +38,7 @@
</child>
<child>
<object class="GtkCheckButton" id="header">
- <property name="label">Range contains...</property>
+ <property name="label" translatable="yes">Range contains...</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/sw/uiconfig/swriter/ui/bibliographyentry.ui b/sw/uiconfig/swriter/ui/bibliographyentry.ui
index aa528c5f7ccc..30874dfcd407 100644
--- a/sw/uiconfig/swriter/ui/bibliographyentry.ui
+++ b/sw/uiconfig/swriter/ui/bibliographyentry.ui
@@ -17,7 +17,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="insert">
- <property name="label">Insert</property>
+ <property name="label" translatable="yes">Insert</property>
<property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/indexentry.ui b/sw/uiconfig/swriter/ui/indexentry.ui
index 7dc618418675..69a91e20509a 100644
--- a/sw/uiconfig/swriter/ui/indexentry.ui
+++ b/sw/uiconfig/swriter/ui/indexentry.ui
@@ -50,7 +50,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="insert">
- <property name="label">Insert</property>
+ <property name="label" translatable="yes">Insert</property>
<property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>