Skip to content
Snippets Groups Projects
Commit 206a3634 authored by Dicson's avatar Dicson
Browse files

QuickRepliesPlugin. Do not translate numbers of template messages

parent 8ea9b6cd
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">1 </property>
<property name="label">1 </property>
</object>
</child>
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">2 </property>
<property name="label">2 </property>
</object>
<packing>
<property name="top_attach">1</property>
......@@ -34,7 +34,7 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">3 </property>
<property name="label">3 </property>
</object>
<packing>
<property name="top_attach">2</property>
......@@ -224,7 +224,7 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">4 </property>
<property name="label">4 </property>
</object>
<packing>
<property name="top_attach">3</property>
......@@ -235,7 +235,7 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">5 </property>
<property name="label">5 </property>
</object>
<packing>
<property name="top_attach">4</property>
......@@ -246,7 +246,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">6 </property>
<property name="label">6 </property>
</object>
<packing>
<property name="top_attach">5</property>
......@@ -257,7 +257,7 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">7 </property>
<property name="label">7 </property>
</object>
<packing>
<property name="top_attach">6</property>
......@@ -268,7 +268,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">8 </property>
<property name="label">8 </property>
</object>
<packing>
<property name="top_attach">7</property>
......@@ -279,7 +279,7 @@
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">9 </property>
<property name="label">9 </property>
</object>
<packing>
<property name="top_attach">8</property>
......@@ -290,7 +290,7 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">10 </property>
<property name="label">10 </property>
</object>
<packing>
<property name="top_attach">9</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment