mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-23 17:09:41 +01:00
translation for context error message
This commit is contained in:
Binary file not shown.
@@ -1466,7 +1466,7 @@ class MainAppWindow:
|
||||
cur_name, srv_type, fav_id = data[2], data[5], data[7]
|
||||
|
||||
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
|
||||
|
||||
response = show_dialog(DialogType.INPUT, self._main_window, cur_name)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -482,6 +482,9 @@ msgstr "Этот элемент не разрешен к удалению!"
|
||||
msgid "This item is not allowed to edit!"
|
||||
msgstr "Элемент не предназначен для редактирования!"
|
||||
|
||||
msgid "Not allowed in this context!"
|
||||
msgstr "Запрещено в данном контексте!"
|
||||
|
||||
msgid "Please, download files from receiver or setup your path for read data!"
|
||||
msgstr "Пожалуйста, загрузите файлы из приемника или настройте путь для чтения данных!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user