diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-27 15:45:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-27 20:31:57 +0200 |
commit | f71347b581732aa3d1d29d71f195d9126603ebc7 (patch) | |
tree | 51169cae2d1054402530a2cc978b31ec5abdedec /cui | |
parent | 7c694158ffb6549b31c2547c82c6bd670757a53c (diff) |
add translator comments to [L] [S]
Change-Id: Id4943a906fe412aab2250fc7ddbc5fb34fa669f7
Reviewed-on: https://gerrit.libreoffice.org/79722
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optfltrembedpage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/optfltrembedpage.ui b/cui/uiconfig/ui/optfltrembedpage.ui index b3570839030b..daf8e3e89b65 100644 --- a/cui/uiconfig/ui/optfltrembedpage.ui +++ b/cui/uiconfig/ui/optfltrembedpage.ui @@ -78,7 +78,7 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn4"> <property name="resizable">True</property> <property name="spacing">6</property> - <property name="title" translatable="yes" context="optfltrembedpage|column1">[L]</property> + <property name="title" translatable="yes" context="optfltrembedpage|column1" comments="A column title, short for Load. This string is repeated as a prefix to an explanatory note under the widget">[L]</property> <property name="alignment">0.5</property> <child> <object class="GtkCellRendererToggle" id="cellrenderer5"/> @@ -93,7 +93,7 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn7"> <property name="resizable">True</property> <property name="spacing">6</property> - <property name="title" translatable="yes" context="optfltrembedpage|column1">[S]</property> + <property name="title" translatable="yes" context="optfltrembedpage|column2" comments="A column title, short for Save. This string is repeated as a prefix to an explanatory note under the widget">[S]</property> <property name="alignment">0.5</property> <child> <object class="GtkCellRendererToggle" id="cellrenderer7"/> @@ -129,7 +129,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrembedpage|label2">[L]: Load and convert the object</property> + <property name="label" translatable="yes" context="optfltrembedpage|label2" comments="The [L] here is repeated as the column title for the "Load" column of this options page">[L]: Load and convert the object</property> <property name="xalign">0</property> </object> <packing> @@ -142,7 +142,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrembedpage|label3">[S]: Convert and save the object</property> + <property name="label" translatable="yes" context="optfltrembedpage|label3" comments="The [S] here is repeated as the column title for the "Save" column of this options page">[S]: Convert and save the object</property> <property name="xalign">0</property> </object> <packing> |