From fce91d3229a5167d61c8707c22a892d171fe137e Mon Sep 17 00:00:00 2001 From: Et0h Date: Wed, 3 Dec 2014 19:22:35 +0000 Subject: [PATCH] Add german translation of automatic-language and fix some typos --- syncplay/messages.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 355b1c8..9d74e10 100755 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -511,12 +511,12 @@ ru = { "showosdwarnings-label" : u"Показывать предупреждения (напр., когда файлы не совпадают)", "showsameroomosd-label" : u"Показывать события Вашей комнаты", - "shownoncontrollerosd-label" : "Include events from non-controllers in controlled rooms", # TODO: Translate into Russiannc + "shownoncontrollerosd-label" : "Include events from non-controllers in controlled rooms", # TODO: Translate into Russiann "showdifferentroomosd-label" : u"Показывать события других комнат", "showslowdownosd-label" : u"Показывать уведомления о замедлении/перемотке", "showcontactinfo-label" : u"Отображать контактную информацию разработчиков", - "language-label" : u"Language", # TODO: Translate ito Russian - "automatic-language" : "Automatic ({})", # Automatic language # TODO: Translate ito Russian + "language-label" : u"Language", # TODO: Translate into Russian + "automatic-language" : "Automatic ({})", # Automatic language # TODO: Translate into Russian "showdurationnotification-label" : u"Предупреждать о несовпадении продолжительности видео", "basics-label" : u"Основное", "sync-label" : u"Синхронизация", @@ -823,7 +823,7 @@ de = { "showslowdownosd-label" : u"Zeige Verlangsamungs/Zurücksetzungs-Benachrichtigung", "showcontactinfo-label" : u"Zeige Kontaktinformationen", "language-label" : u"Sprache", - "automatic-language" : "Automatic ({})", # Automatic language # TODO: Translate into German (Automatisch?) + "automatic-language" : "Automatisch ({})", # Automatic language "showdurationnotification-label" : u"Zeige Warnung wegen unterschiedlicher Dauer", "basics-label" : u"Basics", "sync-label" : u"Synchronisation",