mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-03-06 20:41:41 +01:00
translation update
This commit is contained in:
@@ -231,7 +231,7 @@ class IptvDialog:
|
||||
try:
|
||||
links, title = YouTube.get_yt_link(video_id)
|
||||
except urllib.error.URLError as e:
|
||||
self.show_info_message(get_message("Get link error:") + (str(e)), Gtk.MessageType.ERROR)
|
||||
self.show_info_message(get_message("Getting link error:") + (str(e)), Gtk.MessageType.ERROR)
|
||||
return
|
||||
else:
|
||||
if self._action is Action.ADD:
|
||||
@@ -243,7 +243,7 @@ class IptvDialog:
|
||||
entry.set_text(links[sorted(links, key=lambda x: int(x.rstrip("p")), reverse=True)[0]])
|
||||
self._yt_links = links
|
||||
else:
|
||||
msg = get_message("Get link error:") + " No link received for id: {}".format(video_id)
|
||||
msg = get_message("Getting link error:") + " No link received for id: {}".format(video_id)
|
||||
self.show_info_message(msg, Gtk.MessageType.ERROR)
|
||||
finally:
|
||||
entry.set_sensitive(True)
|
||||
|
||||
Binary file not shown.
@@ -536,7 +536,7 @@ Author: Dmitriy Yefremov
|
||||
<object class="GtkModelButton" id="close_player_menu_button">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="text" translatable="yes">Close player</property>
|
||||
<property name="text" translatable="yes">Close playback</property>
|
||||
<signal name="clicked" handler="on_player_close" swapped="no"/>
|
||||
</object>
|
||||
<packing>
|
||||
@@ -1508,7 +1508,7 @@ Author: Dmitriy Yefremov
|
||||
<object class="GtkToolButton" id="player_close_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Close</property>
|
||||
<property name="tooltip_text" translatable="yes">Close playback</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="stock_id">gtk-close</property>
|
||||
<signal name="clicked" handler="on_player_close" swapped="no"/>
|
||||
|
||||
Binary file not shown.
@@ -68,9 +68,6 @@ msgstr "Загрузить"
|
||||
msgid "Edit"
|
||||
msgstr "Изменить"
|
||||
|
||||
msgid "Edit "
|
||||
msgstr "Изменить"
|
||||
|
||||
msgid "Edit mаrker text"
|
||||
msgstr "Изменить текст маркера"
|
||||
|
||||
@@ -749,27 +746,20 @@ msgstr "Количество успешно сконфигурированных
|
||||
msgid "Current epg.dat file does not contains references for the services of this bouquet!"
|
||||
msgstr "Текущий файл epg.dat не содержит ссылок на сервисы данного букета!"
|
||||
|
||||
msgid "Use HTTP"
|
||||
msgstr "Использовать HTTP"
|
||||
|
||||
msgid "Close playback"
|
||||
msgstr "Закрыть воспроизведение"
|
||||
|
||||
msgid "Import YouTube playlist"
|
||||
msgstr "Импорт плейлиста YouTube"
|
||||
|
||||
msgid "Found a link to the YouTube resource!\nTry to get a direct link to the video?"
|
||||
msgstr "Найдена ссылка на ресурс YouTube!\nПопробовать получить прямую ссылку на видео?"
|
||||
|
||||
msgid "Playlist import"
|
||||
msgstr "Импорт плейлиста"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
msgid "Getting link error:"
|
||||
msgstr "Ошибка получения ссылки:"
|
||||
|
||||
Reference in New Issue
Block a user