Localisation changes

pull/91/head
parent ae0b44eef9
commit 2d75249bc0
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -109,6 +109,10 @@ msgstr ""
msgid "Accept" msgid "Accept"
msgstr "" msgstr ""
#: source/ubl-strings.h:30
msgid "Apply"
msgstr ""
#: source/ubl-strings.h:32 #: source/ubl-strings.h:32
msgid "Important field is empty" msgid "Important field is empty"
msgstr "" msgstr ""

@ -110,6 +110,10 @@ msgstr "Введите данные"
msgid "Accept" msgid "Accept"
msgstr "Принять" msgstr "Принять"
#: source/ubl-strings.h:30
msgid "Apply"
msgstr "Применить"
#: source/ubl-strings.h:32 #: source/ubl-strings.h:32
msgid "Important field is empty" msgid "Important field is empty"
msgstr "Пустое важное поле" msgstr "Пустое важное поле"

@ -28,6 +28,7 @@
#define INSERT_LABEL _("Insert data") #define INSERT_LABEL _("Insert data")
#define ACCEPT_LABEL _("Accept") #define ACCEPT_LABEL _("Accept")
#define APPLY_LABEL _("Apply")
#define EMPTY_IMPORTANT_LABEL _("Important field is empty") #define EMPTY_IMPORTANT_LABEL _("Important field is empty")

@ -77,6 +77,9 @@
<property name="search-column">1</property> <property name="search-column">1</property>
<property name="enable-grid-lines">both</property> <property name="enable-grid-lines">both</property>
<property name="activate-on-single-click">True</property> <property name="activate-on-single-click">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<child> <child>
@ -215,7 +218,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="AcceptButton"> <object class="GtkButton" id="AcceptButton">
<property name="label" translatable="yes">Accept</property> <property name="label" translatable="yes">Apply</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>

Loading…
Cancel
Save