Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Mar 29, 2018
1 parent 1458637 commit 23c3ef6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ msgid "Edit compound"
msgstr "Verbindung bearbeiten"

#, python-format
msgid "Do you really want to clear all results (party results) of \"${item}\"?"
msgstr ""
msgid "Do you really want to clear all party results of \"${item}\"?"
msgstr "Möchten Sie wirklich alle Parteiresultate von \"${item}\" löschen?"

msgid "Delete compound"
msgstr "Verbindung löschen"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ msgid "Downloads"
msgstr "Téléchargements"

msgid "Elected candidates"
msgstr ""
msgstr "Candidats élus"

msgid "Votes"
msgstr "Votations"
Expand Down Expand Up @@ -636,7 +636,7 @@ msgid "Toggle"
msgstr ""

msgid "Columns"
msgstr ""
msgstr "Colonnes"

msgid "Embed"
msgstr "Intégration"
Expand Down Expand Up @@ -821,7 +821,7 @@ msgid "No compounds yet."
msgstr ""

msgid "Title"
msgstr ""
msgstr "Titre"

msgid "View"
msgstr "Voir"
Expand Down Expand Up @@ -1005,8 +1005,9 @@ msgid "Edit compound"
msgstr ""

#, python-format
msgid "Do you really want to clear all results (party results) of \"${item}\"?"
msgid "Do you really want to clear all party results of \"${item}\"?"
msgstr ""
"Voulez-vous vraiment effacer tous les résultats par parti de \"${item}\" ?"

msgid "Delete compound"
msgstr ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ msgid "Downloads"
msgstr "Download"

msgid "Elected candidates"
msgstr ""
msgstr "Candidati eletti"

msgid "Votes"
msgstr "Votazioni"
Expand Down Expand Up @@ -1002,8 +1002,8 @@ msgid "Edit compound"
msgstr ""

#, python-format
msgid "Do you really want to clear all results (party results) of \"${item}\"?"
msgstr ""
msgid "Do you really want to clear all party results of \"${item}\"?"
msgstr "Sicuro di voler eliminare tutti i risultati partito di \"${item}\"?"

msgid "Delete compound"
msgstr ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ msgid "Downloads"
msgstr "Downloads"

msgid "Elected candidates"
msgstr ""
msgstr "Candidat(a)s elegid(a)s"

msgid "Votes"
msgstr "Votaziuns"
Expand Down Expand Up @@ -1010,7 +1010,7 @@ msgid "Edit compound"
msgstr ""

#, python-format
msgid "Do you really want to clear all results (party results) of \"${item}\"?"
msgid "Do you really want to clear all party results of \"${item}\"?"
msgstr ""

msgid "Delete compound"
Expand Down
3 changes: 1 addition & 2 deletions onegov/election_day/views/manage/election_compounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ def clear_election_compound(self, request, form):

return {
'message': _(
'Do you really want to clear all results (party results) '
'of "${item}"?',
'Do you really want to clear all party results of "${item}"?',
mapping={
'item': self.title
}
Expand Down

0 comments on commit 23c3ef6

Please sign in to comment.