Updated EN translations

This commit is contained in:
Emanuel Schuetze 2016-08-24 15:46:34 +02:00
parent f193d200d0
commit 841feaba92
2 changed files with 820 additions and 673 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-20 21:03+0200\n" "POT-Creation-Date: 2016-08-24 16:03+0200\n"
"Language: en\n" "Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,15 +28,15 @@ msgstr ""
msgid "An anonymous user can not be on lists of speakers." msgid "An anonymous user can not be on lists of speakers."
msgstr "" msgstr ""
#: agenda/views.py:108 #: agenda/views.py:109
msgid "The list of speakers is closed." msgid "The list of speakers is closed."
msgstr "" msgstr ""
#: agenda/views.py:117 #: agenda/views.py:118
msgid "User does not exist." msgid "User does not exist."
msgstr "" msgstr ""
#: agenda/views.py:125 #: agenda/views.py:126
#, python-format #, python-format
msgid "User %s was successfully added to the list of speakers." msgid "User %s was successfully added to the list of speakers."
msgstr "" msgstr ""
@ -45,60 +45,52 @@ msgstr ""
msgid "You are not on the list of speakers." msgid "You are not on the list of speakers."
msgstr "" msgstr ""
#: agenda/views.py:151 agenda/views.py:181 #: agenda/views.py:146
msgid "You are successfully removed from the list of speakers."
msgstr ""
#: agenda/views.py:157 agenda/views.py:186
msgid "Speaker does not exist." msgid "Speaker does not exist."
msgstr "" msgstr ""
#: agenda/views.py:155 #: agenda/views.py:160
#, python-format #, python-format
msgid "Speaker %s was successfully removed from the list of speakers." msgid "Speaker %s was successfully removed from the list of speakers."
msgstr "" msgstr ""
#: agenda/views.py:176 #: agenda/views.py:181
msgid "The list of speakers is empty." msgid "The list of speakers is empty."
msgstr "" msgstr ""
#: agenda/views.py:183 #: agenda/views.py:188
msgid "User is now speaking." msgid "User is now speaking."
msgstr "" msgstr ""
#: agenda/views.py:194 #: agenda/views.py:199
#, python-format #, python-format
msgid "There is no one speaking at the moment according to %(item)s." msgid "There is no one speaking at the moment according to %(item)s."
msgstr "" msgstr ""
#: agenda/views.py:196 #: agenda/views.py:201
msgid "The speech is finished now." msgid "The speech is finished now."
msgstr "" msgstr ""
#: agenda/views.py:215 agenda/views.py:227 #: agenda/views.py:220 agenda/views.py:232
msgid "Invalid data." msgid "Invalid data."
msgstr "" msgstr ""
#: agenda/views.py:237 #: agenda/views.py:242
msgid "List of speakers successfully sorted." msgid "List of speakers successfully sorted."
msgstr "" msgstr ""
#: agenda/views.py:271 #: agenda/views.py:276
msgid "The agenda has been numbered." msgid "The agenda has been numbered."
msgstr "" msgstr ""
#: agenda/views.py:281 agenda/views.py:282 #: agenda/views.py:286 agenda/views.py:287
msgid "Agenda" msgid "Agenda"
msgstr "" msgstr ""
#: assignments/models.py:64
msgid "Searching for candidates"
msgstr ""
#: assignments/models.py:65
msgid "Voting"
msgstr ""
#: assignments/models.py:66
msgid "Finished"
msgstr ""
#: assignments/models.py:123 assignments/views.py:234 assignments/views.py:430 #: assignments/models.py:123 assignments/views.py:234 assignments/views.py:430
#: assignments/views.py:447 #: assignments/views.py:447
msgid "Election" msgid "Election"
@ -301,17 +293,17 @@ msgid_plural "%d available posts"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: assignments/views.py:511 assignments/views.py:523 motions/pdf.py:125 #: assignments/views.py:510 assignments/views.py:522 motions/pdf.py:125
#: motions/pdf.py:348 #: motions/pdf.py:348
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: assignments/views.py:512 assignments/views.py:524 motions/pdf.py:125 #: assignments/views.py:511 assignments/views.py:523 motions/pdf.py:125
#: motions/pdf.py:350 #: motions/pdf.py:350
msgid "No" msgid "No"
msgstr "" msgstr ""
#: assignments/views.py:513 motions/pdf.py:125 motions/pdf.py:352 #: assignments/views.py:512 motions/pdf.py:125 motions/pdf.py:352
msgid "Abstain" msgid "Abstain"
msgstr "" msgstr ""
@ -356,16 +348,16 @@ msgstr ""
msgid "unknown" msgid "unknown"
msgstr "" msgstr ""
#: motions/models.py:125 motions/pdf.py:38 motions/pdf.py:337 #: motions/models.py:131 motions/pdf.py:38 motions/pdf.py:337
#: motions/views.py:349 motions/views.py:409 #: motions/views.py:394 motions/views.py:454
msgid "Motion" msgid "Motion"
msgstr "" msgstr ""
#: motions/models.py:617 #: motions/models.py:623
msgid "new" msgid "new"
msgstr "" msgstr ""
#: motions/models.py:689 #: motions/models.py:695
#, python-format #, python-format
msgid "%(time_and_messages)s by %(person)s" msgid "%(time_and_messages)s by %(person)s"
msgstr "" msgstr ""
@ -394,7 +386,7 @@ msgstr ""
msgid "Vote result" msgid "Vote result"
msgstr "" msgstr ""
#: motions/pdf.py:121 motions/views.py:349 #: motions/pdf.py:121 motions/views.py:394
msgid "Vote" msgid "Vote"
msgstr "" msgstr ""
@ -544,7 +536,12 @@ msgstr ""
msgid "Vote created successfully." msgid "Vote created successfully."
msgstr "" msgstr ""
#: motions/views.py:402 #: motions/views.py:345
#, python-brace-format
msgid "All motions in category {category} numbered successfully."
msgstr ""
#: motions/views.py:447
msgid "Motions" msgid "Motions"
msgstr "" msgstr ""
@ -573,77 +570,69 @@ msgid "Value for {} must not be less than -2"
msgstr "" msgstr ""
#: users/pdf.py:26 #: users/pdf.py:26
msgid "Title" msgid "Name"
msgstr "" msgstr ""
#: users/pdf.py:26 #: users/pdf.py:26
msgid "Last Name"
msgstr ""
#: users/pdf.py:26
msgid "First Name"
msgstr ""
#: users/pdf.py:27
msgid "Structure level" msgid "Structure level"
msgstr "" msgstr ""
#: users/pdf.py:27 #: users/pdf.py:26
msgid "Group" msgid "Group"
msgstr "" msgstr ""
#: users/pdf.py:95 #: users/pdf.py:104
msgid "WLAN access data" msgid "WLAN access data"
msgstr "" msgstr ""
#: users/pdf.py:97 #: users/pdf.py:106
msgid "WLAN name (SSID)" msgid "WLAN name (SSID)"
msgstr "" msgstr ""
#: users/pdf.py:101 #: users/pdf.py:110
msgid "WLAN password" msgid "WLAN password"
msgstr "" msgstr ""
#: users/pdf.py:105 #: users/pdf.py:114
msgid "WLAN encryption" msgid "WLAN encryption"
msgstr "" msgstr ""
#: users/pdf.py:112 #: users/pdf.py:121
msgid "OpenSlides access data" msgid "OpenSlides access data"
msgstr "" msgstr ""
#: users/pdf.py:114 #: users/pdf.py:123
msgid "Username" msgid "Username"
msgstr "" msgstr ""
#: users/pdf.py:118 #: users/pdf.py:127
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: users/pdf.py:131 #: users/pdf.py:140
msgid "Scan this QRCode to connect WLAN." msgid "Scan this QRCode to connect WLAN."
msgstr "" msgstr ""
#: users/pdf.py:136 #: users/pdf.py:145
msgid "Scan this QRCode to open URL." msgid "Scan this QRCode to open URL."
msgstr "" msgstr ""
#: users/serializers.py:46 #: users/serializers.py:48
msgid "" msgid ""
"The groups this user belongs to. A user will get all permissions granted to " "The groups this user belongs to. A user will get all permissions granted to "
"each of his/her groups." "each of his/her groups."
msgstr "" msgstr ""
#: users/serializers.py:74 #: users/serializers.py:78
msgid "Username, first name and last name can not all be empty." msgid "Username, first name and last name can not all be empty."
msgstr "" msgstr ""
#: users/serializers.py:107 #: users/serializers.py:111
#, python-brace-format #, python-brace-format
msgid "Incorrect value \"{value}\". Expected app_label.codename string." msgid "Incorrect value \"{value}\". Expected app_label.codename string."
msgstr "" msgstr ""
#: users/serializers.py:108 #: users/serializers.py:112
#, python-brace-format #, python-brace-format
msgid "Invalid permission \"{value}\". Object does not exist." msgid "Invalid permission \"{value}\". Object does not exist."
msgstr "" msgstr ""