# HG changeset patch # User bsw # Date 1340727745 -7200 # Node ID e9cf53cd59549680de96a8a2e1ef3ee6df2e853f # Parent 0c778680fdadc451063cca205a686edfe6f73fe9 Made "vote now" string translateable diff -r 0c778680fdad -r e9cf53cd5954 app/main/issue/_show.lua --- a/app/main/issue/_show.lua Tue Jun 26 18:20:01 2012 +0200 +++ b/app/main/issue/_show.lua Tue Jun 26 18:22:25 2012 +0200 @@ -12,7 +12,7 @@ local voteable = app.session.member_id and issue.state == 'voting' and app.session.member:has_voting_right_for_unit_id(issue.area.unit_id) -local vote_link_text = direct_voter and _"Change vote" or "Vote now" +local vote_link_text = direct_voter and _"Change vote" or _"Vote now" local class = "issue" diff -r 0c778680fdad -r e9cf53cd5954 locale/translations.de.lua --- a/locale/translations.de.lua Tue Jun 26 18:20:01 2012 +0200 +++ b/locale/translations.de.lua Tue Jun 26 18:22:25 2012 +0200 @@ -614,6 +614,7 @@ ["Verification starts soon"] = "Phase Eingefroren startet in Kürze"; ["Verification time"] = "Zeit für Eingefroren"; ["Version"] = "Version"; +["Vote now"] = "Jetzt abstimmen"; ["Voted"] = "Abgestimmt"; ["Voted no"] = "Mit Nein gestimmt"; ["Voted proposal"] = "Abgestimmte Vorlage"; @@ -621,7 +622,6 @@ ["Voting"] = "Abstimmung"; ["Voting details"] = "Abstimmdetails"; ["Voting for this issue has already begun."] = "Die Abstimmung für dieses Thema hat schon begonnen."; -["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 proposal"] = "Abstimmungsvorlage"; ["Voting started"] = "Abstimmung begonnen"; diff -r 0c778680fdad -r e9cf53cd5954 locale/translations.el.lua --- a/locale/translations.el.lua Tue Jun 26 18:20:01 2012 +0200 +++ b/locale/translations.el.lua Tue Jun 26 18:22:25 2012 +0200 @@ -614,6 +614,7 @@ ["Verification starts soon"] = "Η επιβεβαίωση αρχίζει σύντομα"; ["Verification time"] = "Χρόνος επιβεβαίωσης"; ["Version"] = "Έκδοση"; +["Vote now"] = false; ["Voted"] = "Ψήφισε"; ["Voted no"] = "Ψήφισε όχι"; ["Voted proposal"] = "Ψηφισμένη πρόταση"; @@ -621,7 +622,6 @@ ["Voting"] = "Ψηφοφορία"; ["Voting details"] = "Λεπτομέρειες ψηφοφορίας"; ["Voting for this issue has already begun."] = "Η ψηφοφορία για αυτό το θέμα έχει ξεκινήσει ήδη."; -["Voting for this issue is currently running!"] = "Η ψηφοφορία για το θέμα αυτό βρίσκεται σε εξέλιξη!"; ["Voting has not started yet."] = "Η ψηφοφορία δεν ξεκίνησε ακόμα."; ["Voting proposal"] = "Πρόταση υπό ψηφοφορία"; ["Voting started"] = "Η ψηφοφορία ξεκίνησε"; diff -r 0c778680fdad -r e9cf53cd5954 locale/translations.en.lua --- a/locale/translations.en.lua Tue Jun 26 18:20:01 2012 +0200 +++ b/locale/translations.en.lua Tue Jun 26 18:22:25 2012 +0200 @@ -614,6 +614,7 @@ ["Verification starts soon"] = false; ["Verification time"] = false; ["Version"] = false; +["Vote now"] = false; ["Voted"] = false; ["Voted no"] = false; ["Voted proposal"] = false; @@ -621,7 +622,6 @@ ["Voting"] = false; ["Voting details"] = false; ["Voting for this issue has already begun."] = false; -["Voting for this issue is currently running!"] = false; ["Voting has not started yet."] = false; ["Voting proposal"] = false; ["Voting started"] = false; diff -r 0c778680fdad -r e9cf53cd5954 locale/translations.eo.lua --- a/locale/translations.eo.lua Tue Jun 26 18:20:01 2012 +0200 +++ b/locale/translations.eo.lua Tue Jun 26 18:22:25 2012 +0200 @@ -614,6 +614,7 @@ ["Verification starts soon"] = false; ["Verification time"] = "Tempo por la kontrolo"; ["Version"] = "Versio"; +["Vote now"] = false; ["Voted"] = "Balotita"; ["Voted no"] = "Balotita nee"; ["Voted proposal"] = "Propono balotita"; @@ -621,7 +622,6 @@ ["Voting"] = "Voĉdono"; ["Voting details"] = "Voĉdonodetaloj"; ["Voting for this issue has already begun."] = "Voĉdono pri tiu temo jam komenciĝis."; -["Voting for this issue is currently running!"] = "Voĉdono pri tiu temo okazas nun!"; ["Voting has not started yet."] = "Voĉdono por ĉi tiu temo ankoraŭ ne komenciĝis."; ["Voting proposal"] = "Privoĉdonendaj proponoj"; ["Voting started"] = "Voĉdono komenciĝis"; diff -r 0c778680fdad -r e9cf53cd5954 locale/translations.fr.lua --- a/locale/translations.fr.lua Tue Jun 26 18:20:01 2012 +0200 +++ b/locale/translations.fr.lua Tue Jun 26 18:22:25 2012 +0200 @@ -614,6 +614,7 @@ ["Verification starts soon"] = false; ["Verification time"] = false; ["Version"] = false; +["Vote now"] = false; ["Voted"] = false; ["Voted no"] = false; ["Voted proposal"] = false; @@ -621,7 +622,6 @@ ["Voting"] = false; ["Voting details"] = false; ["Voting for this issue has already begun."] = false; -["Voting for this issue is currently running!"] = false; ["Voting has not started yet."] = false; ["Voting proposal"] = false; ["Voting started"] = false; diff -r 0c778680fdad -r e9cf53cd5954 locale/translations.hu.lua --- a/locale/translations.hu.lua Tue Jun 26 18:20:01 2012 +0200 +++ b/locale/translations.hu.lua Tue Jun 26 18:22:25 2012 +0200 @@ -614,6 +614,7 @@ ["Verification starts soon"] = "Rövidesen kezdõdik az ellenõrzés"; ["Verification time"] = "Ellenõrzési idõ"; ["Version"] = "Verzió"; +["Vote now"] = false; ["Voted"] = "Szavazott"; ["Voted no"] = "Nemmel szavazott"; ["Voted proposal"] = "Szavazott javaslat"; @@ -621,7 +622,6 @@ ["Voting"] = "Szavazás"; ["Voting details"] = "Szavazás részletei"; ["Voting for this issue has already begun."] = "Már megkezdõdött a szavazás errõl a témáról."; -["Voting for this issue is currently running!"] = "Már folyamatban van a szavazás errõl a témáról!"; ["Voting has not started yet."] = "Még nem kezdõdött el a szavazás."; ["Voting proposal"] = "Szavazási javaslat"; ["Voting started"] = "A szavazás megkezdõdött";