From 87c68da45d55f34748d6c9d006cd81499cede119 Mon Sep 17 00:00:00 2001 From: Et0h Date: Mon, 1 Dec 2014 01:59:29 +0000 Subject: [PATCH] Note/copy changes to English messages in German translation --- syncplay/messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index f195a85..8a3eaf6 100755 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -646,7 +646,7 @@ de = { "authenticated-as-controller-notification" : u"<{}> authenticated as a room controller", # TODO: Translate into German "file-different-notification" : u"Deine Datei scheint sich von <{}>s zu unterscheiden", # User - "file-differences-notification" : u"Deine Datei unterscheidet sich auf folgende Art: ", + "file-differences-notification" : u"Deine Datei unterscheidet sich auf folgende Art: ", # controlPassword "room-files-not-same" : u"Nicht alle Dateien im Raum sind gleich", "alone-in-the-room": u"Du bist alleine im Raum", @@ -760,7 +760,7 @@ de = { "filename-privacy-label" : u"Dateiname:", "filesize-privacy-label" : u"Dateigröße:", "slowondesync-label" : u"Verlangsamen wenn nicht synchron", # TODO: Update new wording into German (should translate to "Slow down on minor desync (not supported on MPC-HC)") - "dontslowdownwithme-label" : u"Nie verlangsamen oder andere zurückspulen", + "dontslowdownwithme-label" : u"Nie verlangsamen oder andere zurückspulen", # TODO: Update new wording into German (should state "Experimental" in brackets at the end) "pauseonleave-label" : u"Pausieren wenn ein Benutzer austritt", "forceguiprompt-label" : u"Don't always show this dialog", # TODO: Translate into German (previous was "Diesen Dialog immer anzeigen" but the logic is now inverted) "nostore-label" : u"Diese Konfiguration nicht speichern",