Fixed button translation

pull/70/head
Ivan Yartsev 2 years ago
parent 9f9f92f102
commit 21a74fa79c

@ -1577,7 +1577,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</child> </child>
<child> <child>
<object class="GtkButton" id="quotegroupSaveButton"> <object class="GtkButton" id="quotegroupSaveButton">
<property name="label">Save</property> <property name="label" translatable="yes">Save</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>
@ -2440,7 +2440,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</child> </child>
<child> <child>
<object class="GtkButton" id="btnFilemangerOk"> <object class="GtkButton" id="btnFilemangerOk">
<property name="label">OK</property> <property name="label" translatable="yes">OK</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>
@ -2627,7 +2627,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</child> </child>
<child> <child>
<object class="GtkButton" id="btnFiltersSave"> <object class="GtkButton" id="btnFiltersSave">
<property name="label">Save</property> <property name="label" translatable="yes">Save</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>
@ -3192,7 +3192,7 @@ translated and supported by community.</property>
</child> </child>
<child> <child>
<object class="GtkButton" id="quotegroupSaveButton1"> <object class="GtkButton" id="quotegroupSaveButton1">
<property name="label">Save</property> <property name="label" translatable="yes">Save</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>
@ -4001,7 +4001,7 @@ for exceeding files</property>
</child> </child>
<child> <child>
<object class="GtkButton" id="btnAddDevice"> <object class="GtkButton" id="btnAddDevice">
<property name="label">Add</property> <property name="label" translatable="yes">Add</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>
@ -4021,7 +4021,7 @@ for exceeding files</property>
</child> </child>
<child> <child>
<object class="GtkButton" id="btnUpdateDevices"> <object class="GtkButton" id="btnUpdateDevices">
<property name="label">Update</property> <property name="label" translatable="yes">Update</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>
@ -4402,7 +4402,7 @@ limit
</child> </child>
<child> <child>
<object class="GtkButton" id="btnAddUsers"> <object class="GtkButton" id="btnAddUsers">
<property name="label">Add</property> <property name="label" translatable="yes">Add</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>
@ -4783,7 +4783,7 @@ limit
</child> </child>
<child> <child>
<object class="GtkButton" id="btnAddGroups"> <object class="GtkButton" id="btnAddGroups">
<property name="label">Add</property> <property name="label" translatable="yes">Add</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>
@ -5196,7 +5196,7 @@ limit
</child> </child>
<child> <child>
<object class="GtkButton" id="btnAddProject"> <object class="GtkButton" id="btnAddProject">
<property name="label">Add</property> <property name="label" translatable="yes">Add</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>

@ -294,7 +294,7 @@ msgid "To save, you need to select a disk"
msgstr "" msgstr ""
#: source/ubl-strings.h:96 #: source/ubl-strings.h:96
msgid "Insert at leat one value before saving" msgid "Insert at least one value before saving"
msgstr "" msgstr ""
#: source/ubl-strings.h:97 #: source/ubl-strings.h:97

@ -433,7 +433,7 @@ msgstr "Имя проекта обязательное поле"
msgid "Project ID mandatory field" msgid "Project ID mandatory field"
msgstr "ID проекта обязательное поле" msgstr "ID проекта обязательное поле"
msgid "Insert at leat one value before saving" msgid "Insert at least one value before saving"
msgstr "Необходимо ввести хотя бы одно значение перед сохранением" msgstr "Необходимо ввести хотя бы одно значение перед сохранением"
msgid "The path does not match the specified disk" msgid "The path does not match the specified disk"
@ -454,11 +454,5 @@ msgstr "Не является каталогом"
msgid "Add" msgid "Add"
msgstr "Добавить" msgstr "Добавить"
msgid "Updat" msgid "Update"
msgstr "Обновить" msgstr "Обновить"
msgid "Cancel"
msgstr "Отменить"
msgid "Save"
msgstr "Сохранить"
Loading…
Cancel
Save