# Language file of OpenSlides used by Transifex: # https://www.transifex.com/openslides/openslides/ # Copyright (C) 2011–2015 by OpenSlides team, see AUTHORS. # This file is distributed under the same license as the OpenSlides package. msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-05-23 16:13+0200\n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: agenda/models.py:206 msgid "Agenda item" msgstr "" #: agenda/models.py:207 msgid "Hidden item" msgstr "" #: agenda/models.py:356 #, python-brace-format msgid "{user} is already on the list of speakers." msgstr "" #: agenda/models.py:359 msgid "An anonymous user can not be on lists of speakers." msgstr "" #: agenda/views.py:116 msgid "The list of speakers is closed." msgstr "" #: agenda/views.py:125 agenda/views.py:150 msgid "User does not exist." msgstr "" #: agenda/views.py:133 #, python-format msgid "User %s was successfully added to the list of speakers." msgstr "" #: agenda/views.py:154 msgid "Marked has to be a bool." msgstr "" #: agenda/views.py:163 msgid "The user is not in the list of speakers." msgstr "" #: agenda/views.py:168 msgid "You are successfully marked the speaker." msgstr "" #: agenda/views.py:170 msgid "You are successfully unmarked the speaker." msgstr "" #: agenda/views.py:187 msgid "You are not on the list of speakers." msgstr "" #: agenda/views.py:190 msgid "You are successfully removed from the list of speakers." msgstr "" #: agenda/views.py:212 msgid "speakers have been removed from the list of speakers." msgstr "" #: agenda/views.py:214 #, python-format msgid "User %s has been removed from the list of speakers." msgstr "" #: agenda/views.py:216 msgid "No speakers have been removed from the list of speakers." msgstr "" #: agenda/views.py:236 msgid "The list of speakers is empty." msgstr "" #: agenda/views.py:241 msgid "Speaker does not exist." msgstr "" #: agenda/views.py:243 msgid "User is now speaking." msgstr "" #: agenda/views.py:254 #, python-format msgid "There is no one speaking at the moment according to %(item)s." msgstr "" #: agenda/views.py:256 msgid "The speech is finished now." msgstr "" #: agenda/views.py:275 agenda/views.py:287 assignments/views.py:222 msgid "Invalid data." msgstr "" #: agenda/views.py:300 msgid "List of speakers successfully sorted." msgstr "" #: agenda/views.py:309 msgid "Numbering of agenda items is deactivated." msgstr "" #: agenda/views.py:312 msgid "The agenda has been numbered." msgstr "" #: agenda/views.py:337 msgid "There must not be a hierarchical loop. Please reload the page." msgstr "" #: agenda/views.py:341 msgid "The agenda has been sorted." msgstr "" #: assignments/models.py:164 msgid "Election" msgstr "" #: assignments/serializers.py:31 msgid "Value for {} must be greater than 0" msgstr "" #: assignments/serializers.py:149 #, python-format msgid "You have to submit data for %d candidates." msgstr "" #: assignments/serializers.py:153 motions/serializers.py:236 #, python-format msgid "You have to submit data for %d vote values." msgstr "" #: assignments/serializers.py:157 motions/serializers.py:240 #, python-format msgid "Vote value %s is invalid." msgstr "" #: assignments/views.py:66 msgid "You are already elected." msgstr "" #: assignments/views.py:76 msgid "You can not candidate to this election because it is finished." msgstr "" #: assignments/views.py:85 msgid "You were nominated successfully." msgstr "" #: assignments/views.py:90 msgid "" "You can not withdraw your candidature to this election because it is " "finished." msgstr "" #: assignments/views.py:95 msgid "You are not a candidate of this election." msgstr "" #: assignments/views.py:97 msgid "You have withdrawn your candidature successfully." msgstr "" #: assignments/views.py:106 #, python-format msgid "Invalid data. Expected dictionary, got %s." msgstr "" #: assignments/views.py:112 msgid "Invalid data. Expected something like {\"user\": }." msgstr "" #: assignments/views.py:116 #, python-format msgid "Invalid data. User %d does not exist." msgstr "" #: assignments/views.py:136 #, python-format msgid "User %s is already elected." msgstr "" #: assignments/views.py:138 msgid "You can not nominate someone to this election because it is finished." msgstr "" #: assignments/views.py:144 #, python-format msgid "User %s is already nominated." msgstr "" #: assignments/views.py:149 #, python-format msgid "User %s was nominated successfully." msgstr "" #: assignments/views.py:156 msgid "" "You can not delete someone's candidature to this election because it is " "finished." msgstr "" #: assignments/views.py:159 #, python-format msgid "User %s has no status in this election." msgstr "" #: assignments/views.py:161 #, python-format msgid "Candidate %s was withdrawn successfully." msgstr "" #: assignments/views.py:173 #, python-format msgid "User %s is not a candidate of this election." msgstr "" #: assignments/views.py:175 #, python-format msgid "User %s was successfully elected." msgstr "" #: assignments/views.py:179 #, python-format msgid "User %s is not an elected candidate of this election." msgstr "" #: assignments/views.py:182 #, python-format msgid "User %s was successfully unelected." msgstr "" #: assignments/views.py:192 msgid "Can not create ballot because there are no candidates." msgstr "" #: assignments/views.py:195 msgid "Ballot created successfully." msgstr "" #: assignments/views.py:210 msgid "users has to be a list of IDs." msgstr "" #: assignments/views.py:237 msgid "Assignment related users successfully sorted." msgstr "" #: core/config.py:50 core/config.py:76 msgid "The config variable {} was not found." msgstr "" #: core/config.py:85 #, python-format msgid "Wrong datatype. Expected %(expected_type)s, got %(got_type)s." msgstr "" #: core/config.py:95 msgid "Invalid input. Choice does not match." msgstr "" #: core/config.py:105 msgid "motions_comments has to be a dict." msgstr "" #: core/config.py:111 msgid "Each id has to be an int." msgstr "" #: core/config.py:114 msgid "Each id has to be greater then 0." msgstr "" #: core/config.py:118 msgid "Each commentsfield in motions_comments has to be a dict." msgstr "" #: core/config.py:120 msgid "A name and a public property have to be given." msgstr "" #: core/config.py:122 msgid "name has to be string." msgstr "" #: core/config.py:124 msgid "public property has to be bool." msgstr "" #: core/config.py:130 msgid "This has to be a dict." msgstr "" #: core/config.py:137 core/config.py:153 msgid "{} has to be given." msgstr "" #: core/config.py:139 core/config.py:155 msgid "{} has to be a string." msgstr "" #: core/config.py:143 msgid "Translations has to be a list." msgstr "" #: core/config.py:146 msgid "Every value has to be a dict, not {}." msgstr "" #: core/config.py:177 msgid "Too many values for config variables {} found." msgstr "" #: core/config.py:261 msgid "Invalid value for config attribute input_type." msgstr "" #: core/config.py:263 msgid "" "Either config attribute 'choices' must not be None or 'input_type' must not " "be 'choice'." msgstr "" #: core/config.py:266 msgid "" "Either config attribute 'choices' must be None or 'input_type' must be " "'choice'." msgstr "" #: core/config.py:276 msgid "General" msgstr "" #: core/views.py:277 msgid "The data has to be a list." msgstr "" #: core/views.py:280 msgid "All elements have to be dicts." msgstr "" #: core/views.py:420 msgid "The data has to be a dict." msgstr "" #: core/views.py:426 msgid "The id \"{}\" has to be int." msgstr "" #: core/views.py:432 msgid "Prune has to be an object." msgstr "" #: core/views.py:435 msgid "The prune projector id has to be int." msgstr "" #: core/views.py:440 msgid "The projector with id \"{}\" does not exist" msgstr "" #: core/views.py:444 msgid "Prune element has to be a dict or not given." msgstr "" #: core/views.py:772 msgid "All chat messages deleted successfully." msgstr "" #: mediafiles/models.py:87 msgid "unknown" msgstr "" #: motions/models.py:190 msgid "Motion" msgstr "" #: motions/models.py:744 msgid "new" msgstr "" #: motions/models.py:969 #, python-format msgid "%(time_and_messages)s by %(person)s" msgstr "" #: motions/serializers.py:36 #, python-format msgid "Workflow %(pk)d does not exist." msgstr "" #: motions/signals.py:22 msgid "submitted" msgstr "" #: motions/signals.py:27 motions/signals.py:60 msgid "accepted" msgstr "" #: motions/signals.py:32 motions/signals.py:66 msgid "rejected" msgstr "" #: motions/signals.py:37 msgid "not decided" msgstr "" #: motions/signals.py:47 msgid "published" msgstr "" #: motions/signals.py:52 motions/views.py:300 msgid "permitted" msgstr "" #: motions/signals.py:72 msgid "withdrawed" msgstr "" #: motions/signals.py:77 msgid "adjourned" msgstr "" #: motions/signals.py:83 msgid "not concerned" msgstr "" #: motions/signals.py:89 msgid "refered to committee" msgstr "" #: motions/signals.py:95 msgid "needs review" msgstr "" #: motions/signals.py:100 msgid "rejected (not authorized)" msgstr "" #: motions/views.py:110 msgid "The parent motion does not exist." msgstr "" #: motions/views.py:154 msgid "Motion created" msgstr "" #: motions/views.py:256 msgid "Motion updated" msgstr "" #: motions/views.py:260 msgid "All supporters removed" msgstr "" #: motions/views.py:264 msgid "Comment {} updated" msgstr "" #: motions/views.py:298 motions/views.py:310 msgid "Version" msgstr "" #: motions/views.py:302 #, python-format msgid "Version %d permitted successfully." msgstr "" #: motions/views.py:307 msgid "You can not delete the active version of a motion." msgstr "" #: motions/views.py:312 msgid "deleted" msgstr "" #: motions/views.py:314 #, python-format msgid "Version %d deleted successfully." msgstr "" #: motions/views.py:337 msgid "You can not support this motion." msgstr "" #: motions/views.py:339 msgid "Motion supported" msgstr "" #: motions/views.py:343 msgid "You have supported this motion successfully." msgstr "" #: motions/views.py:348 msgid "You can not unsupport this motion." msgstr "" #: motions/views.py:350 msgid "Motion unsupported" msgstr "" #: motions/views.py:351 msgid "You have unsupported this motion successfully." msgstr "" #: motions/views.py:374 msgid "Invalid data. State must be an integer." msgstr "" #: motions/views.py:377 #, python-format msgid "You can not set the state to %(state_id)d." msgstr "" #: motions/views.py:385 #, python-format msgid "The state of the motion was set to %s." msgstr "" #: motions/views.py:389 motions/views.py:458 motions/views.py:726 msgid "State set to" msgstr "" #: motions/views.py:413 msgid "Invalid data. Recommendation must be an integer." msgstr "" #: motions/views.py:417 #, python-brace-format msgid "You can not set the recommendation to {recommendation_state_id}." msgstr "" #: motions/views.py:427 #, python-format msgid "The recommendation of the motion was set to %s." msgstr "" #: motions/views.py:431 msgid "Recommendation set to" msgstr "" #: motions/views.py:439 msgid "Cannot set an empty recommendation." msgstr "" #: motions/views.py:479 msgid "Vote created" msgstr "" #: motions/views.py:483 msgid "Vote created successfully." msgstr "" #: motions/views.py:509 msgid "Vote updated" msgstr "" #: motions/views.py:518 msgid "Vote deleted" msgstr "" #: motions/views.py:652 #, python-format msgid "" "Numbering aborted because the motion identifier \"%s\" already exists " "outside of this category." msgstr "" #: motions/views.py:675 msgid "" "Error: At least one identifier of this category does already exist in " "another category." msgstr "" #: motions/views.py:680 #, python-brace-format msgid "All motions in category {category} numbered successfully." msgstr "" #: motions/views.py:731 msgid "Followed recommendations successfully." msgstr "" #: poll/models.py:194 msgid "majority" msgstr "" #: poll/models.py:196 poll/models.py:198 msgid "undocumented" msgstr "" #: poll/serializers.py:16 msgid "Value for {} must not be less than -2" msgstr "" #: users/serializers.py:49 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her groups." msgstr "" #: users/serializers.py:72 msgid "Username, given name and surname can not all be empty." msgstr "" #: users/serializers.py:109 #, python-brace-format msgid "Incorrect value \"{value}\". Expected app_label.codename string." msgstr "" #: users/serializers.py:110 #, python-brace-format msgid "Invalid permission \"{value}\". Object does not exist." msgstr "" #: users/views.py:91 msgid "You can not deactivate yourself." msgstr "" #: users/views.py:114 msgid "You can not delete yourself." msgstr "" #: users/views.py:131 msgid "Password successfully reset." msgstr "" #: users/views.py:172 #, python-brace-format msgid "{number} users successfully imported." msgstr "" #: users/views.py:410 msgid "Cookies have to be enabled to use OpenSlides." msgstr "" #: users/views.py:413 msgid "Username or password is not correct." msgstr "" #: users/views.py:439 #, python-brace-format msgid "" "Installation was successfully. Use {username} and {password} for first " "login. Important: Please change your password!" msgstr "" #: users/views.py:462 msgid "You are not authenticated." msgstr "" #: users/views.py:509 msgid "Old password does not match." msgstr ""