Localisation update

pull/63/head
Ivan Yartsev 1 month ago
parent 6515df2e3c
commit e054d25e89

@ -352,11 +352,19 @@ msgid "View properties for"
msgstr "" msgstr ""
#: source/ubl-strings.h:90 #: source/ubl-strings.h:90
msgid "CPU and RAM quotas - Adding" msgid "Are you sure you want to remove quota"
msgstr ""
#: source/ubl-strings.h:90
msgid "Remove quota"
msgstr ""
#: source/ubl-strings.h:90
msgid "Add quota"
msgstr "" msgstr ""
#: source/ubl-strings.h:91 #: source/ubl-strings.h:91
msgid "CPU and RAM quotas - Editing" msgid "Edit quota"
msgstr "" msgstr ""
#: source/ubl-strings.h:92 #: source/ubl-strings.h:92

@ -377,14 +377,20 @@ msgid "View properties for"
msgstr "Посмотреть свойства для" msgstr "Посмотреть свойства для"
#: source/ubl-strings.h:90 #: source/ubl-strings.h:90
#, fuzzy msgid "Are you sure you want to remove quota"
msgid "CPU and RAM quotas - Adding" msgstr "Вы уверены что хотите удалить квоту"
msgstr "Квоты процессора и ОЗУ - Добавление"
#: source/ubl-strings.h:90
msgid "Remove quota"
msgstr "Удалить квоту"
#: source/ubl-strings.h:90
msgid "Add quota"
msgstr "Добавление квоты"
#: source/ubl-strings.h:91 #: source/ubl-strings.h:91
#, fuzzy msgid "Edit quota"
msgid "CPU and RAM quotas - Editing" msgstr "Редактирование квоты"
msgstr "Квоты процессора и ОЗУ - Изменение"
#: source/ubl-strings.h:92 #: source/ubl-strings.h:92
msgid "Quota object:" msgid "Quota object:"

@ -87,8 +87,11 @@
#define VIEW_PROPERTIES_LABEL _("View properties for") #define VIEW_PROPERTIES_LABEL _("View properties for")
#define ADDING_LABEL _("Add") #define REMOVE_TITLE_LABEL _("Remove quota")
#define EDITING_LABEL _("CPU and RAM quotas - Editing") #define REMOVE_VALIDATION_LABEL(target) yon_char_unite(_("Are you sure you want to remove quota")," <b>",target,"</b>?",NULL)
#define ADDING_LABEL _("Add quota")
#define ADDING_LABEL _("Add quota")
#define EDITING_LABEL _("Edit quota")
#define QUOTA_OBJ_LABEL _("Quota object:") #define QUOTA_OBJ_LABEL _("Quota object:")
#define RAM_LABEL _("RAM limit") #define RAM_LABEL _("RAM limit")
#define SOFT_RESTRICTION_LABEL _("Soft restriction") #define SOFT_RESTRICTION_LABEL _("Soft restriction")

@ -916,7 +916,7 @@
<object class="GtkLabel" id="TitleLabel"> <object class="GtkLabel" id="TitleLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">CPU and RAM quotas - Adding</property> <property name="label" translatable="yes">Add quota</property>
<attributes> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
</attributes> </attributes>

Loading…
Cancel
Save