mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-06-25 00:31:22 +02:00
updated russian translation
This commit is contained in:
Binary file not shown.
@@ -872,7 +872,7 @@ class Application(Gtk.Application):
|
||||
@run_idle
|
||||
def on_data_save(self, *args):
|
||||
if len(self._bouquets_model) == 0:
|
||||
show_dialog(DialogType.ERROR, self._main_window, "No data to save!")
|
||||
show_dialog(DialogType.ERROR, self._main_window, get_message("No data to save!"))
|
||||
return
|
||||
|
||||
if show_dialog(DialogType.QUESTION, self._main_window) == Gtk.ResponseType.CANCEL:
|
||||
|
||||
Binary file not shown.
@@ -571,6 +571,45 @@ msgstr "Текущий список не содержит потоков IPTV!"
|
||||
msgid "New empty configuration"
|
||||
msgstr "Новая конфигурация"
|
||||
|
||||
msgid "No data to save!"
|
||||
msgstr "Нет данных для сохранения!"
|
||||
|
||||
msgid "Network"
|
||||
msgstr "Сеть"
|
||||
|
||||
msgid "Paths"
|
||||
msgstr "Пути"
|
||||
|
||||
msgid "Program"
|
||||
msgstr "Программа"
|
||||
|
||||
msgid "Backup:"
|
||||
msgstr "Резервное копирование:"
|
||||
|
||||
msgid "Backup"
|
||||
msgstr "Резервное копирование"
|
||||
|
||||
msgid "Before saving"
|
||||
msgstr "Перед сохранением"
|
||||
|
||||
msgid "Before downloading from the receiver"
|
||||
msgstr "Перед загрузкой с ресивера"
|
||||
|
||||
msgid "Set background color for the services"
|
||||
msgstr "Установить цвет фона для сервисов"
|
||||
|
||||
msgid "Marked as new:"
|
||||
msgstr "Помеченные как новые:"
|
||||
|
||||
msgid "With an extra name in the bouquet:"
|
||||
msgstr "С пользовательским именем в букете:"
|
||||
|
||||
msgid "About"
|
||||
msgstr "О программе"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user