Fixed bug, leading to warning windows duplicating; Changed no changes warning string

pull/70/head
Ivan Yartsev 2 years ago
parent 472b60450e
commit cee7b695ee

@ -93,7 +93,7 @@
#define STR_ERROR_PROJECT_NAME_ENTER_VALUE _("Project name required field") #define STR_ERROR_PROJECT_NAME_ENTER_VALUE _("Project name required field")
#define STR_ERROR_LIST_USER_NULL _("The list of users is empty") #define STR_ERROR_LIST_USER_NULL _("The list of users is empty")
#define STR_ERROR_NO_SELECTED_DISK _("To save, you need to select a disk") #define STR_ERROR_NO_SELECTED_DISK _("To save, you need to select a disk")
#define STR_ERROR_ENTRY_VALUE_VOLUME_OR_FILES _("The volume and files fields must have at least one value") #define STR_ERROR_ENTRY_VALUE_VOLUME_OR_FILES _("Insert at leat one value before saving")
#define STR_ERROR_PATH_IS_DISK_FALSE _("The selected directory is not located on the target device") #define STR_ERROR_PATH_IS_DISK_FALSE _("The selected directory is not located on the target device")

@ -381,6 +381,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<object class="GtkApplicationWindow" id="WarrningWindow"> <object class="GtkApplicationWindow" id="WarrningWindow">
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="resizable">False</property> <property name="resizable">False</property>
<property name="modal">True</property>
<property name="default-width">450</property> <property name="default-width">450</property>
<property name="destroy-with-parent">True</property> <property name="destroy-with-parent">True</property>
<property name="icon-name">dialog-question-symbolic</property> <property name="icon-name">dialog-question-symbolic</property>

@ -425,7 +425,7 @@ msgstr ""
msgid "Project ID mandatory field" msgid "Project ID mandatory field"
msgstr "" msgstr ""
msgid "The volume and files fields must have at least one value" msgid "Insert at leat one value before saving"
msgstr "" msgstr ""
msgid "The path does not match the specified disk" msgid "The path does not match the specified disk"

@ -433,8 +433,8 @@ msgstr "Имя проекта обязательное поле"
msgid "Project ID mandatory field" msgid "Project ID mandatory field"
msgstr "ID проекта обязательное поле" msgstr "ID проекта обязательное поле"
msgid "The volume and files fields must have at least one value" msgid "Insert at leat one value before saving"
msgstr "Поля объем и файлы должно быть указано хотя бы одно значение" msgstr "Необходимо ввести хотя бы одно значение перед сохранением"
msgid "The path does not match the specified disk" msgid "The path does not match the specified disk"
msgstr "Путь не соответствует указанному диску" msgstr "Путь не соответствует указанному диску"

Loading…
Cancel
Save