Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2017-12-15 23:01:52 +0300
committerYann Leboulanger <asterix@lagaule.org>2017-12-15 23:01:52 +0300
commitfb23bace8189dd3eea97311e7fdd2036c64d5e5e (patch)
tree13ebaf4880b259637f55810a38608bb08292d74b
parentc822f692db103127f08494db5d98895bba5995c2 (diff)
parent42b33637eee96d98c270bf3b18643e806392f02c (diff)
Merge branch 'OmemoTranslations-gtk3' into 'gtk3'
[OMEMO] Make some strings translatable See merge request gajim/gajim-plugins!54
-rw-r--r--omemo/config_dialog.ui6
-rw-r--r--omemo/fpr_dialog.ui12
2 files changed, 9 insertions, 9 deletions
diff --git a/omemo/config_dialog.ui b/omemo/config_dialog.ui
index 604121d..5944a2e 100644
--- a/omemo/config_dialog.ui
+++ b/omemo/config_dialog.ui
@@ -237,7 +237,7 @@
<child>
<object class="GtkTreeViewColumn" id="name_column">
<property name="resizable">True</property>
- <property name="title">Name</property>
+ <property name="title" translatable="yes">Name</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property>
<property name="sort_column_id">1</property>
@@ -252,7 +252,7 @@
<child>
<object class="GtkTreeViewColumn" id="trust_column">
<property name="resizable">True</property>
- <property name="title">Trust</property>
+ <property name="title" translatable="yes">Trust</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertoggle1"/>
<attributes>
@@ -264,7 +264,7 @@
<child>
<object class="GtkTreeViewColumn" id="fingerprint_column">
<property name="resizable">True</property>
- <property name="title">Fingerprint</property>
+ <property name="title" translatable="yes">Fingerprint</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext4"/>
<attributes>
diff --git a/omemo/fpr_dialog.ui b/omemo/fpr_dialog.ui
index 73c18d4..d8c78c2 100644
--- a/omemo/fpr_dialog.ui
+++ b/omemo/fpr_dialog.ui
@@ -47,7 +47,7 @@
<child>
<object class="GtkTreeViewColumn" id="name_column">
<property name="resizable">True</property>
- <property name="title">Name</property>
+ <property name="title" translatable="yes">Name</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property>
<property name="sort_column_id">1</property>
@@ -62,7 +62,7 @@
<child>
<object class="GtkTreeViewColumn" id="trust_column">
<property name="resizable">True</property>
- <property name="title">Trust</property>
+ <property name="title" translatable="yes">Trust</property>
<child>
<object class="GtkCellRendererText" id="TrustCell"/>
<attributes>
@@ -74,7 +74,7 @@
<child>
<object class="GtkTreeViewColumn" id="fingerprint_column">
<property name="resizable">True</property>
- <property name="title">Fingerprint</property>
+ <property name="title" translatable="yes">Fingerprint</property>
<child>
<object class="GtkCellRendererText" id="FingerprintCell"/>
<attributes>
@@ -199,7 +199,7 @@
<child>
<object class="GtkTreeViewColumn" id="name_column1">
<property name="resizable">True</property>
- <property name="title">Name</property>
+ <property name="title" translatable="yes">Name</property>
<child>
<object class="GtkCellRendererText" id="NameCell1"/>
<attributes>
@@ -211,7 +211,7 @@
<child>
<object class="GtkTreeViewColumn" id="trust_column1">
<property name="resizable">True</property>
- <property name="title">Trust</property>
+ <property name="title" translatable="yes">Trust</property>
<child>
<object class="GtkCellRendererText" id="TrustCell2"/>
<attributes>
@@ -223,7 +223,7 @@
<child>
<object class="GtkTreeViewColumn" id="fingerprint_column1">
<property name="resizable">True</property>
- <property name="title">Fingerprint</property>
+ <property name="title" translatable="yes">Fingerprint</property>
<child>
<object class="GtkCellRendererText" id="FingerprintCell1"/>
<attributes>