# HG changeset patch # User bsw # Date 1331219915 -3600 # Node ID 9f83ae0fd5caa50b7874c5dd42bc5a385043c118 # Parent dac54851083d5feac32f530ac801b2bc26eaee83 Fixed typo in german translation diff -r dac54851083d -r 9f83ae0fd5ca locale/translations.de.lua --- a/locale/translations.de.lua Thu Mar 08 16:17:58 2012 +0100 +++ b/locale/translations.de.lua Thu Mar 08 16:18:35 2012 +0100 @@ -1,6 +1,5 @@ #!/usr/bin/env lua return { -["##{id} #{event}"] = false; ["#{interested_issues_to_vote_count} issue(s) you are interested in"] = "#{interested_issues_to_vote_count} Themen, die Dich interessieren"; ["#{issues_to_vote_count} issue(s)"] = "#{issues_to_vote_count} Themen"; ["#{name}\n\n"] = false; @@ -599,7 +598,7 @@ ["Voting for this issue is currently running!"] = "Über dieses Thema wird gerade abgestimmt!"; ["Voting has not started yet."] = "Die Abstimmung hat noch nicht begonnen."; ["Voting of an issue in one of my areas or I'm interested in starts"] = "Für ein Thema, das in meinen Themenbereichen ist oder das mich interessiert, beginnt die Abstimmung"; -["Voting phase"] = "Abstimmungsohase"; +["Voting phase"] = "Abstimmungsphase"; ["Voting privileges"] = "Abstimmberechtigung"; ["Voting proposal"] = "Abstimmungsvorlage"; ["Voting started"] = "Abstimmung begonnen";