Merge branch 'OmemoTranslations-gtk3' into 'gtk3'

[OMEMO] Make some strings translatable

See merge request gajim/gajim-plugins!54
This commit is contained in:
Yann Leboulanger
2017-12-15 21:01:52 +01:00
2 changed files with 9 additions and 9 deletions

View File

@@ -237,7 +237,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="name_column"> <object class="GtkTreeViewColumn" id="name_column">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Name</property> <property name="title" translatable="yes">Name</property>
<property name="clickable">True</property> <property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">1</property> <property name="sort_column_id">1</property>
@@ -252,7 +252,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="trust_column"> <object class="GtkTreeViewColumn" id="trust_column">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Trust</property> <property name="title" translatable="yes">Trust</property>
<child> <child>
<object class="GtkCellRendererText" id="cellrenderertoggle1"/> <object class="GtkCellRendererText" id="cellrenderertoggle1"/>
<attributes> <attributes>
@@ -264,7 +264,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="fingerprint_column"> <object class="GtkTreeViewColumn" id="fingerprint_column">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Fingerprint</property> <property name="title" translatable="yes">Fingerprint</property>
<child> <child>
<object class="GtkCellRendererText" id="cellrenderertext4"/> <object class="GtkCellRendererText" id="cellrenderertext4"/>
<attributes> <attributes>

View File

@@ -47,7 +47,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="name_column"> <object class="GtkTreeViewColumn" id="name_column">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Name</property> <property name="title" translatable="yes">Name</property>
<property name="clickable">True</property> <property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">1</property> <property name="sort_column_id">1</property>
@@ -62,7 +62,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="trust_column"> <object class="GtkTreeViewColumn" id="trust_column">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Trust</property> <property name="title" translatable="yes">Trust</property>
<child> <child>
<object class="GtkCellRendererText" id="TrustCell"/> <object class="GtkCellRendererText" id="TrustCell"/>
<attributes> <attributes>
@@ -74,7 +74,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="fingerprint_column"> <object class="GtkTreeViewColumn" id="fingerprint_column">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Fingerprint</property> <property name="title" translatable="yes">Fingerprint</property>
<child> <child>
<object class="GtkCellRendererText" id="FingerprintCell"/> <object class="GtkCellRendererText" id="FingerprintCell"/>
<attributes> <attributes>
@@ -199,7 +199,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="name_column1"> <object class="GtkTreeViewColumn" id="name_column1">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Name</property> <property name="title" translatable="yes">Name</property>
<child> <child>
<object class="GtkCellRendererText" id="NameCell1"/> <object class="GtkCellRendererText" id="NameCell1"/>
<attributes> <attributes>
@@ -211,7 +211,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="trust_column1"> <object class="GtkTreeViewColumn" id="trust_column1">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Trust</property> <property name="title" translatable="yes">Trust</property>
<child> <child>
<object class="GtkCellRendererText" id="TrustCell2"/> <object class="GtkCellRendererText" id="TrustCell2"/>
<attributes> <attributes>
@@ -223,7 +223,7 @@
<child> <child>
<object class="GtkTreeViewColumn" id="fingerprint_column1"> <object class="GtkTreeViewColumn" id="fingerprint_column1">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Fingerprint</property> <property name="title" translatable="yes">Fingerprint</property>
<child> <child>
<object class="GtkCellRendererText" id="FingerprintCell1"/> <object class="GtkCellRendererText" id="FingerprintCell1"/>
<attributes> <attributes>