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:
-rw-r--r--clients_icons/clients_icons.py1
-rw-r--r--clients_icons/icons/dino.pngbin0 -> 811 bytes
-rw-r--r--clients_icons/manifest.ini2
-rw-r--r--omemo/config_dialog.ui6
-rw-r--r--omemo/fpr_dialog.ui12
5 files changed, 11 insertions, 10 deletions
diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py
index 2eba7ff..928088c 100644
--- a/clients_icons/clients_icons.py
+++ b/clients_icons/clients_icons.py
@@ -157,6 +157,7 @@ clients = {
'SecuGab': ['secugab.png', 'Secugab'],
'Jappix': ['jappix.png', 'Jappix'],
'Movim': ['movim.png', 'Movim'],
+ 'Dino': ['dino.png', 'Dino'],
}
diff --git a/clients_icons/icons/dino.png b/clients_icons/icons/dino.png
new file mode 100644
index 0000000..c0bf989
--- /dev/null
+++ b/clients_icons/icons/dino.png
Binary files differ
diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini
index 65e0c68..47a83dd 100644
--- a/clients_icons/manifest.ini
+++ b/clients_icons/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: Clients icons
short_name: clients_icons
-version: 5.6
+version: 5.7
description: Shows the client icons in the roster and in groupchats.
authors: Denis Fomin <fominde@gmail.com>
Artem Klyop <art.klyop@gmail.com>
diff --git a/omemo/config_dialog.ui b/omemo/config_dialog.ui
index 821c06a..c64df4c 100644
--- a/omemo/config_dialog.ui
+++ b/omemo/config_dialog.ui
@@ -244,7 +244,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>
@@ -259,7 +259,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>
@@ -271,7 +271,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 367af7a..fc29659 100644
--- a/omemo/fpr_dialog.ui
+++ b/omemo/fpr_dialog.ui
@@ -46,7 +46,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>
@@ -61,7 +61,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>
@@ -73,7 +73,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>
@@ -197,7 +197,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>
@@ -209,7 +209,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>
@@ -221,7 +221,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>