translation for context error message

This commit is contained in:
DYefremov
2018-10-26 20:00:11 +03:00
parent 0db2080e2b
commit 2f6450f2b4
5 changed files with 4 additions and 1 deletions

View File

@@ -1466,7 +1466,7 @@ class MainAppWindow:
cur_name, srv_type, fav_id = data[2], data[5], data[7] cur_name, srv_type, fav_id = data[2], data[5], data[7]
if srv_type == BqServiceType.IPTV.name or srv_type == BqServiceType.MARKER.name: if srv_type == BqServiceType.IPTV.name or srv_type == BqServiceType.MARKER.name:
show_dialog(DialogType.ERROR, self._main_window, "This action is not allowed in current context!") show_dialog(DialogType.ERROR, self._main_window, "Not allowed in this context!")
return return
response = show_dialog(DialogType.INPUT, self._main_window, cur_name) response = show_dialog(DialogType.INPUT, self._main_window, cur_name)

Binary file not shown.

View File

@@ -482,6 +482,9 @@ msgstr "Этот элемент не разрешен к удалению!"
msgid "This item is not allowed to edit!" msgid "This item is not allowed to edit!"
msgstr "Элемент не предназначен для редактирования!" msgstr "Элемент не предназначен для редактирования!"
msgid "Not allowed in this context!"
msgstr "Запрещено в данном контексте!"
msgid "Please, download files from receiver or setup your path for read data!" msgid "Please, download files from receiver or setup your path for read data!"
msgstr "Пожалуйста, загрузите файлы из приемника или настройте путь для чтения данных!" msgstr "Пожалуйста, загрузите файлы из приемника или настройте путь для чтения данных!"