OpenSlides/openslides/locale/en/LC_MESSAGES/django.po

586 lines
12 KiB
Plaintext
Raw Normal View History

2015-11-18 00:15:18 +01:00
# Language file of OpenSlides used by Transifex:
# https://www.transifex.com/openslides/openslides/
# Copyright (C) 20112015 by OpenSlides team, see AUTHORS.
# This file is distributed under the same license as the OpenSlides package.
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
2017-04-27 15:26:35 +02:00
"POT-Creation-Date: 2017-04-27 15:22+0200\n"
2013-06-16 17:29:52 +02:00
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2016-10-04 11:15:40 +02:00
#: agenda/models.py:204
msgid "Agenda item"
msgstr ""
2016-10-04 11:15:40 +02:00
#: agenda/models.py:205
2015-11-18 00:15:18 +01:00
msgid "Hidden item"
msgstr ""
2016-10-04 11:15:40 +02:00
#: agenda/models.py:342
2016-01-13 11:44:53 +01:00
#, python-brace-format
msgid "{user} is already on the list of speakers."
msgstr ""
2016-10-04 11:15:40 +02:00
#: agenda/models.py:345
2013-06-16 17:29:52 +02:00
msgid "An anonymous user can not be on lists of speakers."
msgstr ""
#: agenda/views.py:87
msgid "The list of speakers is closed."
msgstr ""
#: agenda/views.py:96
2015-11-18 00:15:18 +01:00
msgid "User does not exist."
msgstr ""
#: agenda/views.py:104
#, python-format
2015-11-18 00:15:18 +01:00
msgid "User %s was successfully added to the list of speakers."
msgstr ""
#: agenda/views.py:121
2015-11-18 00:15:18 +01:00
msgid "You are not on the list of speakers."
msgstr ""
#: agenda/views.py:124
2016-08-24 15:46:34 +02:00
msgid "You are successfully removed from the list of speakers."
msgstr ""
#: agenda/views.py:146
msgid "speakers have been removed from the list of speakers."
msgstr ""
#: agenda/views.py:148
#, python-format
msgid "User %s has been removed from the list of speakers."
msgstr ""
#: agenda/views.py:150
msgid "No speakers have been removed from the list of speakers."
msgstr ""
#: agenda/views.py:170
msgid "The list of speakers is empty."
msgstr ""
#: agenda/views.py:175
msgid "Speaker does not exist."
msgstr ""
#: agenda/views.py:177
2015-11-18 00:15:18 +01:00
msgid "User is now speaking."
msgstr ""
#: agenda/views.py:188
2013-06-16 17:29:52 +02:00
#, python-format
2015-11-18 00:15:18 +01:00
msgid "There is no one speaking at the moment according to %(item)s."
2014-04-28 21:09:46 +02:00
msgstr ""
#: agenda/views.py:190
2015-11-18 00:15:18 +01:00
msgid "The speech is finished now."
2014-04-28 21:09:46 +02:00
msgstr ""
#: agenda/views.py:209 agenda/views.py:221 assignments/views.py:216
2016-01-13 11:44:53 +01:00
msgid "Invalid data."
msgstr ""
#: agenda/views.py:234
2016-01-13 11:44:53 +01:00
msgid "List of speakers successfully sorted."
2014-04-28 21:09:46 +02:00
msgstr ""
#: agenda/views.py:243
2016-01-13 11:44:53 +01:00
msgid "The agenda has been numbered."
2014-04-28 21:09:46 +02:00
msgstr ""
#: agenda/views.py:268
msgid "There must not be a hierarchical loop. Please reload the page."
msgstr ""
#: agenda/views.py:272
msgid "The agenda has been sorted."
msgstr ""
#: assignments/models.py:163
2015-11-18 00:15:18 +01:00
msgid "Election"
msgstr ""
#: assignments/serializers.py:30
msgid "Value for {} must be greater than 0"
msgstr ""
#: assignments/serializers.py:148
2015-11-18 00:15:18 +01:00
#, python-format
msgid "You have to submit data for %d candidates."
msgstr ""
#: assignments/serializers.py:152 motions/serializers.py:215
2015-11-18 00:15:18 +01:00
#, python-format
msgid "You have to submit data for %d vote values."
msgstr ""
#: assignments/serializers.py:156 motions/serializers.py:219
2015-11-18 00:15:18 +01:00
#, python-format
msgid "Vote value %s is invalid."
msgstr ""
#: assignments/views.py:66
2015-11-18 00:15:18 +01:00
msgid "You are already elected."
msgstr ""
#: assignments/views.py:76
2015-11-18 00:15:18 +01:00
msgid "You can not candidate to this election because it is finished."
msgstr ""
#: assignments/views.py:82
2015-11-18 00:15:18 +01:00
msgid "You were nominated successfully."
2014-04-28 21:09:46 +02:00
msgstr ""
#: assignments/views.py:87
2015-11-18 00:15:18 +01:00
msgid ""
"You can not withdraw your candidature to this election because it is "
"finished."
msgstr ""
#: assignments/views.py:92
2015-11-18 00:15:18 +01:00
msgid "You are not a candidate of this election."
msgstr ""
#: assignments/views.py:94
2016-01-13 11:44:53 +01:00
msgid "You have withdrawn your candidature successfully."
msgstr ""
#: assignments/views.py:103
2015-11-18 00:15:18 +01:00
#, python-format
msgid "Invalid data. Expected dictionary, got %s."
msgstr ""
#: assignments/views.py:109
2015-11-18 00:15:18 +01:00
msgid "Invalid data. Expected something like {\"user\": <id>}."
msgstr ""
#: assignments/views.py:113
2015-11-18 00:15:18 +01:00
#, python-format
msgid "Invalid data. User %d does not exist."
msgstr ""
#: assignments/views.py:133
2015-11-18 00:15:18 +01:00
#, python-format
msgid "User %s is already elected."
msgstr ""
#: assignments/views.py:135
2015-11-18 00:15:18 +01:00
msgid "You can not nominate someone to this election because it is finished."
msgstr ""
#: assignments/views.py:141
#, python-format
msgid "User %s is already nominated."
msgstr ""
#: assignments/views.py:143
2015-11-18 00:15:18 +01:00
#, python-format
msgid "User %s was nominated successfully."
msgstr ""
#: assignments/views.py:150
2015-11-18 00:15:18 +01:00
msgid ""
2016-01-22 21:17:51 +01:00
"You can not delete someone's candidature to this election because it is "
2015-11-18 00:15:18 +01:00
"finished."
msgstr ""
#: assignments/views.py:153
#, python-format
2015-11-18 00:15:18 +01:00
msgid "User %s has no status in this election."
msgstr ""
#: assignments/views.py:155
#, python-format
2016-01-13 11:44:53 +01:00
msgid "Candidate %s was withdrawn successfully."
msgstr ""
#: assignments/views.py:167
#, python-format
2015-11-18 00:15:18 +01:00
msgid "User %s is not a candidate of this election."
msgstr ""
#: assignments/views.py:169
#, python-format
2015-11-18 00:15:18 +01:00
msgid "User %s was successfully elected."
msgstr ""
#: assignments/views.py:173
#, python-format
2015-11-18 00:15:18 +01:00
msgid "User %s is not an elected candidate of this election."
msgstr ""
#: assignments/views.py:176
#, python-format
2015-11-18 00:15:18 +01:00
msgid "User %s was successfully unelected."
msgstr ""
#: assignments/views.py:186
2015-12-07 12:40:30 +01:00
msgid "Can not create ballot because there are no candidates."
msgstr ""
#: assignments/views.py:189
2015-12-07 12:40:30 +01:00
msgid "Ballot created successfully."
2014-04-28 21:09:46 +02:00
msgstr ""
#: assignments/views.py:204
msgid "users has to be a list of IDs."
msgstr ""
#: assignments/views.py:231
msgid "Assignment related users successfully sorted."
msgstr ""
#: core/config.py:42 core/config.py:69
2016-06-20 21:03:43 +02:00
msgid "The config variable {} was not found."
msgstr ""
#: core/config.py:78
2015-11-18 00:15:18 +01:00
#, python-format
msgid "Wrong datatype. Expected %(expected_type)s, got %(got_type)s."
msgstr ""
#: core/config.py:88
2015-11-18 00:15:18 +01:00
msgid "Invalid input. Choice does not match."
msgstr ""
#: core/config.py:97
msgid "motions_comments has to be a list."
msgstr ""
#: core/config.py:100
msgid "Each element in motions_comments has to be a dict."
msgstr ""
#: core/config.py:102
msgid "A name and a public property have to be given."
msgstr ""
#: core/config.py:104
msgid "name has to be string."
msgstr ""
#: core/config.py:106
msgid "public property has to be bool."
msgstr ""
#: core/config.py:110
msgid "logo has to be a dict."
msgstr ""
#: core/config.py:117
msgid "{} has to be given."
msgstr ""
#: core/config.py:119
msgid "{} has to be a string."
msgstr ""
#: core/config.py:144
2016-06-20 21:03:43 +02:00
msgid "Too many values for config variable {} found."
msgstr ""
#: core/config.py:214
2015-11-18 00:15:18 +01:00
msgid "Invalid value for config attribute input_type."
msgstr ""
#: core/config.py:216
2015-11-18 00:15:18 +01:00
msgid ""
"Either config attribute 'choices' must not be None or 'input_type' must not "
"be 'choice'."
msgstr ""
#: core/config.py:219
2015-11-18 00:15:18 +01:00
msgid ""
"Either config attribute 'choices' must be None or 'input_type' must be "
"'choice'."
msgstr ""
#: core/config.py:229
2016-06-20 21:03:43 +02:00
msgid "General"
msgstr ""
#: core/views.py:742
2016-10-17 22:07:25 +02:00
msgid "All chat messages deleted successfully."
msgstr ""
#: mediafiles/models.py:63
2015-11-18 00:15:18 +01:00
msgid "unknown"
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/models.py:190
2015-11-18 00:15:18 +01:00
msgid "Motion"
2013-11-22 15:35:24 +01:00
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/models.py:719
2015-11-18 00:15:18 +01:00
msgid "new"
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/models.py:906
#, python-format
2015-11-18 00:15:18 +01:00
msgid "%(time_and_messages)s by %(person)s"
msgstr ""
#: motions/serializers.py:35
2015-11-18 00:15:18 +01:00
#, python-format
msgid "Workflow %(pk)d does not exist."
msgstr ""
#: motions/signals.py:20
msgid "submitted"
msgstr ""
#: motions/signals.py:25 motions/signals.py:58
msgid "accepted"
msgstr ""
#: motions/signals.py:30 motions/signals.py:64
msgid "rejected"
msgstr ""
#: motions/signals.py:35
msgid "not decided"
msgstr ""
#: motions/signals.py:45
msgid "published"
msgstr ""
#: motions/signals.py:50 motions/views.py:228
msgid "permitted"
msgstr ""
#: motions/signals.py:70
msgid "withdrawed"
msgstr ""
#: motions/signals.py:75
msgid "adjourned"
msgstr ""
#: motions/signals.py:81
msgid "not concerned"
msgstr ""
#: motions/signals.py:87
msgid "refered to committee"
msgstr ""
#: motions/signals.py:93
msgid "needs review"
msgstr ""
#: motions/signals.py:98
msgid "rejected (not authorized)"
msgstr ""
#: motions/views.py:96
2017-02-24 16:20:42 +01:00
msgid "The parent motion does not exist."
msgstr ""
#: motions/views.py:139
2015-11-18 00:15:18 +01:00
msgid "Motion created"
msgstr ""
#: motions/views.py:196
2015-11-18 00:15:18 +01:00
msgid "Motion updated"
msgstr ""
#: motions/views.py:200
2015-11-18 00:15:18 +01:00
msgid "All supporters removed"
2013-06-16 17:29:52 +02:00
msgstr ""
#: motions/views.py:226 motions/views.py:238
msgid "Version"
msgstr ""
#: motions/views.py:230
#, python-format
2015-11-18 00:15:18 +01:00
msgid "Version %d permitted successfully."
msgstr ""
#: motions/views.py:235
2015-11-18 00:15:18 +01:00
msgid "You can not delete the active version of a motion."
msgstr ""
#: motions/views.py:240
2015-11-18 00:15:18 +01:00
msgid "deleted"
msgstr ""
#: motions/views.py:242
2015-11-18 00:15:18 +01:00
#, python-format
msgid "Version %d deleted successfully."
msgstr ""
#: motions/views.py:265
2015-11-18 00:15:18 +01:00
msgid "You can not support this motion."
msgstr ""
#: motions/views.py:267
2015-11-18 00:15:18 +01:00
msgid "Motion supported"
msgstr ""
#: motions/views.py:268
2015-11-18 00:15:18 +01:00
msgid "You have supported this motion successfully."
msgstr ""
#: motions/views.py:273
2015-11-18 00:15:18 +01:00
msgid "You can not unsupport this motion."
msgstr ""
#: motions/views.py:275
2015-11-18 00:15:18 +01:00
msgid "Motion unsupported"
msgstr ""
#: motions/views.py:276
2015-11-18 00:15:18 +01:00
msgid "You have unsupported this motion successfully."
msgstr ""
#: motions/views.py:299
2015-11-18 00:15:18 +01:00
msgid "Invalid data. State must be an integer."
msgstr ""
#: motions/views.py:302
2015-11-18 00:15:18 +01:00
#, python-format
msgid "You can not set the state to %(state_id)d."
msgstr ""
#: motions/views.py:310
2015-11-18 00:15:18 +01:00
#, python-format
msgid "The state of the motion was set to %s."
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:314 motions/views.py:611
2015-11-18 00:15:18 +01:00
msgid "State set to"
msgstr ""
#: motions/views.py:336
msgid "Invalid data. Recommendation must be an integer."
msgstr ""
#: motions/views.py:340
2016-08-24 15:46:34 +02:00
#, python-brace-format
msgid "You can not set the recommendation to {recommendation_state_id}."
2016-08-24 15:46:34 +02:00
msgstr ""
#: motions/views.py:350
#, python-format
msgid "The recommendation of the motion was set to %s."
2016-06-20 21:03:43 +02:00
msgstr ""
#: motions/views.py:354
msgid "Recommendation set to"
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:367
msgid "Anonymous users are not able to set personal notes."
msgstr ""
#: motions/views.py:369
msgid "Your personal note was successfully saved."
msgstr ""
#: motions/views.py:385
2017-02-24 16:20:42 +01:00
msgid "Vote created"
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:386
msgid "Vote created successfully."
2014-04-28 21:09:46 +02:00
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:411
2017-02-24 16:20:42 +01:00
msgid "Vote updated"
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:420
2017-02-24 16:20:42 +01:00
msgid "Vote deleted"
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:560
msgid ""
"Error: At least one identifier of this category does already exist in "
"another category."
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:565
#, python-brace-format
msgid "All motions in category {category} numbered successfully."
msgstr ""
2017-04-27 15:26:35 +02:00
#: motions/views.py:616
2016-10-17 22:07:25 +02:00
msgid "Followed recommendations successfully."
msgstr ""
#: poll/models.py:225
2016-03-08 21:18:42 +01:00
msgid "majority"
msgstr ""
#: poll/models.py:227 poll/models.py:229
2016-03-08 21:18:42 +01:00
msgid "undocumented"
msgstr ""
2016-03-20 23:31:13 +01:00
#: poll/serializers.py:16
2016-03-08 21:18:42 +01:00
msgid "Value for {} must not be less than -2"
msgstr ""
2017-02-24 16:20:42 +01:00
#: users/serializers.py:46
2015-11-18 00:15:18 +01:00
msgid ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of his/her groups."
msgstr ""
2017-02-24 16:20:42 +01:00
#: users/serializers.py:60
msgid "Username, given name and surname can not all be empty."
msgstr ""
2017-02-24 16:20:42 +01:00
#: users/serializers.py:95
2015-11-18 00:15:18 +01:00
#, python-brace-format
msgid "Incorrect value \"{value}\". Expected app_label.codename string."
msgstr ""
2017-02-24 16:20:42 +01:00
#: users/serializers.py:96
2015-11-18 00:15:18 +01:00
#, python-brace-format
msgid "Invalid permission \"{value}\". Object does not exist."
msgstr ""
#: users/views.py:75
2016-01-13 11:44:53 +01:00
msgid "You can not deactivate yourself."
msgstr ""
#: users/views.py:96
2016-01-13 11:44:53 +01:00
msgid "You can not delete yourself."
msgstr ""
#: users/views.py:113
2015-11-18 00:15:18 +01:00
msgid "Password successfully reset."
2013-06-16 17:29:52 +02:00
msgstr ""
#: users/views.py:237
msgid "Cookies have to be enabled to use OpenSlides."
msgstr ""
#: users/views.py:240
2016-01-13 11:44:53 +01:00
msgid "Username or password is not correct."
msgstr ""
#: users/views.py:266
2016-01-13 11:44:53 +01:00
#, python-brace-format
msgid ""
"Installation was successfully. Use {username} and {password} for first "
"login. Important: Please change your password!"
msgstr ""
#: users/views.py:289
2016-01-13 11:44:53 +01:00
msgid "You are not authenticated."
msgstr ""
#: users/views.py:336
2016-01-13 11:44:53 +01:00
msgid "Old password does not match."
msgstr ""