diff options
author | Andras Timar <atimar@suse.com> | 2013-01-15 17:02:35 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-15 17:07:00 +0100 |
commit | 9e43e4867b30f4869f2a341f02556a68bede3c24 (patch) | |
tree | 9f2505cd383ddb9c8541dd4daa6a89c7b5f59e41 | |
parent | 57ca766ab44e0d55ce21ee734aa0aafbff94eb45 (diff) |
make translatable a few more ui strings
Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185
-rw-r--r-- | cui/uiconfig/ui/macroselectordialog.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/scriptorganizer.ui | 8 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/sortoptionspage.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/bibliographyentry.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/indexentry.ui | 2 |
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> |