diff --git a/CHANGELOG b/CHANGELOG index 0502c88d5..1655036f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -115,6 +115,7 @@ Other: - Added function utils.auth.anonymous_is_enabled which returns true, if it is. - Changed has_perm to support an user id or None (for anyonmous) as first argument. - Removed our AnonymousUser. Make sure not to use user.has_perm() anymore. +- Added Russia translation (Thanks to Andreas Engler). Version 2.0 (2016-04-18) diff --git a/gulpfile.js b/gulpfile.js index 45834f178..0e6549530 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -191,6 +191,7 @@ gulp.task('ckeditor-lang', function () { path.join('bower_components', 'ckeditor', 'lang', 'es.js'), path.join('bower_components', 'ckeditor', 'lang', 'fr.js'), path.join('bower_components', 'ckeditor', 'lang', 'cs.js'), + path.join('bower_components', 'ckeditor', 'lang', 'ru.js'), ]) .pipe(gulp.dest(path.join(output_directory, 'ckeditor', 'lang'))); }); diff --git a/openslides/core/config_variables.py b/openslides/core/config_variables.py index b5cee74fb..f672f3004 100644 --- a/openslides/core/config_variables.py +++ b/openslides/core/config_variables.py @@ -129,7 +129,8 @@ def get_config_variables(): {'value': 'fr', 'display_name': 'Français'}, {'value': 'es', 'display_name': 'Español'}, {'value': 'pt', 'display_name': 'Português'}, - {'value': 'cs', 'display_name': 'Čeština'}), + {'value': 'cs', 'display_name': 'Čeština'}, + {'value': 'ru', 'display_name': 'русский'}), weight=148, group='Projector') diff --git a/openslides/core/static/js/core/base.js b/openslides/core/static/js/core/base.js index 2bd0b6667..3c036d9e0 100644 --- a/openslides/core/static/js/core/base.js +++ b/openslides/core/static/js/core/base.js @@ -164,6 +164,7 @@ angular.module('OpenSlidesApp.core', [ { code: 'es', name: 'Español' }, { code: 'pt', name: 'Português' }, { code: 'cs', name: 'Čeština'}, + { code: 'ru', name: 'русский'}, ]; angular.forEach(languages, function (language) { if (language.code == current) diff --git a/openslides/global_settings.py b/openslides/global_settings.py index 523f21ece..43d897270 100644 --- a/openslides/global_settings.py +++ b/openslides/global_settings.py @@ -60,6 +60,7 @@ LANGUAGES = ( ('es', 'Español'), ('pt', 'Português'), ('cs', 'Český'), + ('ru', 'русский'), ) TIME_ZONE = 'UTC' diff --git a/openslides/locale/angular-gettext/cs.po b/openslides/locale/angular-gettext/cs.po index c0a0f77e1..9a18a579a 100644 --- a/openslides/locale/angular-gettext/cs.po +++ b/openslides/locale/angular-gettext/cs.po @@ -10,19 +10,19 @@ msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" -"PO-Revision-Date: 2017-01-24 19:40+0000\n" -"Last-Translator: fri\n" +"PO-Revision-Date: 2017-03-05 20:36+0000\n" +"Last-Translator: Emanuel Schütze \n" "Language-Team: Czech (http://www.transifex.com/openslides/openslides/language/cs/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: motions/static/js/motions/base.js:731 +#: motions/static/js/motions/base.js:751 msgid "%TYPE% from line %FROM% to %TO%" msgstr "%TYPE% od řádku %FROM% po %TO%" -#: motions/static/js/motions/base.js:733 +#: motions/static/js/motions/base.js:753 msgid "%TYPE% in line %FROM%" msgstr "%TYPE% v řádku %FROM%" @@ -55,7 +55,7 @@ msgstr "--- Vybrat stav ---" msgid "--- Set phase ---" msgstr "--- Nastavit fázi ---" -#: core/static/js/core/site.js:1516 +#: core/static/js/core/site.js:1670 msgid "" "OpenSlides is a free web based " "presentation and assembly system for visualizing and controlling agenda, " @@ -66,27 +66,26 @@ msgstr "OpenSlides je svobodný na int msgid "A comment has been changed." msgstr "Poznámka byla změněna." -#: users/static/js/users/site.js:394 -#: users/static/templates/users/user-detail-profile.html:39 +#: users/static/js/users/site.js:373 users/static/js/users/site.js:418 #: users/static/templates/users/user-detail.html:35 msgid "About me" msgstr "O mě" #: assignments/static/js/assignments/pdf.js:314 -#: assignments/static/js/assignments/site.js:668 -#: assignments/static/js/assignments/site.js:823 -#: motions/static/js/motions/pdf.js:116 motions/static/js/motions/pdf.js:361 -#: motions/static/js/motions/site.js:682 -#: motions/static/templates/motions/motion-detail.html:301 +#: assignments/static/js/assignments/site.js:628 +#: assignments/static/js/assignments/site.js:795 +#: motions/static/js/motions/pdf.js:123 motions/static/js/motions/pdf.js:350 +#: motions/static/js/motions/site.js:582 +#: motions/static/templates/motions/motion-detail.html:353 #: motions/static/templates/motions/slide_motion.html:57 msgid "Abstain" msgstr "Zdržení se" -#: motions/static/js/motions/base.js:772 motions/static/js/motions/base.js:787 +#: motions/static/js/motions/base.js:792 motions/static/js/motions/base.js:807 msgid "Accept" msgstr "Přijmout" -#: motions/static/js/motions/base.js:773 motions/static/js/motions/base.js:788 +#: motions/static/js/motions/base.js:793 motions/static/js/motions/base.js:808 msgid "Acceptance" msgstr "Souhlas" @@ -95,16 +94,16 @@ msgctxt "special filetypes in a file open dialog" msgid "Accepted file types" msgstr "Přijaté souborové typy" -#: motions/static/js/motions/site.js:2020 +#: motions/static/js/motions/site.js:1979 msgid "Activate amendments" msgstr "Zapnout pozměňovací návrhy" -#: users/static/js/users/site.js:459 users/static/js/users/site.js:493 +#: users/static/js/users/site.js:530 users/static/js/users/site.js:564 msgid "Active" msgstr "Činný" #: assignments/static/templates/assignments/assignment-list.html:276 -#: motions/static/templates/motions/motion-list.html:602 +#: motions/static/templates/motions/motion-list.html:603 msgid "Add a tag" msgstr "Přidat klíčové slovo" @@ -117,7 +116,7 @@ msgstr "Přidat odpočítávání" msgid "Add group" msgstr "Přidat skupinu" -#: agenda/static/templates/agenda/item-detail.html:175 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:122 #: assignments/static/templates/assignments/assignment-detail.html:115 msgid "Add me" msgstr "Přidat mě" @@ -126,7 +125,7 @@ msgstr "Přidat mě" msgid "Add message" msgstr "Přidat oznámení" -#: config-form-field.html:40 +#: config-form-field.html:47 msgid "Add new comment field" msgstr "Přidat nové poznámkové pole" @@ -138,11 +137,11 @@ msgstr "Přidat nové odpočítávání" msgid "Add new message" msgstr "Přidat nové oznámení" -#: motions/static/js/motions/base.js:795 +#: motions/static/js/motions/base.js:815 msgid "Adjourn" msgstr "Odložit" -#: motions/static/js/motions/base.js:796 +#: motions/static/js/motions/base.js:816 msgid "Adjournment" msgstr "Odložení" @@ -150,27 +149,24 @@ msgstr "Odložení" msgid "Administrative data" msgstr "Administrativní data" -#: agenda/static/js/agenda/base.js:59 agenda/static/js/agenda/pdf.js:15 -#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:302 -#: agenda/static/js/agenda/site.js:36 agenda/static/js/agenda/site.js:702 +#: agenda/static/js/agenda/base.js:65 agenda/static/js/agenda/pdf.js:15 +#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:279 +#: agenda/static/js/agenda/site.js:31 agenda/static/js/agenda/site.js:49 +#: agenda/static/js/agenda/site.js:702 #: agenda/static/templates/agenda/item-detail.html:6 -#: agenda/static/templates/agenda/item-list.html:32 -#: agenda/static/templates/agenda/item-list.html:58 +#: agenda/static/templates/agenda/item-list.html:35 +#: agenda/static/templates/agenda/item-list.html:61 #: agenda/static/templates/agenda/slide-item-list.html:2 msgid "Agenda" msgstr "Pořad jednání" -#: search.html:17 -msgid "Agenda items" -msgstr "Body pořadu jednání" - -#: assignments/static/js/assignments/site.js:951 -#: motions/static/js/motions/site.js:2044 +#: assignments/static/js/assignments/site.js:909 +#: motions/static/js/motions/site.js:2003 msgid "All casted ballots" msgstr "Všechny odevzdané hlasovací lístky" -#: assignments/static/js/assignments/site.js:950 -#: motions/static/js/motions/site.js:2043 +#: assignments/static/js/assignments/site.js:908 +#: motions/static/js/motions/site.js:2002 msgid "All valid ballots" msgstr "Všechn platné hlasovací lístky" @@ -180,36 +176,37 @@ msgid "" "once you (or the users concerned) reload the page." msgstr "Všechny změny jsou uloženy okamžitě. Provedené změny jsou účinné teprve tehdy, když vy (nebo zúčastnění uživatelé) znovu nahrajete stránku." -#: core/static/js/core/site.js:1531 +#: core/static/js/core/site.js:1685 msgid "Allow access for anonymous guest users" msgstr "Povolit přístup anonymním hostům-uživatelům" -#: motions/static/js/motions/site.js:2014 +#: motions/static/js/motions/site.js:1972 msgid "Allow to disable versioning" msgstr "Povolit vypnutí tvorby nových verzí" -#: assignments/static/js/assignments/site.js:939 +#: assignments/static/js/assignments/site.js:897 msgid "Always Yes-No-Abstain per candidate" msgstr "Ano, Ne, Zdržení se pro uchazeče" -#: assignments/static/js/assignments/site.js:940 +#: assignments/static/js/assignments/site.js:898 msgid "Always Yes/No per candidate" msgstr "Ano, Ne pro uchazeče" -#: assignments/static/js/assignments/site.js:938 +#: assignments/static/js/assignments/site.js:896 msgid "Always one option per candidate" msgstr "Jeden hlas pro uchazeče" +#: motions/static/js/motions/pdf.js:33 #: motions/static/templates/motions/motion-detail.html:66 msgid "Amendment of motion" msgstr "Pozměňovací návrh k návrhu" -#: motions/static/js/motions/site.js:2019 +#: motions/static/js/motions/site.js:1978 #: motions/static/templates/motions/motion-detail.html:118 msgid "Amendments" msgstr "Pozměňovací návrhy" -#: motions/static/js/motions/site.js:2022 +#: motions/static/js/motions/site.js:1981 msgid "Apply text for new amendments" msgstr "Použít text pro nové pozměňovací návrhy" @@ -221,7 +218,7 @@ msgstr "Arabský" msgid "Are you sure to delete the chat history?" msgstr "Opravdu má být smazána historie rozhovoru?" -#: agenda/static/templates/agenda/item-list.html:119 +#: agenda/static/templates/agenda/item-list.html:122 msgid "Are you sure you want to delete all selected agenda items?" msgstr "Opravdu mají být smazány všechny vybrané body pořadu jednání?" @@ -237,24 +234,24 @@ msgstr "Opravdu mají být smazány všechny vybrané návrhy?" msgid "Are you sure you want to delete all selected users?" msgstr "Opravdu mají být smazáni všichni vybraní uživatelé?" -#: assignments/static/templates/assignments/assignment-detail.html:139 +#: assignments/static/templates/assignments/assignment-detail.html:143 msgid "Are you sure you want to delete this ballot?" msgstr "Opravdu má být smazáno toto hlasování?" -#: motions/static/templates/motions/motion-detail/view-diff.html:28 +#: motions/static/templates/motions/motion-detail/view-diff.html:27 #: motions/static/templates/motions/motion-detail/view-original.html:34 msgid "Are you sure you want to delete this change recommendation?" msgstr "Opravdu má být smazáno toto doporučení změny?" -#: agenda/static/templates/agenda/item-list.html:286 +#: agenda/static/templates/agenda/item-list.html:288 #: assignments/static/templates/assignments/assignment-list.html:258 #: core/static/templates/core/manage-projectors.html:68 -#: core/static/templates/core/tag-list.html:42 +#: core/static/templates/core/tag-list.html:46 #: motions/static/templates/motions/category-list.html:49 -#: motions/static/templates/motions/motion-block-list.html:41 -#: motions/static/templates/motions/motion-list.html:516 +#: motions/static/templates/motions/motion-block-list.html:45 +#: motions/static/templates/motions/motion-list.html:517 #: users/static/templates/users/group-list.html:45 -#: users/static/templates/users/user-list.html:320 +#: users/static/templates/users/user-list.html:322 msgid "Are you sure you want to delete this entry?" msgstr "Opravdu má být smazán tento záznam?" @@ -262,11 +259,11 @@ msgstr "Opravdu má být smazán tento záznam?" msgid "Are you sure you want to delete this file?" msgstr "Opravdu má být smazán tento soubor?" -#: motions/static/templates/motions/motion-detail.html:254 +#: motions/static/templates/motions/motion-detail.html:306 msgid "Are you sure you want to delete this poll?" msgstr "Opravdu má být smazáno toto hlasování?" -#: motions/static/templates/motions/motion-detail.html:458 +#: motions/static/templates/motions/motion-detail.html:513 msgid "Are you sure you want to delete this version?" msgstr "Opravdu má být smazána tato verze?" @@ -276,7 +273,7 @@ msgid "" "block?" msgstr "Opravdu má být přepsán stav všech návrhů z tohoto návrhového bloku?" -#: agenda/static/templates/agenda/item-detail.html:59 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:6 msgid "Are you sure you want to remove all speakers from this list?" msgstr "Opravdu mají být odstraněni všichni řečníci z tohoto seznamu?" @@ -284,17 +281,17 @@ msgstr "Opravdu mají být odstraněni všichni řečníci z tohoto seznamu?" msgid "Are you sure you want to remove this motion from motion block?" msgstr "Opravdu má být odstraněn tento návrh z návrhového bloku?" -#: users/static/templates/users/user-import.html:62 +#: users/static/templates/users/user-import.html:63 msgid "" "At least given name or surname have to be filled in. All\n" " other fields are optional and may be empty." msgstr "Musí být vyplněny alespoň křestní jméno nebo příjmení.\nVšechna zbývající pole jsou nepovinná a smějí být prázdná." -#: motions/static/js/motions/site.js:558 topics/static/js/topics/site.js:130 +#: motions/static/js/motions/site.js:419 topics/static/js/topics/site.js:112 msgid "Attachment" msgstr "Příloha" -#: motions/static/templates/motions/motion-detail.html:429 +#: motions/static/templates/motions/motion-detail.html:484 #: topics/static/templates/topics/topic-detail.html:30 msgid "Attachments" msgstr "Přílohy" @@ -303,7 +300,7 @@ msgstr "Přílohy" msgid "Autodetection" msgstr "Automatické rozpoznání" -#: assignments/static/js/assignments/site.js:937 +#: assignments/static/js/assignments/site.js:895 msgid "Automatic assign of method" msgstr "Automatické určení způsobu" @@ -316,21 +313,17 @@ msgstr "Zpět na pořad jednání" msgid "Back to categories" msgstr "Zpět do skupin" -#: motions/static/templates/motions/motion-import.html:127 +#: motions/static/templates/motions/motion-import.html:130 msgid "Back to motions overview" msgstr "Zpět na přehled návrhů" #: agenda/static/templates/agenda/current-list-of-speakers.html:6 #: agenda/static/templates/agenda/item-sort.html:6 #: assignments/static/templates/assignments/assignment-detail.html:6 -#: core/static/templates/core/tag-detail.html:6 -#: core/static/templates/core/tag-form.html:6 #: core/static/templates/core/tag-list.html:6 -#: motions/static/templates/motions/category-detail.html:6 -#: motions/static/templates/motions/category-form.html:6 #: motions/static/templates/motions/category-list.html:6 #: motions/static/templates/motions/motion-block-detail.html:6 -#: motions/static/templates/motions/motion-block-list.html:10 +#: motions/static/templates/motions/motion-block-list.html:6 #: motions/static/templates/motions/motion-detail.html:6 #: motions/static/templates/motions/motion-import.html:6 #: topics/static/templates/topics/topic-detail.html:6 @@ -342,28 +335,28 @@ msgstr "Zpět na přehled návrhů" msgid "Back to overview" msgstr "Zpět do přehledu" -#: users/static/templates/users/user-import.html:218 +#: users/static/templates/users/user-import.html:222 #: users/static/templates/users/user-import.html:36 msgid "Back to users overview" msgstr "Zpět na přehled uživatelů" -#: core/static/js/core/site.js:1541 +#: core/static/js/core/site.js:1696 msgid "Background color of projector header and footer" msgstr "Barva pozadí záhlaví a zápatí promítacího přístroje" #: assignments/static/js/assignments/pdf.js:139 #: assignments/static/js/assignments/pdf.js:288 -#: assignments/static/js/assignments/site.js:659 -#: assignments/static/templates/assignments/assignment-detail.html:133 +#: assignments/static/js/assignments/site.js:619 +#: assignments/static/templates/assignments/assignment-detail.html:131 #: assignments/static/templates/assignments/assignmentpoll-form.html:1 msgid "Ballot" msgstr "Hlasování" -#: assignments/static/js/assignments/site.js:942 +#: assignments/static/js/assignments/site.js:900 msgid "Ballot and ballot papers" msgstr "Volba a hlasovací lístky" -#: agenda/static/templates/agenda/item-detail.html:86 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:33 msgid "Begin next speech" msgstr "Začít další projev" @@ -371,7 +364,7 @@ msgstr "Začít další projev" msgid "Begin of event" msgstr "Začátek události" -#: agenda/static/templates/agenda/item-detail.html:145 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:92 msgid "Begin speech" msgstr "Začít projev" @@ -380,13 +373,13 @@ msgstr "Začít projev" msgid "Bigger" msgstr "Větší" -#: core/static/templates/core/manage-projectors.html:197 +#: core/static/templates/core/manage-projectors.html:198 #: core/static/templates/core/projector-controls.html:55 #: core/static/templates/core/projector-controls.html:74 msgid "Blank" msgstr "Vyprázdnit" -#: core/static/templates/core/manage-projectors.html:191 +#: core/static/templates/core/manage-projectors.html:192 #: core/static/templates/core/projector-controls.html:68 msgid "Broadcast" msgstr "Vysílat" @@ -399,51 +392,51 @@ msgstr "Vysílat obsah tohoto promítacího přístroje do všech ostatních pro msgid "CSV file" msgstr "Soubor CSV" -#: users/static/js/users/site.js:1463 +#: users/static/js/users/site.js:1540 msgid "Can create motions" msgstr "Smí vytvářet návrhy" -#: users/static/js/users/site.js:1440 +#: users/static/js/users/site.js:1517 msgid "Can manage agenda" msgstr "Smí spravovat pořad jednání" -#: users/static/js/users/site.js:1453 +#: users/static/js/users/site.js:1530 msgid "Can manage configuration" msgstr "Smí spravovat nastavení" -#: users/static/js/users/site.js:1447 +#: users/static/js/users/site.js:1524 msgid "Can manage elections" msgstr "Smí spravovat volby" -#: users/static/js/users/site.js:1459 +#: users/static/js/users/site.js:1536 msgid "Can manage files" msgstr "Smí spravovat soubory" -#: users/static/js/users/site.js:1465 +#: users/static/js/users/site.js:1542 msgid "Can manage motions" msgstr "Smí spravovat návrhy" -#: users/static/js/users/site.js:1452 +#: users/static/js/users/site.js:1529 msgid "Can manage tags" msgstr "Smí spravovat klíčová slova" -#: users/static/js/users/site.js:1455 +#: users/static/js/users/site.js:1532 msgid "Can manage the chat" msgstr "Smí spravovat rozhovor" -#: users/static/js/users/site.js:1450 +#: users/static/js/users/site.js:1527 msgid "Can manage the projector" msgstr "Smí spravovat promítací přístroj" -#: users/static/js/users/site.js:1470 +#: users/static/js/users/site.js:1547 msgid "Can manage users" msgstr "Smí spravovat uživatele" -#: users/static/js/users/site.js:1445 +#: users/static/js/users/site.js:1522 msgid "Can nominate another participant" msgstr "Může navrhnout jiného účastníka" -#: users/static/js/users/site.js:1446 +#: users/static/js/users/site.js:1523 msgid "Can nominate oneself" msgstr "Smí se sám ucházet ve volbách" @@ -451,91 +444,90 @@ msgstr "Smí se sám ucházet ve volbách" msgid "Can not open the projector." msgstr "Nesmí otevřít promítací přístroj" -#: users/static/js/users/site.js:1442 +#: users/static/js/users/site.js:1519 msgid "Can put oneself on the list of speakers" msgstr "Smí se sám umístit na seznamu řečníků" -#: users/static/js/users/site.js:1439 +#: users/static/js/users/site.js:1516 msgid "Can see agenda" msgstr "Smí vidět pořad jednání" -#: users/static/js/users/site.js:1466 +#: users/static/js/users/site.js:1543 msgid "Can see and manage comments" msgstr "Smí vidět a spravovat poznámky" -#: users/static/js/users/site.js:1444 +#: users/static/js/users/site.js:1521 msgid "Can see elections" msgstr "Smí vidět volby" -#: users/static/js/users/site.js:1469 +#: users/static/js/users/site.js:1546 msgid "Can see extra data of users (e.g. present and comment)" msgstr "Může vidět další údaje o uživatelích (například přítomný a poznámka)" -#: users/static/js/users/site.js:1460 +#: users/static/js/users/site.js:1537 msgid "Can see hidden files" msgstr "Smí vidět skryté soubory" -#: users/static/js/users/site.js:1441 +#: users/static/js/users/site.js:1518 msgid "Can see hidden items and time scheduling of agenda" msgstr "Smí vidět skryté body a časový rozvrh pořadu jednání" -#: users/static/js/users/site.js:1462 +#: users/static/js/users/site.js:1539 msgid "Can see motions" msgstr "Smí vidět návrhy" -#: users/static/js/users/site.js:1468 +#: users/static/js/users/site.js:1545 msgid "Can see names of users" msgstr "Smí vidět jména uživatelů" -#: users/static/js/users/site.js:1451 +#: users/static/js/users/site.js:1528 msgid "Can see the front page" msgstr "Smí vidět přední stranu" -#: users/static/js/users/site.js:1457 +#: users/static/js/users/site.js:1534 msgid "Can see the list of files" msgstr "Smí vidět seznam souborů" -#: users/static/js/users/site.js:1449 +#: users/static/js/users/site.js:1526 msgid "Can see the projector" msgstr "Smí vidět promítací přístroj" -#: users/static/js/users/site.js:1464 +#: users/static/js/users/site.js:1541 msgid "Can support motions" msgstr "Smí podporovat návrhy" -#: users/static/js/users/site.js:1458 +#: users/static/js/users/site.js:1535 msgid "Can upload files" msgstr "Smí nahrávat soubory" -#: users/static/js/users/site.js:1454 +#: users/static/js/users/site.js:1531 msgid "Can use the chat" msgstr "Smí použít rozhovor" -#: assignments/static/templates/assignments/assignment-form.html:13 +#: assignments/static/templates/assignments/assignment-form.html:18 #: assignments/static/templates/assignments/assignmentpoll-form.html:18 -#: core/static/js/core/site.js:104 core/static/js/core/site.js:105 +#: core/static/js/core/site.js:126 core/static/js/core/site.js:127 #: core/static/templates/core/projector-controls.html:209 #: core/static/templates/core/projector-message-form.html:8 -#: core/static/templates/core/tag-form.html:24 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:56 -#: motions/static/templates/motions/category-form.html:28 +#: core/static/templates/core/tag-form.html:13 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 +#: motions/static/templates/motions/category-form.html:13 #: motions/static/templates/motions/change-recommendation-form.html:13 #: motions/static/templates/motions/motion-block-form.html:13 -#: motions/static/templates/motions/motion-form.html:14 +#: motions/static/templates/motions/motion-form.html:19 #: motions/static/templates/motions/motionpoll-form.html:18 #: topics/static/templates/topics/topic-form.html:13 -#: users/static/templates/users/group-edit.html:22 +#: users/static/templates/users/group-edit.html:24 +#: users/static/templates/users/profile-password-form.html:12 #: users/static/templates/users/user-change-password.html:46 -#: users/static/templates/users/user-detail-password.html:39 -#: users/static/templates/users/user-detail-profile.html:46 #: users/static/templates/users/user-form.html:13 msgid "Cancel" msgstr "Zrušit" #: assignments/static/js/assignments/pdf.js:147 #: assignments/static/js/assignments/pdf.js:65 -#: assignments/static/templates/assignments/assignment-detail.html:179 -#: assignments/static/templates/assignments/assignment-detail.html:204 +#: assignments/static/templates/assignments/assignment-detail.html:183 +#: assignments/static/templates/assignments/assignment-detail.html:208 #: assignments/static/templates/assignments/assignment-detail.html:84 #: assignments/static/templates/assignments/assignment-list.html:312 #: assignments/static/templates/assignments/slide_assignment.html:18 @@ -544,39 +536,42 @@ msgid "Candidates" msgstr "Uchazeči" #: assignments/static/js/assignments/pdf.js:212 -#: assignments/static/js/assignments/site.js:869 -#: assignments/static/templates/assignments/assignment-detail.html:257 +#: assignments/static/js/assignments/site.js:841 +#: assignments/static/templates/assignments/assignment-detail.html:261 #: assignments/static/templates/assignments/slide_assignment.html:92 -#: motions/static/js/motions/site.js:707 -#: motions/static/templates/motions/motion-detail.html:331 +#: motions/static/js/motions/site.js:607 +#: motions/static/templates/motions/motion-detail.html:383 msgid "Casted ballots" msgstr "Odevzdané hlasovací lístky" -#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:511 -#: motions/static/js/motions/site.js:180 +#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:500 +#: motions/static/js/motions/site.js:102 #: motions/static/templates/motions/category-list.html:13 #: motions/static/templates/motions/motion-list.html:10 msgid "Categories" msgstr "Skupiny" -#: motions/static/templates/motions/motion-import.html:113 +#: motions/static/templates/motions/motion-import.html:116 msgid "Categories created" msgstr "Vytvořené skupiny" -#: motions/static/js/motions/pdf.js:81 motions/static/js/motions/site.js:572 -#: motions/static/js/motions/site.js:902 -#: motions/static/templates/motions/category-detail.html:10 +#: motions/static/js/motions/pdf.js:89 motions/static/js/motions/site.js:433 +#: motions/static/js/motions/site.js:806 #: motions/static/templates/motions/category-sort.html:9 -#: motions/static/templates/motions/motion-detail.html:219 +#: motions/static/templates/motions/motion-detail.html:223 +#: motions/static/templates/motions/motion-detail.html:227 #: motions/static/templates/motions/motion-import.html:27 #: motions/static/templates/motions/motion-import.html:48 -#: motions/static/templates/motions/motion-list.html:192 +#: motions/static/templates/motions/motion-list.html:220 msgid "Category" msgstr "Obor činnosti" -#: index.html:101 users/static/templates/users/user-change-password.html:43 -#: users/static/templates/users/user-detail-password.html:3 -#: users/static/templates/users/user-list.html:318 +#: agenda/static/templates/agenda/item-list.html:333 +msgid "Change item number ..." +msgstr "" + +#: index.html:102 users/static/templates/users/user-change-password.html:43 +#: users/static/templates/users/user-list.html:320 msgid "Change password" msgstr "Změnit heslo" @@ -584,11 +579,13 @@ msgstr "Změnit heslo" msgid "Change password for {{ user.get_short_name() }}" msgstr "Změnit heslo pro {{ user.get_short_name() }}" -#: motions/static/templates/motions/motion-detail/toolbar.html:83 +#: motions/static/templates/motions/motion-detail/toolbar.html:103 +#: motions/static/templates/motions/motion-detail/toolbar.html:139 msgid "Change recommendations" msgstr "Změnit doporučení" -#: motions/static/templates/motions/motion-detail/toolbar.html:98 +#: motions/static/templates/motions/motion-detail/toolbar.html:118 +#: motions/static/templates/motions/motion-detail/toolbar.html:151 msgid "Changed version" msgstr "Změněná verze" @@ -596,76 +593,76 @@ msgstr "Změněná verze" msgid "Chat" msgstr "Rozhovor" -#: motions/static/js/motions/site.js:2028 +#: motions/static/js/motions/site.js:1987 msgid "Choose 0 to disable the supporting system." msgstr "Zadejte 0 pro vypnutí podpůrného systému." -#: core/static/js/core/site.js:106 core/static/js/core/site.js:107 +#: core/static/js/core/site.js:128 core/static/js/core/site.js:129 msgid "Clear" msgstr "Smazat" -#: motions/static/templates/motions/motion-import.html:117 +#: motions/static/templates/motions/motion-import.html:120 #: topics/static/templates/topics/topic-import.html:120 -#: users/static/templates/users/user-import.html:208 +#: users/static/templates/users/user-import.html:212 msgid "Clear preview" msgstr "Vyprázdnit náhled" -#: agenda/static/templates/agenda/current-list-of-speakers.html:44 +#: agenda/static/templates/agenda/current-list-of-speakers.html:53 #: agenda/static/templates/agenda/item-detail.html:48 -#: agenda/static/templates/agenda/item-detail.html:67 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:5 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:14 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:5 #: agenda/static/templates/agenda/slide-list-of-speakers.html:10 msgid "Closed" msgstr "Zavřeno" -#: agenda/static/js/agenda/site.js:155 agenda/static/js/agenda/site.js:156 +#: agenda/static/js/agenda/site.js:140 agenda/static/js/agenda/site.js:141 msgid "Closed items" msgstr "Vyřízené položky" -#: core/static/js/core/site.js:1545 +#: core/static/js/core/site.js:1700 msgid "Color for blanked projector" msgstr "Barva ztlumeného promítacího přístroje" #: topics/static/templates/topics/topic-import.html:53 #: topics/static/templates/topics/topic-import.html:72 -#: users/static/js/users/site.js:342 users/static/js/users/site.js:501 +#: users/static/js/users/site.js:321 users/static/js/users/site.js:572 #: users/static/templates/users/user-detail.html:43 #: users/static/templates/users/user-import.html:57 -#: users/static/templates/users/user-import.html:82 -#: users/static/templates/users/user-list.html:388 -#: users/static/templates/users/user-list.html:397 +#: users/static/templates/users/user-import.html:83 +#: users/static/templates/users/user-list.html:390 +#: users/static/templates/users/user-list.html:399 msgid "Comment" msgstr "Poznámka" -#: motions/static/js/motions/site.js:2034 +#: motions/static/js/motions/site.js:1993 msgid "Comment fields for motions" msgstr "Poznámková pole pro návrhy" -#: assignments/static/js/assignments/site.js:879 -msgid "Comment on the ballot paper" -msgstr "Poznámka na hlasovacím lístku" - -#: motions/static/js/motions/site.js:2033 +#: motions/static/js/motions/site.js:1992 #: motions/static/templates/motions/motion-detail/comments.html:17 msgid "Comments" msgstr "Poznámky" -#: users/static/js/users/site.js:466 users/static/js/users/site.js:495 +#: users/static/js/users/site.js:537 users/static/js/users/site.js:566 msgid "Committee" msgstr "Výbor" -#: users/static/js/users/base.js:163 +#: users/static/js/users/base.js:165 msgid "Committees" msgstr "Výbory" -#: motions/static/js/motions/base.js:781 +#: motions/static/js/motions/base.js:801 msgid "Complex Workflow" msgstr "Složitý pracovní postup" -#: users/static/templates/users/user-detail-password.html:29 +#: users/static/js/users/site.js:467 msgid "Confirm new password" msgstr "Potvrdit nové heslo" +#: core/static/js/core/base.js:490 +msgid "Connection lost. You are not connected to the server anymore." +msgstr "" + #: core/static/templates/core/login-form.html:23 msgid "Continue as guest" msgstr "Pokračovat jako host" @@ -682,11 +679,11 @@ msgid "" " line." msgstr "Kopírujte a vložte názvy bodů námětů do tohoto textového pole.\nPro každý bod je určen jeden řádek." -#: core/static/js/core/base.js:812 +#: core/static/js/core/base.js:917 msgid "Countdown" msgstr "Odpočítávání" -#: core/static/js/core/base.js:813 +#: core/static/js/core/base.js:918 #: core/static/templates/core/projector-controls.html:142 msgid "Countdowns" msgstr "Odpočítávání" @@ -699,79 +696,85 @@ msgstr "Sdružit odpočítávání se seznamem řečníků" msgid "Create new group" msgstr "Vytvořit novou skupinu" -#: motions/static/js/motions/site.js:908 +#: motions/static/js/motions/site.js:812 msgid "Creation date" msgstr "Doba vytvoření" -#: core/static/js/core/site.js:1539 +#: core/static/js/core/site.js:1694 msgid "Current browser language" msgstr "Nynější jazyk prohlížeče" -#: agenda/static/js/agenda/site.js:96 -#: agenda/static/templates/agenda/current-list-of-speakers.html:24 -#: agenda/static/templates/agenda/current-list-of-speakers.html:42 -#: agenda/static/templates/agenda/item-list.html:20 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:3 +#: agenda/static/js/agenda/site.js:73 +#: agenda/static/templates/agenda/current-list-of-speakers.html:17 +#: agenda/static/templates/agenda/current-list-of-speakers.html:51 +#: agenda/static/templates/agenda/item-list.html:23 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:3 +#: core/static/templates/core/projector-controls.html:280 msgid "Current list of speakers" msgstr "Nynější seznam řečníků" -#: assignments/static/js/assignments/site.js:957 -#: motions/static/js/motions/site.js:2056 +#: assignments/static/js/assignments/site.js:915 +#: motions/static/js/motions/site.js:2015 msgid "Custom number of ballot papers" msgstr "Uživatelsky stanovený počet hlasovacích lístků" -#: agenda/static/templates/agenda/current-list-of-speakers.html:36 +#: agenda/static/templates/agenda/current-list-of-speakers.html:44 #: agenda/static/templates/agenda/item-detail.html:35 -#: agenda/static/templates/agenda/item-list.html:254 -#: agenda/static/templates/agenda/item-list.html:52 +#: agenda/static/templates/agenda/item-list.html:257 +#: agenda/static/templates/agenda/item-list.html:55 +#: core/static/templates/core/projector-controls.html:307 #: mediafiles/static/templates/mediafiles/mediafile-list.html:273 #: motions/static/templates/motions/motion-detail.html:45 -#: projector-button.html:23 users/static/js/users/base.js:160 +#: projector-button.html:23 users/static/js/users/base.js:162 msgid "Default" msgstr "Výchozí" -#: assignments/static/js/assignments/site.js:191 +#: assignments/static/js/assignments/site.js:150 msgid "Default comment on the ballot paper" msgstr "Výchozí poznámka na hlasovacím lístku" -#: motions/static/js/motions/site.js:2004 +#: motions/static/js/motions/site.js:1962 msgid "Default line numbering" msgstr "Výchozí číslování řádků" -#: assignments/static/js/assignments/site.js:959 +#: assignments/static/js/assignments/site.js:917 msgid "" "Default method to check whether a candidate has reached the required " "majority." msgstr "Výchozí postup pro přezkoušení, zda uchazeč dosáhl požadovanou většinu." -#: motions/static/js/motions/site.js:2047 +#: motions/static/js/motions/site.js:2006 msgid "" "Default method to check whether a motion has reached the required majority." msgstr "Výchozí postup pro přezkoušení, zda návrh dosáhl požadovanou většinu." -#: core/static/js/core/site.js:1549 +#: core/static/js/core/site.js:1704 msgid "Default projector" msgstr "Výchozí promítací přístroj" -#: users/static/js/users/base.js:161 +#: motions/static/js/motions/site.js:1974 +msgid "Default text version for change recommendations" +msgstr "" + +#: users/static/js/users/base.js:163 msgid "Delegates" msgstr "Zástupci" -#: agenda/static/templates/agenda/item-list.html:285 -#: assignments/static/templates/assignments/assignment-detail.html:142 +#: agenda/static/templates/agenda/item-list.html:287 +#: assignments/static/templates/assignments/assignment-detail.html:146 #: assignments/static/templates/assignments/assignment-list.html:257 #: core/static/templates/core/manage-projectors.html:72 -#: core/static/templates/core/tag-list.html:41 +#: core/static/templates/core/tag-list.html:45 #: mediafiles/static/templates/mediafiles/mediafile-list.html:294 #: motions/static/templates/motions/category-list.html:48 -#: motions/static/templates/motions/motion-block-list.html:40 -#: motions/static/templates/motions/motion-detail.html:256 -#: motions/static/templates/motions/motion-detail.html:461 -#: motions/static/templates/motions/motion-detail/view-diff.html:30 +#: motions/static/templates/motions/motion-block-list.html:44 +#: motions/static/templates/motions/motion-detail.html:308 +#: motions/static/templates/motions/motion-detail.html:516 +#: motions/static/templates/motions/motion-detail/view-diff.html:29 #: motions/static/templates/motions/motion-detail/view-original.html:36 -#: motions/static/templates/motions/motion-list.html:515 +#: motions/static/templates/motions/motion-list.html:516 #: motions/static/templates/motions/motion-list.html:84 -#: users/static/templates/users/user-list.html:319 +#: users/static/templates/users/user-list.html:321 #: users/static/templates/users/user-list.html:70 msgid "Delete" msgstr "Smazat" @@ -780,7 +783,7 @@ msgstr "Smazat" msgid "Delete selected elections" msgstr "Smazat vybrané volby" -#: agenda/static/templates/agenda/item-list.html:123 +#: agenda/static/templates/agenda/item-list.html:126 msgid "Delete selected items" msgstr "Smazat vybrané položky" @@ -796,14 +799,14 @@ msgstr "Smazat vybrané návrhy" msgid "Delete selected participants" msgstr "Smazat vybrané účastníky" -#: motions/static/js/motions/base.js:740 motions/static/js/motions/pdf.js:192 -#: motions/static/js/motions/site.js:375 -#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/js/motions/base.js:760 motions/static/js/motions/pdf.js:199 +#: motions/static/js/motions/site.js:249 +#: motions/static/templates/motions/motion-detail/change-summary.html:26 msgid "Deletion" msgstr "Smazání" #: assignments/static/js/assignments/pdf.js:42 -#: assignments/static/js/assignments/site.js:174 +#: assignments/static/js/assignments/site.js:133 #: assignments/static/templates/assignments/assignment-detail.html:79 #: core/static/templates/core/projector-controls.html:194 msgid "Description" @@ -813,31 +816,32 @@ msgstr "Popis" msgid "Deselect file" msgstr "Zrušit výběr souboru" -#: users/static/js/users/site.js:362 +#: users/static/js/users/site.js:341 msgid "Designates whether this user is in the room or not." msgstr "Určuje, zda je tento uživatel v místnosti, anebo není." -#: users/static/js/users/site.js:384 +#: users/static/js/users/site.js:363 msgid "Designates whether this user should be treated as a committee." msgstr "Určuje, zda se s tímto uživatelem má zacházet jako s výborem." -#: users/static/js/users/site.js:372 +#: users/static/js/users/site.js:351 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting the account." msgstr "Určuje, zda se má s tímto uživatelem zacházet jako s činným. Zrušte vybrání namísto smazání účtu." -#: motions/static/templates/motions/motion-detail/toolbar.html:104 +#: motions/static/templates/motions/motion-detail/toolbar.html:124 +#: motions/static/templates/motions/motion-detail/toolbar.html:156 msgid "Diff version" msgstr "Znázornění změn" -#: assignments/static/js/assignments/site.js:963 -#: motions/static/js/motions/site.js:2051 +#: assignments/static/js/assignments/site.js:921 +#: motions/static/js/motions/site.js:2010 msgid "Disabled" msgstr "Vypnuto" -#: assignments/static/js/assignments/site.js:952 -#: motions/static/js/motions/site.js:2045 +#: assignments/static/js/assignments/site.js:910 +#: motions/static/js/motions/site.js:2004 msgid "Disabled (no percents)" msgstr "Vypnuto (žádná procenta)" @@ -846,26 +850,26 @@ msgid "" "Display an identifier message on all projectors with the id and the name." msgstr "Zobrazit oznámení o identifikaci na všech promítacích přístrojích se jménem a ID." -#: motions/static/js/motions/base.js:798 +#: motions/static/js/motions/base.js:818 msgid "Do not concern" msgstr "Nezaobírat se" -#: motions/static/js/motions/base.js:778 +#: motions/static/js/motions/base.js:798 msgid "Do not decide" msgstr "Nerozhodovat" -#: motions/static/templates/motions/motion-detail.html:398 -#: motions/static/templates/motions/motion-detail.html:413 +#: motions/static/templates/motions/motion-detail.html:453 +#: motions/static/templates/motions/motion-detail.html:468 msgid "" "Do you want to create a new version of this motion based on this changes?" msgstr "Chcete vytvořit novou verzi tohoto návrhu založenou na těchto změnách?" -#: motions/static/js/motions/site.js:505 +#: motions/static/js/motions/site.js:366 msgid "Don't create a new version." msgstr "Nevytvářet novou verzi." -#: agenda/static/templates/agenda/item-list.html:336 -#: agenda/static/templates/agenda/item-list.html:341 +#: agenda/static/templates/agenda/item-list.html:347 +#: agenda/static/templates/agenda/item-list.html:352 #: motions/static/templates/motions/motion-list.html:182 #: motions/static/templates/motions/motion-list.html:346 msgid "Done" @@ -873,7 +877,7 @@ msgstr "Hotovo" #: motions/static/templates/motions/motion-import.html:32 #: topics/static/templates/topics/topic-import.html:58 -#: users/static/templates/users/user-import.html:65 +#: users/static/templates/users/user-import.html:66 msgid "Download CSV example file" msgstr "Stáhnout soubor s příkladem CSV" @@ -889,31 +893,31 @@ msgid "" "renumber." msgstr "Přesuňte návrhy (přetáhněte je) pro přeuspořádání oboru činnosti. Na závěr pak klepněte na tlačítko pro jejich přečíslování." -#: agenda/static/templates/agenda/item-list.html:134 +#: agenda/static/templates/agenda/item-list.html:137 #: topics/static/templates/topics/topic-import.html:52 #: topics/static/templates/topics/topic-import.html:71 msgid "Duration" msgstr "Doba trvání" -#: agenda/static/templates/agenda/item-list.html:283 +#: agenda/static/templates/agenda/item-list.html:286 #: assignments/static/templates/assignments/assignment-detail.html:20 #: assignments/static/templates/assignments/assignment-list.html:256 -#: core/static/templates/core/tag-list.html:40 +#: core/static/templates/core/tag-list.html:44 #: mediafiles/static/templates/mediafiles/mediafile-list.html:293 #: motions/static/templates/motions/category-list.html:46 #: motions/static/templates/motions/motion-block-detail.html:19 -#: motions/static/templates/motions/motion-block-list.html:38 -#: motions/static/templates/motions/motion-detail.html:248 +#: motions/static/templates/motions/motion-block-list.html:42 +#: motions/static/templates/motions/motion-detail.html:300 #: motions/static/templates/motions/motion-detail.html:53 -#: motions/static/templates/motions/motion-detail/view-diff.html:35 -#: motions/static/templates/motions/motion-list.html:512 +#: motions/static/templates/motions/motion-detail/view-diff.html:34 +#: motions/static/templates/motions/motion-list.html:513 #: topics/static/templates/topics/topic-detail.html:19 #: users/static/templates/users/user-detail.html:14 -#: users/static/templates/users/user-list.html:317 +#: users/static/templates/users/user-list.html:319 msgid "Edit" msgstr "Upravit" -#: motions/static/templates/motions/category-form.html:9 +#: motions/static/templates/motions/category-form.html:1 msgid "Edit category" msgstr "Upravit obor činnosti" @@ -959,11 +963,11 @@ msgstr "Upravit název" msgid "Edit participant" msgstr "Upravit účastníka" -#: index.html:96 users/static/templates/users/user-detail-profile.html:3 +#: index.html:97 users/static/js/users/site.js:819 msgid "Edit profile" msgstr "Upravit profil" -#: core/static/templates/core/tag-form.html:9 +#: core/static/templates/core/tag-form.html:1 msgid "Edit tag" msgstr "Upravit klíčové slovo" @@ -977,15 +981,15 @@ msgid "" "recommendations." msgstr "Upravení textu není už možné, jakmile jsou předložena doporučení změn." -#: assignments/static/js/assignments/base.js:316 -#: assignments/static/js/assignments/site.js:643 +#: assignments/static/js/assignments/base.js:330 +#: assignments/static/js/assignments/site.js:603 #: assignments/static/templates/assignments/assignment-detail.html:31 #: assignments/static/templates/assignments/slide_assignment.html:7 msgid "Election" msgstr "Volba" -#: assignments/static/js/assignments/site.js:936 -#: assignments/static/templates/assignments/assignment-detail.html:186 +#: assignments/static/js/assignments/site.js:894 +#: assignments/static/templates/assignments/assignment-detail.html:190 msgid "Election method" msgstr "Způsob volby" @@ -993,13 +997,13 @@ msgstr "Způsob volby" msgid "Election result" msgstr "Výsledek volby" -#: assignments/static/js/assignments/base.js:317 +#: assignments/static/js/assignments/base.js:331 #: assignments/static/js/assignments/site.js:19 -#: assignments/static/js/assignments/site.js:36 -#: assignments/static/js/assignments/site.js:423 -#: assignments/static/js/assignments/site.js:941 +#: assignments/static/js/assignments/site.js:31 +#: assignments/static/js/assignments/site.js:387 +#: assignments/static/js/assignments/site.js:49 +#: assignments/static/js/assignments/site.js:899 #: assignments/static/templates/assignments/assignment-list.html:13 -#: search.html:25 msgid "Elections" msgstr "Volby" @@ -1011,11 +1015,11 @@ msgstr "Kódování" msgid "Encrypted" msgstr "Zašifrováno" -#: agenda/static/templates/agenda/item-detail.html:81 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:28 msgid "End current speech" msgstr "Ukončit nynější projev" -#: agenda/static/templates/agenda/item-detail.html:126 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:73 msgid "End speech" msgstr "Ukončit projev" @@ -1023,65 +1027,73 @@ msgstr "Ukončit projev" msgid "Enter duration in seconds. Choose 0 to disable warning color." msgstr "Zadejte dobu trvání v sekundách. Zvolte 0 pro vypnutí upozorňující barvy." -#: assignments/static/templates/assignments/assignment-detail.html:157 +#: assignments/static/templates/assignments/assignment-detail.html:161 msgid "Enter votes" msgstr "Zadat hlasy" -#: users/static/js/users/site.js:910 +#: core/static/js/core/base.js:473 +msgid "Error" +msgstr "" + +#: pdf-status.html:18 +msgid "Error while generating PDF file" +msgstr "" + +#: users/static/js/users/site.js:986 msgid "Error: Given name or surname is required." msgstr "Chyba: Je požadováno křestní jméno nebo příjmení." -#: motions/static/js/motions/site.js:1690 +#: motions/static/js/motions/site.js:1632 msgid "Error: Identifier already exists." msgstr "Chyba: Identifikátor již existuje." -#: motions/static/js/motions/site.js:1701 +#: motions/static/js/motions/site.js:1643 msgid "Error: Text is required." msgstr "Chyba: Je požadován text." -#: motions/static/js/motions/site.js:1696 topics/static/js/topics/site.js:328 +#: motions/static/js/motions/site.js:1638 topics/static/js/topics/site.js:308 msgid "Error: Title is required." msgstr "Chyba: Je požadován název." -#: agenda/static/templates/agenda/item-list.html:137 +#: agenda/static/templates/agenda/item-list.html:140 msgid "Estimated end:" msgstr "Odhadovaný konec:" -#: core/static/js/core/site.js:1521 +#: core/static/js/core/site.js:1675 msgid "Event" msgstr "Událost" -#: core/static/js/core/site.js:1523 +#: core/static/js/core/site.js:1677 msgid "Event date" msgstr "Časový úsek události" -#: core/static/js/core/site.js:1524 +#: core/static/js/core/site.js:1678 msgid "Event location" msgstr "Místo události" -#: core/static/js/core/site.js:1515 +#: core/static/js/core/site.js:1669 msgid "Event name" msgstr "Název události" -#: core/static/js/core/site.js:1525 +#: core/static/js/core/site.js:1679 msgid "Event organizer" msgstr "Pořadatel události" -#: agenda/static/templates/agenda/item-list.html:87 +#: agenda/static/templates/agenda/item-list.html:90 #: assignments/static/templates/assignments/assignment-list.html:31 #: motions/static/templates/motions/motion-list.html:43 #: users/static/templates/users/user-list.html:37 msgid "Export all" msgstr "Vyvést vše" -#: agenda/static/templates/agenda/item-list.html:90 +#: agenda/static/templates/agenda/item-list.html:93 #: assignments/static/templates/assignments/assignment-list.html:34 #: motions/static/templates/motions/motion-list.html:46 #: users/static/templates/users/user-list.html:40 msgid "Export filtered" msgstr "Vyvést výběr" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:11 +#: mediafiles/static/js/mediafiles/forms.js:54 msgid "File" msgstr "Soubor" @@ -1092,28 +1104,39 @@ msgstr "Velikost souboru" #: mediafiles/static/js/mediafiles/resources.js:20 #: mediafiles/static/js/mediafiles/resources.js:21 #: mediafiles/static/js/mediafiles/states.js:18 -#: mediafiles/static/js/mediafiles/states.js:35 -#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 search.html:33 +#: mediafiles/static/js/mediafiles/states.js:30 +#: mediafiles/static/js/mediafiles/states.js:48 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 msgid "Files" msgstr "Soubory" -#: agenda/static/templates/agenda/item-list.html:155 +#: agenda/static/templates/agenda/item-list.html:158 #: assignments/static/templates/assignments/assignment-list.html:93 -#: core/static/templates/core/tag-list.html:22 +#: core/static/templates/core/tag-list.html:26 #: mediafiles/static/templates/mediafiles/mediafile-list.html:160 #: motions/static/templates/motions/category-list.html:21 #: motions/static/templates/motions/motion-block-detail.html:39 #: motions/static/templates/motions/motion-block-list.html:21 #: motions/static/templates/motions/motion-list.html:157 -#: users/static/templates/users/user-list.html:164 +#: users/static/templates/users/user-list.html:166 msgid "Filter" msgstr "Filtr" -#: assignments/static/js/assignments/site.js:969 +#: motions/static/templates/motions/motion-detail/toolbar.html:131 +#: motions/static/templates/motions/motion-detail/toolbar.html:161 +msgid "Final version" +msgstr "" + +#: motions/static/templates/motions/motion-detail.html:36 +msgctxt "resolution" +msgid "Final version" +msgstr "" + +#: assignments/static/js/assignments/site.js:927 msgid "Finished" msgstr "Dokončeno" -#: motions/static/templates/motions/motion-detail.html:214 +#: motions/static/templates/motions/motion-detail.html:218 msgid "Follow recommendation" msgstr "Sledovat doporučení" @@ -1121,15 +1144,15 @@ msgstr "Sledovat doporučení" msgid "Follow recommendations for all motions" msgstr "Sledovat doporučení pro všechny návrhy" -#: core/static/js/core/site.js:1542 +#: core/static/js/core/site.js:1697 msgid "Font color of projector header and footer" msgstr "Barva písma záhlaví a zápatí promítacího přístroje" -#: core/static/js/core/site.js:1543 +#: core/static/js/core/site.js:1698 msgid "Font color of projector headline" msgstr "Barva písma nadpisu promítacího přístroje" -#: assignments/static/js/assignments/site.js:944 +#: assignments/static/js/assignments/site.js:902 msgid "" "For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base " "depends on the election method: If there is only one option per candidate, " @@ -1137,24 +1160,24 @@ msgid "" "candidate the sum of all votes is 100 %." msgstr "Při Ano/Ne/Zdržení se na uchazeče a Ano/Ne na uchazeče 100 % základ závisí na způsobu hlasování: Pokud je jen jedna volba na uchazeče, je součet všech hlasů všech uchazečů 100 %. Jinak je pro každého uchazeče součet všech hlasů 100 %" -#: motions/static/js/motions/site.js:355 +#: motions/static/js/motions/site.js:229 msgid "From Line" msgstr "Od řádku" -#: core/static/js/core/site.js:1529 +#: core/static/js/core/site.js:1683 msgid "Front page text" msgstr "Text na první straně" -#: core/static/js/core/site.js:1527 +#: core/static/js/core/site.js:1681 msgid "Front page title" msgstr "Název první strany" -#: core/static/js/core/site.js:1520 motions/static/js/motions/site.js:1996 -#: users/static/js/users/site.js:1160 users/static/js/users/site.js:1473 +#: core/static/js/core/site.js:1674 motions/static/js/motions/site.js:1954 +#: users/static/js/users/site.js:1235 users/static/js/users/site.js:1550 msgid "General" msgstr "Obecné" -#: users/static/js/users/site.js:329 +#: users/static/js/users/site.js:308 #: users/static/templates/users/user-change-password.html:33 msgid "Generate" msgstr "Vytvořit" @@ -1164,51 +1187,62 @@ msgstr "Vytvořit" msgid "Generate new passwords" msgstr "Vytvořit nové heslo" -#: users/static/js/users/site.js:1476 users/static/js/users/site.js:270 -#: users/static/js/users/site.js:487 -#: users/static/templates/users/user-detail-profile.html:26 +#: pdf-status.html:8 +msgid "Generating PDF file {{ filename }} ..." +msgstr "" + +#: users/static/js/users/site.js:1553 users/static/js/users/site.js:249 +#: users/static/js/users/site.js:558 #: users/static/templates/users/user-import.html:52 -#: users/static/templates/users/user-import.html:77 +#: users/static/templates/users/user-import.html:78 msgid "Given name" msgstr "Křestní jméno" -#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:106 -#: users/static/js/users/site.js:315 +#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:294 +#: users/static/js/users/site.js:85 #: users/static/templates/users/group-list.html:14 #: users/static/templates/users/user-detail.html:29 #: users/static/templates/users/user-import.html:56 -#: users/static/templates/users/user-import.html:81 +#: users/static/templates/users/user-import.html:82 #: users/static/templates/users/user-list.html:10 -#: users/static/templates/users/user-list.html:171 -#: users/static/templates/users/user-list.html:334 -#: users/static/templates/users/user-list.html:363 +#: users/static/templates/users/user-list.html:173 +#: users/static/templates/users/user-list.html:336 +#: users/static/templates/users/user-list.html:365 msgid "Groups" msgstr "Skupiny" -#: users/static/templates/users/user-import.html:204 +#: users/static/templates/users/user-import.html:208 msgid "Groups created" msgstr "Skupiny vytvořeny" -#: users/static/js/users/site.js:1482 +#: users/static/js/users/site.js:1559 msgid "Help text for access data and welcome PDF" msgstr "Nápomocný text k přístupovým údajům a pozdravné PDF" +#: mediafiles/static/js/mediafiles/forms.js:77 #: mediafiles/static/js/mediafiles/list.js:71 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:28 msgid "Hidden" msgstr "Skryto" -#: agenda/static/templates/agenda/item-detail.html:102 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:49 msgid "Hide" msgstr "Skrýt" -#: core/static/js/core/site.js:132 core/static/js/core/site.js:264 +#: agenda/static/templates/agenda/item-sort.html:18 +msgid "Hide internal items" +msgstr "" + +#: assignments/static/templates/assignments/assignment-detail.html:136 +msgid "Hint on the ballot paper." +msgstr "" + +#: core/static/js/core/site.js:162 core/static/js/core/site.js:304 msgid "Home" msgstr "Domovská stránka" -#: motions/static/js/motions/site.js:1998 -#: motions/static/js/motions/site.js:339 motions/static/js/motions/site.js:453 -#: motions/static/js/motions/site.js:896 +#: motions/static/js/motions/site.js:1956 +#: motions/static/js/motions/site.js:213 motions/static/js/motions/site.js:314 +#: motions/static/js/motions/site.js:800 #: motions/static/templates/motions/motion-import.html:22 #: motions/static/templates/motions/motion-import.html:43 msgid "Identifier" @@ -1224,20 +1258,20 @@ msgstr "Identifikátor (označení dat), zdůvodnění, navrhovatel/navrhovatel/ msgid "Identify" msgstr "Rozpoznat" -#: motions/static/js/motions/motion-block.js:89 -#: topics/static/js/topics/site.js:143 +#: motions/static/js/motions/motion-block.js:86 +#: topics/static/js/topics/site.js:125 msgid "If deactivated it appears as internal item on agenda." msgstr "Je-li vypnuto, jeví se jako vnitřní bod pořadu jednání." -#: assignments/static/js/assignments/site.js:199 +#: assignments/static/js/assignments/site.js:158 msgid "If deactivated the election appears as internal item on agenda." msgstr "Je-li vypnuto, volby se jeví jako vnitřní bod pořadu jednání." -#: motions/static/js/motions/site.js:514 +#: motions/static/js/motions/site.js:375 msgid "If deactivated the motion appears as internal item on agenda." msgstr "Je-li vypnuto, návrh se jeví jako vnitřní bod pořadu jednání." -#: agenda/static/templates/agenda/item-list.html:14 +#: agenda/static/templates/agenda/item-list.html:16 #: motions/static/templates/motions/motion-list.html:22 #: topics/static/templates/topics/topic-import.html:24 #: users/static/templates/users/user-import.html:25 @@ -1271,30 +1305,32 @@ msgstr "Zavést náměty" msgid "Import {{ itemsWillBeImported }} topics" msgstr "Zavést {{ itemsWillBeImported }} námětů" -#: motions/static/templates/motions/motion-import.html:120 +#: motions/static/templates/motions/motion-import.html:123 msgid "Import {{ motionsWillBeImported }} motions" msgstr "Zavést {{ motionsWillBeImported }} návrhů" -#: users/static/templates/users/user-import.html:211 +#: users/static/templates/users/user-import.html:215 msgid "Import {{ usersWillBeImported }} participants" msgstr "Zavést {{ usersWillBeImported }} účastníků" -#: agenda/static/templates/agenda/item-list.html:245 +#: agenda/static/templates/agenda/item-list.html:248 msgid "Include all sub items" msgstr "Zahrnout všechny podbody" -#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:326 +#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:305 #: users/static/templates/users/user-change-password.html:39 +#: users/static/templates/users/user-import.html:61 +#: users/static/templates/users/user-import.html:87 msgid "Initial password" msgstr "Počáteční heslo" -#: users/static/js/users/site.js:327 +#: users/static/js/users/site.js:306 #: users/static/templates/users/user-change-password.html:37 msgid "Initial password can not be changed." msgstr "Počáteční heslo nesmí být změněno." #. Line numbering: Inline -#: motions/static/js/motions/site.js:2008 +#: motions/static/js/motions/site.js:1966 msgid "Inline" msgstr "Uvnitř" @@ -1310,9 +1346,9 @@ msgstr "Úpravy uvnitř" msgid "Input format: DD.MM.YYYY HH:MM" msgstr "Zadávací formát: DD.MM.RRRR HH:MM" -#: motions/static/js/motions/base.js:737 motions/static/js/motions/pdf.js:190 -#: motions/static/js/motions/site.js:374 -#: motions/static/templates/motions/motion-detail/change-summary.html:17 +#: motions/static/js/motions/base.js:757 motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/site.js:248 +#: motions/static/templates/motions/motion-detail/change-summary.html:25 msgid "Insertion" msgstr "Vložení" @@ -1320,24 +1356,23 @@ msgstr "Vložení" msgid "Installed plugins:" msgstr "Nainstalované přídavné moduly:" -#: agenda/static/templates/agenda/item-list.html:266 -#: agenda/static/templates/agenda/item-list.html:332 -#: agenda/static/templates/agenda/item-sort.html:21 +#: agenda/static/templates/agenda/item-list.html:269 +#: agenda/static/templates/agenda/item-list.html:343 #: topics/static/templates/topics/topic-import.html:54 #: topics/static/templates/topics/topic-import.html:73 msgid "Internal item" msgstr "Vnitřní bod" -#: agenda/static/js/agenda/site.js:161 agenda/static/js/agenda/site.js:162 +#: agenda/static/js/agenda/site.js:146 agenda/static/js/agenda/site.js:147 msgid "Internal items" msgstr "Vnitřní body" #: assignments/static/js/assignments/pdf.js:199 -#: assignments/static/js/assignments/site.js:861 -#: assignments/static/templates/assignments/assignment-detail.html:251 +#: assignments/static/js/assignments/site.js:833 +#: assignments/static/templates/assignments/assignment-detail.html:255 #: assignments/static/templates/assignments/slide_assignment.html:87 -#: motions/static/js/motions/site.js:699 -#: motions/static/templates/motions/motion-detail.html:322 +#: motions/static/js/motions/site.js:599 +#: motions/static/templates/motions/motion-detail.html:374 msgid "Invalid ballots" msgstr "Neplatné hlasovací lístky" @@ -1345,7 +1380,7 @@ msgstr "Neplatné hlasovací lístky" msgid "Invalid input." msgstr "Neplatné zadání." -#: motions/static/js/motions/pdf.js:129 +#: motions/static/js/motions/pdf.js:136 msgid "Invalid votes" msgstr "Neplatné hlasy" @@ -1357,21 +1392,21 @@ msgstr "Je PDF" msgid "Is PDF file" msgstr "Je soubor PDF" -#: users/static/js/users/site.js:383 users/static/js/users/site.js:467 -#: users/static/templates/users/user-list.html:301 +#: users/static/js/users/site.js:362 users/static/js/users/site.js:538 +#: users/static/templates/users/user-list.html:303 msgid "Is a committee" msgstr "Je výbor" -#: users/static/js/users/site.js:371 users/static/js/users/site.js:460 +#: users/static/js/users/site.js:350 users/static/js/users/site.js:531 #: users/static/templates/users/user-import.html:58 -#: users/static/templates/users/user-import.html:83 -#: users/static/templates/users/user-list.html:113 +#: users/static/templates/users/user-import.html:84 +#: users/static/templates/users/user-list.html:114 msgid "Is active" msgstr "Je činná" #: users/static/templates/users/user-import.html:60 -#: users/static/templates/users/user-import.html:85 -#: users/static/templates/users/user-list.html:115 +#: users/static/templates/users/user-import.html:86 +#: users/static/templates/users/user-list.html:116 msgid "Is committee" msgstr "Je výbor" @@ -1380,7 +1415,7 @@ msgstr "Je výbor" msgid "Is hidden" msgstr "Je skrytá" -#: users/static/templates/users/user-list.html:299 +#: users/static/templates/users/user-list.html:301 msgid "Is inactive" msgstr "Je nečinný" @@ -1388,13 +1423,13 @@ msgstr "Je nečinný" msgid "Is no PDF file" msgstr "Není soubor PDF" -#: users/static/js/users/site.js:468 -#: users/static/templates/users/user-list.html:122 +#: users/static/js/users/site.js:539 +#: users/static/templates/users/user-list.html:124 msgid "Is not a committee" msgstr "Není výbor" -#: users/static/js/users/site.js:461 -#: users/static/templates/users/user-list.html:120 +#: users/static/js/users/site.js:532 +#: users/static/templates/users/user-list.html:122 msgid "Is not active" msgstr "Není činný" @@ -1402,30 +1437,34 @@ msgstr "Není činný" msgid "Is not hidden" msgstr "Není skryt" -#: users/static/js/users/site.js:454 -#: users/static/templates/users/user-list.html:121 +#: users/static/js/users/site.js:525 +#: users/static/templates/users/user-list.html:123 msgid "Is not present" msgstr "Není přítomen" -#: users/static/js/users/site.js:361 users/static/js/users/site.js:453 +#: users/static/js/users/site.js:340 users/static/js/users/site.js:524 #: users/static/templates/users/user-import.html:59 -#: users/static/templates/users/user-import.html:84 -#: users/static/templates/users/user-list.html:114 +#: users/static/templates/users/user-import.html:85 +#: users/static/templates/users/user-list.html:115 msgid "Is present" msgstr "Je přítomná" #. short form of agenda item -#: assignments/static/js/assignments/site.js:360 +#: assignments/static/js/assignments/site.js:325 #: motions/static/templates/motions/motion-list.html:299 msgid "Item" msgstr "Položka" -#: motions/static/js/motions/site.js:910 -#: motions/static/templates/motions/motion-detail.html:464 +#: motions/static/templates/motions/motion-detail/toolbar.html:85 +msgid "Jump to a given line number" +msgstr "" + +#: motions/static/js/motions/site.js:814 +#: motions/static/templates/motions/motion-detail.html:519 msgid "Last modified" msgstr "Naposledy změněno" -#: agenda/static/templates/agenda/item-detail.html:101 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:48 msgid "Last speakers" msgstr "Poslední řečník" @@ -1433,32 +1472,33 @@ msgstr "Poslední řečník" msgid "Leave empty for autodetection of the separator." msgstr "Ponechat prázdné pro automatické rozpoznání oddělovače." -#: core/static/js/core/site.js:1526 core/static/js/core/site.js:302 -#: index.html:183 legalnotice.html:3 +#: core/static/js/core/site.js:1680 core/static/js/core/site.js:344 +#: index.html:250 legalnotice.html:3 msgid "Legal notice" msgstr "Soudní oznámení" -#: motions/static/js/motions/pdf.js:184 -#: motions/static/templates/motions/motion-detail/change-summary.html:10 -#: motions/static/templates/motions/motion-detail/change-summary.html:13 -#: motions/static/templates/motions/motion-detail/toolbar.html:54 +#: motions/static/js/motions/pdf.js:191 +#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/templates/motions/motion-detail/change-summary.html:21 +#: motions/static/templates/motions/motion-detail/toolbar.html:78 msgid "Line" msgstr "Řádek" -#: motions/static/js/motions/site.js:2011 +#: motions/static/js/motions/site.js:1969 msgid "Line length" msgstr "Délka řádku" #: motions/static/templates/motions/motion-detail/toolbar.html:28 +#: motions/static/templates/motions/motion-detail/toolbar.html:53 msgid "Line numbering" msgstr "Číslování řádků" -#: users/static/js/users/site.js:628 +#: users/static/js/users/site.js:695 #: users/static/templates/users/user-list.html:54 msgid "List of access data" msgstr "Seznam přístupových dat" -#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:622 +#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:689 #: users/static/templates/users/user-list.html:49 msgid "List of participants" msgstr "Seznam účastníků" @@ -1466,8 +1506,8 @@ msgstr "Seznam účastníků" #: agenda/static/js/agenda/site.js:710 #: agenda/static/templates/agenda/item-detail.html:21 #: agenda/static/templates/agenda/item-detail.html:47 -#: agenda/static/templates/agenda/item-list.html:281 -#: agenda/static/templates/agenda/slide-current-list-of-speakers-overlay.html:4 +#: agenda/static/templates/agenda/item-list.html:284 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers-overlay.html:2 #: agenda/static/templates/agenda/slide-list-of-speakers.html:7 #: assignments/static/templates/assignments/assignment-detail.html:12 #: core/static/templates/core/projector-controls.html:268 @@ -1477,7 +1517,7 @@ msgstr "Seznam účastníků" msgid "List of speakers" msgstr "Seznam řečníků" -#: agenda/static/js/agenda/base.js:355 core/static/js/core/site.js:1546 +#: core/static/js/core/site.js:1701 msgid "List of speakers overlay" msgstr "Přidání seznamu řečníků" @@ -1485,11 +1525,11 @@ msgstr "Přidání seznamu řečníků" msgid "Live view" msgstr "Živé zobrazení" -#: core/static/templates/core/login-form.html:20 index.html:116 +#: core/static/templates/core/login-form.html:20 index.html:117 msgid "Login" msgstr "Přihlášení" -#: index.html:107 +#: index.html:108 msgid "Logout" msgstr "Odhlásit se" @@ -1497,25 +1537,21 @@ msgstr "Odhlásit se" msgid "Manage" msgstr "Spravovat" -#: core/static/templates/core/projector-controls.html:275 -msgid "Manage current list of speakers" -msgstr "Spravovat nynější seznam řečníků" - -#: agenda/static/templates/agenda/current-list-of-speakers.html:13 -msgid "Manage list" -msgstr "Spravovat seznam" - -#: core/static/js/core/site.js:288 +#: core/static/js/core/site.js:329 #: core/static/templates/core/manage-projectors.html:35 msgid "Manage projectors" msgstr "Spravovat promítací přístroje" -#: core/static/js/core/base.js:761 core/static/js/core/site.js:396 +#: core/static/templates/core/projector-controls.html:316 +msgid "Manage the current list of speakers" +msgstr "" + +#: core/static/js/core/base.js:866 core/static/js/core/site.js:421 #: core/static/templates/core/projector-controls.html:235 msgid "Message" msgstr "Oznámení" -#: core/static/js/core/base.js:762 +#: core/static/js/core/base.js:867 #: core/static/templates/core/projector-controls.html:229 msgid "Messages" msgstr "Oznámení" @@ -1526,10 +1562,10 @@ msgid "Meta information" msgstr "Popisné informace" #: motions/static/js/motions/base.js:213 motions/static/js/motions/docx.js:76 -#: motions/static/js/motions/motion-services.js:36 -#: motions/static/js/motions/motion-services.js:45 -#: motions/static/js/motions/pdf.js:23 motions/static/js/motions/pdf.js:353 -#: motions/static/js/motions/site.js:347 +#: motions/static/js/motions/motion-services.js:38 +#: motions/static/js/motions/motion-services.js:47 +#: motions/static/js/motions/pdf.js:24 motions/static/js/motions/pdf.js:342 +#: motions/static/js/motions/site.js:221 #: motions/static/templates/motions/motion-block-detail.html:50 #: motions/static/templates/motions/motion-detail.html:121 #: motions/static/templates/motions/motion-detail.html:64 @@ -1538,58 +1574,60 @@ msgid "Motion" msgstr "Návrh" #: motions/static/js/motions/motion-block.js:19 -#: motions/static/js/motions/site.js:586 motions/static/js/motions/site.js:904 +#: motions/static/js/motions/site.js:447 motions/static/js/motions/site.js:808 #: motions/static/templates/motions/motion-block-detail.html:24 -#: motions/static/templates/motions/motion-detail.html:223 -#: motions/static/templates/motions/motion-list.html:216 +#: motions/static/templates/motions/motion-detail.html:243 +#: motions/static/templates/motions/motion-detail.html:247 +#: motions/static/templates/motions/motion-list.html:244 #: motions/static/templates/motions/slide_motion_block.html:5 msgid "Motion block" msgstr "Návrhový blok" -#: motions/static/js/motions/site.js:222 +#: motions/static/js/motions/site.js:122 #: motions/static/templates/motions/motion-block-list.html:13 #: motions/static/templates/motions/motion-list.html:14 msgid "Motion blocks" msgstr "Návrhové bloky" -#: motions/static/js/motions/site.js:2002 +#: motions/static/js/motions/site.js:1960 msgid "Motion preamble" msgstr "Úvod návrhu" #: motions/static/js/motions/base.js:214 -#: motions/static/js/motions/site.js:1993 motions/static/js/motions/site.js:22 -#: motions/static/js/motions/site.js:39 motions/static/js/motions/site.js:981 -#: motions/static/templates/motions/motion-block-list.html:29 -#: motions/static/templates/motions/motion-list.html:25 search.html:21 +#: motions/static/js/motions/site.js:1951 motions/static/js/motions/site.js:22 +#: motions/static/js/motions/site.js:34 motions/static/js/motions/site.js:52 +#: motions/static/js/motions/site.js:894 +#: motions/static/templates/motions/motion-block-list.html:30 +#: motions/static/templates/motions/motion-list.html:25 msgid "Motions" msgstr "Návrhy" +#: core/static/js/core/site.js:455 #: core/static/templates/core/manage-projectors.html:77 -#: core/static/templates/core/tag-form.html:17 -#: core/static/templates/core/tag-list.html:30 -#: motions/static/templates/motions/category-form.html:21 +#: core/static/templates/core/tag-list.html:34 +#: motions/static/js/motions/site.js:544 #: motions/static/templates/motions/category-list.html:29 -#: motions/static/templates/motions/motion-block-list.html:28 +#: motions/static/templates/motions/motion-block-list.html:29 #: users/static/js/users/pdf.js:63 msgid "Name" msgstr "Název" -#: motions/static/js/motions/site.js:2015 +#: motions/static/js/motions/site.js:1973 msgid "Name of recommender" msgstr "Jméno dárce doporučení" -#: motions/static/js/motions/base.js:804 +#: motions/static/js/motions/base.js:824 msgid "Needs review" msgstr "Potřebuje posoudit" #: agenda/static/templates/agenda/item-list.html:8 #: assignments/static/templates/assignments/assignment-list.html:6 -#: core/static/js/core/site.js:859 +#: core/static/js/core/site.js:990 #: core/static/templates/core/manage-projectors.html:8 #: core/static/templates/core/tag-list.html:10 #: mediafiles/static/templates/mediafiles/mediafile-list.html:6 #: motions/static/templates/motions/category-list.html:10 -#: motions/static/templates/motions/motion-block-list.html:6 +#: motions/static/templates/motions/motion-block-list.html:10 #: motions/static/templates/motions/motion-list.html:6 #: users/static/templates/users/group-list.html:11 #: users/static/templates/users/user-list.html:6 @@ -1604,16 +1642,15 @@ msgstr "Nový pozměňovací návrh" msgid "New amendment of motion" msgstr "Nový pozměňovací návrh k návrhu" -#: assignments/static/templates/assignments/assignment-detail.html:128 -#: assignments/static/templates/assignments/assignment-detail.html:270 +#: assignments/static/templates/assignments/assignment-detail.html:127 msgid "New ballot" msgstr "Nové hlasování" -#: motions/static/templates/motions/category-form.html:10 +#: motions/static/templates/motions/category-form.html:2 msgid "New category" msgstr "Nový obor činnosti" -#: motions/static/js/motions/site.js:1734 +#: motions/static/js/motions/site.js:1682 msgid "New category will be created." msgstr "Bude vytvořen nový obor činnosti." @@ -1641,16 +1678,16 @@ msgstr "Nový návrhový blok" msgid "New participant" msgstr "Nový účastník" -#: motions/static/js/motions/site.js:1717 +#: motions/static/js/motions/site.js:1665 msgid "New participant will be created." msgstr "Bude vytvořen nový účastník." +#: users/static/js/users/site.js:459 #: users/static/templates/users/user-change-password.html:23 -#: users/static/templates/users/user-detail-password.html:21 msgid "New password" msgstr "Nové heslo" -#: core/static/templates/core/tag-form.html:10 +#: core/static/templates/core/tag-form.html:2 msgid "New tag" msgstr "Nové klíčové slovo" @@ -1658,12 +1695,12 @@ msgstr "Nové klíčové slovo" msgid "New topic" msgstr "Nový námět" -#: motions/static/templates/motions/motion-detail.html:401 -#: motions/static/templates/motions/motion-detail.html:416 +#: motions/static/templates/motions/motion-detail.html:456 +#: motions/static/templates/motions/motion-detail.html:471 msgid "New version on these changes" msgstr "Nová verze s těmito změnami" -#: motions/static/templates/motions/motion-detail.html:366 +#: motions/static/templates/motions/motion-detail.html:418 msgid "New vote" msgstr "Nové hlasování" @@ -1672,11 +1709,11 @@ msgid "Next page" msgstr "Další strana" #: assignments/static/js/assignments/pdf.js:305 -#: assignments/static/js/assignments/site.js:667 -#: assignments/static/js/assignments/site.js:811 -#: motions/static/js/motions/pdf.js:111 motions/static/js/motions/pdf.js:360 -#: motions/static/js/motions/site.js:673 -#: motions/static/templates/motions/motion-detail.html:289 +#: assignments/static/js/assignments/site.js:627 +#: assignments/static/js/assignments/site.js:783 +#: motions/static/js/motions/pdf.js:118 motions/static/js/motions/pdf.js:349 +#: motions/static/js/motions/site.js:573 +#: motions/static/templates/motions/motion-detail.html:341 #: motions/static/templates/motions/slide_motion.html:45 msgid "No" msgstr "Ne" @@ -1689,33 +1726,33 @@ msgstr "Nejsou dostupné žádné skupiny." msgid "No category" msgstr "Žádný obor činnosti" -#: motions/static/templates/motions/motion-list.html:206 +#: motions/static/templates/motions/motion-list.html:234 #: motions/static/templates/motions/motion-list.html:362 msgid "No category set" msgstr "Nestanoven žádný obor činnosti" -#: motions/static/templates/motions/motion-detail/change-summary.html:26 +#: motions/static/templates/motions/motion-detail/change-summary.html:36 msgid "No change recommendations yet" msgstr "Dosud žádná doporučení změn" -#: motions/static/js/motions/base.js:799 +#: motions/static/js/motions/base.js:819 msgid "No concernment" msgstr "Neprobíráno" -#: motions/static/js/motions/base.js:779 +#: motions/static/js/motions/base.js:799 msgid "No decision" msgstr "Žádné rozhodnutí" -#: users/static/js/users/site.js:1493 +#: users/static/js/users/site.js:1570 msgid "No encryption" msgstr "Žádné šifrování" -#: users/static/templates/users/user-list.html:185 -#: users/static/templates/users/user-list.html:260 +#: users/static/templates/users/user-list.html:187 +#: users/static/templates/users/user-list.html:262 msgid "No group set" msgstr "Nestanovena žádná skupina" -#: agenda/static/js/agenda/site.js:163 +#: agenda/static/js/agenda/site.js:148 msgid "No internal items" msgstr "Žádné vnitřní zápisy" @@ -1727,7 +1764,7 @@ msgstr "Nepromítnut žádný soubor s obrazovým či zvukovým záznamem." msgid "No motion block" msgstr "Žádný návrhový blok" -#: motions/static/templates/motions/motion-list.html:230 +#: motions/static/templates/motions/motion-list.html:258 #: motions/static/templates/motions/motion-list.html:388 msgid "No motion block set" msgstr "Nestanoven žádný návrhový blok" @@ -1736,19 +1773,18 @@ msgstr "Nestanoven žádný návrhový blok" msgid "No motions available." msgstr "Žádné dostupné návrhy." -#: motions/static/templates/motions/motion-list.html:258 +#: motions/static/templates/motions/motion-list.html:210 msgid "No recommendation set" msgstr "Nestanoveno žádné doporučení" -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 #: core/static/templates/core/select-multiple.html:2 #: core/static/templates/core/select-single.html:2 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 msgid "No results available ..." msgstr "Nejsou dostupné žádné výsledky..." -#: search.html:54 +#: search.html:41 msgid "No results." msgstr "Žádné výsledky." @@ -1761,48 +1797,54 @@ msgstr "Nenastaveno žádné klíčové slovo" #. abbreviation for number #: users/static/js/users/base.js:79 -#: users/static/templates/users/user-list.html:309 -#: users/static/templates/users/user-list.html:313 +#: users/static/templates/users/user-list.html:311 +#: users/static/templates/users/user-list.html:315 msgid "No." msgstr "Č." #. Line numbering: None -#: motions/static/js/motions/site.js:2010 +#: motions/static/js/motions/site.js:1968 msgid "None" msgstr "Žádné" -#: motions/static/templates/motions/motion-detail/view-diff.html:14 +#: motions/static/templates/motions/motion-detail/view-diff.html:13 msgid "Not rejected" msgstr "Neodmítnuto" +#: motions/static/templates/motions/motion-detail/change-summary.html:8 +msgid "" +"Note: You have to reject all change recommendations if the plenum does not " +"follow the recommendation." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:45 msgid "Now choose the last line to be changed" msgstr "Nyní klepněte na poslední řádek k změnění" -#: users/static/js/users/site.js:497 users/static/js/users/site.js:968 +#: users/static/js/users/site.js:1044 users/static/js/users/site.js:568 msgid "Number" msgstr "Číslo" -#: motions/static/js/motions/site.js:2027 +#: motions/static/js/motions/site.js:1986 msgid "Number of (minimum) required supporters for a motion" msgstr "Nejnižší počet podporovatelů potřebných pro návrh" -#: assignments/static/js/assignments/site.js:954 -#: motions/static/js/motions/site.js:2053 +#: assignments/static/js/assignments/site.js:912 +#: motions/static/js/motions/site.js:2012 msgid "Number of all delegates" msgstr "Počet všech zástupců" -#: assignments/static/js/assignments/site.js:955 -#: motions/static/js/motions/site.js:2054 +#: assignments/static/js/assignments/site.js:913 +#: motions/static/js/motions/site.js:2013 msgid "Number of all participants" msgstr "Počet všech účastníků" -#: assignments/static/js/assignments/site.js:953 -#: motions/static/js/motions/site.js:2052 +#: assignments/static/js/assignments/site.js:911 +#: motions/static/js/motions/site.js:2011 msgid "Number of ballot papers (selection)" msgstr "Počet hlasovacích lístků (předběžná volba)" -#: assignments/static/js/assignments/site.js:366 +#: assignments/static/js/assignments/site.js:331 msgid "Number of candidates" msgstr "Počet uchazečů" @@ -1811,16 +1853,16 @@ msgid "Number of last speakers to be shown on the projector" msgstr "Počet posledních na promítacím přístroji zobrazených řečníků" #: assignments/static/js/assignments/pdf.js:21 -#: assignments/static/js/assignments/site.js:181 +#: assignments/static/js/assignments/site.js:140 #: assignments/static/templates/assignments/assignment-detail.html:50 msgid "Number of persons to be elected" msgstr "Počet osob ke zvolení" -#: motions/static/js/motions/site.js:1999 +#: motions/static/js/motions/site.js:1957 msgid "Numbered per category" msgstr "Číslovat na základě oborů činnosti" -#: agenda/static/templates/agenda/item-list.html:81 +#: agenda/static/templates/agenda/item-list.html:84 #: motions/static/templates/motions/category-sort.html:20 msgid "Numbering" msgstr "Číslování" @@ -1833,76 +1875,84 @@ msgstr "Předpona pro číslování položek pořadu jednání" msgid "Numeral system for agenda items" msgstr "Číselný systém pro položky pořadu jednání" -#: users/static/templates/users/user-detail-password.html:13 +#: users/static/js/users/site.js:451 msgid "Old password" msgstr "Staré heslo" -#: assignments/static/templates/assignments/assignment-detail.html:187 +#: assignments/static/templates/assignments/assignment-detail.html:191 msgid "One vote per candidate" msgstr "Jeden hlas pro uchazeče" #: motions/static/templates/motions/motion-import.html:31 #: topics/static/templates/topics/topic-import.html:57 -#: users/static/templates/users/user-import.html:64 +#: users/static/templates/users/user-import.html:65 msgid "Only double quotes are accepted as text delimiter (no single quotes)." msgstr "Jako oddělovač textu jsou přípustné pouze dvojité uvozovky (jednoduché uvozovky se nepoužívají)" -#: users/static/js/users/site.js:343 +#: users/static/js/users/site.js:322 msgid "Only for internal notes." msgstr "Jen pro vnitřní poznámky." -#: agenda/static/templates/agenda/item-list.html:43 +#: agenda/static/templates/agenda/item-list.html:46 msgid "Only main agenda items" msgstr "Pouze hlavní body pořadu jednání" -#: search.html:38 -msgid "Only whole words" -msgstr "Jen celá slova" - -#: agenda/static/templates/agenda/item-detail.html:72 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:19 msgid "Open" msgstr "Otevřít" -#: agenda/static/js/agenda/site.js:157 +#: assignments/static/templates/assignments/assignment-form.html:13 +msgid "Open election detail view after save." +msgstr "" + +#: agenda/static/js/agenda/site.js:142 msgid "Open items" msgstr "Otevřené zápisy" +#: motions/static/templates/motions/motion-form.html:14 +msgid "Open motion detail view after save." +msgstr "" + #: users/static/js/users/pdf.js:186 msgid "OpenSlides access data" msgstr "Přístupová data k OpenSlides" -#: motions/static/js/motions/site.js:599 -#: motions/static/templates/motions/motion-detail.html:235 +#: motions/static/js/motions/site.js:460 +#: motions/static/templates/motions/motion-detail.html:287 #: motions/static/templates/motions/motion-import.html:28 #: motions/static/templates/motions/motion-import.html:49 -#: motions/static/templates/motions/motion-list.html:636 +#: motions/static/templates/motions/motion-list.html:637 msgid "Origin" msgstr "Původ" -#: motions/static/templates/motions/motion-detail/toolbar.html:90 +#: motions/static/templates/motions/motion-detail/toolbar.html:110 +#: motions/static/templates/motions/motion-detail/toolbar.html:146 msgid "Original version" msgstr "Původní verze" #. Line numbering: Outside -#: motions/static/js/motions/site.js:2006 +#: motions/static/js/motions/site.js:1964 msgid "Outside" msgstr "Vně" #: assignments/static/templates/assignments/assignment-detail.html:26 #: assignments/static/templates/assignments/assignment-list.html:44 #: motions/static/templates/motions/motion-detail.html:59 -#: users/static/js/users/site.js:1478 +#: users/static/js/users/site.js:1555 msgid "PDF" msgstr "PDF" -#: core/static/js/core/pdf.js:221 +#: pdf-status.html:13 +msgid "PDF successfully generated." +msgstr "" + #: mediafiles/static/templates/mediafiles/mediafile-list.html:44 msgid "Page" msgstr "Strana" -#: assignments/static/js/assignments/site.js:210 -#: motions/static/js/motions/motion-block.js:96 -#: motions/static/js/motions/site.js:525 topics/static/js/topics/site.js:153 +#: assignments/static/js/assignments/site.js:169 +#: motions/static/js/motions/motion-block.js:94 +#: motions/static/js/motions/site.js:386 topics/static/js/topics/site.js:136 msgid "Parent item" msgstr "Rodičovská položka" @@ -1910,16 +1960,16 @@ msgstr "Rodičovská položka" msgid "Participant" msgstr "Účastník" -#: users/static/js/users/site.js:298 +#: users/static/js/users/site.js:277 #: users/static/templates/users/user-detail.html:33 #: users/static/templates/users/user-import.html:55 -#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-import.html:81 msgid "Participant number" msgstr "Číslo účastníka" -#: search.html:29 users/static/js/users/base.js:19 -#: users/static/js/users/base.js:20 users/static/js/users/site.js:1475 -#: users/static/js/users/site.js:19 users/static/js/users/site.js:36 +#: users/static/js/users/base.js:19 users/static/js/users/base.js:20 +#: users/static/js/users/site.js:1552 users/static/js/users/site.js:19 +#: users/static/js/users/site.js:30 users/static/js/users/site.js:48 #: users/static/templates/users/user-list.html:17 msgid "Participants" msgstr "Účastníci" @@ -1928,11 +1978,15 @@ msgstr "Účastníci" msgid "Password" msgstr "Heslo" +#: users/static/js/users/site.js:889 +msgid "Password confirmation does not match." +msgstr "" + #: core/static/templates/core/projector-controls.html:181 msgid "Pause" msgstr "Pozastavit" -#: motions/static/js/motions/base.js:785 +#: motions/static/js/motions/base.js:805 msgid "Permission" msgstr "Oprávnění" @@ -1940,11 +1994,11 @@ msgstr "Oprávnění" msgid "Permissions" msgstr "Oprávnění" -#: motions/static/js/motions/base.js:784 +#: motions/static/js/motions/base.js:804 msgid "Permit" msgstr "Schválit" -#: motions/static/templates/motions/motion-detail.html:452 +#: motions/static/templates/motions/motion-detail.html:507 msgid "Permit and activate" msgstr "Povolit a zapnout" @@ -1952,13 +2006,13 @@ msgstr "Povolit a zapnout" msgid "Personal data" msgstr "Osobní údaje" -#: assignments/static/js/assignments/site.js:364 +#: assignments/static/js/assignments/site.js:329 #: assignments/static/templates/assignments/assignment-detail.html:60 #: assignments/static/templates/assignments/assignment-list.html:125 msgid "Phase" msgstr "Fáze" -#: users/static/templates/users/group-edit.html:10 +#: users/static/templates/users/group-edit.html:12 msgid "Please enter a name for the new group:" msgstr "Zadejte, prosím, jméno pro novou skupinu:" @@ -1966,7 +2020,7 @@ msgstr "Zadejte, prosím, jméno pro novou skupinu:" msgid "Please enter a name for the new projector" msgstr "Zadejte, prosím, jméno pro nový promítací přístroj" -#: users/static/templates/users/group-edit.html:8 +#: users/static/templates/users/group-edit.html:10 msgid "Please enter a new name for {{ group.name }}:" msgstr "Zadejte, prosím, nové jméno pro {{ group.name }}:" @@ -1976,38 +2030,34 @@ msgstr "Zadejte, prosím, nové jméno pro {{ group.name }}:" msgid "Please note:" msgstr "Vezměte, prosím, na vědomí" -#: motions/static/js/motions/site.js:2060 +#: motions/static/js/motions/site.js:2019 msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "Text úvodu dokumentů PDF a DOCX (všechny návrhy)" -#: assignments/static/js/assignments/site.js:965 +#: assignments/static/js/assignments/site.js:923 msgid "Preamble text for PDF document (all elections)" msgstr "Text úvodu dokumentu PDF (všechny volby)" -#: core/static/js/core/site.js:1544 +#: core/static/js/core/site.js:1699 msgid "Predefined seconds of new countdowns" msgstr "Předem stanovené sekundy pro nová odpočítávání" -#: motions/static/templates/motions/category-form.html:17 +#: motions/static/js/motions/site.js:537 #: motions/static/templates/motions/category-list.html:34 msgid "Prefix" msgstr "Předpona" -#: motions/static/js/motions/site.js:2021 +#: motions/static/js/motions/site.js:1980 msgid "Prefix for the identifier for amendments" msgstr "Předpona identifikátoru pro pozměňovací návrhy" -#: motions/static/templates/motions/category-detail.html:15 -msgid "Prefix:" -msgstr "Předpona:" - -#: users/static/js/users/site.js:452 users/static/js/users/site.js:491 -#: users/static/templates/users/user-list.html:408 -#: users/static/templates/users/user-list.html:413 +#: users/static/js/users/site.js:523 users/static/js/users/site.js:562 +#: users/static/templates/users/user-list.html:410 +#: users/static/templates/users/user-list.html:415 msgid "Present" msgstr "Přítomen" -#: core/static/js/core/site.js:1514 +#: core/static/js/core/site.js:1668 msgid "Presentation and assembly system" msgstr "Předváděcí a schůzovací systém" @@ -2017,7 +2067,7 @@ msgstr "Řídicí prvky promítání" #: motions/static/templates/motions/motion-import.html:36 #: topics/static/templates/topics/topic-import.html:62 -#: users/static/templates/users/user-import.html:69 +#: users/static/templates/users/user-import.html:70 msgid "Preview" msgstr "Náhled" @@ -2025,28 +2075,38 @@ msgstr "Náhled" msgid "Previous page" msgstr "Předchozí strana" -#: assignments/static/templates/assignments/assignment-detail.html:151 -#: motions/static/templates/motions/motion-detail.html:262 +#: assignments/static/templates/assignments/assignment-detail.html:155 +#: motions/static/templates/motions/motion-detail.html:314 msgid "Print ballot paper" msgstr "Tisk hlasovacích lístků" -#: motions/static/js/motions/site.js:2036 +#: motions/static/js/motions/site.js:1995 msgid "Private" msgstr "Soukromý" -#: assignments/static/templates/assignments/assignment-detail.html:168 +#: assignments/static/templates/assignments/assignment-detail.html:172 msgid "Project" msgstr "Promítat" -#: agenda/static/templates/agenda/item-list.html:28 +#: agenda/static/templates/agenda/item-list.html:31 msgid "Project agenda" msgstr "Promítnout pořad jednání" -#: agenda/static/templates/agenda/current-list-of-speakers.html:20 +#: agenda/static/templates/agenda/current-list-of-speakers.html:35 +#: core/static/templates/core/projector-controls.html:298 +msgid "Project as overlay" +msgstr "" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:29 +#: core/static/templates/core/projector-controls.html:292 +msgid "Project as slide" +msgstr "" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:13 msgid "Project current list of speakers" msgstr "Promítnout nynější seznam řečníků" -#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:232 msgid "Project item" msgstr "Promítnout položku" @@ -2054,71 +2114,75 @@ msgstr "Promítnout položku" msgid "Project motion" msgstr "Promítnout návrh" +#: agenda/static/templates/agenda/current-list-of-speakers.html:10 +#: core/static/templates/core/projector-controls.html:274 +msgid "Project the current list of speakers" +msgstr "" + #: core/static/templates/core/manage-projectors.html:55 msgid "Projection defaults" msgstr "Výchozí pro promítání" -#: agenda/static/templates/agenda/current-list-of-speakers.html:17 #: agenda/static/templates/agenda/item-detail.html:14 -#: agenda/static/templates/agenda/item-list.html:226 -#: agenda/static/templates/agenda/item-list.html:24 -#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1537 -#: index.html:194 +#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:27 +#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1692 +#: index.html:190 index.html:218 index.html:231 #: mediafiles/static/templates/mediafiles/mediafile-list.html:254 #: motions/static/templates/motions/motion-detail.html:16 #: projector-button.html:2 projector-container.html:7 -#: users/static/js/users/site.js:1158 +#: users/static/js/users/site.js:1233 msgid "Projector" msgstr "Promítací přístroj" -#: core/static/js/core/site.js:1538 +#: core/static/js/core/site.js:1693 msgid "Projector language" msgstr "Jazyk promítacího přístroje" -#: motions/static/js/motions/site.js:2035 +#: motions/static/js/motions/site.js:1994 msgid "Public" msgstr "Veřejný" -#: assignments/static/templates/assignments/assignment-detail.html:164 +#: assignments/static/templates/assignments/assignment-detail.html:168 msgid "Publish" msgstr "Zveřejnit" -#: assignments/static/templates/assignments/assignment-detail.html:206 +#: assignments/static/templates/assignments/assignment-detail.html:210 msgid "Quorum" msgstr "Usnášeníschopný počet" -#: assignments/static/templates/assignments/assignment-detail.html:238 +#: assignments/static/templates/assignments/assignment-detail.html:242 msgid "" "Quorum ({{ option.getVoteYes() - option.majorityReached }}) not reached." msgstr "Usnášeníschopného počtu (kvorum) ({{ option.getVoteYes() - option.majorityReached }}) nedosaženo." -#: assignments/static/templates/assignments/assignment-detail.html:235 +#: assignments/static/templates/assignments/assignment-detail.html:239 msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) reached." msgstr "Usnášeníschopného počtu (kvorum) ({{ option.getVoteYes() - option.majorityReached }}) dosaženo." -#: motions/static/templates/motions/motion-detail.html:356 +#: motions/static/templates/motions/motion-detail.html:408 msgid "Quorum ({{ voteYes.value - isReached() }}) not reached." msgstr "Usnášeníschopného počtu (kvorum) ({{ voteYes.value - isReached() }}) nedosaženo." -#: motions/static/templates/motions/motion-detail.html:353 +#: motions/static/templates/motions/motion-detail.html:405 msgid "Quorum ({{ voteYes.value - isReached() }}) reached." msgstr "Usnášeníschopného počtu (kvorum) ({{ voteYes.value - isReached() }}) dosaženo." -#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:281 -#: motions/static/js/motions/site.js:494 -#: motions/static/templates/motions/motion-detail.html:424 +#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:269 +#: motions/static/js/motions/site.js:355 +#: motions/static/templates/motions/motion-detail.html:479 #: motions/static/templates/motions/motion-import.html:25 #: motions/static/templates/motions/motion-import.html:46 -#: motions/static/templates/motions/slide_motion.html:127 +#: motions/static/templates/motions/slide_motion.html:125 msgid "Reason" msgstr "Zdůvodnění" #: motions/static/templates/motions/motion-block-detail.html:52 -#: motions/static/templates/motions/motion-list.html:240 +#: motions/static/templates/motions/motion-list.html:192 msgid "Recommendation" msgstr "Doporučení" -#: motions/static/js/motions/base.js:801 +#: motions/static/js/motions/base.js:821 msgid "Refer to committee" msgstr "Předat do výboru" @@ -2126,44 +2190,48 @@ msgstr "Předat do výboru" msgid "Reference for current list of speakers" msgstr "Odkaz pro nynější seznam řečníků" -#: motions/static/js/motions/base.js:802 +#: motions/static/js/motions/base.js:822 msgid "Referral to committee" msgstr "Předání do výboru" -#: motions/static/js/motions/base.js:775 motions/static/js/motions/base.js:790 +#: motions/static/js/motions/base.js:795 motions/static/js/motions/base.js:810 msgid "Reject" msgstr "Odmítnout" -#: motions/static/js/motions/base.js:806 +#: motions/static/js/motions/base.js:826 msgid "Reject (not authorized)" msgstr "Odmítnout (není schváleno)" -#: motions/static/templates/motions/motion-detail/change-summary.html:21 -#: motions/static/templates/motions/motion-detail/view-diff.html:20 -#: motions/static/templates/motions/motion-detail/view-diff.html:40 +#: motions/static/templates/motions/motion-detail/change-summary.html:11 +msgid "Reject all change recommendations" +msgstr "" + +#: motions/static/templates/motions/motion-detail/change-summary.html:29 +#: motions/static/templates/motions/motion-detail/view-diff.html:19 +#: motions/static/templates/motions/motion-detail/view-diff.html:39 msgid "Rejected" msgstr "Odmítnuto" -#: motions/static/js/motions/base.js:776 motions/static/js/motions/base.js:791 +#: motions/static/js/motions/base.js:796 motions/static/js/motions/base.js:811 msgid "Rejection" msgstr "Odmítnutí" -#: motions/static/js/motions/base.js:807 +#: motions/static/js/motions/base.js:827 msgid "Rejection (not authorized)" msgstr "Odmítnutí (není schváleno)" -#: agenda/static/templates/agenda/item-detail.html:114 -#: agenda/static/templates/agenda/item-detail.html:130 -#: agenda/static/templates/agenda/item-detail.html:149 -#: config-form-field.html:32 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:61 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:77 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:96 +#: config-form-field.html:39 msgid "Remove" msgstr "Odstranit" -#: agenda/static/templates/agenda/item-detail.html:62 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:9 msgid "Remove all speakers" msgstr "Odstranit všechny řečníky" -#: motions/static/js/motions/site.js:2029 +#: motions/static/js/motions/site.js:1988 msgid "" "Remove all supporters of a motion if a submitter edits his motion in early " "state" @@ -2182,7 +2250,7 @@ msgstr "Odstranit z návrhového bloku" msgid "Remove group" msgstr "Odstranit skupinu" -#: agenda/static/templates/agenda/item-detail.html:179 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:126 #: assignments/static/templates/assignments/assignment-detail.html:119 msgid "Remove me" msgstr "Odstranit mě" @@ -2191,9 +2259,9 @@ msgstr "Odstranit mě" msgid "Remove message" msgstr "Odstranit oznámení" -#: motions/static/js/motions/base.js:743 motions/static/js/motions/pdf.js:188 -#: motions/static/js/motions/site.js:373 -#: motions/static/templates/motions/motion-detail/change-summary.html:16 +#: motions/static/js/motions/base.js:763 motions/static/js/motions/pdf.js:195 +#: motions/static/js/motions/site.js:247 +#: motions/static/templates/motions/motion-detail/change-summary.html:24 msgid "Replacement" msgstr "Nahrazení" @@ -2205,14 +2273,14 @@ msgid "" "in the first row" msgstr "Požadovány hodnoty oddělené čárkou nebo středníkem s těmito názvy sloupců v prvním řádku" -#: assignments/static/js/assignments/site.js:958 -#: assignments/static/templates/assignments/assignment-detail.html:195 -#: motions/static/js/motions/site.js:2046 -#: motions/static/templates/motions/motion-detail.html:344 +#: assignments/static/js/assignments/site.js:916 +#: assignments/static/templates/assignments/assignment-detail.html:199 +#: motions/static/js/motions/site.js:2005 +#: motions/static/templates/motions/motion-detail.html:396 msgid "Required majority" msgstr "Požadovaná většina" -#: config-form-field.html:94 +#: config-form-field.html:109 msgid "Reset" msgstr "Obnovit" @@ -2220,8 +2288,8 @@ msgstr "Obnovit" msgid "Reset countdown" msgstr "Obnovit odpočítávání" -#: motions/static/templates/motions/motion-detail.html:187 -#: motions/static/templates/motions/motion-list.html:491 +#: motions/static/templates/motions/motion-detail.html:191 +#: motions/static/templates/motions/motion-list.html:492 msgid "Reset recommendation" msgstr "Vynulovat doporučení" @@ -2235,8 +2303,8 @@ msgstr "Obnovit velikost" msgid "Reset scrolling" msgstr "Obnovit posun obrazu" -#: motions/static/templates/motions/motion-detail.html:146 -#: motions/static/templates/motions/motion-list.html:465 +#: motions/static/templates/motions/motion-detail.html:149 +#: motions/static/templates/motions/motion-list.html:466 msgid "Reset state" msgstr "Obnovit stav" @@ -2244,12 +2312,6 @@ msgstr "Obnovit stav" msgid "Reset zoom" msgstr "Obnovit zvětšení" -#: motions/static/templates/motions/motion-detail.html:36 -#: motions/static/templates/motions/motion-detail/toolbar.html:111 -msgctxt "decision making" -msgid "Resolution" -msgstr "Usnesení" - #: core/static/templates/core/manage-projectors.html:83 msgid "Resolution" msgstr "Usnesení" @@ -2268,23 +2330,22 @@ msgstr "Římský" msgid "Rotate clockwise" msgstr "Otočit zleva do prava" -#: assignments/static/templates/assignments/assignment-form.html:10 +#: assignments/static/templates/assignments/assignment-form.html:15 #: assignments/static/templates/assignments/assignmentpoll-form.html:15 #: core/static/templates/core/projector-controls.html:204 #: core/static/templates/core/projector-message-form.html:5 -#: core/static/templates/core/tag-form.html:21 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:53 -#: motions/static/templates/motions/category-form.html:25 +#: core/static/templates/core/tag-form.html:10 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:17 +#: motions/static/templates/motions/category-form.html:10 #: motions/static/templates/motions/change-recommendation-form.html:10 #: motions/static/templates/motions/motion-block-form.html:10 #: motions/static/templates/motions/motion-detail/comments.html:35 #: motions/static/templates/motions/motion-detail/view-original.html:9 -#: motions/static/templates/motions/motion-form.html:11 +#: motions/static/templates/motions/motion-form.html:16 #: motions/static/templates/motions/motionpoll-form.html:15 #: topics/static/templates/topics/topic-form.html:10 -#: users/static/templates/users/group-edit.html:19 -#: users/static/templates/users/user-detail-password.html:36 -#: users/static/templates/users/user-detail-profile.html:43 +#: users/static/templates/users/group-edit.html:21 +#: users/static/templates/users/profile-password-form.html:9 #: users/static/templates/users/user-form.html:10 msgid "Save" msgstr "Uložit" @@ -2307,12 +2368,12 @@ msgstr "Posunout dolů" msgid "Scroll up" msgstr "Posunout nahoru" -#: agenda/static/templates/agenda/item-list.html:186 +#: agenda/static/templates/agenda/item-list.html:189 #: assignments/static/templates/assignments/assignment-list.html:165 -#: core/static/js/core/site.js:326 index.html:159 +#: core/static/js/core/site.js:369 index.html:160 #: mediafiles/static/templates/mediafiles/mediafile-list.html:212 #: motions/static/templates/motions/motion-list.html:325 search.html:11 -#: users/static/templates/users/user-list.html:240 +#: users/static/templates/users/user-list.html:242 msgid "Search" msgstr "Hledání" @@ -2320,11 +2381,11 @@ msgstr "Hledání" msgid "Search results" msgstr "Výsledky hledání" -#: assignments/static/js/assignments/site.js:967 +#: assignments/static/js/assignments/site.js:925 msgid "Searching for candidates" msgstr "Hledání uchazečů" -#: agenda/static/templates/agenda/item-list.html:70 +#: agenda/static/templates/agenda/item-list.html:73 #: assignments/static/templates/assignments/assignment-list.html:25 #: mediafiles/static/templates/mediafiles/mediafile-list.html:123 #: motions/static/templates/motions/motion-list.html:37 @@ -2342,48 +2403,48 @@ msgstr "Vybrat soubor CSV" msgid "Select a file" msgstr "Vybrat soubor" -#: assignments/static/js/assignments/site.js:213 -#: motions/static/js/motions/motion-block.js:99 -#: motions/static/js/motions/site.js:528 topics/static/js/topics/site.js:156 +#: assignments/static/js/assignments/site.js:172 +#: motions/static/js/motions/motion-block.js:97 +#: motions/static/js/motions/site.js:389 topics/static/js/topics/site.js:139 msgid "Select a parent item ..." msgstr "Vybrat rodičovský prvek..." -#: motions/static/js/motions/site.js:575 +#: motions/static/js/motions/site.js:436 msgid "Select or search a category ..." msgstr "Vybrat nebo hledat obor činnosti..." -#: users/static/js/users/site.js:319 +#: users/static/js/users/site.js:298 msgid "Select or search a group ..." msgstr "Vybrat nebo hledat skupinu..." -#: motions/static/js/motions/site.js:589 +#: motions/static/js/motions/site.js:450 msgid "Select or search a motion block ..." msgstr "Vybrat nebo hledat návrhový blok..." -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 +#: mediafiles/static/js/mediafiles/forms.js:90 msgid "Select or search a participant ..." msgstr "Vybrat nebo hledat účastníka..." -#: motions/static/js/motions/site.js:464 +#: motions/static/js/motions/site.js:325 msgid "Select or search a submitter ..." msgstr "Vybrat nebo hledat navrhovatele/navrhovatelku..." -#: motions/static/js/motions/site.js:626 +#: motions/static/js/motions/site.js:487 msgid "Select or search a supporter ..." msgstr "Vybrat nebo hledat podporovatele..." -#: assignments/static/js/assignments/site.js:240 -#: motions/static/js/motions/site.js:612 +#: assignments/static/js/assignments/site.js:199 +#: motions/static/js/motions/site.js:473 msgid "Select or search a tag ..." msgstr "Vybrat nebo hledat klíčové slovo..." -#: motions/static/js/motions/site.js:641 +#: motions/static/js/motions/site.js:502 msgid "Select or search a workflow ..." msgstr "Vybrat nebo hledat pracovní postup..." -#: motions/static/js/motions/site.js:561 topics/static/js/topics/site.js:133 +#: motions/static/js/motions/site.js:422 topics/static/js/topics/site.js:115 msgid "Select or search an attachment ..." msgstr "Vybrat nebo hledat přílohu..." @@ -2395,19 +2456,23 @@ msgstr "Vybrat promítací přístroj, na nějž odkazuje nynější seznam ře msgid "Separator" msgstr "Oddělovač" -#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:29 +#: core/static/js/core/site.js:1687 +msgid "Separator used for all csv exports and examples" +msgstr "" + +#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:37 msgid "Sequential number" msgstr "Pořadové číslo" -#: motions/static/js/motions/site.js:2000 +#: motions/static/js/motions/site.js:1958 msgid "Serially numbered" msgstr "Průběžné číslování" -#: motions/static/templates/motions/motion-list.html:534 +#: motions/static/templates/motions/motion-list.html:535 msgid "Set a category" msgstr "Stanovit obor činnosti" -#: motions/static/templates/motions/motion-list.html:568 +#: motions/static/templates/motions/motion-list.html:569 msgid "Set a motion block" msgstr "Stanovit návrhový blok" @@ -2416,23 +2481,31 @@ msgstr "Stanovit návrhový blok" msgid "Set category" msgstr "Stanovit obor činnosti" -#: agenda/static/templates/agenda/item-list.html:321 -#: users/static/templates/users/user-list.html:391 +#: agenda/static/templates/agenda/item-list.html:323 +#: users/static/templates/users/user-list.html:393 msgid "Set comment ..." msgstr "Nastavit poznámku..." -#: agenda/static/templates/agenda/item-list.html:304 +#: agenda/static/templates/agenda/item-list.html:306 msgid "Set duration ..." msgstr "Nastavit dobu trvání..." -#: users/static/templates/users/user-import.html:93 +#: users/static/templates/users/user-import.html:95 msgid "Set global action" msgstr "Nastavit celkovou činnost" -#: motions/static/js/motions/site.js:2001 +#: assignments/static/templates/assignments/assignment-detail.html:137 +msgid "Set hint for ballot paper ..." +msgstr "" + +#: motions/static/js/motions/site.js:1959 msgid "Set it manually" msgstr "Nastavit ručně" +#: agenda/static/templates/agenda/item-list.html:332 +msgid "Set item number ..." +msgstr "" + #: motions/static/templates/motions/motion-list.html:125 #: motions/static/templates/motions/motion-list.html:87 msgid "Set motion block" @@ -2443,7 +2516,7 @@ msgstr "Stanovit návrhový blok" msgid "Set status" msgstr "Nastavit stav" -#: users/static/templates/users/user-list.html:375 +#: users/static/templates/users/user-list.html:377 msgid "Set structure level ..." msgstr "Nastavit úroveň rozčlenění..." @@ -2459,35 +2532,35 @@ msgstr "Nastavit/Zrušit nastavení Je činný" msgid "Set/Unset 'is present'" msgstr "Nastavit/Zrušit nastavení Je přítomen" -#: config.html:3 core/static/js/core/site.js:140 -#: core/static/js/core/site.js:316 +#: config.html:3 core/static/js/core/site.js:170 +#: core/static/js/core/site.js:358 msgid "Settings" msgstr "Nastavení" -#: core/static/js/core/site.js:1522 +#: core/static/js/core/site.js:1676 msgid "Short description of event" msgstr "Krátký popis události" -#: assignments/static/js/assignments/site.js:198 -#: motions/static/js/motions/motion-block.js:88 -#: motions/static/js/motions/site.js:513 topics/static/js/topics/site.js:142 +#: assignments/static/js/assignments/site.js:157 +#: motions/static/js/motions/motion-block.js:85 +#: motions/static/js/motions/site.js:374 topics/static/js/topics/site.js:124 msgid "Show as agenda item" msgstr "Ukázat jako bod pořadu jednání" -#: assignments/static/js/assignments/site.js:225 -#: motions/static/js/motions/site.js:543 users/static/js/users/site.js:350 +#: assignments/static/js/assignments/site.js:184 +#: motions/static/js/motions/site.js:404 users/static/js/users/site.js:329 msgid "Show extended fields" msgstr "Ukázat rozšířená pole" -#: motions/static/templates/motions/motion-detail/toolbar.html:67 -msgid "Show highlighted line also on projector." -msgstr "Ukázat zvýrazněný řádek i na promítacím přístroji." - -#: motions/static/templates/motions/motion-detail.html:470 +#: motions/static/templates/motions/motion-detail.html:525 msgid "Show history" msgstr "Ukázat historii" -#: core/static/js/core/site.js:1533 +#: agenda/static/templates/agenda/item-sort.html:19 +msgid "Show internal items" +msgstr "" + +#: core/static/js/core/site.js:1688 msgid "Show logo on projector" msgstr "Ukázat značku na promítacím přístrojí" @@ -2495,20 +2568,20 @@ msgstr "Ukázat značku na promítacím přístrojí" msgid "Show orange countdown in the last x seconds of speaking time" msgstr "Ukázat odpočítávání v posledních x sekundách času mluvení v oranžové barvě" -#: core/static/js/core/site.js:1532 -msgid "Show this text on the login page." -msgstr "Ukázat tento text na přihlašovací stránce." +#: core/static/js/core/site.js:1686 +msgid "Show this text on the login page" +msgstr "" -#: core/static/js/core/site.js:1540 +#: core/static/js/core/site.js:1695 msgid "Show title and description of event on projector" msgstr "Ukázat název a popis události na promítacím přístroji" -#: motions/static/js/motions/base.js:769 +#: motions/static/js/motions/base.js:789 msgid "Simple Workflow" msgstr "Jednoduchý pracovní postup" -#: assignments/static/js/assignments/site.js:960 -#: motions/static/js/motions/site.js:2048 +#: assignments/static/js/assignments/site.js:918 +#: motions/static/js/motions/site.js:2007 msgid "Simple majority" msgstr "Jednoduchá většina" @@ -2521,11 +2594,11 @@ msgstr "Menší" #: mediafiles/static/templates/mediafiles/mediafile-list.html:191 #: motions/static/templates/motions/category-list.html:44 #: motions/static/templates/motions/motion-list.html:292 -#: users/static/templates/users/user-list.html:219 +#: users/static/templates/users/user-list.html:221 msgid "Sort" msgstr "Třídit" -#: agenda/static/templates/agenda/item-list.html:75 +#: agenda/static/templates/agenda/item-list.html:78 msgid "Sort ..." msgstr "Třídit..." @@ -2533,7 +2606,7 @@ msgstr "Třídit..." msgid "Sort agenda" msgstr "Třídit pořad jednání" -#: users/static/js/users/site.js:1474 +#: users/static/js/users/site.js:1551 msgid "Sort name of participants by" msgstr "Třídit jména účastníků podle" @@ -2542,16 +2615,16 @@ msgstr "Třídit jména účastníků podle" msgid "Special values" msgstr "Zvláštní hodnoty" -#: users/static/js/users/base.js:162 +#: users/static/js/users/base.js:164 msgid "Staff" msgstr "Zaměstnanci" -#: agenda/static/templates/agenda/item-detail.html:146 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:93 #: core/static/templates/core/projector-controls.html:175 msgid "Start" msgstr "Začátek" -#: agenda/static/templates/agenda/item-detail.html:110 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:57 #: core/static/templates/core/projector-controls.html:198 msgid "Start time" msgstr "Začáteční čas" @@ -2560,7 +2633,7 @@ msgstr "Začáteční čas" msgid "Start/stop video" msgstr "Spustit/Zastavit obrazový záznam" -#: motions/static/js/motions/pdf.js:54 motions/static/js/motions/site.js:906 +#: motions/static/js/motions/pdf.js:62 motions/static/js/motions/site.js:810 #: motions/static/templates/motions/motion-block-detail.html:51 #: motions/static/templates/motions/motion-detail.html:132 #: motions/static/templates/motions/motion-detail.html:136 @@ -2573,26 +2646,25 @@ msgstr "Stav" msgid "Status" msgstr "Stav" -#: agenda/static/templates/agenda/item-detail.html:127 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:74 msgid "Stop" msgstr "Zastavit" -#: motions/static/js/motions/site.js:2013 +#: motions/static/js/motions/site.js:1971 msgid "Stop submitting new motions by non-staff users" msgstr "Zastavit podávání nových návrhů uživateli bez práv správce" -#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:291 -#: users/static/js/users/site.js:499 users/static/js/users/site.js:970 -#: users/static/templates/users/user-detail-profile.html:35 +#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:1046 +#: users/static/js/users/site.js:270 users/static/js/users/site.js:570 #: users/static/templates/users/user-detail.html:27 #: users/static/templates/users/user-import.html:54 -#: users/static/templates/users/user-import.html:79 -#: users/static/templates/users/user-list.html:372 -#: users/static/templates/users/user-list.html:381 +#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-list.html:374 +#: users/static/templates/users/user-list.html:383 msgid "Structure level" msgstr "Úroveň rozčlenění" -#: core/static/js/core/site.js:108 core/static/js/core/site.js:109 +#: core/static/js/core/site.js:130 core/static/js/core/site.js:131 msgid "Submit" msgstr "Podat" @@ -2601,14 +2673,14 @@ msgstr "Podat" msgid "Submitter" msgstr "Navrhovatel" -#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:42 -#: motions/static/js/motions/site.js:461 motions/static/js/motions/site.js:900 +#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:50 +#: motions/static/js/motions/site.js:322 motions/static/js/motions/site.js:804 #: motions/static/templates/motions/motion-detail.html:92 #: motions/static/templates/motions/slide_motion.html:15 msgid "Submitters" msgstr "Navrhovatelé" -#: motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/pdf.js:204 #: motions/static/templates/motions/motion-detail/change-summary.html:4 msgid "Summary of change recommendations" msgstr "Shrnutí doporučení změn" @@ -2617,102 +2689,109 @@ msgstr "Shrnutí doporučení změn" msgid "Support motion" msgstr "Podpořit návrh" -#: motions/static/js/motions/site.js:2026 -#: motions/static/js/motions/site.js:623 +#: motions/static/js/motions/site.js:1985 +#: motions/static/js/motions/site.js:484 #: motions/static/templates/motions/motion-detail.html:99 -#: motions/static/templates/motions/motion-list.html:647 +#: motions/static/templates/motions/motion-list.html:648 msgid "Supporters" msgstr "Podporovatel" -#: users/static/js/users/site.js:1477 users/static/js/users/site.js:278 -#: users/static/js/users/site.js:489 -#: users/static/templates/users/user-detail-profile.html:30 +#: users/static/js/users/site.js:1554 users/static/js/users/site.js:257 +#: users/static/js/users/site.js:560 #: users/static/templates/users/user-import.html:53 -#: users/static/templates/users/user-import.html:78 +#: users/static/templates/users/user-import.html:79 msgid "Surname" msgstr "Příjmení" -#: users/static/js/users/site.js:1483 +#: users/static/js/users/site.js:1560 msgid "System URL" msgstr "Adresa systému (URL)" #: assignments/static/js/assignments/pdf.js:511 -#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:476 +#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:465 msgid "Table of contents" msgstr "Obsah" #: assignments/static/templates/assignments/assignment-list.html:100 -#: core/static/templates/core/tag-detail.html:10 #: motions/static/templates/motions/motion-list.html:268 msgid "Tag" msgstr "Klíčové slovo" -#: assignments/static/js/assignments/site.js:237 +#: assignments/static/js/assignments/site.js:196 #: assignments/static/templates/assignments/assignment-detail.html:53 #: assignments/static/templates/assignments/assignment-list.html:10 -#: core/static/js/core/site.js:336 core/static/templates/core/tag-list.html:13 -#: motions/static/js/motions/site.js:609 -#: motions/static/templates/motions/motion-detail.html:229 +#: core/static/js/core/site.js:379 core/static/templates/core/tag-list.html:13 +#: motions/static/js/motions/site.js:470 +#: motions/static/templates/motions/motion-detail.html:265 +#: motions/static/templates/motions/motion-detail.html:269 #: motions/static/templates/motions/motion-list.html:18 msgid "Tags" msgstr "Klíčová slova" -#: motions/static/js/motions/site.js:483 +#: motions/static/js/motions/site.js:344 #: motions/static/templates/motions/motion-import.html:24 #: motions/static/templates/motions/motion-import.html:45 -#: topics/static/js/topics/site.js:118 +#: topics/static/js/topics/site.js:100 #: topics/static/templates/topics/topic-import.html:51 #: topics/static/templates/topics/topic-import.html:70 msgid "Text" msgstr "Text" -#: motions/static/js/motions/site.js:386 +#: motions/static/js/motions/site.js:260 msgid "Text from line %from% to %to%" msgstr "Text od řádku %from% po %to%" -#: motions/static/js/motions/site.js:385 +#: motions/static/js/motions/site.js:259 msgid "Text in line %from%" msgstr "Text v řádku %from%" -#: motions/static/js/motions/site.js:2040 +#: motions/static/js/motions/site.js:1999 msgid "The 100 % base of a voting result consists of" msgstr "100 % základ výsledku hlasování se skládá z" -#: assignments/static/js/assignments/site.js:943 +#: assignments/static/js/assignments/site.js:901 msgid "The 100-%-base of an election result consists of" msgstr "100 % základ volebního výsledku se skládá z" -#: motions/static/js/motions/site.js:2003 +#: motions/static/js/motions/site.js:1961 msgid "The assembly may decide:" msgstr "Shromáždění se může usnést:" -#: agenda/static/templates/agenda/item-detail.html:91 +#: core/static/js/core/site.js:1471 +msgid "The delete was successful." +msgstr "" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:38 msgid "The list of speakers is empty." msgstr "Seznam řečníků je prázdný." -#: motions/static/js/motions/site.js:2012 +#: motions/static/js/motions/site.js:1970 msgid "" "The maximum number of characters per line. Relevant when line numbering is " "enabled. Min: 40" msgstr "Největší počet znaků na řádek. Má význam, když je zapnuto číslování řádků. Nejméně: 40" +#: core/static/js/core/base.js:476 +msgid "The server didn't respond." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:8 msgid "The text has been changed." msgstr "Text byl změněn." -#: motions/static/js/motions/site.js:2023 +#: motions/static/js/motions/site.js:1982 msgid "The title of the motion is always applied." msgstr "Název návrhu je vždy převzat." -#: users/static/js/users/site.js:953 +#: users/static/js/users/site.js:1029 msgid "There are more than one duplicates of this user!" msgstr "Je více než jedna kopie tohoto uživatele!" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:30 +#: mediafiles/static/js/mediafiles/forms.js:78 msgid "This does not protect the file but hides it for non authorized users." msgstr "Tato volba nechrání před přístupem, nýbrž soubor skryje toliko neschváleným uživatelům." -#: motions/static/templates/motions/motion-detail.html:448 +#: motions/static/templates/motions/motion-detail.html:503 msgid "This is the last active version." msgstr "Toto je poslední platná verze." @@ -2724,39 +2803,37 @@ msgstr "Tato předpona bude nastavena k provádění automatického číslován msgid "This version is not permitted." msgstr "Tato verze není povolena." -#: assignments/static/js/assignments/site.js:962 -#: motions/static/js/motions/site.js:2050 +#: assignments/static/js/assignments/site.js:920 +#: motions/static/js/motions/site.js:2009 msgid "Three-quarters majority" msgstr "Tříčtvrtinová většina" -#. academic degree -#: assignments/static/js/assignments/site.js:166 -#: assignments/static/js/assignments/site.js:362 +#: assignments/static/js/assignments/site.js:125 +#: assignments/static/js/assignments/site.js:327 +#: mediafiles/static/js/mediafiles/forms.js:70 #: mediafiles/static/js/mediafiles/list.js:95 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 -#: motions/static/js/motions/motion-block.js:81 -#: motions/static/js/motions/site.js:472 motions/static/js/motions/site.js:898 +#: motions/static/js/motions/motion-block.js:78 +#: motions/static/js/motions/site.js:333 motions/static/js/motions/site.js:802 #: motions/static/templates/motions/motion-import.html:23 #: motions/static/templates/motions/motion-import.html:44 -#: topics/static/js/topics/site.js:110 +#: topics/static/js/topics/site.js:92 #: topics/static/templates/topics/topic-import.html:50 #: topics/static/templates/topics/topic-import.html:69 -#: users/static/js/users/site.js:262 -#: users/static/templates/users/user-detail-profile.html:22 +#: users/static/js/users/site.js:241 #: users/static/templates/users/user-import.html:51 -#: users/static/templates/users/user-import.html:76 +#: users/static/templates/users/user-import.html:77 msgid "Title" msgstr "Název" -#: motions/static/js/motions/site.js:2059 +#: motions/static/js/motions/site.js:2018 msgid "Title for PDF and DOCX documents (all motions)" msgstr "Název dokumentů PDF a DOCX (všechny návrhy)" -#: assignments/static/js/assignments/site.js:964 +#: assignments/static/js/assignments/site.js:922 msgid "Title for PDF document (all elections)" msgstr "Název dokumentu PDF (všechny volby)" -#: users/static/js/users/site.js:1480 +#: users/static/js/users/site.js:1557 msgid "Title for access data and welcome PDF" msgstr "Název pro přístupová data a pozdravné PDF" @@ -2764,7 +2841,7 @@ msgstr "Název pro přístupová data a pozdravné PDF" msgid "Title is required. All other fields are optional and may be empty." msgstr "Název je požadován. Všechna ostatní pole jsou nepovinná a mohou zůstat prázdná." -#: motions/static/js/motions/site.js:363 +#: motions/static/js/motions/site.js:237 msgid "To Line" msgstr "Po řádek" @@ -2782,13 +2859,13 @@ msgstr "Námět" msgid "Topics" msgstr "Náměty" -#: motions/static/js/motions/site.js:504 +#: motions/static/js/motions/site.js:365 #: motions/static/templates/motions/motion-detail/view-original.html:17 msgid "Trivial change" msgstr "Jednoduchá změna" -#: assignments/static/js/assignments/site.js:961 -#: motions/static/js/motions/site.js:2049 +#: assignments/static/js/assignments/site.js:919 +#: motions/static/js/motions/site.js:2008 msgid "Two-thirds majority" msgstr "Dvoutřetinová většina" @@ -2804,34 +2881,33 @@ msgstr "Stáhnout podporu návrhu" msgid "Upload time" msgstr "Doba nahrávání" +#: mediafiles/static/js/mediafiles/forms.js:87 #: mediafiles/static/js/mediafiles/list.js:103 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:37 msgid "Uploaded by" msgstr "Nahráno" -#: assignments/static/js/assignments/site.js:956 -#: motions/static/js/motions/site.js:2055 +#: assignments/static/js/assignments/site.js:914 +#: motions/static/js/motions/site.js:2014 msgid "Use the following custom number" msgstr "Použít následující uživatelsky stanovený počet" -#: users/static/js/users/site.js:1484 +#: users/static/js/users/site.js:1561 msgid "Used for QRCode in PDF of access data." msgstr "Použito jako QR kód v PDF přístupových dat." -#: users/static/js/users/site.js:1486 users/static/js/users/site.js:1488 -#: users/static/js/users/site.js:1490 +#: users/static/js/users/site.js:1563 users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1567 msgid "Used for WLAN QRCode in PDF of access data." msgstr "Použito jako WLAN QR kód v PDF přístupových dat." #: core/static/templates/core/login-form.html:12 -#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:307 -#: users/static/js/users/site.js:971 -#: users/static/templates/users/user-detail-profile.html:13 +#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:1047 +#: users/static/js/users/site.js:286 users/static/js/users/site.js:410 #: users/static/templates/users/user-detail.html:41 msgid "Username" msgstr "Uživatelské jméno" -#: motions/static/templates/motions/motion-import.html:112 +#: motions/static/templates/motions/motion-import.html:115 msgid "Users created" msgstr "Uživatelé vytvořeni" @@ -2840,60 +2916,60 @@ msgid "Users without any assigned group gain the permissions from this group." msgstr "Uživatelé bez zvláštní přiřazené skupiny dostanou oprávnění této skupiny." #: assignments/static/js/assignments/pdf.js:186 -#: assignments/static/js/assignments/site.js:853 -#: assignments/static/templates/assignments/assignment-detail.html:245 +#: assignments/static/js/assignments/site.js:825 +#: assignments/static/templates/assignments/assignment-detail.html:249 #: assignments/static/templates/assignments/slide_assignment.html:82 -#: motions/static/js/motions/site.js:691 -#: motions/static/templates/motions/motion-detail.html:313 +#: motions/static/js/motions/site.js:591 +#: motions/static/templates/motions/motion-detail.html:365 msgid "Valid ballots" msgstr "Platné hlasovací lístky" -#: motions/static/js/motions/pdf.js:122 +#: motions/static/js/motions/pdf.js:129 msgid "Valid votes" msgstr "Platné hlasy" -#: motions/static/templates/motions/motion-detail.html:441 -#: motions/static/templates/motions/motion-detail.html:444 +#: motions/static/templates/motions/motion-detail.html:496 +#: motions/static/templates/motions/motion-detail.html:499 msgid "Version" msgstr "Verze" -#: motions/static/templates/motions/motion-detail.html:437 +#: motions/static/templates/motions/motion-detail.html:492 msgid "Version history" msgstr "Historie verzí" #. ballot of a motion -#: motions/static/js/motions/pdf.js:100 -#: motions/static/templates/motions/motion-detail.html:244 +#: motions/static/js/motions/pdf.js:107 +#: motions/static/templates/motions/motion-detail.html:296 #: motions/static/templates/motions/motionpoll-form.html:1 #: motions/static/templates/motions/slide_motion.html:25 msgid "Vote" msgstr "Hlasování" #: assignments/static/js/assignments/pdf.js:151 -#: assignments/static/templates/assignments/assignment-detail.html:205 +#: assignments/static/templates/assignments/assignment-detail.html:209 #: assignments/static/templates/assignments/slide_assignment.html:36 msgid "Votes" msgstr "Hlasy" -#: motions/static/js/motions/pdf.js:136 +#: motions/static/js/motions/pdf.js:143 msgid "Votes cast" msgstr "Odevzdané hlasy" -#: assignments/static/js/assignments/site.js:968 +#: assignments/static/js/assignments/site.js:926 msgid "Voting" msgstr "Hlasování" -#: motions/static/js/motions/site.js:2039 +#: motions/static/js/motions/site.js:1998 msgid "Voting and ballot papers" msgstr "Hlasování a hlasovací lístky" -#: motions/static/js/motions/pdf.js:144 -#: motions/static/templates/motions/motion-detail.html:240 +#: motions/static/js/motions/pdf.js:151 +#: motions/static/templates/motions/motion-detail.html:292 #: motions/static/templates/motions/slide_motion.html:21 msgid "Voting result" msgstr "Výsledek hlasování" -#: users/static/js/users/site.js:1491 +#: users/static/js/users/site.js:1568 msgid "WEP" msgstr "WEP" @@ -2901,19 +2977,19 @@ msgstr "WEP" msgid "WLAN access data" msgstr "Přístupová data k WLAN" -#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1489 +#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1566 msgid "WLAN encryption" msgstr "Šifrování WLAN" -#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1485 +#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1562 msgid "WLAN name (SSID)" msgstr "Název WLAN (SSID)" -#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1487 +#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1564 msgid "WLAN password" msgstr "Heslo k WLAN" -#: users/static/js/users/site.js:1492 +#: users/static/js/users/site.js:1569 msgid "WPA/WPA2" msgstr "WPA/WPA2" @@ -2921,53 +2997,53 @@ msgstr "WPA/WPA2" msgid "Waiting for results ..." msgstr "Čeká se na výsledky..." -#: core/static/js/core/site.js:1528 users/static/js/users/site.js:1479 +#: core/static/js/core/site.js:1682 users/static/js/users/site.js:1556 msgid "Welcome to OpenSlides" msgstr "Vítejte v OpenSlides" -#: motions/static/js/motions/site.js:2016 +#: motions/static/js/motions/site.js:1975 msgid "" "Will be displayed as label before selected recommendation. Use an empty " "value to disable the recommendation system." msgstr "Bude zobrazeno jako popis před vybraným doporučením. Použijte prázdné zadání pro vypnutí doporučovací soustavy" -#: motions/static/js/motions/base.js:793 +#: motions/static/js/motions/base.js:813 msgid "Withdraw" msgstr "Stáhnout" -#: motions/static/js/motions/site.js:637 +#: motions/static/js/motions/site.js:498 msgid "Workflow" msgstr "Pracovní postup" -#: motions/static/js/motions/site.js:1997 +#: motions/static/js/motions/site.js:1955 msgid "Workflow of new motions" msgstr "Průběh práce na nových návrzích" #: assignments/static/js/assignments/pdf.js:299 -#: assignments/static/js/assignments/site.js:666 -#: assignments/static/js/assignments/site.js:801 -#: motions/static/js/motions/pdf.js:106 motions/static/js/motions/pdf.js:359 -#: motions/static/js/motions/site.js:664 -#: motions/static/templates/motions/motion-detail.html:277 +#: assignments/static/js/assignments/site.js:626 +#: assignments/static/js/assignments/site.js:773 +#: motions/static/js/motions/pdf.js:113 motions/static/js/motions/pdf.js:348 +#: motions/static/js/motions/site.js:564 +#: motions/static/templates/motions/motion-detail.html:329 #: motions/static/templates/motions/slide_motion.html:33 msgid "Yes" msgstr "Ano" -#: motions/static/js/motions/site.js:2042 +#: motions/static/js/motions/site.js:2001 msgid "Yes/No" msgstr "Ano/Ne" -#: assignments/static/js/assignments/site.js:949 -#: assignments/static/templates/assignments/assignment-detail.html:189 +#: assignments/static/js/assignments/site.js:907 +#: assignments/static/templates/assignments/assignment-detail.html:193 msgid "Yes/No per candidate" msgstr "Ano/Ne pro uchazeče" -#: motions/static/js/motions/site.js:2041 +#: motions/static/js/motions/site.js:2000 msgid "Yes/No/Abstain" msgstr "Ano/Ne/Zdržení se" -#: assignments/static/js/assignments/site.js:948 -#: assignments/static/templates/assignments/assignment-detail.html:188 +#: assignments/static/js/assignments/site.js:906 +#: assignments/static/templates/assignments/assignment-detail.html:192 msgid "Yes/No/Abstain per candidate" msgstr "Ano/Ne/Zdržení se pro uchazeče" @@ -2975,13 +3051,13 @@ msgstr "Ano/Ne/Zdržení se pro uchazeče" msgid "You are not allowed to lock yourself out of the configuration!" msgstr "Nejste oprávněn sám sebe zamknout z nastavení!" -#: core/static/js/core/site.js:1534 +#: core/static/js/core/site.js:1689 msgid "" "You can replace the logo. Just copy a file to \"static/img/logo-" "projector.png\" in your OpenSlides data path." msgstr "Značku (symbol) můžete nahradit. Jednoduše zkopírujte nějaký soubor do \"static/img/logo-projector.png\" v cestě s daty OpenSlides." -#: users/static/js/users/site.js:1385 +#: users/static/js/users/site.js:1462 msgid "You have to enable cookies to use OpenSlides." msgstr "Pro používání OpenSlides musíte povolit koláčky." @@ -3001,55 +3077,55 @@ msgstr "Oddálit" msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." msgstr "[Začít řeč] spustí odpočítávání, [Ukončit řeč] zastaví odpočítávání." -#: users/static/js/users/site.js:1481 +#: users/static/js/users/site.js:1558 msgid "[Place for your welcome and help text.]" msgstr "[Místo pro váš uvítací a nápomocný text.]" -#: core/static/js/core/site.js:1530 +#: core/static/js/core/site.js:1684 msgid "[Space for your welcome text.]" msgstr "[Místo pro váš uvítací text.]" -#: motions/static/js/motions/base.js:771 motions/static/js/motions/base.js:786 +#: motions/static/js/motions/base.js:791 motions/static/js/motions/base.js:806 msgid "accepted" msgstr "přijato" -#: motions/static/js/motions/base.js:794 +#: motions/static/js/motions/base.js:814 msgid "adjourned" msgstr "odloženo" -#: users/static/js/users/site.js:972 +#: users/static/js/users/site.js:1048 msgid "already exists." msgstr "již existuje." -#: motions/static/js/motions/motion-services.js:45 +#: motions/static/js/motions/motion-services.js:47 msgid "ballot-paper" msgstr "Hlasovací lístek" -#: motions/static/templates/motions/motion-list.html:501 +#: motions/static/templates/motions/motion-list.html:502 msgid "by" msgstr "od" -#: core/static/js/core/site.js:45 +#: core/static/js/core/site.js:46 msgid "clear" msgstr "smazat" -#: core/static/js/core/site.js:57 +#: core/static/js/core/site.js:58 msgid "close" msgstr "zavřít" -#: users/static/js/users/site.js:878 +#: users/static/js/users/site.js:954 msgid "create duplicate" msgstr "vytvořit kopii" -#: core/static/js/core/site.js:49 +#: core/static/js/core/site.js:50 msgid "date" msgstr "datum" -#: users/static/templates/users/user-import.html:88 +#: users/static/templates/users/user-import.html:90 msgid "duplicate" msgstr "kopie" -#: users/static/templates/users/user-import.html:89 +#: users/static/templates/users/user-import.html:91 msgid "duplicates" msgstr "kopie" @@ -3061,12 +3137,12 @@ msgstr "Volby" msgid "files" msgstr "Soubory" -#: motions/static/templates/motions/motion-detail/toolbar.html:62 +#: motions/static/templates/motions/motion-detail/toolbar.html:89 msgid "go" msgstr "jít na" #. 'h' means time in hours -#: agenda/static/templates/agenda/item-list.html:307 +#: agenda/static/templates/agenda/item-list.html:309 msgid "h" msgstr "h" @@ -3076,6 +3152,7 @@ msgid "imported" msgstr "zaveden" #: motions/static/templates/motions/motion-detail/toolbar.html:40 +#: motions/static/templates/motions/motion-detail/toolbar.html:65 msgid "inline" msgstr "uvnitř" @@ -3084,34 +3161,34 @@ msgid "internal" msgstr "vnitřní" #: assignments/static/js/assignments/pdf.js:238 -#: assignments/static/templates/assignments/assignment-detail.html:215 +#: assignments/static/templates/assignments/assignment-detail.html:219 #: assignments/static/templates/assignments/assignment-detail.html:92 #: assignments/static/templates/assignments/slide_assignment.html:22 #: assignments/static/templates/assignments/slide_assignment.html:43 msgid "is elected" msgstr "je zvolen" -#: assignments/static/templates/assignments/assignment-detail.html:218 +#: assignments/static/templates/assignments/assignment-detail.html:222 msgid "is not elected" msgstr "není zvolen" -#: agenda/static/templates/agenda/item-list.html:130 +#: agenda/static/templates/agenda/item-list.html:133 msgid "items" msgstr "bodů" -#: users/static/js/users/site.js:876 +#: users/static/js/users/site.js:952 msgid "keep original" msgstr "zachovat původní" -#: assignments/static/js/assignments/base.js:240 -#: assignments/static/js/assignments/base.js:43 +#: assignments/static/js/assignments/base.js:255 +#: assignments/static/js/assignments/base.js:44 #: assignments/static/templates/assignments/assignmentpoll-form.html:9 #: motions/static/js/motions/base.js:142 #: motions/static/templates/motions/motionpoll-form.html:9 msgid "majority" msgstr "Většina" -#: agenda/static/templates/agenda/item-detail.html:109 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:56 msgid "minutes" msgstr "minut" @@ -3120,39 +3197,40 @@ msgstr "minut" msgid "motions" msgstr "návrhů" -#: motions/static/templates/motions/motion-import.html:111 +#: motions/static/templates/motions/motion-import.html:114 msgid "motions were successfully imported." msgstr "návrhů bylo úspěšně zavedeno." -#: motions/static/templates/motions/motion-import.html:104 +#: motions/static/templates/motions/motion-import.html:107 msgid "motions will be imported." msgstr "návrhů bude zavedeno." -#: motions/static/templates/motions/motion-import.html:99 +#: motions/static/templates/motions/motion-import.html:102 msgid "motions will be not imported." msgstr "návrhů nebude zavedeno." -#: motions/static/js/motions/site.js:2063 +#: motions/static/js/motions/site.js:2022 msgid "needed" msgstr "potřebné" -#: motions/static/js/motions/base.js:803 +#: motions/static/js/motions/base.js:823 msgid "needs review" msgstr "potřeba posouzení" #: motions/static/templates/motions/motion-detail/toolbar.html:34 +#: motions/static/templates/motions/motion-detail/toolbar.html:60 msgid "none" msgstr "žádné" -#: motions/static/js/motions/base.js:797 +#: motions/static/js/motions/base.js:817 msgid "not concerned" msgstr "neprobíráno" -#: motions/static/js/motions/base.js:777 +#: motions/static/js/motions/base.js:797 msgid "not decided" msgstr "nerozhodnuto" -#: core/static/js/core/site.js:37 +#: core/static/js/core/site.js:38 msgid "now" msgstr "nyní" @@ -3161,54 +3239,59 @@ msgid "of" msgstr "z" #: motions/static/templates/motions/motion-detail/toolbar.html:46 +#: motions/static/templates/motions/motion-detail/toolbar.html:70 msgid "outside" msgstr "vně" -#: users/static/js/users/site.js:877 +#: users/static/js/users/site.js:953 msgid "override new" msgstr "přepsat nový" -#: users/static/templates/users/user-list.html:129 +#: users/static/templates/users/user-list.html:131 msgid "participants" msgstr "Účastníci" -#: users/static/templates/users/user-import.html:203 +#: users/static/templates/users/user-import.html:207 msgid "participants were successfully imported." msgstr "Účastníci byli úspěšně zavedeni." -#: users/static/templates/users/user-import.html:196 +#: users/static/templates/users/user-import.html:200 msgid "participants will be imported." msgstr "Účastníci budou zavedeni." -#: users/static/templates/users/user-import.html:191 +#: users/static/templates/users/user-import.html:195 msgid "participants will be not imported." msgstr "Účastníci nebudou zavedeni." -#: motions/static/js/motions/base.js:783 +#: motions/static/js/motions/base.js:803 msgid "permitted" msgstr "schváleno" -#: motions/static/js/motions/base.js:782 +#: motions/static/js/motions/base.js:802 msgid "published" msgstr "zveřejněno" -#: motions/static/js/motions/base.js:800 +#: motions/static/js/motions/base.js:820 msgid "refered to committee" msgstr "předáno do výboru" -#: motions/static/js/motions/base.js:774 motions/static/js/motions/base.js:789 +#: motions/static/js/motions/base.js:794 motions/static/js/motions/base.js:809 msgid "rejected" msgstr "odmítnuto" -#: motions/static/js/motions/base.js:805 +#: motions/static/js/motions/base.js:825 msgid "rejected (not authorized)" msgstr "odmítnuto (není schváleno)" -#: agenda/static/templates/agenda/item-list.html:131 +#: search.html:28 +msgid "results" +msgstr "" + +#: agenda/static/templates/agenda/item-list.html:134 #: assignments/static/templates/assignments/assignment-list.html:77 #: mediafiles/static/templates/mediafiles/mediafile-list.html:144 #: motions/static/templates/motions/motion-list.html:141 -#: users/static/templates/users/user-list.html:130 +#: users/static/templates/users/user-list.html:132 msgid "selected" msgstr "vybráno" @@ -3216,15 +3299,15 @@ msgstr "vybráno" msgid "speakers" msgstr "řečníků" -#: motions/static/js/motions/base.js:770 +#: motions/static/js/motions/base.js:790 msgid "submitted" msgstr "podáno" -#: core/static/js/core/site.js:53 +#: core/static/js/core/site.js:54 msgid "time" msgstr "čas" -#: core/static/js/core/site.js:41 +#: core/static/js/core/site.js:42 msgid "today" msgstr "dnes" @@ -3240,14 +3323,14 @@ msgstr "námětů bude zavedeno." msgid "topics will be not imported." msgstr "námětů nebude zavedeno." -#: assignments/static/js/assignments/base.js:243 -#: assignments/static/js/assignments/base.js:46 +#: assignments/static/js/assignments/base.js:258 +#: assignments/static/js/assignments/base.js:47 #: assignments/static/templates/assignments/assignmentpoll-form.html:10 #: motions/static/js/motions/base.js:145 #: motions/static/templates/motions/motionpoll-form.html:10 msgid "undocumented" msgstr "nedokumentováno" -#: motions/static/js/motions/base.js:792 +#: motions/static/js/motions/base.js:812 msgid "withdrawed" msgstr "staženo" diff --git a/openslides/locale/angular-gettext/de.po b/openslides/locale/angular-gettext/de.po index 0826f9808..05b014996 100644 --- a/openslides/locale/angular-gettext/de.po +++ b/openslides/locale/angular-gettext/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" -"PO-Revision-Date: 2017-02-24 15:16+0000\n" +"PO-Revision-Date: 2017-03-05 20:41+0000\n" "Last-Translator: Emanuel Schütze \n" "Language-Team: German (http://www.transifex.com/openslides/openslides/language/de/)\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -14,11 +14,11 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: motions/static/js/motions/base.js:746 +#: motions/static/js/motions/base.js:751 msgid "%TYPE% from line %FROM% to %TO%" msgstr "%TYPE% von Zeile %FROM% bis %TO%" -#: motions/static/js/motions/base.js:748 +#: motions/static/js/motions/base.js:753 msgid "%TYPE% in line %FROM%" msgstr "%TYPE% in Zeile %FROM%" @@ -51,7 +51,7 @@ msgstr "--- Status auswählen ---" msgid "--- Set phase ---" msgstr "--- Phase auswählen ---" -#: core/static/js/core/site.js:1657 +#: core/static/js/core/site.js:1670 msgid "" "OpenSlides is a free web based " "presentation and assembly system for visualizing and controlling agenda, " @@ -68,8 +68,8 @@ msgid "About me" msgstr "Über mich" #: assignments/static/js/assignments/pdf.js:314 -#: assignments/static/js/assignments/site.js:629 -#: assignments/static/js/assignments/site.js:794 +#: assignments/static/js/assignments/site.js:628 +#: assignments/static/js/assignments/site.js:795 #: motions/static/js/motions/pdf.js:123 motions/static/js/motions/pdf.js:350 #: motions/static/js/motions/site.js:582 #: motions/static/templates/motions/motion-detail.html:353 @@ -77,11 +77,11 @@ msgstr "Über mich" msgid "Abstain" msgstr "Enthaltung" -#: motions/static/js/motions/base.js:787 motions/static/js/motions/base.js:802 +#: motions/static/js/motions/base.js:792 motions/static/js/motions/base.js:807 msgid "Accept" msgstr "Annehmen" -#: motions/static/js/motions/base.js:788 motions/static/js/motions/base.js:803 +#: motions/static/js/motions/base.js:793 motions/static/js/motions/base.js:808 msgid "Acceptance" msgstr "Annahme" @@ -90,7 +90,7 @@ msgctxt "special filetypes in a file open dialog" msgid "Accepted file types" msgstr "Akzeptierte Dateitypen" -#: motions/static/js/motions/site.js:1997 +#: motions/static/js/motions/site.js:1979 msgid "Activate amendments" msgstr "Änderungsanträge aktivieren" @@ -133,11 +133,11 @@ msgstr "Neuen Countdown hinzufügen" msgid "Add new message" msgstr "Neue Mitteilung hinzufügen" -#: motions/static/js/motions/base.js:810 +#: motions/static/js/motions/base.js:815 msgid "Adjourn" msgstr "Vertagen" -#: motions/static/js/motions/base.js:811 +#: motions/static/js/motions/base.js:816 msgid "Adjournment" msgstr "Vertagung" @@ -146,9 +146,9 @@ msgid "Administrative data" msgstr "Administrative Daten" #: agenda/static/js/agenda/base.js:65 agenda/static/js/agenda/pdf.js:15 -#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:276 +#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:279 #: agenda/static/js/agenda/site.js:31 agenda/static/js/agenda/site.js:49 -#: agenda/static/js/agenda/site.js:698 +#: agenda/static/js/agenda/site.js:702 #: agenda/static/templates/agenda/item-detail.html:6 #: agenda/static/templates/agenda/item-list.html:35 #: agenda/static/templates/agenda/item-list.html:61 @@ -156,13 +156,13 @@ msgstr "Administrative Daten" msgid "Agenda" msgstr "Tagesordnung" -#: assignments/static/js/assignments/site.js:913 -#: motions/static/js/motions/site.js:2021 +#: assignments/static/js/assignments/site.js:909 +#: motions/static/js/motions/site.js:2003 msgid "All casted ballots" msgstr "Alle abgegebenen Stimmzettel" -#: assignments/static/js/assignments/site.js:912 -#: motions/static/js/motions/site.js:2020 +#: assignments/static/js/assignments/site.js:908 +#: motions/static/js/motions/site.js:2002 msgid "All valid ballots" msgstr "Alle gültigen Stimmzettel" @@ -172,23 +172,23 @@ msgid "" "once you (or the users concerned) reload the page." msgstr "Alle Änderungen werden sofort gespeichert. Die Änderungen werden erst dann wirksam, wenn Sie (oder die betroffenen Nutzer) die Seite neu laden." -#: core/static/js/core/site.js:1672 +#: core/static/js/core/site.js:1685 msgid "Allow access for anonymous guest users" msgstr "Erlaube Zugriff für anonyme Gast-Nutzer" -#: motions/static/js/motions/site.js:1990 +#: motions/static/js/motions/site.js:1972 msgid "Allow to disable versioning" msgstr "Erlaubt Versionierung zu deaktiveren" -#: assignments/static/js/assignments/site.js:901 +#: assignments/static/js/assignments/site.js:897 msgid "Always Yes-No-Abstain per candidate" msgstr "Ja/Nein/Enthaltung pro Kandidat/in" -#: assignments/static/js/assignments/site.js:902 +#: assignments/static/js/assignments/site.js:898 msgid "Always Yes/No per candidate" msgstr "Ja/Nein pro Kandidat/in" -#: assignments/static/js/assignments/site.js:900 +#: assignments/static/js/assignments/site.js:896 msgid "Always one option per candidate" msgstr "Eine Stimme pro Kandidat/in" @@ -197,16 +197,16 @@ msgstr "Eine Stimme pro Kandidat/in" msgid "Amendment of motion" msgstr "Änderungsantrag zu Antrag" -#: motions/static/js/motions/site.js:1996 +#: motions/static/js/motions/site.js:1978 #: motions/static/templates/motions/motion-detail.html:118 msgid "Amendments" msgstr "Änderungsanträge" -#: motions/static/js/motions/site.js:1999 +#: motions/static/js/motions/site.js:1981 msgid "Apply text for new amendments" msgstr "Text für neuen Änderungsantrag übernehmen" -#: agenda/static/js/agenda/site.js:701 +#: agenda/static/js/agenda/site.js:705 msgid "Arabic" msgstr "Arabisch" @@ -230,7 +230,7 @@ msgstr "Sollen alle ausgewählten Anträge wirklich gelöscht werden?" msgid "Are you sure you want to delete all selected users?" msgstr "Sollen alle ausgewählten Teilnehmende wirklich gelöscht werden?" -#: assignments/static/templates/assignments/assignment-detail.html:145 +#: assignments/static/templates/assignments/assignment-detail.html:143 msgid "Are you sure you want to delete this ballot?" msgstr "Soll dieser Wahlgang wirklich gelöscht werden?" @@ -283,7 +283,7 @@ msgid "" " other fields are optional and may be empty." msgstr "Mindestens der Vorname oder der Nachname müssen angegeben sein. Alle übrigen Felder sind optional und dürfen leer sein." -#: motions/static/js/motions/site.js:419 topics/static/js/topics/site.js:111 +#: motions/static/js/motions/site.js:419 topics/static/js/topics/site.js:112 msgid "Attachment" msgstr "Anhang" @@ -296,7 +296,7 @@ msgstr "Anhänge" msgid "Autodetection" msgstr "Automatische Erkennung" -#: assignments/static/js/assignments/site.js:899 +#: assignments/static/js/assignments/site.js:895 msgid "Automatic assign of method" msgstr "Automatische Zuordnung der Methode" @@ -309,7 +309,7 @@ msgstr "Zurück zur Tagesordnung" msgid "Back to categories" msgstr "Zurück zur Sachgebietsübersicht" -#: motions/static/templates/motions/motion-import.html:127 +#: motions/static/templates/motions/motion-import.html:130 msgid "Back to motions overview" msgstr "Zurück zur Antragsübersicht" @@ -336,19 +336,19 @@ msgstr "Zurück zur Übersicht" msgid "Back to users overview" msgstr "Zurück zur Benutzerübersicht" -#: core/static/js/core/site.js:1683 +#: core/static/js/core/site.js:1696 msgid "Background color of projector header and footer" msgstr "Hintergrundfarbe des Projektor-Kopf- und Fußbereichs" #: assignments/static/js/assignments/pdf.js:139 #: assignments/static/js/assignments/pdf.js:288 -#: assignments/static/js/assignments/site.js:620 -#: assignments/static/templates/assignments/assignment-detail.html:133 +#: assignments/static/js/assignments/site.js:619 +#: assignments/static/templates/assignments/assignment-detail.html:131 #: assignments/static/templates/assignments/assignmentpoll-form.html:1 msgid "Ballot" msgstr "Wahlgang" -#: assignments/static/js/assignments/site.js:904 +#: assignments/static/js/assignments/site.js:900 msgid "Ballot and ballot papers" msgstr "Wahlgang und Stimmzettel" @@ -356,7 +356,7 @@ msgstr "Wahlgang und Stimmzettel" msgid "Begin next speech" msgstr "Nächste Rede beginnen" -#: agenda/static/js/agenda/site.js:703 +#: agenda/static/js/agenda/site.js:707 msgid "Begin of event" msgstr "Beginn der Veranstaltung" @@ -388,51 +388,51 @@ msgstr "Inhalt von diesem Projektor an alle anderen Projektoren übertragen." msgid "CSV file" msgstr "CSV-Datei" -#: users/static/js/users/site.js:1562 +#: users/static/js/users/site.js:1540 msgid "Can create motions" msgstr "Darf Anträge erstellen" -#: users/static/js/users/site.js:1539 +#: users/static/js/users/site.js:1517 msgid "Can manage agenda" msgstr "Darf die Tagesordung verwalten" -#: users/static/js/users/site.js:1552 +#: users/static/js/users/site.js:1530 msgid "Can manage configuration" msgstr "Darf die Konfiguration verwalten" -#: users/static/js/users/site.js:1546 +#: users/static/js/users/site.js:1524 msgid "Can manage elections" msgstr "Darf Wahlen verwalten" -#: users/static/js/users/site.js:1558 +#: users/static/js/users/site.js:1536 msgid "Can manage files" msgstr "Darf Dateien verwalten" -#: users/static/js/users/site.js:1564 +#: users/static/js/users/site.js:1542 msgid "Can manage motions" msgstr "Darf Anträge verwalten" -#: users/static/js/users/site.js:1551 +#: users/static/js/users/site.js:1529 msgid "Can manage tags" msgstr "Darf Schlagwörter verwalten" -#: users/static/js/users/site.js:1554 +#: users/static/js/users/site.js:1532 msgid "Can manage the chat" msgstr "Darf den Chat verwalten" -#: users/static/js/users/site.js:1549 +#: users/static/js/users/site.js:1527 msgid "Can manage the projector" msgstr "Darf den Projektor steuern" -#: users/static/js/users/site.js:1569 +#: users/static/js/users/site.js:1547 msgid "Can manage users" msgstr "Darf Benutzer verwalten" -#: users/static/js/users/site.js:1544 +#: users/static/js/users/site.js:1522 msgid "Can nominate another participant" msgstr "Darf andere Teilnehmer für Wahlen vorschlagen" -#: users/static/js/users/site.js:1545 +#: users/static/js/users/site.js:1523 msgid "Can nominate oneself" msgstr "Darf selbst für Wahlen kandidieren" @@ -440,63 +440,63 @@ msgstr "Darf selbst für Wahlen kandidieren" msgid "Can not open the projector." msgstr "Der Projektor kann nicht geöffnet werden." -#: users/static/js/users/site.js:1541 +#: users/static/js/users/site.js:1519 msgid "Can put oneself on the list of speakers" msgstr "Darf sich selbst auf die Redeliste setzen" -#: users/static/js/users/site.js:1538 +#: users/static/js/users/site.js:1516 msgid "Can see agenda" msgstr "Darf die Tagesordnung sehen" -#: users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1543 msgid "Can see and manage comments" msgstr "Darf Kommentare sehen und verwalten" -#: users/static/js/users/site.js:1543 +#: users/static/js/users/site.js:1521 msgid "Can see elections" msgstr "Darf Wahlen sehen" -#: users/static/js/users/site.js:1568 +#: users/static/js/users/site.js:1546 msgid "Can see extra data of users (e.g. present and comment)" msgstr "Darf die zusätzlichen Daten der Benutzer sehen (z. B. anwesend und Kommentar)" -#: users/static/js/users/site.js:1559 +#: users/static/js/users/site.js:1537 msgid "Can see hidden files" msgstr "Darf versteckte Dateien sehen" -#: users/static/js/users/site.js:1540 +#: users/static/js/users/site.js:1518 msgid "Can see hidden items and time scheduling of agenda" msgstr "Darf versteckte Einträge und Zeitplan der Tagesordnung sehen" -#: users/static/js/users/site.js:1561 +#: users/static/js/users/site.js:1539 msgid "Can see motions" msgstr "Darf Anträge sehen" -#: users/static/js/users/site.js:1567 +#: users/static/js/users/site.js:1545 msgid "Can see names of users" msgstr "Darf die Namen der Benutzer sehen" -#: users/static/js/users/site.js:1550 +#: users/static/js/users/site.js:1528 msgid "Can see the front page" msgstr "Darf die Startseite sehen" -#: users/static/js/users/site.js:1556 +#: users/static/js/users/site.js:1534 msgid "Can see the list of files" msgstr "Darf die Dateiliste sehen" -#: users/static/js/users/site.js:1548 +#: users/static/js/users/site.js:1526 msgid "Can see the projector" msgstr "Darf den Projektor sehen" -#: users/static/js/users/site.js:1563 +#: users/static/js/users/site.js:1541 msgid "Can support motions" msgstr "Darf Anträge unterstützen" -#: users/static/js/users/site.js:1557 +#: users/static/js/users/site.js:1535 msgid "Can upload files" msgstr "Darf Dateien hochladen" -#: users/static/js/users/site.js:1553 +#: users/static/js/users/site.js:1531 msgid "Can use the chat" msgstr "Darf den Chat benutzen" @@ -522,8 +522,8 @@ msgstr "Abbrechen" #: assignments/static/js/assignments/pdf.js:147 #: assignments/static/js/assignments/pdf.js:65 -#: assignments/static/templates/assignments/assignment-detail.html:185 -#: assignments/static/templates/assignments/assignment-detail.html:210 +#: assignments/static/templates/assignments/assignment-detail.html:183 +#: assignments/static/templates/assignments/assignment-detail.html:208 #: assignments/static/templates/assignments/assignment-detail.html:84 #: assignments/static/templates/assignments/assignment-list.html:312 #: assignments/static/templates/assignments/slide_assignment.html:18 @@ -532,8 +532,8 @@ msgid "Candidates" msgstr "Kandidaten/innen" #: assignments/static/js/assignments/pdf.js:212 -#: assignments/static/js/assignments/site.js:840 -#: assignments/static/templates/assignments/assignment-detail.html:263 +#: assignments/static/js/assignments/site.js:841 +#: assignments/static/templates/assignments/assignment-detail.html:261 #: assignments/static/templates/assignments/slide_assignment.html:92 #: motions/static/js/motions/site.js:607 #: motions/static/templates/motions/motion-detail.html:383 @@ -547,7 +547,7 @@ msgstr "Abgegebene Stimmzettel" msgid "Categories" msgstr "Sachgebiete" -#: motions/static/templates/motions/motion-import.html:113 +#: motions/static/templates/motions/motion-import.html:116 msgid "Categories created" msgstr "Sachgebiete angelegt" @@ -558,7 +558,7 @@ msgstr "Sachgebiete angelegt" #: motions/static/templates/motions/motion-detail.html:227 #: motions/static/templates/motions/motion-import.html:27 #: motions/static/templates/motions/motion-import.html:48 -#: motions/static/templates/motions/motion-list.html:192 +#: motions/static/templates/motions/motion-list.html:220 msgid "Category" msgstr "Sachgebiet" @@ -575,11 +575,13 @@ msgstr "Passwort ändern" msgid "Change password for {{ user.get_short_name() }}" msgstr "Passwort ändern für {{ user.get_short_name() }}" -#: motions/static/templates/motions/motion-detail/toolbar.html:71 +#: motions/static/templates/motions/motion-detail/toolbar.html:103 +#: motions/static/templates/motions/motion-detail/toolbar.html:139 msgid "Change recommendations" msgstr "Änderungsempfehlungen" -#: motions/static/templates/motions/motion-detail/toolbar.html:86 +#: motions/static/templates/motions/motion-detail/toolbar.html:118 +#: motions/static/templates/motions/motion-detail/toolbar.html:151 msgid "Changed version" msgstr "Geänderte Fassung" @@ -587,7 +589,7 @@ msgstr "Geänderte Fassung" msgid "Chat" msgstr "Chat" -#: motions/static/js/motions/site.js:2005 +#: motions/static/js/motions/site.js:1987 msgid "Choose 0 to disable the supporting system." msgstr "Zum Deaktivieren des Unterstützersystems '0' eingeben." @@ -595,7 +597,7 @@ msgstr "Zum Deaktivieren des Unterstützersystems '0' eingeben." msgid "Clear" msgstr "Löschen" -#: motions/static/templates/motions/motion-import.html:117 +#: motions/static/templates/motions/motion-import.html:120 #: topics/static/templates/topics/topic-import.html:120 #: users/static/templates/users/user-import.html:212 msgid "Clear preview" @@ -609,11 +611,11 @@ msgstr "Vorschau leeren" msgid "Closed" msgstr "Geschlossen" -#: agenda/static/js/agenda/site.js:133 agenda/static/js/agenda/site.js:134 +#: agenda/static/js/agenda/site.js:140 agenda/static/js/agenda/site.js:141 msgid "Closed items" msgstr "Erledigte Einträge" -#: core/static/js/core/site.js:1687 +#: core/static/js/core/site.js:1700 msgid "Color for blanked projector" msgstr "Farbe für ausgeblendeten Projektor" @@ -628,11 +630,11 @@ msgstr "Farbe für ausgeblendeten Projektor" msgid "Comment" msgstr "Kommentar" -#: motions/static/js/motions/site.js:2011 +#: motions/static/js/motions/site.js:1993 msgid "Comment fields for motions" msgstr "Kommentarfelder für Anträge" -#: motions/static/js/motions/site.js:2010 +#: motions/static/js/motions/site.js:1992 #: motions/static/templates/motions/motion-detail/comments.html:17 msgid "Comments" msgstr "Kommentare" @@ -645,7 +647,7 @@ msgstr "Gremium" msgid "Committees" msgstr "Gremien" -#: motions/static/js/motions/base.js:796 +#: motions/static/js/motions/base.js:801 msgid "Complex Workflow" msgstr "Komplexer Arbeitsablauf" @@ -653,6 +655,10 @@ msgstr "Komplexer Arbeitsablauf" msgid "Confirm new password" msgstr "Neues Passwort bestätigen" +#: core/static/js/core/base.js:490 +msgid "Connection lost. You are not connected to the server anymore." +msgstr "Verbindungsabbruch. Sie sind nicht mehr mit dem Server verbunden." + #: core/static/templates/core/login-form.html:23 msgid "Continue as guest" msgstr "Weiter als Gast" @@ -669,16 +675,16 @@ msgid "" " line." msgstr "Kopieren Sie die Titel Ihrer Themenpunkte in diese Textbox. Verwenden Sie eine Zeile pro Punkt." -#: core/static/js/core/base.js:812 +#: core/static/js/core/base.js:917 msgid "Countdown" msgstr "Countdown" -#: core/static/js/core/base.js:813 +#: core/static/js/core/base.js:918 #: core/static/templates/core/projector-controls.html:142 msgid "Countdowns" msgstr "Countdowns" -#: agenda/static/js/agenda/site.js:709 +#: agenda/static/js/agenda/site.js:713 msgid "Couple countdown with the list of speakers" msgstr "Countdown mit der Redeliste verkoppeln" @@ -690,7 +696,7 @@ msgstr "Neue Gruppe anlegen" msgid "Creation date" msgstr "Erstellungsdatum" -#: core/static/js/core/site.js:1681 +#: core/static/js/core/site.js:1694 msgid "Current browser language" msgstr "Aktuelle Browsersprache" @@ -703,8 +709,8 @@ msgstr "Aktuelle Browsersprache" msgid "Current list of speakers" msgstr "Aktuelle Redeliste" -#: assignments/static/js/assignments/site.js:919 -#: motions/static/js/motions/site.js:2033 +#: assignments/static/js/assignments/site.js:915 +#: motions/static/js/motions/site.js:2015 msgid "Custom number of ballot papers" msgstr "Benutzerdefinierte Anzahl von Stimmzetteln" @@ -723,26 +729,26 @@ msgstr "Standard" msgid "Default comment on the ballot paper" msgstr "Voreingestellter Hinweis auf Stimmzettel" -#: motions/static/js/motions/site.js:1980 +#: motions/static/js/motions/site.js:1962 msgid "Default line numbering" msgstr "Voreingestellte Zeilennummerierung" -#: assignments/static/js/assignments/site.js:921 +#: assignments/static/js/assignments/site.js:917 msgid "" "Default method to check whether a candidate has reached the required " "majority." msgstr "Voreingestellte Methode zur Überprüfung ob ein Kandidate die nötige Mehrheit erreicht hat." -#: motions/static/js/motions/site.js:2024 +#: motions/static/js/motions/site.js:2006 msgid "" "Default method to check whether a motion has reached the required majority." msgstr "Voreingestellte Methode zur Überprüfung ob ein Antrag die nötige Mehrheit erreicht hat." -#: core/static/js/core/site.js:1691 +#: core/static/js/core/site.js:1704 msgid "Default projector" msgstr "Standardprojektor" -#: motions/static/js/motions/site.js:1992 +#: motions/static/js/motions/site.js:1974 msgid "Default text version for change recommendations" msgstr "Voreingestellte Fassung für Änderungsempfehlungen" @@ -751,7 +757,7 @@ msgid "Delegates" msgstr "Delegierte" #: agenda/static/templates/agenda/item-list.html:287 -#: assignments/static/templates/assignments/assignment-detail.html:148 +#: assignments/static/templates/assignments/assignment-detail.html:146 #: assignments/static/templates/assignments/assignment-list.html:257 #: core/static/templates/core/manage-projectors.html:72 #: core/static/templates/core/tag-list.html:45 @@ -789,7 +795,7 @@ msgstr "Ausgewählte Anträge löschen" msgid "Delete selected participants" msgstr "Ausgewählte Teilnehmende löschen" -#: motions/static/js/motions/base.js:755 motions/static/js/motions/pdf.js:199 +#: motions/static/js/motions/base.js:760 motions/static/js/motions/pdf.js:199 #: motions/static/js/motions/site.js:249 #: motions/static/templates/motions/motion-detail/change-summary.html:26 msgid "Deletion" @@ -820,17 +826,18 @@ msgid "" "instead of deleting the account." msgstr "Bestimmt, ob dieser Benutzer als aktiv behandelt werden soll. Sie können ihn deaktivieren anstatt ihn zu löschen." -#: motions/static/templates/motions/motion-detail/toolbar.html:92 +#: motions/static/templates/motions/motion-detail/toolbar.html:124 +#: motions/static/templates/motions/motion-detail/toolbar.html:156 msgid "Diff version" msgstr "Änderungsdarstellung" -#: assignments/static/js/assignments/site.js:925 -#: motions/static/js/motions/site.js:2028 +#: assignments/static/js/assignments/site.js:921 +#: motions/static/js/motions/site.js:2010 msgid "Disabled" msgstr "Deaktiviert" -#: assignments/static/js/assignments/site.js:914 -#: motions/static/js/motions/site.js:2022 +#: assignments/static/js/assignments/site.js:910 +#: motions/static/js/motions/site.js:2004 msgid "Disabled (no percents)" msgstr "Deaktiviert (keine Prozente)" @@ -839,11 +846,11 @@ msgid "" "Display an identifier message on all projectors with the id and the name." msgstr "Identifizierungsmitteilung auf allen Projektoren mit der ID und dem Namen anzeigen." -#: motions/static/js/motions/base.js:813 +#: motions/static/js/motions/base.js:818 msgid "Do not concern" msgstr "Nicht befassen" -#: motions/static/js/motions/base.js:793 +#: motions/static/js/motions/base.js:798 msgid "Do not decide" msgstr "Nicht entscheiden" @@ -952,7 +959,7 @@ msgstr "Name bearbeiten" msgid "Edit participant" msgstr "Teilnehmer/in bearbeiten" -#: index.html:97 users/static/js/users/site.js:828 +#: index.html:97 users/static/js/users/site.js:819 msgid "Edit profile" msgstr "Profil bearbeiten" @@ -971,14 +978,14 @@ msgid "" msgstr "Die Bearbeitung des Textes ist nicht mehr möglich, sobald Änderungsempfehlungen vorliegen." #: assignments/static/js/assignments/base.js:330 -#: assignments/static/js/assignments/site.js:604 +#: assignments/static/js/assignments/site.js:603 #: assignments/static/templates/assignments/assignment-detail.html:31 #: assignments/static/templates/assignments/slide_assignment.html:7 msgid "Election" msgstr "Wahl" -#: assignments/static/js/assignments/site.js:898 -#: assignments/static/templates/assignments/assignment-detail.html:192 +#: assignments/static/js/assignments/site.js:894 +#: assignments/static/templates/assignments/assignment-detail.html:190 msgid "Election method" msgstr "Wahlmethode" @@ -991,7 +998,7 @@ msgstr "Wahlergebnis" #: assignments/static/js/assignments/site.js:31 #: assignments/static/js/assignments/site.js:387 #: assignments/static/js/assignments/site.js:49 -#: assignments/static/js/assignments/site.js:903 +#: assignments/static/js/assignments/site.js:899 #: assignments/static/templates/assignments/assignment-list.html:13 msgid "Elections" msgstr "Wahlen" @@ -1012,31 +1019,35 @@ msgstr "Aktuelle Rede beenden" msgid "End speech" msgstr "Rede beenden" -#: agenda/static/js/agenda/site.js:708 +#: agenda/static/js/agenda/site.js:712 msgid "Enter duration in seconds. Choose 0 to disable warning color." msgstr "Geben Sie die Dauer in Sekunden an. Zum Deaktivieren der Warnfarbe 0 auswählen." -#: assignments/static/templates/assignments/assignment-detail.html:163 +#: assignments/static/templates/assignments/assignment-detail.html:161 msgid "Enter votes" msgstr "Stimmen eingeben" +#: core/static/js/core/base.js:473 +msgid "Error" +msgstr "Fehler" + #: pdf-status.html:18 msgid "Error while generating PDF file" msgstr "Fehler beim Erstellen der PDF-Datei" -#: users/static/js/users/site.js:1002 +#: users/static/js/users/site.js:986 msgid "Error: Given name or surname is required." msgstr "Fehler: Vor- oder Nachname ist erforderlich." -#: motions/static/js/motions/site.js:1644 +#: motions/static/js/motions/site.js:1632 msgid "Error: Identifier already exists." msgstr "Fehler: Bezeichner existiert bereits." -#: motions/static/js/motions/site.js:1655 +#: motions/static/js/motions/site.js:1643 msgid "Error: Text is required." msgstr "Fehler: Text ist erforderlich." -#: motions/static/js/motions/site.js:1650 topics/static/js/topics/site.js:306 +#: motions/static/js/motions/site.js:1638 topics/static/js/topics/site.js:308 msgid "Error: Title is required." msgstr "Fehler: Titel ist erforderlich." @@ -1044,23 +1055,23 @@ msgstr "Fehler: Titel ist erforderlich." msgid "Estimated end:" msgstr "Voraussichtliches Ende:" -#: core/static/js/core/site.js:1662 +#: core/static/js/core/site.js:1675 msgid "Event" msgstr "Veranstaltung" -#: core/static/js/core/site.js:1664 +#: core/static/js/core/site.js:1677 msgid "Event date" msgstr "Veranstaltungszeitraum" -#: core/static/js/core/site.js:1665 +#: core/static/js/core/site.js:1678 msgid "Event location" msgstr "Veranstaltungsort" -#: core/static/js/core/site.js:1656 +#: core/static/js/core/site.js:1669 msgid "Event name" msgstr "Veranstaltungsname" -#: core/static/js/core/site.js:1666 +#: core/static/js/core/site.js:1679 msgid "Event organizer" msgstr "Veranstalter" @@ -1107,7 +1118,8 @@ msgstr "Dateien" msgid "Filter" msgstr "Filter" -#: motions/static/templates/motions/motion-detail/toolbar.html:99 +#: motions/static/templates/motions/motion-detail/toolbar.html:131 +#: motions/static/templates/motions/motion-detail/toolbar.html:161 msgid "Final version" msgstr "Beschlussfassung" @@ -1116,7 +1128,7 @@ msgctxt "resolution" msgid "Final version" msgstr "Beschlussfassung" -#: assignments/static/js/assignments/site.js:931 +#: assignments/static/js/assignments/site.js:927 msgid "Finished" msgstr "Abgeschlossen" @@ -1128,15 +1140,15 @@ msgstr "Empfehlung folgen" msgid "Follow recommendations for all motions" msgstr "Empfehlungen für alle Anträge folgen" -#: core/static/js/core/site.js:1684 +#: core/static/js/core/site.js:1697 msgid "Font color of projector header and footer" msgstr "Schriftfarbe des Projektor-Kopf- und Fußbereichs" -#: core/static/js/core/site.js:1685 +#: core/static/js/core/site.js:1698 msgid "Font color of projector headline" msgstr "Schriftfarbe der Projektor-Überschrift" -#: assignments/static/js/assignments/site.js:906 +#: assignments/static/js/assignments/site.js:902 msgid "" "For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base " "depends on the election method: If there is only one option per candidate, " @@ -1148,16 +1160,16 @@ msgstr "Für Ja/Nein/Enthaltung pro Kandidat und Ja/Nein pro Kandidat hängt die msgid "From Line" msgstr "Von Zeile" -#: core/static/js/core/site.js:1670 +#: core/static/js/core/site.js:1683 msgid "Front page text" msgstr "Text der Startseite" -#: core/static/js/core/site.js:1668 +#: core/static/js/core/site.js:1681 msgid "Front page title" msgstr "Titel der Startseite" -#: core/static/js/core/site.js:1661 motions/static/js/motions/site.js:1972 -#: users/static/js/users/site.js:1251 users/static/js/users/site.js:1572 +#: core/static/js/core/site.js:1674 motions/static/js/motions/site.js:1954 +#: users/static/js/users/site.js:1235 users/static/js/users/site.js:1550 msgid "General" msgstr "Allgemein" @@ -1175,7 +1187,7 @@ msgstr "Neue Passwörter generieren" msgid "Generating PDF file {{ filename }} ..." msgstr "PDF-Datei {{ filename }} wird erstellt ..." -#: users/static/js/users/site.js:1575 users/static/js/users/site.js:249 +#: users/static/js/users/site.js:1553 users/static/js/users/site.js:249 #: users/static/js/users/site.js:558 #: users/static/templates/users/user-import.html:52 #: users/static/templates/users/user-import.html:78 @@ -1199,7 +1211,7 @@ msgstr "Gruppen" msgid "Groups created" msgstr "Gruppen angelegt" -#: users/static/js/users/site.js:1581 +#: users/static/js/users/site.js:1559 msgid "Help text for access data and welcome PDF" msgstr "Hilfetext für das Zugangsdaten- und Willkommens-PDF" @@ -1216,7 +1228,7 @@ msgstr "Ausblenden" msgid "Hide internal items" msgstr "Interne Einträge ausblenden" -#: assignments/static/templates/assignments/assignment-detail.html:138 +#: assignments/static/templates/assignments/assignment-detail.html:136 msgid "Hint on the ballot paper." msgstr "Hinweis auf dem Stimmzettel." @@ -1224,7 +1236,7 @@ msgstr "Hinweis auf dem Stimmzettel." msgid "Home" msgstr "Startseite" -#: motions/static/js/motions/site.js:1974 +#: motions/static/js/motions/site.js:1956 #: motions/static/js/motions/site.js:213 motions/static/js/motions/site.js:314 #: motions/static/js/motions/site.js:800 #: motions/static/templates/motions/motion-import.html:22 @@ -1242,8 +1254,8 @@ msgstr "Bezeichner, Begründung, Antragsteller/in, Sachgebiet und Herkünft sind msgid "Identify" msgstr "Identifizieren" -#: motions/static/js/motions/motion-block.js:85 -#: topics/static/js/topics/site.js:124 +#: motions/static/js/motions/motion-block.js:86 +#: topics/static/js/topics/site.js:125 msgid "If deactivated it appears as internal item on agenda." msgstr "Wenn deaktiviert, erscheint es als interner Eintrag in der Tagesordnung." @@ -1289,7 +1301,7 @@ msgstr "Themen importieren" msgid "Import {{ itemsWillBeImported }} topics" msgstr "{{ itemsWillBeImported }} Themen importieren" -#: motions/static/templates/motions/motion-import.html:120 +#: motions/static/templates/motions/motion-import.html:123 msgid "Import {{ motionsWillBeImported }} motions" msgstr "{{ motionsWillBeImported }} Anträge importieren" @@ -1314,7 +1326,7 @@ msgid "Initial password can not be changed." msgstr "Das initiale Passwort kann nicht geändert werden." #. Line numbering: Inline -#: motions/static/js/motions/site.js:1984 +#: motions/static/js/motions/site.js:1966 msgid "Inline" msgstr "innerhalb" @@ -1326,11 +1338,11 @@ msgstr "innerhalb" msgid "Inline editing" msgstr "Inline-Bearbeitung" -#: agenda/static/js/agenda/site.js:704 +#: agenda/static/js/agenda/site.js:708 msgid "Input format: DD.MM.YYYY HH:MM" msgstr "Eingabeformat: TT.MM.JJJJ HH:MM" -#: motions/static/js/motions/base.js:752 motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/base.js:757 motions/static/js/motions/pdf.js:197 #: motions/static/js/motions/site.js:248 #: motions/static/templates/motions/motion-detail/change-summary.html:25 msgid "Insertion" @@ -1347,20 +1359,20 @@ msgstr "Installierte Plugins:" msgid "Internal item" msgstr "Interner Eintrag" -#: agenda/static/js/agenda/site.js:139 agenda/static/js/agenda/site.js:140 +#: agenda/static/js/agenda/site.js:146 agenda/static/js/agenda/site.js:147 msgid "Internal items" msgstr "Interne Einträge" #: assignments/static/js/assignments/pdf.js:199 -#: assignments/static/js/assignments/site.js:832 -#: assignments/static/templates/assignments/assignment-detail.html:257 +#: assignments/static/js/assignments/site.js:833 +#: assignments/static/templates/assignments/assignment-detail.html:255 #: assignments/static/templates/assignments/slide_assignment.html:87 #: motions/static/js/motions/site.js:599 #: motions/static/templates/motions/motion-detail.html:374 msgid "Invalid ballots" msgstr "Ungültige Stimmzettel" -#: agenda/static/js/agenda/site.js:699 +#: agenda/static/js/agenda/site.js:703 msgid "Invalid input." msgstr "Ungültige Eingabe." @@ -1439,6 +1451,10 @@ msgstr "Ist anwesend" msgid "Item" msgstr "TOP" +#: motions/static/templates/motions/motion-detail/toolbar.html:85 +msgid "Jump to a given line number" +msgstr "Zu einer bestimmten Zeilennummer springen" + #: motions/static/js/motions/site.js:814 #: motions/static/templates/motions/motion-detail.html:519 msgid "Last modified" @@ -1452,36 +1468,38 @@ msgstr "Letzte Redner/innen" msgid "Leave empty for autodetection of the separator." msgstr "Leer lassen, um den Feldtrenner automatisch zu erkennen." -#: core/static/js/core/site.js:1667 core/static/js/core/site.js:344 -#: index.html:187 legalnotice.html:3 +#: core/static/js/core/site.js:1680 core/static/js/core/site.js:344 +#: index.html:250 legalnotice.html:3 msgid "Legal notice" msgstr "Impressum" #: motions/static/js/motions/pdf.js:191 #: motions/static/templates/motions/motion-detail/change-summary.html:18 #: motions/static/templates/motions/motion-detail/change-summary.html:21 +#: motions/static/templates/motions/motion-detail/toolbar.html:78 msgid "Line" msgstr "Zeile" -#: motions/static/js/motions/site.js:1987 +#: motions/static/js/motions/site.js:1969 msgid "Line length" msgstr "Zeilenlänge" #: motions/static/templates/motions/motion-detail/toolbar.html:28 +#: motions/static/templates/motions/motion-detail/toolbar.html:53 msgid "Line numbering" msgstr "Zeilennummerierung" -#: users/static/js/users/site.js:699 +#: users/static/js/users/site.js:695 #: users/static/templates/users/user-list.html:54 msgid "List of access data" msgstr "Zugangsdatenliste" -#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:693 +#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:689 #: users/static/templates/users/user-list.html:49 msgid "List of participants" msgstr "Teilnehmerliste" -#: agenda/static/js/agenda/site.js:706 +#: agenda/static/js/agenda/site.js:710 #: agenda/static/templates/agenda/item-detail.html:21 #: agenda/static/templates/agenda/item-detail.html:47 #: agenda/static/templates/agenda/item-list.html:284 @@ -1495,7 +1513,7 @@ msgstr "Teilnehmerliste" msgid "List of speakers" msgstr "Redeliste" -#: core/static/js/core/site.js:1688 +#: core/static/js/core/site.js:1701 msgid "List of speakers overlay" msgstr "Redelisten-Einblendung" @@ -1524,12 +1542,12 @@ msgstr "Projektoren verwalten" msgid "Manage the current list of speakers" msgstr "Die aktuelle Redeliste verwalten" -#: core/static/js/core/base.js:761 core/static/js/core/site.js:421 +#: core/static/js/core/base.js:866 core/static/js/core/site.js:421 #: core/static/templates/core/projector-controls.html:235 msgid "Message" msgstr "Mitteilung" -#: core/static/js/core/base.js:762 +#: core/static/js/core/base.js:867 #: core/static/templates/core/projector-controls.html:229 msgid "Messages" msgstr "Mitteilungen" @@ -1556,7 +1574,7 @@ msgstr "Antrag" #: motions/static/templates/motions/motion-block-detail.html:24 #: motions/static/templates/motions/motion-detail.html:243 #: motions/static/templates/motions/motion-detail.html:247 -#: motions/static/templates/motions/motion-list.html:216 +#: motions/static/templates/motions/motion-list.html:244 #: motions/static/templates/motions/slide_motion_block.html:5 msgid "Motion block" msgstr "Antragsblock" @@ -1567,12 +1585,12 @@ msgstr "Antragsblock" msgid "Motion blocks" msgstr "Antragsblöcke" -#: motions/static/js/motions/site.js:1978 +#: motions/static/js/motions/site.js:1960 msgid "Motion preamble" msgstr "Antragseinleitung" #: motions/static/js/motions/base.js:214 -#: motions/static/js/motions/site.js:1969 motions/static/js/motions/site.js:22 +#: motions/static/js/motions/site.js:1951 motions/static/js/motions/site.js:22 #: motions/static/js/motions/site.js:34 motions/static/js/motions/site.js:52 #: motions/static/js/motions/site.js:894 #: motions/static/templates/motions/motion-block-list.html:30 @@ -1590,17 +1608,17 @@ msgstr "Anträge" msgid "Name" msgstr "Name" -#: motions/static/js/motions/site.js:1991 +#: motions/static/js/motions/site.js:1973 msgid "Name of recommender" msgstr "Name des Empfehlungsgebers" -#: motions/static/js/motions/base.js:819 +#: motions/static/js/motions/base.js:824 msgid "Needs review" msgstr "Benötigt Überprüfung" #: agenda/static/templates/agenda/item-list.html:8 #: assignments/static/templates/assignments/assignment-list.html:6 -#: core/static/js/core/site.js:966 +#: core/static/js/core/site.js:990 #: core/static/templates/core/manage-projectors.html:8 #: core/static/templates/core/tag-list.html:10 #: mediafiles/static/templates/mediafiles/mediafile-list.html:6 @@ -1620,8 +1638,7 @@ msgstr "Neuer Änderungsantrag" msgid "New amendment of motion" msgstr "Neuer Änderungsantrag von Antrag" -#: assignments/static/templates/assignments/assignment-detail.html:128 -#: assignments/static/templates/assignments/assignment-detail.html:276 +#: assignments/static/templates/assignments/assignment-detail.html:127 msgid "New ballot" msgstr "Neuer Wahlgang" @@ -1629,7 +1646,7 @@ msgstr "Neuer Wahlgang" msgid "New category" msgstr "Neues Sachgebiet" -#: motions/static/js/motions/site.js:1694 +#: motions/static/js/motions/site.js:1682 msgid "New category will be created." msgstr "Neues Sachgebiet wird angelegt." @@ -1657,7 +1674,7 @@ msgstr "Neuer Antragsblock" msgid "New participant" msgstr "Neue/r Teilnehmer/in" -#: motions/static/js/motions/site.js:1677 +#: motions/static/js/motions/site.js:1665 msgid "New participant will be created." msgstr "Neue/r Teilnehmer/in wird angelegt." @@ -1688,8 +1705,8 @@ msgid "Next page" msgstr "Nächste Seite" #: assignments/static/js/assignments/pdf.js:305 -#: assignments/static/js/assignments/site.js:628 -#: assignments/static/js/assignments/site.js:782 +#: assignments/static/js/assignments/site.js:627 +#: assignments/static/js/assignments/site.js:783 #: motions/static/js/motions/pdf.js:118 motions/static/js/motions/pdf.js:349 #: motions/static/js/motions/site.js:573 #: motions/static/templates/motions/motion-detail.html:341 @@ -1705,7 +1722,7 @@ msgstr "Keine Sachgebiete vorhanden." msgid "No category" msgstr "Kein Sachgebiet" -#: motions/static/templates/motions/motion-list.html:206 +#: motions/static/templates/motions/motion-list.html:234 #: motions/static/templates/motions/motion-list.html:362 msgid "No category set" msgstr "Kein Sachgebiet gesetzt" @@ -1714,15 +1731,15 @@ msgstr "Kein Sachgebiet gesetzt" msgid "No change recommendations yet" msgstr "Bisher keine Änderungsempfehlungen" -#: motions/static/js/motions/base.js:814 +#: motions/static/js/motions/base.js:819 msgid "No concernment" msgstr "Nichtbefassung" -#: motions/static/js/motions/base.js:794 +#: motions/static/js/motions/base.js:799 msgid "No decision" msgstr "Keine Entscheidung" -#: users/static/js/users/site.js:1592 +#: users/static/js/users/site.js:1570 msgid "No encryption" msgstr "Keine Verschlüsselung" @@ -1731,7 +1748,7 @@ msgstr "Keine Verschlüsselung" msgid "No group set" msgstr "Keine Gruppe gesetzt" -#: agenda/static/js/agenda/site.js:141 +#: agenda/static/js/agenda/site.js:148 msgid "No internal items" msgstr "Kein internen Einträge" @@ -1743,7 +1760,7 @@ msgstr "Keine Mediendatei projiziert." msgid "No motion block" msgstr "Kein Antragsblock" -#: motions/static/templates/motions/motion-list.html:230 +#: motions/static/templates/motions/motion-list.html:258 #: motions/static/templates/motions/motion-list.html:388 msgid "No motion block set" msgstr "Kein Antragsblock gesetzt" @@ -1752,7 +1769,7 @@ msgstr "Kein Antragsblock gesetzt" msgid "No motions available." msgstr "Keine Anträge vorhanden." -#: motions/static/templates/motions/motion-list.html:258 +#: motions/static/templates/motions/motion-list.html:210 msgid "No recommendation set" msgstr "Keine Empfehlung gesetzt" @@ -1782,7 +1799,7 @@ msgid "No." msgstr "Nr." #. Line numbering: None -#: motions/static/js/motions/site.js:1986 +#: motions/static/js/motions/site.js:1968 msgid "None" msgstr "aus" @@ -1800,26 +1817,26 @@ msgstr "Wichtig: Sie müssen alle Änderungsempfehlungen ablehnen, wenn das Plen msgid "Now choose the last line to be changed" msgstr "Jetzt die letzte, zu ändernde Zeile anklicken" -#: users/static/js/users/site.js:1060 users/static/js/users/site.js:568 +#: users/static/js/users/site.js:1044 users/static/js/users/site.js:568 msgid "Number" msgstr "Nummer" -#: motions/static/js/motions/site.js:2004 +#: motions/static/js/motions/site.js:1986 msgid "Number of (minimum) required supporters for a motion" msgstr "Mindestanzahl erforderlicher Unterstützer/innen für einen Antrag" -#: assignments/static/js/assignments/site.js:916 -#: motions/static/js/motions/site.js:2030 +#: assignments/static/js/assignments/site.js:912 +#: motions/static/js/motions/site.js:2012 msgid "Number of all delegates" msgstr "Anzahl aller Delegierten" -#: assignments/static/js/assignments/site.js:917 -#: motions/static/js/motions/site.js:2031 +#: assignments/static/js/assignments/site.js:913 +#: motions/static/js/motions/site.js:2013 msgid "Number of all participants" msgstr "Anzahl aller Teilnehmer/innen" -#: assignments/static/js/assignments/site.js:915 -#: motions/static/js/motions/site.js:2029 +#: assignments/static/js/assignments/site.js:911 +#: motions/static/js/motions/site.js:2011 msgid "Number of ballot papers (selection)" msgstr "Anzahl der Stimmzettel (Vorauswahl)" @@ -1827,7 +1844,7 @@ msgstr "Anzahl der Stimmzettel (Vorauswahl)" msgid "Number of candidates" msgstr "Kandidatenanzahl" -#: agenda/static/js/agenda/site.js:705 +#: agenda/static/js/agenda/site.js:709 msgid "Number of last speakers to be shown on the projector" msgstr "Anzahl der dargestellten letzten Redner auf dem Projektor" @@ -1837,7 +1854,7 @@ msgstr "Anzahl der dargestellten letzten Redner auf dem Projektor" msgid "Number of persons to be elected" msgstr "Anzahl der zu wählenden Personen" -#: motions/static/js/motions/site.js:1975 +#: motions/static/js/motions/site.js:1957 msgid "Numbered per category" msgstr "Pro Sachgebiet nummerieren" @@ -1846,11 +1863,11 @@ msgstr "Pro Sachgebiet nummerieren" msgid "Numbering" msgstr "Nummerierung" -#: agenda/static/js/agenda/site.js:696 +#: agenda/static/js/agenda/site.js:700 msgid "Numbering prefix for agenda items" msgstr "Präfix für Nummerierung von Tagesordnungspunkten" -#: agenda/static/js/agenda/site.js:700 +#: agenda/static/js/agenda/site.js:704 msgid "Numeral system for agenda items" msgstr "Nummerierungssystem für Tagesordnungspunkte" @@ -1858,7 +1875,7 @@ msgstr "Nummerierungssystem für Tagesordnungspunkte" msgid "Old password" msgstr "Altes Passwort" -#: assignments/static/templates/assignments/assignment-detail.html:193 +#: assignments/static/templates/assignments/assignment-detail.html:191 msgid "One vote per candidate" msgstr "Eine Stimme pro Kandidat/in" @@ -1884,7 +1901,7 @@ msgstr "Offen" msgid "Open election detail view after save." msgstr "Die Wahl nach dem Speichern öffnen." -#: agenda/static/js/agenda/site.js:135 +#: agenda/static/js/agenda/site.js:142 msgid "Open items" msgstr "Offene Einträge" @@ -1904,19 +1921,20 @@ msgstr "OpenSlides-Zugangsdaten" msgid "Origin" msgstr "Herkunft" -#: motions/static/templates/motions/motion-detail/toolbar.html:78 +#: motions/static/templates/motions/motion-detail/toolbar.html:110 +#: motions/static/templates/motions/motion-detail/toolbar.html:146 msgid "Original version" msgstr "Originalfassung" #. Line numbering: Outside -#: motions/static/js/motions/site.js:1982 +#: motions/static/js/motions/site.js:1964 msgid "Outside" msgstr "außerhalb" #: assignments/static/templates/assignments/assignment-detail.html:26 #: assignments/static/templates/assignments/assignment-list.html:44 #: motions/static/templates/motions/motion-detail.html:59 -#: users/static/js/users/site.js:1577 +#: users/static/js/users/site.js:1555 msgid "PDF" msgstr "PDF" @@ -1929,8 +1947,8 @@ msgid "Page" msgstr "Seite" #: assignments/static/js/assignments/site.js:169 -#: motions/static/js/motions/motion-block.js:93 -#: motions/static/js/motions/site.js:386 topics/static/js/topics/site.js:135 +#: motions/static/js/motions/motion-block.js:94 +#: motions/static/js/motions/site.js:386 topics/static/js/topics/site.js:136 msgid "Parent item" msgstr "Elternelement" @@ -1946,7 +1964,7 @@ msgid "Participant number" msgstr "Teilnehmernummer" #: users/static/js/users/base.js:19 users/static/js/users/base.js:20 -#: users/static/js/users/site.js:1574 users/static/js/users/site.js:19 +#: users/static/js/users/site.js:1552 users/static/js/users/site.js:19 #: users/static/js/users/site.js:30 users/static/js/users/site.js:48 #: users/static/templates/users/user-list.html:17 msgid "Participants" @@ -1956,7 +1974,7 @@ msgstr "Teilnehmende" msgid "Password" msgstr "Passwort" -#: users/static/js/users/site.js:900 +#: users/static/js/users/site.js:889 msgid "Password confirmation does not match." msgstr "Passwortbestätigung stimmt nicht überein." @@ -1964,7 +1982,7 @@ msgstr "Passwortbestätigung stimmt nicht überein." msgid "Pause" msgstr "Pause" -#: motions/static/js/motions/base.js:800 +#: motions/static/js/motions/base.js:805 msgid "Permission" msgstr "Zulassung" @@ -1972,7 +1990,7 @@ msgstr "Zulassung" msgid "Permissions" msgstr "Rechte" -#: motions/static/js/motions/base.js:799 +#: motions/static/js/motions/base.js:804 msgid "Permit" msgstr "Zulassen" @@ -2008,15 +2026,15 @@ msgstr "Bitte geben Sie einen neuen Namen ein für {{ group.name }}:" msgid "Please note:" msgstr "Bitte beachten:" -#: motions/static/js/motions/site.js:2037 +#: motions/static/js/motions/site.js:2019 msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "Einleitungstext für PDF- und DOCX-Dokumente (alle Anträge) " -#: assignments/static/js/assignments/site.js:927 +#: assignments/static/js/assignments/site.js:923 msgid "Preamble text for PDF document (all elections)" msgstr "Einleitungstext für PDF-Dokument (alle Wahlen) " -#: core/static/js/core/site.js:1686 +#: core/static/js/core/site.js:1699 msgid "Predefined seconds of new countdowns" msgstr "Vorgegebene Sekunden für neue Countdowns" @@ -2025,7 +2043,7 @@ msgstr "Vorgegebene Sekunden für neue Countdowns" msgid "Prefix" msgstr "Präfix" -#: motions/static/js/motions/site.js:1998 +#: motions/static/js/motions/site.js:1980 msgid "Prefix for the identifier for amendments" msgstr "Präfix für den Bezeichner von Änderungsanträgen" @@ -2035,7 +2053,7 @@ msgstr "Präfix für den Bezeichner von Änderungsanträgen" msgid "Present" msgstr "Anwesend" -#: core/static/js/core/site.js:1655 +#: core/static/js/core/site.js:1668 msgid "Presentation and assembly system" msgstr "Präsentations- und Versammlungssystem" @@ -2053,16 +2071,16 @@ msgstr "Vorschau" msgid "Previous page" msgstr "Vorherige Seite" -#: assignments/static/templates/assignments/assignment-detail.html:157 +#: assignments/static/templates/assignments/assignment-detail.html:155 #: motions/static/templates/motions/motion-detail.html:314 msgid "Print ballot paper" msgstr "Stimmzettel drucken" -#: motions/static/js/motions/site.js:2013 +#: motions/static/js/motions/site.js:1995 msgid "Private" msgstr "Privat" -#: assignments/static/templates/assignments/assignment-detail.html:174 +#: assignments/static/templates/assignments/assignment-detail.html:172 msgid "Project" msgstr "Projizieren" @@ -2104,37 +2122,37 @@ msgstr "Projektionsvorgaben" #: agenda/static/templates/agenda/item-detail.html:14 #: agenda/static/templates/agenda/item-list.html:229 #: agenda/static/templates/agenda/item-list.html:27 -#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1679 -#: index.html:200 +#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1692 +#: index.html:190 index.html:218 index.html:231 #: mediafiles/static/templates/mediafiles/mediafile-list.html:254 #: motions/static/templates/motions/motion-detail.html:16 #: projector-button.html:2 projector-container.html:7 -#: users/static/js/users/site.js:1249 +#: users/static/js/users/site.js:1233 msgid "Projector" msgstr "Projektor" -#: core/static/js/core/site.js:1680 +#: core/static/js/core/site.js:1693 msgid "Projector language" msgstr "Projektorsprache" -#: motions/static/js/motions/site.js:2012 +#: motions/static/js/motions/site.js:1994 msgid "Public" msgstr "öffentlich" -#: assignments/static/templates/assignments/assignment-detail.html:170 +#: assignments/static/templates/assignments/assignment-detail.html:168 msgid "Publish" msgstr "Veröffentlichen" -#: assignments/static/templates/assignments/assignment-detail.html:212 +#: assignments/static/templates/assignments/assignment-detail.html:210 msgid "Quorum" msgstr "Quorum" -#: assignments/static/templates/assignments/assignment-detail.html:244 +#: assignments/static/templates/assignments/assignment-detail.html:242 msgid "" "Quorum ({{ option.getVoteYes() - option.majorityReached }}) not reached." msgstr "Quorum ({{ option.getVoteYes() - option.majorityReached }}) nicht erreicht." -#: assignments/static/templates/assignments/assignment-detail.html:241 +#: assignments/static/templates/assignments/assignment-detail.html:239 msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) reached." msgstr "Quorum ({{ option.getVoteYes() - option.majorityReached }}) erreicht." @@ -2151,16 +2169,16 @@ msgstr "Quorum ({{ voteYes.value - isReached() }}) erreicht." #: motions/static/templates/motions/motion-detail.html:479 #: motions/static/templates/motions/motion-import.html:25 #: motions/static/templates/motions/motion-import.html:46 -#: motions/static/templates/motions/slide_motion.html:127 +#: motions/static/templates/motions/slide_motion.html:125 msgid "Reason" msgstr "Begründung" #: motions/static/templates/motions/motion-block-detail.html:52 -#: motions/static/templates/motions/motion-list.html:240 +#: motions/static/templates/motions/motion-list.html:192 msgid "Recommendation" msgstr "Empfehlung" -#: motions/static/js/motions/base.js:816 +#: motions/static/js/motions/base.js:821 msgid "Refer to committee" msgstr "In Ausschuss verweisen" @@ -2168,15 +2186,15 @@ msgstr "In Ausschuss verweisen" msgid "Reference for current list of speakers" msgstr "Referenz für aktuelle Redeliste" -#: motions/static/js/motions/base.js:817 +#: motions/static/js/motions/base.js:822 msgid "Referral to committee" msgstr "Verweisung in Ausschuss" -#: motions/static/js/motions/base.js:790 motions/static/js/motions/base.js:805 +#: motions/static/js/motions/base.js:795 motions/static/js/motions/base.js:810 msgid "Reject" msgstr "Ablehnen" -#: motions/static/js/motions/base.js:821 +#: motions/static/js/motions/base.js:826 msgid "Reject (not authorized)" msgstr "Verwerfen (nicht zulässig)" @@ -2190,11 +2208,11 @@ msgstr "Alle Änderungsempfehlungen ablehnen" msgid "Rejected" msgstr "Abgelehnt" -#: motions/static/js/motions/base.js:791 motions/static/js/motions/base.js:806 +#: motions/static/js/motions/base.js:796 motions/static/js/motions/base.js:811 msgid "Rejection" msgstr "Ablehnung" -#: motions/static/js/motions/base.js:822 +#: motions/static/js/motions/base.js:827 msgid "Rejection (not authorized)" msgstr "Verwerfung (nicht berechtigt)" @@ -2209,7 +2227,7 @@ msgstr "Entfernen" msgid "Remove all speakers" msgstr "Alle Redner/innen entfernen" -#: motions/static/js/motions/site.js:2006 +#: motions/static/js/motions/site.js:1988 msgid "" "Remove all supporters of a motion if a submitter edits his motion in early " "state" @@ -2237,7 +2255,7 @@ msgstr "Entferne mich" msgid "Remove message" msgstr "Mitteilung entfernen" -#: motions/static/js/motions/base.js:758 motions/static/js/motions/pdf.js:195 +#: motions/static/js/motions/base.js:763 motions/static/js/motions/pdf.js:195 #: motions/static/js/motions/site.js:247 #: motions/static/templates/motions/motion-detail/change-summary.html:24 msgid "Replacement" @@ -2251,9 +2269,9 @@ msgid "" "in the first row" msgstr "Erforderliche Komma- oder Semikolon-separierte Werte mit diesen Spaltennamen in der ersten Zeile" -#: assignments/static/js/assignments/site.js:920 -#: assignments/static/templates/assignments/assignment-detail.html:201 -#: motions/static/js/motions/site.js:2023 +#: assignments/static/js/assignments/site.js:916 +#: assignments/static/templates/assignments/assignment-detail.html:199 +#: motions/static/js/motions/site.js:2005 #: motions/static/templates/motions/motion-detail.html:396 msgid "Required majority" msgstr "Erforderliche Mehrheit" @@ -2299,7 +2317,7 @@ msgstr "Auflösung" msgid "Revert" msgstr "Zurücksetzen" -#: agenda/static/js/agenda/site.js:702 +#: agenda/static/js/agenda/site.js:706 msgid "Roman" msgstr "Römisch" @@ -2359,7 +2377,7 @@ msgstr "Suche" msgid "Search results" msgstr "Suchergebnisse" -#: assignments/static/js/assignments/site.js:929 +#: assignments/static/js/assignments/site.js:925 msgid "Searching for candidates" msgstr "Auf Kandidatensuche" @@ -2382,8 +2400,8 @@ msgid "Select a file" msgstr "Datei auswählen" #: assignments/static/js/assignments/site.js:172 -#: motions/static/js/motions/motion-block.js:96 -#: motions/static/js/motions/site.js:389 topics/static/js/topics/site.js:138 +#: motions/static/js/motions/motion-block.js:97 +#: motions/static/js/motions/site.js:389 topics/static/js/topics/site.js:139 msgid "Select a parent item ..." msgstr "Elternelement auswählen oder suchen ..." @@ -2422,7 +2440,7 @@ msgstr "Schlagwort auswählen oder suchen ..." msgid "Select or search a workflow ..." msgstr "Arbeitsablauf auswählen oder suchen ..." -#: motions/static/js/motions/site.js:422 topics/static/js/topics/site.js:114 +#: motions/static/js/motions/site.js:422 topics/static/js/topics/site.js:115 msgid "Select or search an attachment ..." msgstr "Anhang auswählen oder suchen ..." @@ -2434,7 +2452,7 @@ msgstr "Wählen Sie den Projektor aus, auf welchen sich die aktuelle Redeliste b msgid "Separator" msgstr "Feldtrenner" -#: core/static/js/core/site.js:1674 +#: core/static/js/core/site.js:1687 msgid "Separator used for all csv exports and examples" msgstr "Feldtrenner für alle CSV-Exports und -Beispiele." @@ -2442,7 +2460,7 @@ msgstr "Feldtrenner für alle CSV-Exports und -Beispiele." msgid "Sequential number" msgstr "Laufende Nummer" -#: motions/static/js/motions/site.js:1976 +#: motions/static/js/motions/site.js:1958 msgid "Serially numbered" msgstr "Fortlaufend nummerieren" @@ -2472,11 +2490,11 @@ msgstr "Dauer setzen ..." msgid "Set global action" msgstr "Globale Aktion setzen" -#: assignments/static/templates/assignments/assignment-detail.html:139 +#: assignments/static/templates/assignments/assignment-detail.html:137 msgid "Set hint for ballot paper ..." msgstr "Stimmzettel-Hinweis setzen ..." -#: motions/static/js/motions/site.js:1977 +#: motions/static/js/motions/site.js:1959 msgid "Set it manually" msgstr "Manuell setzen" @@ -2515,13 +2533,13 @@ msgstr "'Ist anwesend' setzen/entfernen" msgid "Settings" msgstr "Einstellungen" -#: core/static/js/core/site.js:1663 +#: core/static/js/core/site.js:1676 msgid "Short description of event" msgstr "Kurzbeschreibung der Veranstaltung" #: assignments/static/js/assignments/site.js:157 -#: motions/static/js/motions/motion-block.js:84 -#: motions/static/js/motions/site.js:374 topics/static/js/topics/site.js:123 +#: motions/static/js/motions/motion-block.js:85 +#: motions/static/js/motions/site.js:374 topics/static/js/topics/site.js:124 msgid "Show as agenda item" msgstr "Als Tagesordnungspunkt anzeigen" @@ -2538,28 +2556,28 @@ msgstr "Verlauf anzeigen" msgid "Show internal items" msgstr "Interne Einträge anzeigen" -#: core/static/js/core/site.js:1675 +#: core/static/js/core/site.js:1688 msgid "Show logo on projector" msgstr "Logo auf dem Projektor anzeigen" -#: agenda/static/js/agenda/site.js:707 +#: agenda/static/js/agenda/site.js:711 msgid "Show orange countdown in the last x seconds of speaking time" msgstr "Countdown in den letzten x Sekunden der Redezeit orange darstellen" -#: core/static/js/core/site.js:1673 +#: core/static/js/core/site.js:1686 msgid "Show this text on the login page" msgstr "Diesen Text auf der Login-Seite anzeigen" -#: core/static/js/core/site.js:1682 +#: core/static/js/core/site.js:1695 msgid "Show title and description of event on projector" msgstr "Titel und Kurzbeschreibung der Veranstaltung auf dem Projektor anzeigen" -#: motions/static/js/motions/base.js:784 +#: motions/static/js/motions/base.js:789 msgid "Simple Workflow" msgstr "Einfacher Arbeitsablauf" -#: assignments/static/js/assignments/site.js:922 -#: motions/static/js/motions/site.js:2025 +#: assignments/static/js/assignments/site.js:918 +#: motions/static/js/motions/site.js:2007 msgid "Simple majority" msgstr "Einfache Mehrheit" @@ -2584,7 +2602,7 @@ msgstr "Sortieren ..." msgid "Sort agenda" msgstr "Tagesordnung sortieren" -#: users/static/js/users/site.js:1573 +#: users/static/js/users/site.js:1551 msgid "Sort name of participants by" msgstr "Namen der Teilnehmenden sortieren nach" @@ -2628,11 +2646,11 @@ msgstr "Status" msgid "Stop" msgstr "Stopp" -#: motions/static/js/motions/site.js:1989 +#: motions/static/js/motions/site.js:1971 msgid "Stop submitting new motions by non-staff users" msgstr "Einreichen von neuen Anträgen stoppen für Nutzer ohne Verwaltungsrechte" -#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:1062 +#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:1046 #: users/static/js/users/site.js:270 users/static/js/users/site.js:570 #: users/static/templates/users/user-detail.html:27 #: users/static/templates/users/user-import.html:54 @@ -2667,21 +2685,21 @@ msgstr "Zusammenfassung der Änderungsempfehlungen" msgid "Support motion" msgstr "Antrag unterstützen" -#: motions/static/js/motions/site.js:2003 +#: motions/static/js/motions/site.js:1985 #: motions/static/js/motions/site.js:484 #: motions/static/templates/motions/motion-detail.html:99 #: motions/static/templates/motions/motion-list.html:648 msgid "Supporters" msgstr "Unterstützer/innen" -#: users/static/js/users/site.js:1576 users/static/js/users/site.js:257 +#: users/static/js/users/site.js:1554 users/static/js/users/site.js:257 #: users/static/js/users/site.js:560 #: users/static/templates/users/user-import.html:53 #: users/static/templates/users/user-import.html:79 msgid "Surname" msgstr "Nachname" -#: users/static/js/users/site.js:1582 +#: users/static/js/users/site.js:1560 msgid "System URL" msgstr "System-URL" @@ -2709,7 +2727,7 @@ msgstr "Schlagwörter" #: motions/static/js/motions/site.js:344 #: motions/static/templates/motions/motion-import.html:24 #: motions/static/templates/motions/motion-import.html:45 -#: topics/static/js/topics/site.js:99 +#: topics/static/js/topics/site.js:100 #: topics/static/templates/topics/topic-import.html:51 #: topics/static/templates/topics/topic-import.html:70 msgid "Text" @@ -2723,19 +2741,19 @@ msgstr "Test von Zeile %from% bis %to%" msgid "Text in line %from%" msgstr "Text in Zeile %from%" -#: motions/static/js/motions/site.js:2017 +#: motions/static/js/motions/site.js:1999 msgid "The 100 % base of a voting result consists of" msgstr "Die 100%-Basis eines Abstimmungsergebnisses besteht aus" -#: assignments/static/js/assignments/site.js:905 +#: assignments/static/js/assignments/site.js:901 msgid "The 100-%-base of an election result consists of" msgstr "Die 100%-Basis eines Wahlergebnisses besteht aus" -#: motions/static/js/motions/site.js:1979 +#: motions/static/js/motions/site.js:1961 msgid "The assembly may decide:" msgstr "Die Versammlung möge beschließen:" -#: core/static/js/core/site.js:1446 +#: core/static/js/core/site.js:1471 msgid "The delete was successful." msgstr "Die Löschung war erfolgreich." @@ -2743,21 +2761,25 @@ msgstr "Die Löschung war erfolgreich." msgid "The list of speakers is empty." msgstr "Die Redeliste ist leer." -#: motions/static/js/motions/site.js:1988 +#: motions/static/js/motions/site.js:1970 msgid "" "The maximum number of characters per line. Relevant when line numbering is " "enabled. Min: 40" msgstr "Die maximale Zeichenanzahl pro Zeile. Relevant, wenn die Zeilennummerierung eingeschaltet ist. Minimum: 40." +#: core/static/js/core/base.js:476 +msgid "The server didn't respond." +msgstr "Der Server antwortet nicht." + #: motions/static/templates/motions/motion-detail/view-original.html:8 msgid "The text has been changed." msgstr "Der Text wurde geändert." -#: motions/static/js/motions/site.js:2000 +#: motions/static/js/motions/site.js:1982 msgid "The title of the motion is always applied." msgstr "Der Antragstitel wird immer übernommen." -#: users/static/js/users/site.js:1045 +#: users/static/js/users/site.js:1029 msgid "There are more than one duplicates of this user!" msgstr "Es gibt mehr als ein Duplikat von diesem Nutzer!" @@ -2769,7 +2791,7 @@ msgstr "Dies Option schützt nicht vor dem Zugriff auf die Datei, sondern verste msgid "This is the last active version." msgstr "Dies ist die letzte aktive Version." -#: agenda/static/js/agenda/site.js:697 +#: agenda/static/js/agenda/site.js:701 msgid "This prefix will be set if you run the automatic agenda numbering." msgstr "Dieses Präfix wird gesetzt, wenn die automatische Nummerierung der Tagesordnung durchgeführt wird." @@ -2777,8 +2799,8 @@ msgstr "Dieses Präfix wird gesetzt, wenn die automatische Nummerierung der Tage msgid "This version is not permitted." msgstr "Diese Version ist nicht zugelassen." -#: assignments/static/js/assignments/site.js:924 -#: motions/static/js/motions/site.js:2027 +#: assignments/static/js/assignments/site.js:920 +#: motions/static/js/motions/site.js:2009 msgid "Three-quarters majority" msgstr "Dreiviertelmehrheit" @@ -2786,11 +2808,11 @@ msgstr "Dreiviertelmehrheit" #: assignments/static/js/assignments/site.js:327 #: mediafiles/static/js/mediafiles/forms.js:70 #: mediafiles/static/js/mediafiles/list.js:95 -#: motions/static/js/motions/motion-block.js:77 +#: motions/static/js/motions/motion-block.js:78 #: motions/static/js/motions/site.js:333 motions/static/js/motions/site.js:802 #: motions/static/templates/motions/motion-import.html:23 #: motions/static/templates/motions/motion-import.html:44 -#: topics/static/js/topics/site.js:91 +#: topics/static/js/topics/site.js:92 #: topics/static/templates/topics/topic-import.html:50 #: topics/static/templates/topics/topic-import.html:69 #: users/static/js/users/site.js:241 @@ -2799,15 +2821,15 @@ msgstr "Dreiviertelmehrheit" msgid "Title" msgstr "Titel" -#: motions/static/js/motions/site.js:2036 +#: motions/static/js/motions/site.js:2018 msgid "Title for PDF and DOCX documents (all motions)" msgstr "Titel für PDF- und DOCX-Dokumente (alle Anträge) " -#: assignments/static/js/assignments/site.js:926 +#: assignments/static/js/assignments/site.js:922 msgid "Title for PDF document (all elections)" msgstr "Titel für PDF-Dokument (alle Wahlen)" -#: users/static/js/users/site.js:1579 +#: users/static/js/users/site.js:1557 msgid "Title for access data and welcome PDF" msgstr "Titel für das Zugangsdaten- und Begrüßungs-PDF" @@ -2838,8 +2860,8 @@ msgstr "Themen" msgid "Trivial change" msgstr "Triviale Änderung" -#: assignments/static/js/assignments/site.js:923 -#: motions/static/js/motions/site.js:2026 +#: assignments/static/js/assignments/site.js:919 +#: motions/static/js/motions/site.js:2008 msgid "Two-thirds majority" msgstr "Zweidrittelmehrheit" @@ -2860,28 +2882,28 @@ msgstr "Hochladezeitpunkt" msgid "Uploaded by" msgstr "Hochgeladen durch" -#: assignments/static/js/assignments/site.js:918 -#: motions/static/js/motions/site.js:2032 +#: assignments/static/js/assignments/site.js:914 +#: motions/static/js/motions/site.js:2014 msgid "Use the following custom number" msgstr "Verwende die folgende benutzerdefinierte Anzahl" -#: users/static/js/users/site.js:1583 +#: users/static/js/users/site.js:1561 msgid "Used for QRCode in PDF of access data." msgstr "Wird als QR-Code im Zugangsdaten-PDF verwendet." -#: users/static/js/users/site.js:1585 users/static/js/users/site.js:1587 -#: users/static/js/users/site.js:1589 +#: users/static/js/users/site.js:1563 users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1567 msgid "Used for WLAN QRCode in PDF of access data." msgstr "Wird als WLAN-QR-Code im Zugangsdaten-PDF verwendet." #: core/static/templates/core/login-form.html:12 -#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:1063 +#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:1047 #: users/static/js/users/site.js:286 users/static/js/users/site.js:410 #: users/static/templates/users/user-detail.html:41 msgid "Username" msgstr "Benutzername" -#: motions/static/templates/motions/motion-import.html:112 +#: motions/static/templates/motions/motion-import.html:115 msgid "Users created" msgstr "Teilnehmer/innen angelegt" @@ -2890,8 +2912,8 @@ msgid "Users without any assigned group gain the permissions from this group." msgstr "Benutzer ohne einer speziell zugewiesenen Gruppe bekommen die Rechte von dieser Gruppe." #: assignments/static/js/assignments/pdf.js:186 -#: assignments/static/js/assignments/site.js:824 -#: assignments/static/templates/assignments/assignment-detail.html:251 +#: assignments/static/js/assignments/site.js:825 +#: assignments/static/templates/assignments/assignment-detail.html:249 #: assignments/static/templates/assignments/slide_assignment.html:82 #: motions/static/js/motions/site.js:591 #: motions/static/templates/motions/motion-detail.html:365 @@ -2920,7 +2942,7 @@ msgid "Vote" msgstr "Abstimmung" #: assignments/static/js/assignments/pdf.js:151 -#: assignments/static/templates/assignments/assignment-detail.html:211 +#: assignments/static/templates/assignments/assignment-detail.html:209 #: assignments/static/templates/assignments/slide_assignment.html:36 msgid "Votes" msgstr "Stimmen" @@ -2929,11 +2951,11 @@ msgstr "Stimmen" msgid "Votes cast" msgstr "Abgegebene Stimmen" -#: assignments/static/js/assignments/site.js:930 +#: assignments/static/js/assignments/site.js:926 msgid "Voting" msgstr "Im Wahlvorgang" -#: motions/static/js/motions/site.js:2016 +#: motions/static/js/motions/site.js:1998 msgid "Voting and ballot papers" msgstr "Abstimmung und Stimmzettel" @@ -2943,7 +2965,7 @@ msgstr "Abstimmung und Stimmzettel" msgid "Voting result" msgstr "Abstimmungsergebnis" -#: users/static/js/users/site.js:1590 +#: users/static/js/users/site.js:1568 msgid "WEP" msgstr "WEP" @@ -2951,19 +2973,19 @@ msgstr "WEP" msgid "WLAN access data" msgstr "WLAN-Zugangsdaten" -#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1588 +#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1566 msgid "WLAN encryption" msgstr "WLAN-Verschlüsselung" -#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1584 +#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1562 msgid "WLAN name (SSID)" msgstr "WLAN-Name (SSID)" -#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1586 +#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1564 msgid "WLAN password" msgstr "WLAN-Passwort" -#: users/static/js/users/site.js:1591 +#: users/static/js/users/site.js:1569 msgid "WPA/WPA2" msgstr "WPA/WPA2" @@ -2971,17 +2993,17 @@ msgstr "WPA/WPA2" msgid "Waiting for results ..." msgstr "Auf Ergebnisse wartend ..." -#: core/static/js/core/site.js:1669 users/static/js/users/site.js:1578 +#: core/static/js/core/site.js:1682 users/static/js/users/site.js:1556 msgid "Welcome to OpenSlides" msgstr "Willkommen bei OpenSlides" -#: motions/static/js/motions/site.js:1993 +#: motions/static/js/motions/site.js:1975 msgid "" "Will be displayed as label before selected recommendation. Use an empty " "value to disable the recommendation system." msgstr "Wird als Beschriftung vor der ausgewählten Empfehlung angezeigt. Verwenden Sie eine leere Eingabe, um das Empfehlungssystem zu deaktivieren." -#: motions/static/js/motions/base.js:808 +#: motions/static/js/motions/base.js:813 msgid "Withdraw" msgstr "Zurückziehen" @@ -2989,13 +3011,13 @@ msgstr "Zurückziehen" msgid "Workflow" msgstr "Arbeitsablauf" -#: motions/static/js/motions/site.js:1973 +#: motions/static/js/motions/site.js:1955 msgid "Workflow of new motions" msgstr "Arbeitsablauf von neuen Anträgen" #: assignments/static/js/assignments/pdf.js:299 -#: assignments/static/js/assignments/site.js:627 -#: assignments/static/js/assignments/site.js:772 +#: assignments/static/js/assignments/site.js:626 +#: assignments/static/js/assignments/site.js:773 #: motions/static/js/motions/pdf.js:113 motions/static/js/motions/pdf.js:348 #: motions/static/js/motions/site.js:564 #: motions/static/templates/motions/motion-detail.html:329 @@ -3003,21 +3025,21 @@ msgstr "Arbeitsablauf von neuen Anträgen" msgid "Yes" msgstr "Ja" -#: motions/static/js/motions/site.js:2019 +#: motions/static/js/motions/site.js:2001 msgid "Yes/No" msgstr "Ja/Nein" -#: assignments/static/js/assignments/site.js:911 -#: assignments/static/templates/assignments/assignment-detail.html:195 +#: assignments/static/js/assignments/site.js:907 +#: assignments/static/templates/assignments/assignment-detail.html:193 msgid "Yes/No per candidate" msgstr "Ja/Nein pro Kandidat" -#: motions/static/js/motions/site.js:2018 +#: motions/static/js/motions/site.js:2000 msgid "Yes/No/Abstain" msgstr "Ja/Nein/Enthaltung" -#: assignments/static/js/assignments/site.js:910 -#: assignments/static/templates/assignments/assignment-detail.html:194 +#: assignments/static/js/assignments/site.js:906 +#: assignments/static/templates/assignments/assignment-detail.html:192 msgid "Yes/No/Abstain per candidate" msgstr "Ja/Nein/Enthaltung pro Kandidat" @@ -3025,13 +3047,13 @@ msgstr "Ja/Nein/Enthaltung pro Kandidat" msgid "You are not allowed to lock yourself out of the configuration!" msgstr "Sie sind nicht berechtigt sich selbst aus der Konfiguration zu sperren!" -#: core/static/js/core/site.js:1676 +#: core/static/js/core/site.js:1689 msgid "" "You can replace the logo. Just copy a file to \"static/img/logo-" "projector.png\" in your OpenSlides data path." msgstr "Sie können das Logo austauschen. Kopieren Sie einfach eine Datei nach \"static/img/logo-projector.png\" in Ihrem OpenSlides-Benutzerdatenverzeichnis." -#: users/static/js/users/site.js:1484 +#: users/static/js/users/site.js:1462 msgid "You have to enable cookies to use OpenSlides." msgstr "Sie müssen Cookies aktivieren, um OpenSlides verwenden zu können." @@ -3047,27 +3069,27 @@ msgstr "Vergrößern" msgid "Zoom out" msgstr "Verkleinern" -#: agenda/static/js/agenda/site.js:710 +#: agenda/static/js/agenda/site.js:714 msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." msgstr "[Rede beginnen] startet den Countdown, [Rede beenden] stoppt den Countdown." -#: users/static/js/users/site.js:1580 +#: users/static/js/users/site.js:1558 msgid "[Place for your welcome and help text.]" msgstr "[Platz für Ihren Begrüßungs- und Hilfetext.]" -#: core/static/js/core/site.js:1671 +#: core/static/js/core/site.js:1684 msgid "[Space for your welcome text.]" msgstr "[Platz für Ihren Begrüßungstext.]" -#: motions/static/js/motions/base.js:786 motions/static/js/motions/base.js:801 +#: motions/static/js/motions/base.js:791 motions/static/js/motions/base.js:806 msgid "accepted" msgstr "angenommen" -#: motions/static/js/motions/base.js:809 +#: motions/static/js/motions/base.js:814 msgid "adjourned" msgstr "vertagt" -#: users/static/js/users/site.js:1064 +#: users/static/js/users/site.js:1048 msgid "already exists." msgstr "existiert bereits." @@ -3087,7 +3109,7 @@ msgstr "löschen" msgid "close" msgstr "schließen" -#: users/static/js/users/site.js:970 +#: users/static/js/users/site.js:954 msgid "create duplicate" msgstr "Duplikat erstellen" @@ -3111,7 +3133,7 @@ msgstr "Wahlen" msgid "files" msgstr "Dateien" -#: motions/static/templates/motions/motion-detail/toolbar.html:59 +#: motions/static/templates/motions/motion-detail/toolbar.html:89 msgid "go" msgstr "gehe zu" @@ -3126,6 +3148,7 @@ msgid "imported" msgstr "Importiert" #: motions/static/templates/motions/motion-detail/toolbar.html:40 +#: motions/static/templates/motions/motion-detail/toolbar.html:65 msgid "inline" msgstr "innerhalb" @@ -3134,14 +3157,14 @@ msgid "internal" msgstr "intern" #: assignments/static/js/assignments/pdf.js:238 -#: assignments/static/templates/assignments/assignment-detail.html:221 +#: assignments/static/templates/assignments/assignment-detail.html:219 #: assignments/static/templates/assignments/assignment-detail.html:92 #: assignments/static/templates/assignments/slide_assignment.html:22 #: assignments/static/templates/assignments/slide_assignment.html:43 msgid "is elected" msgstr "gewählt" -#: assignments/static/templates/assignments/assignment-detail.html:224 +#: assignments/static/templates/assignments/assignment-detail.html:222 msgid "is not elected" msgstr "nicht gewählt" @@ -3149,7 +3172,7 @@ msgstr "nicht gewählt" msgid "items" msgstr "Einträge" -#: users/static/js/users/site.js:968 +#: users/static/js/users/site.js:952 msgid "keep original" msgstr "Original behalten" @@ -3170,35 +3193,36 @@ msgstr "Minuten" msgid "motions" msgstr "Anträge" -#: motions/static/templates/motions/motion-import.html:111 +#: motions/static/templates/motions/motion-import.html:114 msgid "motions were successfully imported." msgstr "Anträge wurden erfolgreich importiert." -#: motions/static/templates/motions/motion-import.html:104 +#: motions/static/templates/motions/motion-import.html:107 msgid "motions will be imported." msgstr "Anträge werden importiert." -#: motions/static/templates/motions/motion-import.html:99 +#: motions/static/templates/motions/motion-import.html:102 msgid "motions will be not imported." msgstr "Anträge werden nicht importiert." -#: motions/static/js/motions/site.js:2040 +#: motions/static/js/motions/site.js:2022 msgid "needed" msgstr "erforderlich" -#: motions/static/js/motions/base.js:818 +#: motions/static/js/motions/base.js:823 msgid "needs review" msgstr "Benötigt Überprüfung" #: motions/static/templates/motions/motion-detail/toolbar.html:34 +#: motions/static/templates/motions/motion-detail/toolbar.html:60 msgid "none" msgstr "aus" -#: motions/static/js/motions/base.js:812 +#: motions/static/js/motions/base.js:817 msgid "not concerned" msgstr "nicht befasst" -#: motions/static/js/motions/base.js:792 +#: motions/static/js/motions/base.js:797 msgid "not decided" msgstr "nicht entschieden" @@ -3211,10 +3235,11 @@ msgid "of" msgstr "von" #: motions/static/templates/motions/motion-detail/toolbar.html:46 +#: motions/static/templates/motions/motion-detail/toolbar.html:70 msgid "outside" msgstr "außerhalb" -#: users/static/js/users/site.js:969 +#: users/static/js/users/site.js:953 msgid "override new" msgstr "Neuen überschreiben" @@ -3234,23 +3259,23 @@ msgstr "Teilnehmende werden importiert." msgid "participants will be not imported." msgstr "Teilnehmende werden nicht importiert. " -#: motions/static/js/motions/base.js:798 +#: motions/static/js/motions/base.js:803 msgid "permitted" msgstr "zugelassen" -#: motions/static/js/motions/base.js:797 +#: motions/static/js/motions/base.js:802 msgid "published" msgstr "veröffentlicht" -#: motions/static/js/motions/base.js:815 +#: motions/static/js/motions/base.js:820 msgid "refered to committee" msgstr "in Ausschuss verwiesen" -#: motions/static/js/motions/base.js:789 motions/static/js/motions/base.js:804 +#: motions/static/js/motions/base.js:794 motions/static/js/motions/base.js:809 msgid "rejected" msgstr "abgelehnt" -#: motions/static/js/motions/base.js:820 +#: motions/static/js/motions/base.js:825 msgid "rejected (not authorized)" msgstr "Verworfen (nicht zulässig)" @@ -3270,7 +3295,7 @@ msgstr "ausgewählt" msgid "speakers" msgstr "Redner/innen" -#: motions/static/js/motions/base.js:785 +#: motions/static/js/motions/base.js:790 msgid "submitted" msgstr "eingereicht" @@ -3302,6 +3327,6 @@ msgstr "Themen werden nicht importiert." msgid "undocumented" msgstr "nicht erfasst" -#: motions/static/js/motions/base.js:807 +#: motions/static/js/motions/base.js:812 msgid "withdrawed" msgstr "zurückgezogen" diff --git a/openslides/locale/angular-gettext/es.po b/openslides/locale/angular-gettext/es.po index 471c991ce..ed3853120 100644 --- a/openslides/locale/angular-gettext/es.po +++ b/openslides/locale/angular-gettext/es.po @@ -5,19 +5,19 @@ msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" -"PO-Revision-Date: 2017-01-25 09:27+0000\n" -"Last-Translator: Maximilian Krambach \n" +"PO-Revision-Date: 2017-03-05 20:36+0000\n" +"Last-Translator: Emanuel Schütze \n" "Language-Team: Spanish (http://www.transifex.com/openslides/openslides/language/es/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: motions/static/js/motions/base.js:731 +#: motions/static/js/motions/base.js:751 msgid "%TYPE% from line %FROM% to %TO%" msgstr "%TYPE% de línea %FROM% a %TO%" -#: motions/static/js/motions/base.js:733 +#: motions/static/js/motions/base.js:753 msgid "%TYPE% in line %FROM%" msgstr "%TYPE% en línea %FROM%" @@ -50,7 +50,7 @@ msgstr "--- Seleccione un estado ---" msgid "--- Set phase ---" msgstr "--- Establece la fase ---" -#: core/static/js/core/site.js:1516 +#: core/static/js/core/site.js:1670 msgid "" "OpenSlides is a free web based " "presentation and assembly system for visualizing and controlling agenda, " @@ -61,27 +61,26 @@ msgstr "OpenSlideses un servicio libre msgid "A comment has been changed." msgstr "Un comentario ha cambiado." -#: users/static/js/users/site.js:394 -#: users/static/templates/users/user-detail-profile.html:39 +#: users/static/js/users/site.js:373 users/static/js/users/site.js:418 #: users/static/templates/users/user-detail.html:35 msgid "About me" msgstr "Acerca de mí" #: assignments/static/js/assignments/pdf.js:314 -#: assignments/static/js/assignments/site.js:668 -#: assignments/static/js/assignments/site.js:823 -#: motions/static/js/motions/pdf.js:116 motions/static/js/motions/pdf.js:361 -#: motions/static/js/motions/site.js:682 -#: motions/static/templates/motions/motion-detail.html:301 +#: assignments/static/js/assignments/site.js:628 +#: assignments/static/js/assignments/site.js:795 +#: motions/static/js/motions/pdf.js:123 motions/static/js/motions/pdf.js:350 +#: motions/static/js/motions/site.js:582 +#: motions/static/templates/motions/motion-detail.html:353 #: motions/static/templates/motions/slide_motion.html:57 msgid "Abstain" msgstr "Abstenerse" -#: motions/static/js/motions/base.js:772 motions/static/js/motions/base.js:787 +#: motions/static/js/motions/base.js:792 motions/static/js/motions/base.js:807 msgid "Accept" msgstr "Aceptar" -#: motions/static/js/motions/base.js:773 motions/static/js/motions/base.js:788 +#: motions/static/js/motions/base.js:793 motions/static/js/motions/base.js:808 msgid "Acceptance" msgstr "Acceptancia" @@ -90,16 +89,16 @@ msgctxt "special filetypes in a file open dialog" msgid "Accepted file types" msgstr "Formatos de fichero acceptados" -#: motions/static/js/motions/site.js:2020 +#: motions/static/js/motions/site.js:1979 msgid "Activate amendments" msgstr "Activar modificaciones" -#: users/static/js/users/site.js:459 users/static/js/users/site.js:493 +#: users/static/js/users/site.js:530 users/static/js/users/site.js:564 msgid "Active" msgstr "Activo" #: assignments/static/templates/assignments/assignment-list.html:276 -#: motions/static/templates/motions/motion-list.html:602 +#: motions/static/templates/motions/motion-list.html:603 msgid "Add a tag" msgstr "Añadir etiqueta" @@ -112,7 +111,7 @@ msgstr "Añadir cuenta regresiva" msgid "Add group" msgstr "Añadir grupo" -#: agenda/static/templates/agenda/item-detail.html:175 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:122 #: assignments/static/templates/assignments/assignment-detail.html:115 msgid "Add me" msgstr "Añadirme" @@ -121,7 +120,7 @@ msgstr "Añadirme" msgid "Add message" msgstr "Añadir mensaje" -#: config-form-field.html:40 +#: config-form-field.html:47 msgid "Add new comment field" msgstr "Añadir campo de comentario" @@ -133,11 +132,11 @@ msgstr "Agregar nueva cuenta regresiva" msgid "Add new message" msgstr "Agregar nuevo mensaje" -#: motions/static/js/motions/base.js:795 +#: motions/static/js/motions/base.js:815 msgid "Adjourn" msgstr "Posponer" -#: motions/static/js/motions/base.js:796 +#: motions/static/js/motions/base.js:816 msgid "Adjournment" msgstr "Posposición" @@ -145,27 +144,24 @@ msgstr "Posposición" msgid "Administrative data" msgstr "Datos administrativos" -#: agenda/static/js/agenda/base.js:59 agenda/static/js/agenda/pdf.js:15 -#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:302 -#: agenda/static/js/agenda/site.js:36 agenda/static/js/agenda/site.js:702 +#: agenda/static/js/agenda/base.js:65 agenda/static/js/agenda/pdf.js:15 +#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:279 +#: agenda/static/js/agenda/site.js:31 agenda/static/js/agenda/site.js:49 +#: agenda/static/js/agenda/site.js:702 #: agenda/static/templates/agenda/item-detail.html:6 -#: agenda/static/templates/agenda/item-list.html:32 -#: agenda/static/templates/agenda/item-list.html:58 +#: agenda/static/templates/agenda/item-list.html:35 +#: agenda/static/templates/agenda/item-list.html:61 #: agenda/static/templates/agenda/slide-item-list.html:2 msgid "Agenda" msgstr "Agenda" -#: search.html:17 -msgid "Agenda items" -msgstr "Artículos de la Agenda" - -#: assignments/static/js/assignments/site.js:951 -#: motions/static/js/motions/site.js:2044 +#: assignments/static/js/assignments/site.js:909 +#: motions/static/js/motions/site.js:2003 msgid "All casted ballots" msgstr "Todas papeletas entregadas" -#: assignments/static/js/assignments/site.js:950 -#: motions/static/js/motions/site.js:2043 +#: assignments/static/js/assignments/site.js:908 +#: motions/static/js/motions/site.js:2002 msgid "All valid ballots" msgstr "Todas papeletas válidas" @@ -175,36 +171,37 @@ msgid "" "once you (or the users concerned) reload the page." msgstr "Todos sus cambios se guardarán inmediatamente. Los cambios serán efectuados en cuánto usted (o los usuarios afectados) recargue la página." -#: core/static/js/core/site.js:1531 +#: core/static/js/core/site.js:1685 msgid "Allow access for anonymous guest users" msgstr "Permitir el acceso a usuarios invitados anónimos" -#: motions/static/js/motions/site.js:2014 +#: motions/static/js/motions/site.js:1972 msgid "Allow to disable versioning" msgstr "Permite desactivar versionamento." -#: assignments/static/js/assignments/site.js:939 +#: assignments/static/js/assignments/site.js:897 msgid "Always Yes-No-Abstain per candidate" msgstr "Siempre Si-No-Abstenerse por candidato" -#: assignments/static/js/assignments/site.js:940 +#: assignments/static/js/assignments/site.js:898 msgid "Always Yes/No per candidate" msgstr "Siempre Si-No por candidato" -#: assignments/static/js/assignments/site.js:938 +#: assignments/static/js/assignments/site.js:896 msgid "Always one option per candidate" msgstr "Siempre una opción por candidato" +#: motions/static/js/motions/pdf.js:33 #: motions/static/templates/motions/motion-detail.html:66 msgid "Amendment of motion" msgstr "Modificación de moción" -#: motions/static/js/motions/site.js:2019 +#: motions/static/js/motions/site.js:1978 #: motions/static/templates/motions/motion-detail.html:118 msgid "Amendments" msgstr "Modificaciones" -#: motions/static/js/motions/site.js:2022 +#: motions/static/js/motions/site.js:1981 msgid "Apply text for new amendments" msgstr "Poner texto a modificaciones nuevas" @@ -216,7 +213,7 @@ msgstr "Arábigo" msgid "Are you sure to delete the chat history?" msgstr "¿Está seguro de eliminar el historial de la charla?" -#: agenda/static/templates/agenda/item-list.html:119 +#: agenda/static/templates/agenda/item-list.html:122 msgid "Are you sure you want to delete all selected agenda items?" msgstr "¿Está seguro de eliminar todos artículos de agenda actualmente seleccionados ?" @@ -232,24 +229,24 @@ msgstr "¿Está seguro de eliminar todas mociones actualmente seleccionadas?" msgid "Are you sure you want to delete all selected users?" msgstr "¿Está seguro de eliminar todos usuarios actualmente seleccionados?" -#: assignments/static/templates/assignments/assignment-detail.html:139 +#: assignments/static/templates/assignments/assignment-detail.html:143 msgid "Are you sure you want to delete this ballot?" msgstr "¿Está seguro de que desea eliminar esta votación?" -#: motions/static/templates/motions/motion-detail/view-diff.html:28 +#: motions/static/templates/motions/motion-detail/view-diff.html:27 #: motions/static/templates/motions/motion-detail/view-original.html:34 msgid "Are you sure you want to delete this change recommendation?" msgstr "¿Está seguro de eliminar esta recomendación de modificación?" -#: agenda/static/templates/agenda/item-list.html:286 +#: agenda/static/templates/agenda/item-list.html:288 #: assignments/static/templates/assignments/assignment-list.html:258 #: core/static/templates/core/manage-projectors.html:68 -#: core/static/templates/core/tag-list.html:42 +#: core/static/templates/core/tag-list.html:46 #: motions/static/templates/motions/category-list.html:49 -#: motions/static/templates/motions/motion-block-list.html:41 -#: motions/static/templates/motions/motion-list.html:516 +#: motions/static/templates/motions/motion-block-list.html:45 +#: motions/static/templates/motions/motion-list.html:517 #: users/static/templates/users/group-list.html:45 -#: users/static/templates/users/user-list.html:320 +#: users/static/templates/users/user-list.html:322 msgid "Are you sure you want to delete this entry?" msgstr "¿Está seguro de que desea eliminar esta entrada?" @@ -257,11 +254,11 @@ msgstr "¿Está seguro de que desea eliminar esta entrada?" msgid "Are you sure you want to delete this file?" msgstr "¿Está seguro que desea eliminar este archivo?" -#: motions/static/templates/motions/motion-detail.html:254 +#: motions/static/templates/motions/motion-detail.html:306 msgid "Are you sure you want to delete this poll?" msgstr "¿Está seguro de que desea eliminar esta encuesta?" -#: motions/static/templates/motions/motion-detail.html:458 +#: motions/static/templates/motions/motion-detail.html:513 msgid "Are you sure you want to delete this version?" msgstr "¿Está seguro de que desea eliminar esta versión?" @@ -271,7 +268,7 @@ msgid "" "block?" msgstr "¿Está seguro que quiere reemplazar el estado de todas las mociones de este bloque de mociones?" -#: agenda/static/templates/agenda/item-detail.html:59 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:6 msgid "Are you sure you want to remove all speakers from this list?" msgstr "¿Está seguro que quiere eliminar todos los oradores de esta lista?" @@ -279,17 +276,17 @@ msgstr "¿Está seguro que quiere eliminar todos los oradores de esta lista?" msgid "Are you sure you want to remove this motion from motion block?" msgstr "¿Está seguro que quiere eliminar esta moción de este bloque de mociones?" -#: users/static/templates/users/user-import.html:62 +#: users/static/templates/users/user-import.html:63 msgid "" "At least given name or surname have to be filled in. All\n" " other fields are optional and may be empty." msgstr "Al menos nombre o apellido tienen que ser entradas. Todo lo demás es opcional y puede quedar vacío." -#: motions/static/js/motions/site.js:558 topics/static/js/topics/site.js:130 +#: motions/static/js/motions/site.js:419 topics/static/js/topics/site.js:112 msgid "Attachment" msgstr "Archivo adjunto" -#: motions/static/templates/motions/motion-detail.html:429 +#: motions/static/templates/motions/motion-detail.html:484 #: topics/static/templates/topics/topic-detail.html:30 msgid "Attachments" msgstr "Archivos adjuntos" @@ -298,7 +295,7 @@ msgstr "Archivos adjuntos" msgid "Autodetection" msgstr "Detección automática" -#: assignments/static/js/assignments/site.js:937 +#: assignments/static/js/assignments/site.js:895 msgid "Automatic assign of method" msgstr "Método de asignación automática" @@ -311,21 +308,17 @@ msgstr "Volver a la agenda" msgid "Back to categories" msgstr "Volver a las categorías" -#: motions/static/templates/motions/motion-import.html:127 +#: motions/static/templates/motions/motion-import.html:130 msgid "Back to motions overview" msgstr "Volver a la descripción general de mociones" #: agenda/static/templates/agenda/current-list-of-speakers.html:6 #: agenda/static/templates/agenda/item-sort.html:6 #: assignments/static/templates/assignments/assignment-detail.html:6 -#: core/static/templates/core/tag-detail.html:6 -#: core/static/templates/core/tag-form.html:6 #: core/static/templates/core/tag-list.html:6 -#: motions/static/templates/motions/category-detail.html:6 -#: motions/static/templates/motions/category-form.html:6 #: motions/static/templates/motions/category-list.html:6 #: motions/static/templates/motions/motion-block-detail.html:6 -#: motions/static/templates/motions/motion-block-list.html:10 +#: motions/static/templates/motions/motion-block-list.html:6 #: motions/static/templates/motions/motion-detail.html:6 #: motions/static/templates/motions/motion-import.html:6 #: topics/static/templates/topics/topic-detail.html:6 @@ -337,28 +330,28 @@ msgstr "Volver a la descripción general de mociones" msgid "Back to overview" msgstr "Volver a la vista general" -#: users/static/templates/users/user-import.html:218 +#: users/static/templates/users/user-import.html:222 #: users/static/templates/users/user-import.html:36 msgid "Back to users overview" msgstr "Volver a la descripción general de los usuarios" -#: core/static/js/core/site.js:1541 +#: core/static/js/core/site.js:1696 msgid "Background color of projector header and footer" msgstr "Color de fondo del encabezado y pie del proyector" #: assignments/static/js/assignments/pdf.js:139 #: assignments/static/js/assignments/pdf.js:288 -#: assignments/static/js/assignments/site.js:659 -#: assignments/static/templates/assignments/assignment-detail.html:133 +#: assignments/static/js/assignments/site.js:619 +#: assignments/static/templates/assignments/assignment-detail.html:131 #: assignments/static/templates/assignments/assignmentpoll-form.html:1 msgid "Ballot" msgstr "Votación" -#: assignments/static/js/assignments/site.js:942 +#: assignments/static/js/assignments/site.js:900 msgid "Ballot and ballot papers" msgstr "Urnas y papeletas de votación" -#: agenda/static/templates/agenda/item-detail.html:86 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:33 msgid "Begin next speech" msgstr "Iniciar el discurso siguiente" @@ -366,7 +359,7 @@ msgstr "Iniciar el discurso siguiente" msgid "Begin of event" msgstr "Inicio del evento" -#: agenda/static/templates/agenda/item-detail.html:145 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:92 msgid "Begin speech" msgstr "Iniciar discurso" @@ -375,13 +368,13 @@ msgstr "Iniciar discurso" msgid "Bigger" msgstr "Más grande" -#: core/static/templates/core/manage-projectors.html:197 +#: core/static/templates/core/manage-projectors.html:198 #: core/static/templates/core/projector-controls.html:55 #: core/static/templates/core/projector-controls.html:74 msgid "Blank" msgstr "En blanco" -#: core/static/templates/core/manage-projectors.html:191 +#: core/static/templates/core/manage-projectors.html:192 #: core/static/templates/core/projector-controls.html:68 msgid "Broadcast" msgstr "Trasmisión" @@ -394,51 +387,51 @@ msgstr "Transmite el contenido de este proyector a todos los proyectores" msgid "CSV file" msgstr "Fichero CSV" -#: users/static/js/users/site.js:1463 +#: users/static/js/users/site.js:1540 msgid "Can create motions" msgstr "Puede crear mociones" -#: users/static/js/users/site.js:1440 +#: users/static/js/users/site.js:1517 msgid "Can manage agenda" msgstr "Puede gestionar la agenda" -#: users/static/js/users/site.js:1453 +#: users/static/js/users/site.js:1530 msgid "Can manage configuration" msgstr "Puede administrar la configuración" -#: users/static/js/users/site.js:1447 +#: users/static/js/users/site.js:1524 msgid "Can manage elections" msgstr "Puede administrar las elecciones" -#: users/static/js/users/site.js:1459 +#: users/static/js/users/site.js:1536 msgid "Can manage files" msgstr "Puede administrar archivos" -#: users/static/js/users/site.js:1465 +#: users/static/js/users/site.js:1542 msgid "Can manage motions" msgstr "Puede administrar las mociones" -#: users/static/js/users/site.js:1452 +#: users/static/js/users/site.js:1529 msgid "Can manage tags" msgstr "Puede gestionar etiquetas" -#: users/static/js/users/site.js:1455 +#: users/static/js/users/site.js:1532 msgid "Can manage the chat" msgstr "Puede gestionar la charla" -#: users/static/js/users/site.js:1450 +#: users/static/js/users/site.js:1527 msgid "Can manage the projector" msgstr "Puede administrar el proyector" -#: users/static/js/users/site.js:1470 +#: users/static/js/users/site.js:1547 msgid "Can manage users" msgstr "Puede administrar usuarios" -#: users/static/js/users/site.js:1445 +#: users/static/js/users/site.js:1522 msgid "Can nominate another participant" msgstr "Puede designar a otro participante" -#: users/static/js/users/site.js:1446 +#: users/static/js/users/site.js:1523 msgid "Can nominate oneself" msgstr "Puede designar a uno mismo" @@ -446,91 +439,90 @@ msgstr "Puede designar a uno mismo" msgid "Can not open the projector." msgstr "No puede abrir el proyector." -#: users/static/js/users/site.js:1442 +#: users/static/js/users/site.js:1519 msgid "Can put oneself on the list of speakers" msgstr "Puede ponerse en la lista de oradores" -#: users/static/js/users/site.js:1439 +#: users/static/js/users/site.js:1516 msgid "Can see agenda" msgstr "Puede ver la agenda" -#: users/static/js/users/site.js:1466 +#: users/static/js/users/site.js:1543 msgid "Can see and manage comments" msgstr "Puede ver y gestionar comentarios" -#: users/static/js/users/site.js:1444 +#: users/static/js/users/site.js:1521 msgid "Can see elections" msgstr "Puede ver las elecciones" -#: users/static/js/users/site.js:1469 +#: users/static/js/users/site.js:1546 msgid "Can see extra data of users (e.g. present and comment)" msgstr "Puede ver datos adicionales de los usuarios (por ejemplo, presencia y comentario)" -#: users/static/js/users/site.js:1460 +#: users/static/js/users/site.js:1537 msgid "Can see hidden files" msgstr "Puede ver ficheros escondidos" -#: users/static/js/users/site.js:1441 +#: users/static/js/users/site.js:1518 msgid "Can see hidden items and time scheduling of agenda" msgstr "Puede ver los elementos ocultos y la programación del tiempo de la agenda" -#: users/static/js/users/site.js:1462 +#: users/static/js/users/site.js:1539 msgid "Can see motions" msgstr "Puede ver las mociones" -#: users/static/js/users/site.js:1468 +#: users/static/js/users/site.js:1545 msgid "Can see names of users" msgstr "Puede ver los nombres de los usuarios" -#: users/static/js/users/site.js:1451 +#: users/static/js/users/site.js:1528 msgid "Can see the front page" msgstr "Puede ver la página primera" -#: users/static/js/users/site.js:1457 +#: users/static/js/users/site.js:1534 msgid "Can see the list of files" msgstr "Puede ver la lista de archivos" -#: users/static/js/users/site.js:1449 +#: users/static/js/users/site.js:1526 msgid "Can see the projector" msgstr "Puede ver el proyector" -#: users/static/js/users/site.js:1464 +#: users/static/js/users/site.js:1541 msgid "Can support motions" msgstr "Puede apoyar mociones" -#: users/static/js/users/site.js:1458 +#: users/static/js/users/site.js:1535 msgid "Can upload files" msgstr "Puede cargar archivos" -#: users/static/js/users/site.js:1454 +#: users/static/js/users/site.js:1531 msgid "Can use the chat" msgstr "Puede utilizar el chat" -#: assignments/static/templates/assignments/assignment-form.html:13 +#: assignments/static/templates/assignments/assignment-form.html:18 #: assignments/static/templates/assignments/assignmentpoll-form.html:18 -#: core/static/js/core/site.js:104 core/static/js/core/site.js:105 +#: core/static/js/core/site.js:126 core/static/js/core/site.js:127 #: core/static/templates/core/projector-controls.html:209 #: core/static/templates/core/projector-message-form.html:8 -#: core/static/templates/core/tag-form.html:24 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:56 -#: motions/static/templates/motions/category-form.html:28 +#: core/static/templates/core/tag-form.html:13 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 +#: motions/static/templates/motions/category-form.html:13 #: motions/static/templates/motions/change-recommendation-form.html:13 #: motions/static/templates/motions/motion-block-form.html:13 -#: motions/static/templates/motions/motion-form.html:14 +#: motions/static/templates/motions/motion-form.html:19 #: motions/static/templates/motions/motionpoll-form.html:18 #: topics/static/templates/topics/topic-form.html:13 -#: users/static/templates/users/group-edit.html:22 +#: users/static/templates/users/group-edit.html:24 +#: users/static/templates/users/profile-password-form.html:12 #: users/static/templates/users/user-change-password.html:46 -#: users/static/templates/users/user-detail-password.html:39 -#: users/static/templates/users/user-detail-profile.html:46 #: users/static/templates/users/user-form.html:13 msgid "Cancel" msgstr "Cancelar" #: assignments/static/js/assignments/pdf.js:147 #: assignments/static/js/assignments/pdf.js:65 -#: assignments/static/templates/assignments/assignment-detail.html:179 -#: assignments/static/templates/assignments/assignment-detail.html:204 +#: assignments/static/templates/assignments/assignment-detail.html:183 +#: assignments/static/templates/assignments/assignment-detail.html:208 #: assignments/static/templates/assignments/assignment-detail.html:84 #: assignments/static/templates/assignments/assignment-list.html:312 #: assignments/static/templates/assignments/slide_assignment.html:18 @@ -539,39 +531,42 @@ msgid "Candidates" msgstr "Los candidatos" #: assignments/static/js/assignments/pdf.js:212 -#: assignments/static/js/assignments/site.js:869 -#: assignments/static/templates/assignments/assignment-detail.html:257 +#: assignments/static/js/assignments/site.js:841 +#: assignments/static/templates/assignments/assignment-detail.html:261 #: assignments/static/templates/assignments/slide_assignment.html:92 -#: motions/static/js/motions/site.js:707 -#: motions/static/templates/motions/motion-detail.html:331 +#: motions/static/js/motions/site.js:607 +#: motions/static/templates/motions/motion-detail.html:383 msgid "Casted ballots" msgstr "Papeletas entregadas" -#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:511 -#: motions/static/js/motions/site.js:180 +#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:500 +#: motions/static/js/motions/site.js:102 #: motions/static/templates/motions/category-list.html:13 #: motions/static/templates/motions/motion-list.html:10 msgid "Categories" msgstr "Categorías" -#: motions/static/templates/motions/motion-import.html:113 +#: motions/static/templates/motions/motion-import.html:116 msgid "Categories created" msgstr "Categorías creadas" -#: motions/static/js/motions/pdf.js:81 motions/static/js/motions/site.js:572 -#: motions/static/js/motions/site.js:902 -#: motions/static/templates/motions/category-detail.html:10 +#: motions/static/js/motions/pdf.js:89 motions/static/js/motions/site.js:433 +#: motions/static/js/motions/site.js:806 #: motions/static/templates/motions/category-sort.html:9 -#: motions/static/templates/motions/motion-detail.html:219 +#: motions/static/templates/motions/motion-detail.html:223 +#: motions/static/templates/motions/motion-detail.html:227 #: motions/static/templates/motions/motion-import.html:27 #: motions/static/templates/motions/motion-import.html:48 -#: motions/static/templates/motions/motion-list.html:192 +#: motions/static/templates/motions/motion-list.html:220 msgid "Category" msgstr "Categoría" -#: index.html:101 users/static/templates/users/user-change-password.html:43 -#: users/static/templates/users/user-detail-password.html:3 -#: users/static/templates/users/user-list.html:318 +#: agenda/static/templates/agenda/item-list.html:333 +msgid "Change item number ..." +msgstr "" + +#: index.html:102 users/static/templates/users/user-change-password.html:43 +#: users/static/templates/users/user-list.html:320 msgid "Change password" msgstr "Cambiar contraseña" @@ -579,11 +574,13 @@ msgstr "Cambiar contraseña" msgid "Change password for {{ user.get_short_name() }}" msgstr "Cambie contraseña de {{ user.get_short_name() }}" -#: motions/static/templates/motions/motion-detail/toolbar.html:83 +#: motions/static/templates/motions/motion-detail/toolbar.html:103 +#: motions/static/templates/motions/motion-detail/toolbar.html:139 msgid "Change recommendations" msgstr "Recomendaciones de modificación" -#: motions/static/templates/motions/motion-detail/toolbar.html:98 +#: motions/static/templates/motions/motion-detail/toolbar.html:118 +#: motions/static/templates/motions/motion-detail/toolbar.html:151 msgid "Changed version" msgstr "Versión cambiada" @@ -591,76 +588,76 @@ msgstr "Versión cambiada" msgid "Chat" msgstr "Charla" -#: motions/static/js/motions/site.js:2028 +#: motions/static/js/motions/site.js:1987 msgid "Choose 0 to disable the supporting system." msgstr "Seleccione 0 para desactivar el sistema de apoyo." -#: core/static/js/core/site.js:106 core/static/js/core/site.js:107 +#: core/static/js/core/site.js:128 core/static/js/core/site.js:129 msgid "Clear" msgstr "Despejar" -#: motions/static/templates/motions/motion-import.html:117 +#: motions/static/templates/motions/motion-import.html:120 #: topics/static/templates/topics/topic-import.html:120 -#: users/static/templates/users/user-import.html:208 +#: users/static/templates/users/user-import.html:212 msgid "Clear preview" msgstr "Borrar vista previa" -#: agenda/static/templates/agenda/current-list-of-speakers.html:44 +#: agenda/static/templates/agenda/current-list-of-speakers.html:53 #: agenda/static/templates/agenda/item-detail.html:48 -#: agenda/static/templates/agenda/item-detail.html:67 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:5 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:14 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:5 #: agenda/static/templates/agenda/slide-list-of-speakers.html:10 msgid "Closed" msgstr "Cerrado" -#: agenda/static/js/agenda/site.js:155 agenda/static/js/agenda/site.js:156 +#: agenda/static/js/agenda/site.js:140 agenda/static/js/agenda/site.js:141 msgid "Closed items" msgstr "Artículos cerrados" -#: core/static/js/core/site.js:1545 +#: core/static/js/core/site.js:1700 msgid "Color for blanked projector" msgstr "Color para el proyector en blanco" #: topics/static/templates/topics/topic-import.html:53 #: topics/static/templates/topics/topic-import.html:72 -#: users/static/js/users/site.js:342 users/static/js/users/site.js:501 +#: users/static/js/users/site.js:321 users/static/js/users/site.js:572 #: users/static/templates/users/user-detail.html:43 #: users/static/templates/users/user-import.html:57 -#: users/static/templates/users/user-import.html:82 -#: users/static/templates/users/user-list.html:388 -#: users/static/templates/users/user-list.html:397 +#: users/static/templates/users/user-import.html:83 +#: users/static/templates/users/user-list.html:390 +#: users/static/templates/users/user-list.html:399 msgid "Comment" msgstr "Comentario" -#: motions/static/js/motions/site.js:2034 +#: motions/static/js/motions/site.js:1993 msgid "Comment fields for motions" msgstr "Campos de comentarios para mociones" -#: assignments/static/js/assignments/site.js:879 -msgid "Comment on the ballot paper" -msgstr "Comentario en la papeleta" - -#: motions/static/js/motions/site.js:2033 +#: motions/static/js/motions/site.js:1992 #: motions/static/templates/motions/motion-detail/comments.html:17 msgid "Comments" msgstr "Comentarios" -#: users/static/js/users/site.js:466 users/static/js/users/site.js:495 +#: users/static/js/users/site.js:537 users/static/js/users/site.js:566 msgid "Committee" msgstr "Comité" -#: users/static/js/users/base.js:163 +#: users/static/js/users/base.js:165 msgid "Committees" msgstr "Comités" -#: motions/static/js/motions/base.js:781 +#: motions/static/js/motions/base.js:801 msgid "Complex Workflow" msgstr "Flujo de trabajo complejo" -#: users/static/templates/users/user-detail-password.html:29 +#: users/static/js/users/site.js:467 msgid "Confirm new password" msgstr "Confirme contraseña nueva" +#: core/static/js/core/base.js:490 +msgid "Connection lost. You are not connected to the server anymore." +msgstr "" + #: core/static/templates/core/login-form.html:23 msgid "Continue as guest" msgstr "Continue como invitado" @@ -677,11 +674,11 @@ msgid "" " line." msgstr "Copie y pegue los títulos de su artículos de agenda en esta casilla de texto. Mantenga cada artículo en una sola línea." -#: core/static/js/core/base.js:812 +#: core/static/js/core/base.js:917 msgid "Countdown" msgstr "Cuenta regresiva" -#: core/static/js/core/base.js:813 +#: core/static/js/core/base.js:918 #: core/static/templates/core/projector-controls.html:142 msgid "Countdowns" msgstr "Cuentas regresivas" @@ -694,79 +691,85 @@ msgstr "Enlace cuentas regresivas con la lista de oradores" msgid "Create new group" msgstr "Crea un nuevo grupo" -#: motions/static/js/motions/site.js:908 +#: motions/static/js/motions/site.js:812 msgid "Creation date" msgstr "Fecha de creación" -#: core/static/js/core/site.js:1539 +#: core/static/js/core/site.js:1694 msgid "Current browser language" msgstr "Lengua actual de navegador" -#: agenda/static/js/agenda/site.js:96 -#: agenda/static/templates/agenda/current-list-of-speakers.html:24 -#: agenda/static/templates/agenda/current-list-of-speakers.html:42 -#: agenda/static/templates/agenda/item-list.html:20 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:3 +#: agenda/static/js/agenda/site.js:73 +#: agenda/static/templates/agenda/current-list-of-speakers.html:17 +#: agenda/static/templates/agenda/current-list-of-speakers.html:51 +#: agenda/static/templates/agenda/item-list.html:23 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:3 +#: core/static/templates/core/projector-controls.html:280 msgid "Current list of speakers" msgstr "Lista de oradores actual" -#: assignments/static/js/assignments/site.js:957 -#: motions/static/js/motions/site.js:2056 +#: assignments/static/js/assignments/site.js:915 +#: motions/static/js/motions/site.js:2015 msgid "Custom number of ballot papers" msgstr "Cantidad de papeletas arbitraria" -#: agenda/static/templates/agenda/current-list-of-speakers.html:36 +#: agenda/static/templates/agenda/current-list-of-speakers.html:44 #: agenda/static/templates/agenda/item-detail.html:35 -#: agenda/static/templates/agenda/item-list.html:254 -#: agenda/static/templates/agenda/item-list.html:52 +#: agenda/static/templates/agenda/item-list.html:257 +#: agenda/static/templates/agenda/item-list.html:55 +#: core/static/templates/core/projector-controls.html:307 #: mediafiles/static/templates/mediafiles/mediafile-list.html:273 #: motions/static/templates/motions/motion-detail.html:45 -#: projector-button.html:23 users/static/js/users/base.js:160 +#: projector-button.html:23 users/static/js/users/base.js:162 msgid "Default" msgstr "Predeterminado" -#: assignments/static/js/assignments/site.js:191 +#: assignments/static/js/assignments/site.js:150 msgid "Default comment on the ballot paper" msgstr "Comentario predeterminado en la papeleta de votación" -#: motions/static/js/motions/site.js:2004 +#: motions/static/js/motions/site.js:1962 msgid "Default line numbering" msgstr "Numeración de líneas predeterminada" -#: assignments/static/js/assignments/site.js:959 +#: assignments/static/js/assignments/site.js:917 msgid "" "Default method to check whether a candidate has reached the required " "majority." msgstr "Método predeterminado de verificar si un candidato alcanzó la mayoría necesaria." -#: motions/static/js/motions/site.js:2047 +#: motions/static/js/motions/site.js:2006 msgid "" "Default method to check whether a motion has reached the required majority." msgstr "Método predeterminado para verificar si una moción alcanzó la mayoría necesaria." -#: core/static/js/core/site.js:1549 +#: core/static/js/core/site.js:1704 msgid "Default projector" msgstr "Proyector predeterminado" -#: users/static/js/users/base.js:161 +#: motions/static/js/motions/site.js:1974 +msgid "Default text version for change recommendations" +msgstr "" + +#: users/static/js/users/base.js:163 msgid "Delegates" msgstr "Delegados" -#: agenda/static/templates/agenda/item-list.html:285 -#: assignments/static/templates/assignments/assignment-detail.html:142 +#: agenda/static/templates/agenda/item-list.html:287 +#: assignments/static/templates/assignments/assignment-detail.html:146 #: assignments/static/templates/assignments/assignment-list.html:257 #: core/static/templates/core/manage-projectors.html:72 -#: core/static/templates/core/tag-list.html:41 +#: core/static/templates/core/tag-list.html:45 #: mediafiles/static/templates/mediafiles/mediafile-list.html:294 #: motions/static/templates/motions/category-list.html:48 -#: motions/static/templates/motions/motion-block-list.html:40 -#: motions/static/templates/motions/motion-detail.html:256 -#: motions/static/templates/motions/motion-detail.html:461 -#: motions/static/templates/motions/motion-detail/view-diff.html:30 +#: motions/static/templates/motions/motion-block-list.html:44 +#: motions/static/templates/motions/motion-detail.html:308 +#: motions/static/templates/motions/motion-detail.html:516 +#: motions/static/templates/motions/motion-detail/view-diff.html:29 #: motions/static/templates/motions/motion-detail/view-original.html:36 -#: motions/static/templates/motions/motion-list.html:515 +#: motions/static/templates/motions/motion-list.html:516 #: motions/static/templates/motions/motion-list.html:84 -#: users/static/templates/users/user-list.html:319 +#: users/static/templates/users/user-list.html:321 #: users/static/templates/users/user-list.html:70 msgid "Delete" msgstr "Eliminar" @@ -775,7 +778,7 @@ msgstr "Eliminar" msgid "Delete selected elections" msgstr "Eliminar elecciones seleccionadas" -#: agenda/static/templates/agenda/item-list.html:123 +#: agenda/static/templates/agenda/item-list.html:126 msgid "Delete selected items" msgstr "Eliminar los elementos seleccionados." @@ -791,14 +794,14 @@ msgstr "Eliminar mociones seleccionadas" msgid "Delete selected participants" msgstr "Eliminar participantes seleccionados." -#: motions/static/js/motions/base.js:740 motions/static/js/motions/pdf.js:192 -#: motions/static/js/motions/site.js:375 -#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/js/motions/base.js:760 motions/static/js/motions/pdf.js:199 +#: motions/static/js/motions/site.js:249 +#: motions/static/templates/motions/motion-detail/change-summary.html:26 msgid "Deletion" msgstr "Eliminación" #: assignments/static/js/assignments/pdf.js:42 -#: assignments/static/js/assignments/site.js:174 +#: assignments/static/js/assignments/site.js:133 #: assignments/static/templates/assignments/assignment-detail.html:79 #: core/static/templates/core/projector-controls.html:194 msgid "Description" @@ -808,31 +811,32 @@ msgstr "Descripción" msgid "Deselect file" msgstr "Deseleccione fichero" -#: users/static/js/users/site.js:362 +#: users/static/js/users/site.js:341 msgid "Designates whether this user is in the room or not." msgstr "Indica si el usuario está en el cuarto." -#: users/static/js/users/site.js:384 +#: users/static/js/users/site.js:363 msgid "Designates whether this user should be treated as a committee." msgstr "Indica si el usuario será tratado como comité." -#: users/static/js/users/site.js:372 +#: users/static/js/users/site.js:351 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting the account." msgstr "Indica si este usuario debe tratarse como activo. Deseleccione esta opción en lugar de la eliminación de la cuenta." -#: motions/static/templates/motions/motion-detail/toolbar.html:104 +#: motions/static/templates/motions/motion-detail/toolbar.html:124 +#: motions/static/templates/motions/motion-detail/toolbar.html:156 msgid "Diff version" msgstr "Versión de diferencia" -#: assignments/static/js/assignments/site.js:963 -#: motions/static/js/motions/site.js:2051 +#: assignments/static/js/assignments/site.js:921 +#: motions/static/js/motions/site.js:2010 msgid "Disabled" msgstr "Desactivado" -#: assignments/static/js/assignments/site.js:952 -#: motions/static/js/motions/site.js:2045 +#: assignments/static/js/assignments/site.js:910 +#: motions/static/js/motions/site.js:2004 msgid "Disabled (no percents)" msgstr "Desactivado (sin porcentajes)" @@ -841,26 +845,26 @@ msgid "" "Display an identifier message on all projectors with the id and the name." msgstr "Proyecte un mensaje identificador en todos los proyectores con este id y nombre." -#: motions/static/js/motions/base.js:798 +#: motions/static/js/motions/base.js:818 msgid "Do not concern" msgstr "De no preocupación" -#: motions/static/js/motions/base.js:778 +#: motions/static/js/motions/base.js:798 msgid "Do not decide" msgstr "No decidir" -#: motions/static/templates/motions/motion-detail.html:398 -#: motions/static/templates/motions/motion-detail.html:413 +#: motions/static/templates/motions/motion-detail.html:453 +#: motions/static/templates/motions/motion-detail.html:468 msgid "" "Do you want to create a new version of this motion based on this changes?" msgstr "¿Desea crear una versión nueva de esa moción, basada en esos cambios?" -#: motions/static/js/motions/site.js:505 +#: motions/static/js/motions/site.js:366 msgid "Don't create a new version." msgstr "No crea una versión nueva." -#: agenda/static/templates/agenda/item-list.html:336 -#: agenda/static/templates/agenda/item-list.html:341 +#: agenda/static/templates/agenda/item-list.html:347 +#: agenda/static/templates/agenda/item-list.html:352 #: motions/static/templates/motions/motion-list.html:182 #: motions/static/templates/motions/motion-list.html:346 msgid "Done" @@ -868,7 +872,7 @@ msgstr "Hecho" #: motions/static/templates/motions/motion-import.html:32 #: topics/static/templates/topics/topic-import.html:58 -#: users/static/templates/users/user-import.html:65 +#: users/static/templates/users/user-import.html:66 msgid "Download CSV example file" msgstr "Descargar archivo CSV de ejemplo" @@ -884,31 +888,31 @@ msgid "" "renumber." msgstr "Arrastre y suelte mociones para cambiar el orden de la categoría. Después haga clic en el botón para numerar." -#: agenda/static/templates/agenda/item-list.html:134 +#: agenda/static/templates/agenda/item-list.html:137 #: topics/static/templates/topics/topic-import.html:52 #: topics/static/templates/topics/topic-import.html:71 msgid "Duration" msgstr "Duración" -#: agenda/static/templates/agenda/item-list.html:283 +#: agenda/static/templates/agenda/item-list.html:286 #: assignments/static/templates/assignments/assignment-detail.html:20 #: assignments/static/templates/assignments/assignment-list.html:256 -#: core/static/templates/core/tag-list.html:40 +#: core/static/templates/core/tag-list.html:44 #: mediafiles/static/templates/mediafiles/mediafile-list.html:293 #: motions/static/templates/motions/category-list.html:46 #: motions/static/templates/motions/motion-block-detail.html:19 -#: motions/static/templates/motions/motion-block-list.html:38 -#: motions/static/templates/motions/motion-detail.html:248 +#: motions/static/templates/motions/motion-block-list.html:42 +#: motions/static/templates/motions/motion-detail.html:300 #: motions/static/templates/motions/motion-detail.html:53 -#: motions/static/templates/motions/motion-detail/view-diff.html:35 -#: motions/static/templates/motions/motion-list.html:512 +#: motions/static/templates/motions/motion-detail/view-diff.html:34 +#: motions/static/templates/motions/motion-list.html:513 #: topics/static/templates/topics/topic-detail.html:19 #: users/static/templates/users/user-detail.html:14 -#: users/static/templates/users/user-list.html:317 +#: users/static/templates/users/user-list.html:319 msgid "Edit" msgstr "Editar" -#: motions/static/templates/motions/category-form.html:9 +#: motions/static/templates/motions/category-form.html:1 msgid "Edit category" msgstr "Editar categoría" @@ -954,11 +958,11 @@ msgstr "Editar nombre" msgid "Edit participant" msgstr "Editar participante" -#: index.html:96 users/static/templates/users/user-detail-profile.html:3 +#: index.html:97 users/static/js/users/site.js:819 msgid "Edit profile" msgstr "Editar perfil" -#: core/static/templates/core/tag-form.html:9 +#: core/static/templates/core/tag-form.html:1 msgid "Edit tag" msgstr "Editar etiqueta" @@ -972,15 +976,15 @@ msgid "" "recommendations." msgstr "Edición de textos ya no es posible cuando hayan recomendaciones de cambio." -#: assignments/static/js/assignments/base.js:316 -#: assignments/static/js/assignments/site.js:643 +#: assignments/static/js/assignments/base.js:330 +#: assignments/static/js/assignments/site.js:603 #: assignments/static/templates/assignments/assignment-detail.html:31 #: assignments/static/templates/assignments/slide_assignment.html:7 msgid "Election" msgstr "Elección" -#: assignments/static/js/assignments/site.js:936 -#: assignments/static/templates/assignments/assignment-detail.html:186 +#: assignments/static/js/assignments/site.js:894 +#: assignments/static/templates/assignments/assignment-detail.html:190 msgid "Election method" msgstr "Método de elección" @@ -988,13 +992,13 @@ msgstr "Método de elección" msgid "Election result" msgstr "Resultado Electoral" -#: assignments/static/js/assignments/base.js:317 +#: assignments/static/js/assignments/base.js:331 #: assignments/static/js/assignments/site.js:19 -#: assignments/static/js/assignments/site.js:36 -#: assignments/static/js/assignments/site.js:423 -#: assignments/static/js/assignments/site.js:941 +#: assignments/static/js/assignments/site.js:31 +#: assignments/static/js/assignments/site.js:387 +#: assignments/static/js/assignments/site.js:49 +#: assignments/static/js/assignments/site.js:899 #: assignments/static/templates/assignments/assignment-list.html:13 -#: search.html:25 msgid "Elections" msgstr "Elecciones" @@ -1006,11 +1010,11 @@ msgstr "Codificación" msgid "Encrypted" msgstr "Cifrado" -#: agenda/static/templates/agenda/item-detail.html:81 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:28 msgid "End current speech" msgstr "Terminar discurso actual" -#: agenda/static/templates/agenda/item-detail.html:126 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:73 msgid "End speech" msgstr "Terminar discurso" @@ -1018,65 +1022,73 @@ msgstr "Terminar discurso" msgid "Enter duration in seconds. Choose 0 to disable warning color." msgstr "Introducir la duración en segundos. Seleccione 0 para desactivar el color de advertencia." -#: assignments/static/templates/assignments/assignment-detail.html:157 +#: assignments/static/templates/assignments/assignment-detail.html:161 msgid "Enter votes" msgstr "Introducir votos" -#: users/static/js/users/site.js:910 +#: core/static/js/core/base.js:473 +msgid "Error" +msgstr "" + +#: pdf-status.html:18 +msgid "Error while generating PDF file" +msgstr "" + +#: users/static/js/users/site.js:986 msgid "Error: Given name or surname is required." msgstr "Error: Se requiere nombre o apellido." -#: motions/static/js/motions/site.js:1690 +#: motions/static/js/motions/site.js:1632 msgid "Error: Identifier already exists." msgstr "Error: El identificador ya existe." -#: motions/static/js/motions/site.js:1701 +#: motions/static/js/motions/site.js:1643 msgid "Error: Text is required." msgstr "Error: El texto es necesario." -#: motions/static/js/motions/site.js:1696 topics/static/js/topics/site.js:328 +#: motions/static/js/motions/site.js:1638 topics/static/js/topics/site.js:308 msgid "Error: Title is required." msgstr "Error: El título es necesario." -#: agenda/static/templates/agenda/item-list.html:137 +#: agenda/static/templates/agenda/item-list.html:140 msgid "Estimated end:" msgstr "Final estimado:" -#: core/static/js/core/site.js:1521 +#: core/static/js/core/site.js:1675 msgid "Event" msgstr "Evento" -#: core/static/js/core/site.js:1523 +#: core/static/js/core/site.js:1677 msgid "Event date" msgstr "Fecha del evento" -#: core/static/js/core/site.js:1524 +#: core/static/js/core/site.js:1678 msgid "Event location" msgstr "Lugar del evento" -#: core/static/js/core/site.js:1515 +#: core/static/js/core/site.js:1669 msgid "Event name" msgstr "Nombre del evento" -#: core/static/js/core/site.js:1525 +#: core/static/js/core/site.js:1679 msgid "Event organizer" msgstr "Organizador del evento" -#: agenda/static/templates/agenda/item-list.html:87 +#: agenda/static/templates/agenda/item-list.html:90 #: assignments/static/templates/assignments/assignment-list.html:31 #: motions/static/templates/motions/motion-list.html:43 #: users/static/templates/users/user-list.html:37 msgid "Export all" msgstr "Exportar todo" -#: agenda/static/templates/agenda/item-list.html:90 +#: agenda/static/templates/agenda/item-list.html:93 #: assignments/static/templates/assignments/assignment-list.html:34 #: motions/static/templates/motions/motion-list.html:46 #: users/static/templates/users/user-list.html:40 msgid "Export filtered" msgstr "Exportar filtrado" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:11 +#: mediafiles/static/js/mediafiles/forms.js:54 msgid "File" msgstr "Archivo" @@ -1087,28 +1099,39 @@ msgstr "Tamaño del fichero" #: mediafiles/static/js/mediafiles/resources.js:20 #: mediafiles/static/js/mediafiles/resources.js:21 #: mediafiles/static/js/mediafiles/states.js:18 -#: mediafiles/static/js/mediafiles/states.js:35 -#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 search.html:33 +#: mediafiles/static/js/mediafiles/states.js:30 +#: mediafiles/static/js/mediafiles/states.js:48 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 msgid "Files" msgstr "Archivos" -#: agenda/static/templates/agenda/item-list.html:155 +#: agenda/static/templates/agenda/item-list.html:158 #: assignments/static/templates/assignments/assignment-list.html:93 -#: core/static/templates/core/tag-list.html:22 +#: core/static/templates/core/tag-list.html:26 #: mediafiles/static/templates/mediafiles/mediafile-list.html:160 #: motions/static/templates/motions/category-list.html:21 #: motions/static/templates/motions/motion-block-detail.html:39 #: motions/static/templates/motions/motion-block-list.html:21 #: motions/static/templates/motions/motion-list.html:157 -#: users/static/templates/users/user-list.html:164 +#: users/static/templates/users/user-list.html:166 msgid "Filter" msgstr "Filtrar" -#: assignments/static/js/assignments/site.js:969 +#: motions/static/templates/motions/motion-detail/toolbar.html:131 +#: motions/static/templates/motions/motion-detail/toolbar.html:161 +msgid "Final version" +msgstr "" + +#: motions/static/templates/motions/motion-detail.html:36 +msgctxt "resolution" +msgid "Final version" +msgstr "" + +#: assignments/static/js/assignments/site.js:927 msgid "Finished" msgstr "Terminado" -#: motions/static/templates/motions/motion-detail.html:214 +#: motions/static/templates/motions/motion-detail.html:218 msgid "Follow recommendation" msgstr "Seguir la recomendación" @@ -1116,15 +1139,15 @@ msgstr "Seguir la recomendación" msgid "Follow recommendations for all motions" msgstr "Seguir las recomendaciones para todas mociones" -#: core/static/js/core/site.js:1542 +#: core/static/js/core/site.js:1697 msgid "Font color of projector header and footer" msgstr "Color de fuente del encabezado y pie de proyector" -#: core/static/js/core/site.js:1543 +#: core/static/js/core/site.js:1698 msgid "Font color of projector headline" msgstr "Color de fuente del encabezado del proyector" -#: assignments/static/js/assignments/site.js:944 +#: assignments/static/js/assignments/site.js:902 msgid "" "For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base " "depends on the election method: If there is only one option per candidate, " @@ -1132,24 +1155,24 @@ msgid "" "candidate the sum of all votes is 100 %." msgstr "Para Si/No/Abstenerse por candidato y Si/No por candidato la base de 100% depende del método de elección: Si sólo existe una opción por candidato, la suma de todos votos de todos los candidatos son 100%. De lo contrario para cada candidato la suma de todos los votos son 100%." -#: motions/static/js/motions/site.js:355 +#: motions/static/js/motions/site.js:229 msgid "From Line" msgstr "De línea" -#: core/static/js/core/site.js:1529 +#: core/static/js/core/site.js:1683 msgid "Front page text" msgstr "Texto de la página principal" -#: core/static/js/core/site.js:1527 +#: core/static/js/core/site.js:1681 msgid "Front page title" msgstr "Título de la página principal" -#: core/static/js/core/site.js:1520 motions/static/js/motions/site.js:1996 -#: users/static/js/users/site.js:1160 users/static/js/users/site.js:1473 +#: core/static/js/core/site.js:1674 motions/static/js/motions/site.js:1954 +#: users/static/js/users/site.js:1235 users/static/js/users/site.js:1550 msgid "General" msgstr "Generál" -#: users/static/js/users/site.js:329 +#: users/static/js/users/site.js:308 #: users/static/templates/users/user-change-password.html:33 msgid "Generate" msgstr "Generar" @@ -1159,51 +1182,62 @@ msgstr "Generar" msgid "Generate new passwords" msgstr "Genere contraseñas nuevas" -#: users/static/js/users/site.js:1476 users/static/js/users/site.js:270 -#: users/static/js/users/site.js:487 -#: users/static/templates/users/user-detail-profile.html:26 +#: pdf-status.html:8 +msgid "Generating PDF file {{ filename }} ..." +msgstr "" + +#: users/static/js/users/site.js:1553 users/static/js/users/site.js:249 +#: users/static/js/users/site.js:558 #: users/static/templates/users/user-import.html:52 -#: users/static/templates/users/user-import.html:77 +#: users/static/templates/users/user-import.html:78 msgid "Given name" msgstr "Nombre" -#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:106 -#: users/static/js/users/site.js:315 +#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:294 +#: users/static/js/users/site.js:85 #: users/static/templates/users/group-list.html:14 #: users/static/templates/users/user-detail.html:29 #: users/static/templates/users/user-import.html:56 -#: users/static/templates/users/user-import.html:81 +#: users/static/templates/users/user-import.html:82 #: users/static/templates/users/user-list.html:10 -#: users/static/templates/users/user-list.html:171 -#: users/static/templates/users/user-list.html:334 -#: users/static/templates/users/user-list.html:363 +#: users/static/templates/users/user-list.html:173 +#: users/static/templates/users/user-list.html:336 +#: users/static/templates/users/user-list.html:365 msgid "Groups" msgstr "Grupos" -#: users/static/templates/users/user-import.html:204 +#: users/static/templates/users/user-import.html:208 msgid "Groups created" msgstr "Grupos creados" -#: users/static/js/users/site.js:1482 +#: users/static/js/users/site.js:1559 msgid "Help text for access data and welcome PDF" msgstr "Texto de ayuda para PDF de datos de acceso y de bienvenida" +#: mediafiles/static/js/mediafiles/forms.js:77 #: mediafiles/static/js/mediafiles/list.js:71 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:28 msgid "Hidden" msgstr "Ocultado" -#: agenda/static/templates/agenda/item-detail.html:102 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:49 msgid "Hide" msgstr "Ocultar" -#: core/static/js/core/site.js:132 core/static/js/core/site.js:264 +#: agenda/static/templates/agenda/item-sort.html:18 +msgid "Hide internal items" +msgstr "" + +#: assignments/static/templates/assignments/assignment-detail.html:136 +msgid "Hint on the ballot paper." +msgstr "" + +#: core/static/js/core/site.js:162 core/static/js/core/site.js:304 msgid "Home" msgstr "Inicio" -#: motions/static/js/motions/site.js:1998 -#: motions/static/js/motions/site.js:339 motions/static/js/motions/site.js:453 -#: motions/static/js/motions/site.js:896 +#: motions/static/js/motions/site.js:1956 +#: motions/static/js/motions/site.js:213 motions/static/js/motions/site.js:314 +#: motions/static/js/motions/site.js:800 #: motions/static/templates/motions/motion-import.html:22 #: motions/static/templates/motions/motion-import.html:43 msgid "Identifier" @@ -1219,20 +1253,20 @@ msgstr "Identificador, razón, presentador, categoría y origen son opcionales y msgid "Identify" msgstr "Identificar" -#: motions/static/js/motions/motion-block.js:89 -#: topics/static/js/topics/site.js:143 +#: motions/static/js/motions/motion-block.js:86 +#: topics/static/js/topics/site.js:125 msgid "If deactivated it appears as internal item on agenda." msgstr "Si está desactivada, aparece como elemento interno de la agenda." -#: assignments/static/js/assignments/site.js:199 +#: assignments/static/js/assignments/site.js:158 msgid "If deactivated the election appears as internal item on agenda." msgstr "Si se desactiva la elección aparece como elemento interno de la agenda." -#: motions/static/js/motions/site.js:514 +#: motions/static/js/motions/site.js:375 msgid "If deactivated the motion appears as internal item on agenda." msgstr "Si se desactiva la moción aparece como elemento interno de la agenda." -#: agenda/static/templates/agenda/item-list.html:14 +#: agenda/static/templates/agenda/item-list.html:16 #: motions/static/templates/motions/motion-list.html:22 #: topics/static/templates/topics/topic-import.html:24 #: users/static/templates/users/user-import.html:25 @@ -1266,30 +1300,32 @@ msgstr "Importar temas" msgid "Import {{ itemsWillBeImported }} topics" msgstr "Importar {{ itemsWillBeImported }} temas" -#: motions/static/templates/motions/motion-import.html:120 +#: motions/static/templates/motions/motion-import.html:123 msgid "Import {{ motionsWillBeImported }} motions" msgstr "Importar {{ motionsWillBeImported }} mociones" -#: users/static/templates/users/user-import.html:211 +#: users/static/templates/users/user-import.html:215 msgid "Import {{ usersWillBeImported }} participants" msgstr "Importar {{ usersWillBeImported }} participantes" -#: agenda/static/templates/agenda/item-list.html:245 +#: agenda/static/templates/agenda/item-list.html:248 msgid "Include all sub items" msgstr "Incluir todos subelementos" -#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:326 +#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:305 #: users/static/templates/users/user-change-password.html:39 +#: users/static/templates/users/user-import.html:61 +#: users/static/templates/users/user-import.html:87 msgid "Initial password" msgstr "Contraseña inicial" -#: users/static/js/users/site.js:327 +#: users/static/js/users/site.js:306 #: users/static/templates/users/user-change-password.html:37 msgid "Initial password can not be changed." msgstr "La contraseña inicial no puede ser cambiada." #. Line numbering: Inline -#: motions/static/js/motions/site.js:2008 +#: motions/static/js/motions/site.js:1966 msgid "Inline" msgstr "En línea" @@ -1305,9 +1341,9 @@ msgstr "Revisar en línea" msgid "Input format: DD.MM.YYYY HH:MM" msgstr "Formato de entrada: DD.MM.AAAA HH:MM" -#: motions/static/js/motions/base.js:737 motions/static/js/motions/pdf.js:190 -#: motions/static/js/motions/site.js:374 -#: motions/static/templates/motions/motion-detail/change-summary.html:17 +#: motions/static/js/motions/base.js:757 motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/site.js:248 +#: motions/static/templates/motions/motion-detail/change-summary.html:25 msgid "Insertion" msgstr "Inserción" @@ -1315,24 +1351,23 @@ msgstr "Inserción" msgid "Installed plugins:" msgstr "Plugins instalados:" -#: agenda/static/templates/agenda/item-list.html:266 -#: agenda/static/templates/agenda/item-list.html:332 -#: agenda/static/templates/agenda/item-sort.html:21 +#: agenda/static/templates/agenda/item-list.html:269 +#: agenda/static/templates/agenda/item-list.html:343 #: topics/static/templates/topics/topic-import.html:54 #: topics/static/templates/topics/topic-import.html:73 msgid "Internal item" msgstr "Elemento interno" -#: agenda/static/js/agenda/site.js:161 agenda/static/js/agenda/site.js:162 +#: agenda/static/js/agenda/site.js:146 agenda/static/js/agenda/site.js:147 msgid "Internal items" msgstr "Elementos internos" #: assignments/static/js/assignments/pdf.js:199 -#: assignments/static/js/assignments/site.js:861 -#: assignments/static/templates/assignments/assignment-detail.html:251 +#: assignments/static/js/assignments/site.js:833 +#: assignments/static/templates/assignments/assignment-detail.html:255 #: assignments/static/templates/assignments/slide_assignment.html:87 -#: motions/static/js/motions/site.js:699 -#: motions/static/templates/motions/motion-detail.html:322 +#: motions/static/js/motions/site.js:599 +#: motions/static/templates/motions/motion-detail.html:374 msgid "Invalid ballots" msgstr "Papeletas inválidas" @@ -1340,7 +1375,7 @@ msgstr "Papeletas inválidas" msgid "Invalid input." msgstr "Entrada inválida." -#: motions/static/js/motions/pdf.js:129 +#: motions/static/js/motions/pdf.js:136 msgid "Invalid votes" msgstr "Votos inválidos" @@ -1352,21 +1387,21 @@ msgstr "Es PDF" msgid "Is PDF file" msgstr "Es archivo PDF" -#: users/static/js/users/site.js:383 users/static/js/users/site.js:467 -#: users/static/templates/users/user-list.html:301 +#: users/static/js/users/site.js:362 users/static/js/users/site.js:538 +#: users/static/templates/users/user-list.html:303 msgid "Is a committee" msgstr "Es un comité" -#: users/static/js/users/site.js:371 users/static/js/users/site.js:460 +#: users/static/js/users/site.js:350 users/static/js/users/site.js:531 #: users/static/templates/users/user-import.html:58 -#: users/static/templates/users/user-import.html:83 -#: users/static/templates/users/user-list.html:113 +#: users/static/templates/users/user-import.html:84 +#: users/static/templates/users/user-list.html:114 msgid "Is active" msgstr "Está activo" #: users/static/templates/users/user-import.html:60 -#: users/static/templates/users/user-import.html:85 -#: users/static/templates/users/user-list.html:115 +#: users/static/templates/users/user-import.html:86 +#: users/static/templates/users/user-list.html:116 msgid "Is committee" msgstr "Es comité" @@ -1375,7 +1410,7 @@ msgstr "Es comité" msgid "Is hidden" msgstr "Está oculto" -#: users/static/templates/users/user-list.html:299 +#: users/static/templates/users/user-list.html:301 msgid "Is inactive" msgstr "Está inactivo" @@ -1383,13 +1418,13 @@ msgstr "Está inactivo" msgid "Is no PDF file" msgstr "No es archivo PDF" -#: users/static/js/users/site.js:468 -#: users/static/templates/users/user-list.html:122 +#: users/static/js/users/site.js:539 +#: users/static/templates/users/user-list.html:124 msgid "Is not a committee" msgstr "No es un comité" -#: users/static/js/users/site.js:461 -#: users/static/templates/users/user-list.html:120 +#: users/static/js/users/site.js:532 +#: users/static/templates/users/user-list.html:122 msgid "Is not active" msgstr "No está activo" @@ -1397,30 +1432,34 @@ msgstr "No está activo" msgid "Is not hidden" msgstr "No está oculto" -#: users/static/js/users/site.js:454 -#: users/static/templates/users/user-list.html:121 +#: users/static/js/users/site.js:525 +#: users/static/templates/users/user-list.html:123 msgid "Is not present" msgstr "No está presente" -#: users/static/js/users/site.js:361 users/static/js/users/site.js:453 +#: users/static/js/users/site.js:340 users/static/js/users/site.js:524 #: users/static/templates/users/user-import.html:59 -#: users/static/templates/users/user-import.html:84 -#: users/static/templates/users/user-list.html:114 +#: users/static/templates/users/user-import.html:85 +#: users/static/templates/users/user-list.html:115 msgid "Is present" msgstr "Está presente" #. short form of agenda item -#: assignments/static/js/assignments/site.js:360 +#: assignments/static/js/assignments/site.js:325 #: motions/static/templates/motions/motion-list.html:299 msgid "Item" msgstr "Tema" -#: motions/static/js/motions/site.js:910 -#: motions/static/templates/motions/motion-detail.html:464 +#: motions/static/templates/motions/motion-detail/toolbar.html:85 +msgid "Jump to a given line number" +msgstr "" + +#: motions/static/js/motions/site.js:814 +#: motions/static/templates/motions/motion-detail.html:519 msgid "Last modified" msgstr "Última modificación" -#: agenda/static/templates/agenda/item-detail.html:101 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:48 msgid "Last speakers" msgstr "Últimos oradores" @@ -1428,32 +1467,33 @@ msgstr "Últimos oradores" msgid "Leave empty for autodetection of the separator." msgstr "Deje vacío para detección automática de caracter separador." -#: core/static/js/core/site.js:1526 core/static/js/core/site.js:302 -#: index.html:183 legalnotice.html:3 +#: core/static/js/core/site.js:1680 core/static/js/core/site.js:344 +#: index.html:250 legalnotice.html:3 msgid "Legal notice" msgstr "Aviso legal" -#: motions/static/js/motions/pdf.js:184 -#: motions/static/templates/motions/motion-detail/change-summary.html:10 -#: motions/static/templates/motions/motion-detail/change-summary.html:13 -#: motions/static/templates/motions/motion-detail/toolbar.html:54 +#: motions/static/js/motions/pdf.js:191 +#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/templates/motions/motion-detail/change-summary.html:21 +#: motions/static/templates/motions/motion-detail/toolbar.html:78 msgid "Line" msgstr "Línea" -#: motions/static/js/motions/site.js:2011 +#: motions/static/js/motions/site.js:1969 msgid "Line length" msgstr "Longitud de línea" #: motions/static/templates/motions/motion-detail/toolbar.html:28 +#: motions/static/templates/motions/motion-detail/toolbar.html:53 msgid "Line numbering" msgstr "Numeración de línea" -#: users/static/js/users/site.js:628 +#: users/static/js/users/site.js:695 #: users/static/templates/users/user-list.html:54 msgid "List of access data" msgstr "Lista de los datos de acceso" -#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:622 +#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:689 #: users/static/templates/users/user-list.html:49 msgid "List of participants" msgstr "Lista de participantes" @@ -1461,8 +1501,8 @@ msgstr "Lista de participantes" #: agenda/static/js/agenda/site.js:710 #: agenda/static/templates/agenda/item-detail.html:21 #: agenda/static/templates/agenda/item-detail.html:47 -#: agenda/static/templates/agenda/item-list.html:281 -#: agenda/static/templates/agenda/slide-current-list-of-speakers-overlay.html:4 +#: agenda/static/templates/agenda/item-list.html:284 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers-overlay.html:2 #: agenda/static/templates/agenda/slide-list-of-speakers.html:7 #: assignments/static/templates/assignments/assignment-detail.html:12 #: core/static/templates/core/projector-controls.html:268 @@ -1472,7 +1512,7 @@ msgstr "Lista de participantes" msgid "List of speakers" msgstr "Lista de oradores" -#: agenda/static/js/agenda/base.js:355 core/static/js/core/site.js:1546 +#: core/static/js/core/site.js:1701 msgid "List of speakers overlay" msgstr "Lista de oradores sobrepuesta" @@ -1480,11 +1520,11 @@ msgstr "Lista de oradores sobrepuesta" msgid "Live view" msgstr "Vista en vivo" -#: core/static/templates/core/login-form.html:20 index.html:116 +#: core/static/templates/core/login-form.html:20 index.html:117 msgid "Login" msgstr "Login" -#: index.html:107 +#: index.html:108 msgid "Logout" msgstr "Cerrar sesión" @@ -1492,25 +1532,21 @@ msgstr "Cerrar sesión" msgid "Manage" msgstr "Gestionar" -#: core/static/templates/core/projector-controls.html:275 -msgid "Manage current list of speakers" -msgstr "Gestionar lista de oradores actual" - -#: agenda/static/templates/agenda/current-list-of-speakers.html:13 -msgid "Manage list" -msgstr "Gestionar lista" - -#: core/static/js/core/site.js:288 +#: core/static/js/core/site.js:329 #: core/static/templates/core/manage-projectors.html:35 msgid "Manage projectors" msgstr "Gestionar proyectores" -#: core/static/js/core/base.js:761 core/static/js/core/site.js:396 +#: core/static/templates/core/projector-controls.html:316 +msgid "Manage the current list of speakers" +msgstr "" + +#: core/static/js/core/base.js:866 core/static/js/core/site.js:421 #: core/static/templates/core/projector-controls.html:235 msgid "Message" msgstr "Mensaje" -#: core/static/js/core/base.js:762 +#: core/static/js/core/base.js:867 #: core/static/templates/core/projector-controls.html:229 msgid "Messages" msgstr "Mensajes" @@ -1521,10 +1557,10 @@ msgid "Meta information" msgstr "Información meta" #: motions/static/js/motions/base.js:213 motions/static/js/motions/docx.js:76 -#: motions/static/js/motions/motion-services.js:36 -#: motions/static/js/motions/motion-services.js:45 -#: motions/static/js/motions/pdf.js:23 motions/static/js/motions/pdf.js:353 -#: motions/static/js/motions/site.js:347 +#: motions/static/js/motions/motion-services.js:38 +#: motions/static/js/motions/motion-services.js:47 +#: motions/static/js/motions/pdf.js:24 motions/static/js/motions/pdf.js:342 +#: motions/static/js/motions/site.js:221 #: motions/static/templates/motions/motion-block-detail.html:50 #: motions/static/templates/motions/motion-detail.html:121 #: motions/static/templates/motions/motion-detail.html:64 @@ -1533,58 +1569,60 @@ msgid "Motion" msgstr "Moción" #: motions/static/js/motions/motion-block.js:19 -#: motions/static/js/motions/site.js:586 motions/static/js/motions/site.js:904 +#: motions/static/js/motions/site.js:447 motions/static/js/motions/site.js:808 #: motions/static/templates/motions/motion-block-detail.html:24 -#: motions/static/templates/motions/motion-detail.html:223 -#: motions/static/templates/motions/motion-list.html:216 +#: motions/static/templates/motions/motion-detail.html:243 +#: motions/static/templates/motions/motion-detail.html:247 +#: motions/static/templates/motions/motion-list.html:244 #: motions/static/templates/motions/slide_motion_block.html:5 msgid "Motion block" msgstr "Bloque de mociones" -#: motions/static/js/motions/site.js:222 +#: motions/static/js/motions/site.js:122 #: motions/static/templates/motions/motion-block-list.html:13 #: motions/static/templates/motions/motion-list.html:14 msgid "Motion blocks" msgstr "Bloques de mociones" -#: motions/static/js/motions/site.js:2002 +#: motions/static/js/motions/site.js:1960 msgid "Motion preamble" msgstr "Preámbulo de moción" #: motions/static/js/motions/base.js:214 -#: motions/static/js/motions/site.js:1993 motions/static/js/motions/site.js:22 -#: motions/static/js/motions/site.js:39 motions/static/js/motions/site.js:981 -#: motions/static/templates/motions/motion-block-list.html:29 -#: motions/static/templates/motions/motion-list.html:25 search.html:21 +#: motions/static/js/motions/site.js:1951 motions/static/js/motions/site.js:22 +#: motions/static/js/motions/site.js:34 motions/static/js/motions/site.js:52 +#: motions/static/js/motions/site.js:894 +#: motions/static/templates/motions/motion-block-list.html:30 +#: motions/static/templates/motions/motion-list.html:25 msgid "Motions" msgstr "Mociones" +#: core/static/js/core/site.js:455 #: core/static/templates/core/manage-projectors.html:77 -#: core/static/templates/core/tag-form.html:17 -#: core/static/templates/core/tag-list.html:30 -#: motions/static/templates/motions/category-form.html:21 +#: core/static/templates/core/tag-list.html:34 +#: motions/static/js/motions/site.js:544 #: motions/static/templates/motions/category-list.html:29 -#: motions/static/templates/motions/motion-block-list.html:28 +#: motions/static/templates/motions/motion-block-list.html:29 #: users/static/js/users/pdf.js:63 msgid "Name" msgstr "Nombre" -#: motions/static/js/motions/site.js:2015 +#: motions/static/js/motions/site.js:1973 msgid "Name of recommender" msgstr "Nombre de recomendadero" -#: motions/static/js/motions/base.js:804 +#: motions/static/js/motions/base.js:824 msgid "Needs review" msgstr "Necesita revisión" #: agenda/static/templates/agenda/item-list.html:8 #: assignments/static/templates/assignments/assignment-list.html:6 -#: core/static/js/core/site.js:859 +#: core/static/js/core/site.js:990 #: core/static/templates/core/manage-projectors.html:8 #: core/static/templates/core/tag-list.html:10 #: mediafiles/static/templates/mediafiles/mediafile-list.html:6 #: motions/static/templates/motions/category-list.html:10 -#: motions/static/templates/motions/motion-block-list.html:6 +#: motions/static/templates/motions/motion-block-list.html:10 #: motions/static/templates/motions/motion-list.html:6 #: users/static/templates/users/group-list.html:11 #: users/static/templates/users/user-list.html:6 @@ -1599,16 +1637,15 @@ msgstr "Nueva Modificación" msgid "New amendment of motion" msgstr "Nueva Modificación de moción " -#: assignments/static/templates/assignments/assignment-detail.html:128 -#: assignments/static/templates/assignments/assignment-detail.html:270 +#: assignments/static/templates/assignments/assignment-detail.html:127 msgid "New ballot" msgstr "Nueva papeleta" -#: motions/static/templates/motions/category-form.html:10 +#: motions/static/templates/motions/category-form.html:2 msgid "New category" msgstr "Nueva categoría" -#: motions/static/js/motions/site.js:1734 +#: motions/static/js/motions/site.js:1682 msgid "New category will be created." msgstr "Se creará la nueva categoría." @@ -1636,16 +1673,16 @@ msgstr "Nuevo bloque de mociones" msgid "New participant" msgstr "Nuevo participante" -#: motions/static/js/motions/site.js:1717 +#: motions/static/js/motions/site.js:1665 msgid "New participant will be created." msgstr "Nuevo participante será creado." +#: users/static/js/users/site.js:459 #: users/static/templates/users/user-change-password.html:23 -#: users/static/templates/users/user-detail-password.html:21 msgid "New password" msgstr "Nueva contraseña" -#: core/static/templates/core/tag-form.html:10 +#: core/static/templates/core/tag-form.html:2 msgid "New tag" msgstr "Nueva etiqueta" @@ -1653,12 +1690,12 @@ msgstr "Nueva etiqueta" msgid "New topic" msgstr "Tema nuevo" -#: motions/static/templates/motions/motion-detail.html:401 -#: motions/static/templates/motions/motion-detail.html:416 +#: motions/static/templates/motions/motion-detail.html:456 +#: motions/static/templates/motions/motion-detail.html:471 msgid "New version on these changes" msgstr "Nueva versión de estos cambios" -#: motions/static/templates/motions/motion-detail.html:366 +#: motions/static/templates/motions/motion-detail.html:418 msgid "New vote" msgstr "Nueva votación" @@ -1667,11 +1704,11 @@ msgid "Next page" msgstr "Página siguiente" #: assignments/static/js/assignments/pdf.js:305 -#: assignments/static/js/assignments/site.js:667 -#: assignments/static/js/assignments/site.js:811 -#: motions/static/js/motions/pdf.js:111 motions/static/js/motions/pdf.js:360 -#: motions/static/js/motions/site.js:673 -#: motions/static/templates/motions/motion-detail.html:289 +#: assignments/static/js/assignments/site.js:627 +#: assignments/static/js/assignments/site.js:783 +#: motions/static/js/motions/pdf.js:118 motions/static/js/motions/pdf.js:349 +#: motions/static/js/motions/site.js:573 +#: motions/static/templates/motions/motion-detail.html:341 #: motions/static/templates/motions/slide_motion.html:45 msgid "No" msgstr "No" @@ -1684,33 +1721,33 @@ msgstr "No hay categorías disponibles." msgid "No category" msgstr "Sin categoría" -#: motions/static/templates/motions/motion-list.html:206 +#: motions/static/templates/motions/motion-list.html:234 #: motions/static/templates/motions/motion-list.html:362 msgid "No category set" msgstr "Ninguna categoría puesta" -#: motions/static/templates/motions/motion-detail/change-summary.html:26 +#: motions/static/templates/motions/motion-detail/change-summary.html:36 msgid "No change recommendations yet" msgstr "Aún no hay recomendaciones de cambio" -#: motions/static/js/motions/base.js:799 +#: motions/static/js/motions/base.js:819 msgid "No concernment" msgstr "Ningún interés" -#: motions/static/js/motions/base.js:779 +#: motions/static/js/motions/base.js:799 msgid "No decision" msgstr "Sin decisión" -#: users/static/js/users/site.js:1493 +#: users/static/js/users/site.js:1570 msgid "No encryption" msgstr "Ningún cifrado." -#: users/static/templates/users/user-list.html:185 -#: users/static/templates/users/user-list.html:260 +#: users/static/templates/users/user-list.html:187 +#: users/static/templates/users/user-list.html:262 msgid "No group set" msgstr "Ningún grupo puesto" -#: agenda/static/js/agenda/site.js:163 +#: agenda/static/js/agenda/site.js:148 msgid "No internal items" msgstr "No hay artículos internos" @@ -1722,7 +1759,7 @@ msgstr "Ningún archivo media proyectado." msgid "No motion block" msgstr "Ningún bloque de moción" -#: motions/static/templates/motions/motion-list.html:230 +#: motions/static/templates/motions/motion-list.html:258 #: motions/static/templates/motions/motion-list.html:388 msgid "No motion block set" msgstr "Ningún bloque de moción puesto" @@ -1731,19 +1768,18 @@ msgstr "Ningún bloque de moción puesto" msgid "No motions available." msgstr "No hay mociones disponibles." -#: motions/static/templates/motions/motion-list.html:258 +#: motions/static/templates/motions/motion-list.html:210 msgid "No recommendation set" msgstr "Ninguna recomendación puesta" -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 #: core/static/templates/core/select-multiple.html:2 #: core/static/templates/core/select-single.html:2 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 msgid "No results available ..." msgstr "No hay resultados disponibles ..." -#: search.html:54 +#: search.html:41 msgid "No results." msgstr "No hay resultados." @@ -1756,48 +1792,54 @@ msgstr "Ninguna etiqueta puesta" #. abbreviation for number #: users/static/js/users/base.js:79 -#: users/static/templates/users/user-list.html:309 -#: users/static/templates/users/user-list.html:313 +#: users/static/templates/users/user-list.html:311 +#: users/static/templates/users/user-list.html:315 msgid "No." msgstr "No." #. Line numbering: None -#: motions/static/js/motions/site.js:2010 +#: motions/static/js/motions/site.js:1968 msgid "None" msgstr "Ninguno" -#: motions/static/templates/motions/motion-detail/view-diff.html:14 +#: motions/static/templates/motions/motion-detail/view-diff.html:13 msgid "Not rejected" msgstr "No rechazado" +#: motions/static/templates/motions/motion-detail/change-summary.html:8 +msgid "" +"Note: You have to reject all change recommendations if the plenum does not " +"follow the recommendation." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:45 msgid "Now choose the last line to be changed" msgstr "Ahora seleccione la última línea que se cambiará" -#: users/static/js/users/site.js:497 users/static/js/users/site.js:968 +#: users/static/js/users/site.js:1044 users/static/js/users/site.js:568 msgid "Number" msgstr "Número" -#: motions/static/js/motions/site.js:2027 +#: motions/static/js/motions/site.js:1986 msgid "Number of (minimum) required supporters for a motion" msgstr "El número (mínimo) de soportadores necesarios para apoyar una moción" -#: assignments/static/js/assignments/site.js:954 -#: motions/static/js/motions/site.js:2053 +#: assignments/static/js/assignments/site.js:912 +#: motions/static/js/motions/site.js:2012 msgid "Number of all delegates" msgstr "Cantidad de delegados" -#: assignments/static/js/assignments/site.js:955 -#: motions/static/js/motions/site.js:2054 +#: assignments/static/js/assignments/site.js:913 +#: motions/static/js/motions/site.js:2013 msgid "Number of all participants" msgstr "Cantidad de participantes" -#: assignments/static/js/assignments/site.js:953 -#: motions/static/js/motions/site.js:2052 +#: assignments/static/js/assignments/site.js:911 +#: motions/static/js/motions/site.js:2011 msgid "Number of ballot papers (selection)" msgstr "Número de papeletas (selección)" -#: assignments/static/js/assignments/site.js:366 +#: assignments/static/js/assignments/site.js:331 msgid "Number of candidates" msgstr "Número de candidatos" @@ -1806,16 +1848,16 @@ msgid "Number of last speakers to be shown on the projector" msgstr "Número de los últimos oradores que se muestran en el proyector" #: assignments/static/js/assignments/pdf.js:21 -#: assignments/static/js/assignments/site.js:181 +#: assignments/static/js/assignments/site.js:140 #: assignments/static/templates/assignments/assignment-detail.html:50 msgid "Number of persons to be elected" msgstr "Cantidad de personas que se elegirán" -#: motions/static/js/motions/site.js:1999 +#: motions/static/js/motions/site.js:1957 msgid "Numbered per category" msgstr "Numerado por categoría." -#: agenda/static/templates/agenda/item-list.html:81 +#: agenda/static/templates/agenda/item-list.html:84 #: motions/static/templates/motions/category-sort.html:20 msgid "Numbering" msgstr "Numeración" @@ -1828,76 +1870,84 @@ msgstr "Prefijo de la numeración de los temas" msgid "Numeral system for agenda items" msgstr "Sistema numérico para los temas" -#: users/static/templates/users/user-detail-password.html:13 +#: users/static/js/users/site.js:451 msgid "Old password" msgstr " Contraseña antigua" -#: assignments/static/templates/assignments/assignment-detail.html:187 +#: assignments/static/templates/assignments/assignment-detail.html:191 msgid "One vote per candidate" msgstr "Un voto por candidato" #: motions/static/templates/motions/motion-import.html:31 #: topics/static/templates/topics/topic-import.html:57 -#: users/static/templates/users/user-import.html:64 +#: users/static/templates/users/user-import.html:65 msgid "Only double quotes are accepted as text delimiter (no single quotes)." msgstr "Sólo las comillas dobles son aceptados como delimitador de texto (no utilize comillas simples)." -#: users/static/js/users/site.js:343 +#: users/static/js/users/site.js:322 msgid "Only for internal notes." msgstr "Sólo para notas internas." -#: agenda/static/templates/agenda/item-list.html:43 +#: agenda/static/templates/agenda/item-list.html:46 msgid "Only main agenda items" msgstr "Sólo los temas principales" -#: search.html:38 -msgid "Only whole words" -msgstr "Sólo palabras enteras" - -#: agenda/static/templates/agenda/item-detail.html:72 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:19 msgid "Open" msgstr "Abierto" -#: agenda/static/js/agenda/site.js:157 +#: assignments/static/templates/assignments/assignment-form.html:13 +msgid "Open election detail view after save." +msgstr "" + +#: agenda/static/js/agenda/site.js:142 msgid "Open items" msgstr "Temas abiertos" +#: motions/static/templates/motions/motion-form.html:14 +msgid "Open motion detail view after save." +msgstr "" + #: users/static/js/users/pdf.js:186 msgid "OpenSlides access data" msgstr "Datos de accesso de OpenSlides" -#: motions/static/js/motions/site.js:599 -#: motions/static/templates/motions/motion-detail.html:235 +#: motions/static/js/motions/site.js:460 +#: motions/static/templates/motions/motion-detail.html:287 #: motions/static/templates/motions/motion-import.html:28 #: motions/static/templates/motions/motion-import.html:49 -#: motions/static/templates/motions/motion-list.html:636 +#: motions/static/templates/motions/motion-list.html:637 msgid "Origin" msgstr "Origen" -#: motions/static/templates/motions/motion-detail/toolbar.html:90 +#: motions/static/templates/motions/motion-detail/toolbar.html:110 +#: motions/static/templates/motions/motion-detail/toolbar.html:146 msgid "Original version" msgstr "Versión original" #. Line numbering: Outside -#: motions/static/js/motions/site.js:2006 +#: motions/static/js/motions/site.js:1964 msgid "Outside" msgstr "Afuera" #: assignments/static/templates/assignments/assignment-detail.html:26 #: assignments/static/templates/assignments/assignment-list.html:44 #: motions/static/templates/motions/motion-detail.html:59 -#: users/static/js/users/site.js:1478 +#: users/static/js/users/site.js:1555 msgid "PDF" msgstr "PDF" -#: core/static/js/core/pdf.js:221 +#: pdf-status.html:13 +msgid "PDF successfully generated." +msgstr "" + #: mediafiles/static/templates/mediafiles/mediafile-list.html:44 msgid "Page" msgstr "Página" -#: assignments/static/js/assignments/site.js:210 -#: motions/static/js/motions/motion-block.js:96 -#: motions/static/js/motions/site.js:525 topics/static/js/topics/site.js:153 +#: assignments/static/js/assignments/site.js:169 +#: motions/static/js/motions/motion-block.js:94 +#: motions/static/js/motions/site.js:386 topics/static/js/topics/site.js:136 msgid "Parent item" msgstr "Elemento padre" @@ -1905,16 +1955,16 @@ msgstr "Elemento padre" msgid "Participant" msgstr "Participante" -#: users/static/js/users/site.js:298 +#: users/static/js/users/site.js:277 #: users/static/templates/users/user-detail.html:33 #: users/static/templates/users/user-import.html:55 -#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-import.html:81 msgid "Participant number" msgstr "Número de participante" -#: search.html:29 users/static/js/users/base.js:19 -#: users/static/js/users/base.js:20 users/static/js/users/site.js:1475 -#: users/static/js/users/site.js:19 users/static/js/users/site.js:36 +#: users/static/js/users/base.js:19 users/static/js/users/base.js:20 +#: users/static/js/users/site.js:1552 users/static/js/users/site.js:19 +#: users/static/js/users/site.js:30 users/static/js/users/site.js:48 #: users/static/templates/users/user-list.html:17 msgid "Participants" msgstr "Participantes" @@ -1923,11 +1973,15 @@ msgstr "Participantes" msgid "Password" msgstr "Contraseña" +#: users/static/js/users/site.js:889 +msgid "Password confirmation does not match." +msgstr "" + #: core/static/templates/core/projector-controls.html:181 msgid "Pause" msgstr "Pausa" -#: motions/static/js/motions/base.js:785 +#: motions/static/js/motions/base.js:805 msgid "Permission" msgstr "Permiso" @@ -1935,11 +1989,11 @@ msgstr "Permiso" msgid "Permissions" msgstr "Permisos" -#: motions/static/js/motions/base.js:784 +#: motions/static/js/motions/base.js:804 msgid "Permit" msgstr "Permitir" -#: motions/static/templates/motions/motion-detail.html:452 +#: motions/static/templates/motions/motion-detail.html:507 msgid "Permit and activate" msgstr "Permitir y activar" @@ -1947,13 +2001,13 @@ msgstr "Permitir y activar" msgid "Personal data" msgstr "Datos personales" -#: assignments/static/js/assignments/site.js:364 +#: assignments/static/js/assignments/site.js:329 #: assignments/static/templates/assignments/assignment-detail.html:60 #: assignments/static/templates/assignments/assignment-list.html:125 msgid "Phase" msgstr "Fase" -#: users/static/templates/users/group-edit.html:10 +#: users/static/templates/users/group-edit.html:12 msgid "Please enter a name for the new group:" msgstr "Por favor entregue un nombre para el grupo nuevo:" @@ -1961,7 +2015,7 @@ msgstr "Por favor entregue un nombre para el grupo nuevo:" msgid "Please enter a name for the new projector" msgstr "Por favor entregue un nombre para el proyector nuevo" -#: users/static/templates/users/group-edit.html:8 +#: users/static/templates/users/group-edit.html:10 msgid "Please enter a new name for {{ group.name }}:" msgstr "Por favor entregue un nombre nuevo para {{ group.name }}:" @@ -1971,38 +2025,34 @@ msgstr "Por favor entregue un nombre nuevo para {{ group.name }}:" msgid "Please note:" msgstr "Por favor nota:" -#: motions/static/js/motions/site.js:2060 +#: motions/static/js/motions/site.js:2019 msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "Texto inicial para los documentos de PDF y DOCX (todas mociones)" -#: assignments/static/js/assignments/site.js:965 +#: assignments/static/js/assignments/site.js:923 msgid "Preamble text for PDF document (all elections)" msgstr "Texto inicial para el documento PDF (todas las elecciones)" -#: core/static/js/core/site.js:1544 +#: core/static/js/core/site.js:1699 msgid "Predefined seconds of new countdowns" msgstr "Tiempo (en segundos) predeterminada para nuevas cuentas regresivas" -#: motions/static/templates/motions/category-form.html:17 +#: motions/static/js/motions/site.js:537 #: motions/static/templates/motions/category-list.html:34 msgid "Prefix" msgstr "Prefijo" -#: motions/static/js/motions/site.js:2021 +#: motions/static/js/motions/site.js:1980 msgid "Prefix for the identifier for amendments" msgstr "Prefijo para el identificador de modificaciones" -#: motions/static/templates/motions/category-detail.html:15 -msgid "Prefix:" -msgstr "Prefijo:" - -#: users/static/js/users/site.js:452 users/static/js/users/site.js:491 -#: users/static/templates/users/user-list.html:408 -#: users/static/templates/users/user-list.html:413 +#: users/static/js/users/site.js:523 users/static/js/users/site.js:562 +#: users/static/templates/users/user-list.html:410 +#: users/static/templates/users/user-list.html:415 msgid "Present" msgstr "Presente" -#: core/static/js/core/site.js:1514 +#: core/static/js/core/site.js:1668 msgid "Presentation and assembly system" msgstr "Sistema de plenaria y presentación" @@ -2012,7 +2062,7 @@ msgstr "Elementos de control de presentación" #: motions/static/templates/motions/motion-import.html:36 #: topics/static/templates/topics/topic-import.html:62 -#: users/static/templates/users/user-import.html:69 +#: users/static/templates/users/user-import.html:70 msgid "Preview" msgstr "Vista previa" @@ -2020,28 +2070,38 @@ msgstr "Vista previa" msgid "Previous page" msgstr "Página anterior" -#: assignments/static/templates/assignments/assignment-detail.html:151 -#: motions/static/templates/motions/motion-detail.html:262 +#: assignments/static/templates/assignments/assignment-detail.html:155 +#: motions/static/templates/motions/motion-detail.html:314 msgid "Print ballot paper" msgstr "Imprimir papeletas" -#: motions/static/js/motions/site.js:2036 +#: motions/static/js/motions/site.js:1995 msgid "Private" msgstr "Privado" -#: assignments/static/templates/assignments/assignment-detail.html:168 +#: assignments/static/templates/assignments/assignment-detail.html:172 msgid "Project" msgstr "Proyectar" -#: agenda/static/templates/agenda/item-list.html:28 +#: agenda/static/templates/agenda/item-list.html:31 msgid "Project agenda" msgstr "Proyectar agenda" -#: agenda/static/templates/agenda/current-list-of-speakers.html:20 +#: agenda/static/templates/agenda/current-list-of-speakers.html:35 +#: core/static/templates/core/projector-controls.html:298 +msgid "Project as overlay" +msgstr "" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:29 +#: core/static/templates/core/projector-controls.html:292 +msgid "Project as slide" +msgstr "" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:13 msgid "Project current list of speakers" msgstr "Proyectar lista de oradores actual" -#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:232 msgid "Project item" msgstr "Proyectar tema" @@ -2049,71 +2109,75 @@ msgstr "Proyectar tema" msgid "Project motion" msgstr "Proyectar moción" +#: agenda/static/templates/agenda/current-list-of-speakers.html:10 +#: core/static/templates/core/projector-controls.html:274 +msgid "Project the current list of speakers" +msgstr "" + #: core/static/templates/core/manage-projectors.html:55 msgid "Projection defaults" msgstr "Predeterminaciones de proyección" -#: agenda/static/templates/agenda/current-list-of-speakers.html:17 #: agenda/static/templates/agenda/item-detail.html:14 -#: agenda/static/templates/agenda/item-list.html:226 -#: agenda/static/templates/agenda/item-list.html:24 -#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1537 -#: index.html:194 +#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:27 +#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1692 +#: index.html:190 index.html:218 index.html:231 #: mediafiles/static/templates/mediafiles/mediafile-list.html:254 #: motions/static/templates/motions/motion-detail.html:16 #: projector-button.html:2 projector-container.html:7 -#: users/static/js/users/site.js:1158 +#: users/static/js/users/site.js:1233 msgid "Projector" msgstr "Proyector" -#: core/static/js/core/site.js:1538 +#: core/static/js/core/site.js:1693 msgid "Projector language" msgstr "Lengua de proyección" -#: motions/static/js/motions/site.js:2035 +#: motions/static/js/motions/site.js:1994 msgid "Public" msgstr "Público" -#: assignments/static/templates/assignments/assignment-detail.html:164 +#: assignments/static/templates/assignments/assignment-detail.html:168 msgid "Publish" msgstr "Publicar" -#: assignments/static/templates/assignments/assignment-detail.html:206 +#: assignments/static/templates/assignments/assignment-detail.html:210 msgid "Quorum" msgstr "Quórum" -#: assignments/static/templates/assignments/assignment-detail.html:238 +#: assignments/static/templates/assignments/assignment-detail.html:242 msgid "" "Quorum ({{ option.getVoteYes() - option.majorityReached }}) not reached." msgstr "Quórum ({{ option.getVoteYes() - option.majorityReached }}) no alcanzado." -#: assignments/static/templates/assignments/assignment-detail.html:235 +#: assignments/static/templates/assignments/assignment-detail.html:239 msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) reached." msgstr "Quórum ({{ option.getVoteYes() - option.majorityReached }}) alcanzado." -#: motions/static/templates/motions/motion-detail.html:356 +#: motions/static/templates/motions/motion-detail.html:408 msgid "Quorum ({{ voteYes.value - isReached() }}) not reached." msgstr "Quórum ({{ voteYes.value - isReached() }}) no alcanzado." -#: motions/static/templates/motions/motion-detail.html:353 +#: motions/static/templates/motions/motion-detail.html:405 msgid "Quorum ({{ voteYes.value - isReached() }}) reached." msgstr "Quórum ({{ voteYes.value - isReached() }}) alcanzado." -#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:281 -#: motions/static/js/motions/site.js:494 -#: motions/static/templates/motions/motion-detail.html:424 +#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:269 +#: motions/static/js/motions/site.js:355 +#: motions/static/templates/motions/motion-detail.html:479 #: motions/static/templates/motions/motion-import.html:25 #: motions/static/templates/motions/motion-import.html:46 -#: motions/static/templates/motions/slide_motion.html:127 +#: motions/static/templates/motions/slide_motion.html:125 msgid "Reason" msgstr "Razón" #: motions/static/templates/motions/motion-block-detail.html:52 -#: motions/static/templates/motions/motion-list.html:240 +#: motions/static/templates/motions/motion-list.html:192 msgid "Recommendation" msgstr "Recomendación" -#: motions/static/js/motions/base.js:801 +#: motions/static/js/motions/base.js:821 msgid "Refer to committee" msgstr "Remitir a comité" @@ -2121,44 +2185,48 @@ msgstr "Remitir a comité" msgid "Reference for current list of speakers" msgstr "Referencia de la lista de oradores actual" -#: motions/static/js/motions/base.js:802 +#: motions/static/js/motions/base.js:822 msgid "Referral to committee" msgstr "Remisión al comité" -#: motions/static/js/motions/base.js:775 motions/static/js/motions/base.js:790 +#: motions/static/js/motions/base.js:795 motions/static/js/motions/base.js:810 msgid "Reject" msgstr "Rechazar" -#: motions/static/js/motions/base.js:806 +#: motions/static/js/motions/base.js:826 msgid "Reject (not authorized)" msgstr "Rechazar (no autorizado)" -#: motions/static/templates/motions/motion-detail/change-summary.html:21 -#: motions/static/templates/motions/motion-detail/view-diff.html:20 -#: motions/static/templates/motions/motion-detail/view-diff.html:40 +#: motions/static/templates/motions/motion-detail/change-summary.html:11 +msgid "Reject all change recommendations" +msgstr "" + +#: motions/static/templates/motions/motion-detail/change-summary.html:29 +#: motions/static/templates/motions/motion-detail/view-diff.html:19 +#: motions/static/templates/motions/motion-detail/view-diff.html:39 msgid "Rejected" msgstr "Rechazado" -#: motions/static/js/motions/base.js:776 motions/static/js/motions/base.js:791 +#: motions/static/js/motions/base.js:796 motions/static/js/motions/base.js:811 msgid "Rejection" msgstr "Rechazo" -#: motions/static/js/motions/base.js:807 +#: motions/static/js/motions/base.js:827 msgid "Rejection (not authorized)" msgstr "Rechazo (no autorizado)" -#: agenda/static/templates/agenda/item-detail.html:114 -#: agenda/static/templates/agenda/item-detail.html:130 -#: agenda/static/templates/agenda/item-detail.html:149 -#: config-form-field.html:32 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:61 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:77 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:96 +#: config-form-field.html:39 msgid "Remove" msgstr "Retirar" -#: agenda/static/templates/agenda/item-detail.html:62 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:9 msgid "Remove all speakers" msgstr "Eliminar todos oradores" -#: motions/static/js/motions/site.js:2029 +#: motions/static/js/motions/site.js:1988 msgid "" "Remove all supporters of a motion if a submitter edits his motion in early " "state" @@ -2177,7 +2245,7 @@ msgstr "Eliminar del bloque de mociones" msgid "Remove group" msgstr "Eliminar grupo" -#: agenda/static/templates/agenda/item-detail.html:179 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:126 #: assignments/static/templates/assignments/assignment-detail.html:119 msgid "Remove me" msgstr "Quitarme" @@ -2186,9 +2254,9 @@ msgstr "Quitarme" msgid "Remove message" msgstr "Eliminar mensaje" -#: motions/static/js/motions/base.js:743 motions/static/js/motions/pdf.js:188 -#: motions/static/js/motions/site.js:373 -#: motions/static/templates/motions/motion-detail/change-summary.html:16 +#: motions/static/js/motions/base.js:763 motions/static/js/motions/pdf.js:195 +#: motions/static/js/motions/site.js:247 +#: motions/static/templates/motions/motion-detail/change-summary.html:24 msgid "Replacement" msgstr "Reemplazo" @@ -2200,14 +2268,14 @@ msgid "" "in the first row" msgstr "Requiere valores separados por comas o punto y coma con estos nombres de encabezados de columna en la primera fila" -#: assignments/static/js/assignments/site.js:958 -#: assignments/static/templates/assignments/assignment-detail.html:195 -#: motions/static/js/motions/site.js:2046 -#: motions/static/templates/motions/motion-detail.html:344 +#: assignments/static/js/assignments/site.js:916 +#: assignments/static/templates/assignments/assignment-detail.html:199 +#: motions/static/js/motions/site.js:2005 +#: motions/static/templates/motions/motion-detail.html:396 msgid "Required majority" msgstr "Mayoría necesaria" -#: config-form-field.html:94 +#: config-form-field.html:109 msgid "Reset" msgstr "Restablecer" @@ -2215,8 +2283,8 @@ msgstr "Restablecer" msgid "Reset countdown" msgstr "Restablecer la cuenta regresiva" -#: motions/static/templates/motions/motion-detail.html:187 -#: motions/static/templates/motions/motion-list.html:491 +#: motions/static/templates/motions/motion-detail.html:191 +#: motions/static/templates/motions/motion-list.html:492 msgid "Reset recommendation" msgstr "Restablecer recomendación" @@ -2230,8 +2298,8 @@ msgstr "Restablecer escala" msgid "Reset scrolling" msgstr "Restablece el desplazamiento" -#: motions/static/templates/motions/motion-detail.html:146 -#: motions/static/templates/motions/motion-list.html:465 +#: motions/static/templates/motions/motion-detail.html:149 +#: motions/static/templates/motions/motion-list.html:466 msgid "Reset state" msgstr "Estado de restablecimiento." @@ -2239,12 +2307,6 @@ msgstr "Estado de restablecimiento." msgid "Reset zoom" msgstr "Restablecer zoom" -#: motions/static/templates/motions/motion-detail.html:36 -#: motions/static/templates/motions/motion-detail/toolbar.html:111 -msgctxt "decision making" -msgid "Resolution" -msgstr "Resolución" - #: core/static/templates/core/manage-projectors.html:83 msgid "Resolution" msgstr "Resolución" @@ -2263,23 +2325,22 @@ msgstr "Romano" msgid "Rotate clockwise" msgstr "Rotar en el sentido de las agujas del reloj" -#: assignments/static/templates/assignments/assignment-form.html:10 +#: assignments/static/templates/assignments/assignment-form.html:15 #: assignments/static/templates/assignments/assignmentpoll-form.html:15 #: core/static/templates/core/projector-controls.html:204 #: core/static/templates/core/projector-message-form.html:5 -#: core/static/templates/core/tag-form.html:21 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:53 -#: motions/static/templates/motions/category-form.html:25 +#: core/static/templates/core/tag-form.html:10 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:17 +#: motions/static/templates/motions/category-form.html:10 #: motions/static/templates/motions/change-recommendation-form.html:10 #: motions/static/templates/motions/motion-block-form.html:10 #: motions/static/templates/motions/motion-detail/comments.html:35 #: motions/static/templates/motions/motion-detail/view-original.html:9 -#: motions/static/templates/motions/motion-form.html:11 +#: motions/static/templates/motions/motion-form.html:16 #: motions/static/templates/motions/motionpoll-form.html:15 #: topics/static/templates/topics/topic-form.html:10 -#: users/static/templates/users/group-edit.html:19 -#: users/static/templates/users/user-detail-password.html:36 -#: users/static/templates/users/user-detail-profile.html:43 +#: users/static/templates/users/group-edit.html:21 +#: users/static/templates/users/profile-password-form.html:9 #: users/static/templates/users/user-form.html:10 msgid "Save" msgstr "Guardar" @@ -2302,12 +2363,12 @@ msgstr "Desplazar hacia abajo" msgid "Scroll up" msgstr "Desplazar hacia arriba" -#: agenda/static/templates/agenda/item-list.html:186 +#: agenda/static/templates/agenda/item-list.html:189 #: assignments/static/templates/assignments/assignment-list.html:165 -#: core/static/js/core/site.js:326 index.html:159 +#: core/static/js/core/site.js:369 index.html:160 #: mediafiles/static/templates/mediafiles/mediafile-list.html:212 #: motions/static/templates/motions/motion-list.html:325 search.html:11 -#: users/static/templates/users/user-list.html:240 +#: users/static/templates/users/user-list.html:242 msgid "Search" msgstr "Buscar" @@ -2315,11 +2376,11 @@ msgstr "Buscar" msgid "Search results" msgstr "Resultados de la búsqueda" -#: assignments/static/js/assignments/site.js:967 +#: assignments/static/js/assignments/site.js:925 msgid "Searching for candidates" msgstr "Buscando candidatos" -#: agenda/static/templates/agenda/item-list.html:70 +#: agenda/static/templates/agenda/item-list.html:73 #: assignments/static/templates/assignments/assignment-list.html:25 #: mediafiles/static/templates/mediafiles/mediafile-list.html:123 #: motions/static/templates/motions/motion-list.html:37 @@ -2337,48 +2398,48 @@ msgstr "Seleccione un archivo CSV" msgid "Select a file" msgstr "Seleccione un archivo" -#: assignments/static/js/assignments/site.js:213 -#: motions/static/js/motions/motion-block.js:99 -#: motions/static/js/motions/site.js:528 topics/static/js/topics/site.js:156 +#: assignments/static/js/assignments/site.js:172 +#: motions/static/js/motions/motion-block.js:97 +#: motions/static/js/motions/site.js:389 topics/static/js/topics/site.js:139 msgid "Select a parent item ..." msgstr "Seleccione un elemento padre..." -#: motions/static/js/motions/site.js:575 +#: motions/static/js/motions/site.js:436 msgid "Select or search a category ..." msgstr "Seleccione o busque una categoría ..." -#: users/static/js/users/site.js:319 +#: users/static/js/users/site.js:298 msgid "Select or search a group ..." msgstr "Seleccione o busque un grupo ..." -#: motions/static/js/motions/site.js:589 +#: motions/static/js/motions/site.js:450 msgid "Select or search a motion block ..." msgstr "Seleccione o busque un bloque de mociones ..." -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 +#: mediafiles/static/js/mediafiles/forms.js:90 msgid "Select or search a participant ..." msgstr "Seleccione o busque un participante ..." -#: motions/static/js/motions/site.js:464 +#: motions/static/js/motions/site.js:325 msgid "Select or search a submitter ..." msgstr "Seleccione o busque un emisor ..." -#: motions/static/js/motions/site.js:626 +#: motions/static/js/motions/site.js:487 msgid "Select or search a supporter ..." msgstr "Seleccione o busque un partidario ..." -#: assignments/static/js/assignments/site.js:240 -#: motions/static/js/motions/site.js:612 +#: assignments/static/js/assignments/site.js:199 +#: motions/static/js/motions/site.js:473 msgid "Select or search a tag ..." msgstr "Seleccione o busque una etiqueta ..." -#: motions/static/js/motions/site.js:641 +#: motions/static/js/motions/site.js:502 msgid "Select or search a workflow ..." msgstr "Seleccione o busque un flujo de trabajo ..." -#: motions/static/js/motions/site.js:561 topics/static/js/topics/site.js:133 +#: motions/static/js/motions/site.js:422 topics/static/js/topics/site.js:115 msgid "Select or search an attachment ..." msgstr "Seleccione o busque un archivo adjunto ..." @@ -2390,19 +2451,23 @@ msgstr "Seleccione el proyector al que la lista de oradores se referirá." msgid "Separator" msgstr "Separador" -#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:29 +#: core/static/js/core/site.js:1687 +msgid "Separator used for all csv exports and examples" +msgstr "" + +#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:37 msgid "Sequential number" msgstr "Número secuencial" -#: motions/static/js/motions/site.js:2000 +#: motions/static/js/motions/site.js:1958 msgid "Serially numbered" msgstr "Numerados en serie" -#: motions/static/templates/motions/motion-list.html:534 +#: motions/static/templates/motions/motion-list.html:535 msgid "Set a category" msgstr "Ponga una categoría" -#: motions/static/templates/motions/motion-list.html:568 +#: motions/static/templates/motions/motion-list.html:569 msgid "Set a motion block" msgstr "Ponga un bloque de mociones" @@ -2411,23 +2476,31 @@ msgstr "Ponga un bloque de mociones" msgid "Set category" msgstr "Ponga una categoría" -#: agenda/static/templates/agenda/item-list.html:321 -#: users/static/templates/users/user-list.html:391 +#: agenda/static/templates/agenda/item-list.html:323 +#: users/static/templates/users/user-list.html:393 msgid "Set comment ..." msgstr "Ponga comentario ..." -#: agenda/static/templates/agenda/item-list.html:304 +#: agenda/static/templates/agenda/item-list.html:306 msgid "Set duration ..." msgstr "Ponga duración ..." -#: users/static/templates/users/user-import.html:93 +#: users/static/templates/users/user-import.html:95 msgid "Set global action" msgstr "Ponga acción global" -#: motions/static/js/motions/site.js:2001 +#: assignments/static/templates/assignments/assignment-detail.html:137 +msgid "Set hint for ballot paper ..." +msgstr "" + +#: motions/static/js/motions/site.js:1959 msgid "Set it manually" msgstr "Defínelo manualmente" +#: agenda/static/templates/agenda/item-list.html:332 +msgid "Set item number ..." +msgstr "" + #: motions/static/templates/motions/motion-list.html:125 #: motions/static/templates/motions/motion-list.html:87 msgid "Set motion block" @@ -2438,7 +2511,7 @@ msgstr "Ponga bloque de mociones" msgid "Set status" msgstr "Ponga estatus" -#: users/static/templates/users/user-list.html:375 +#: users/static/templates/users/user-list.html:377 msgid "Set structure level ..." msgstr "Ponga nivel estructural ..." @@ -2454,35 +2527,35 @@ msgstr "Cambie 'Está/no está activo'" msgid "Set/Unset 'is present'" msgstr "Cambie 'Está/no está presente'" -#: config.html:3 core/static/js/core/site.js:140 -#: core/static/js/core/site.js:316 +#: config.html:3 core/static/js/core/site.js:170 +#: core/static/js/core/site.js:358 msgid "Settings" msgstr "Configuración" -#: core/static/js/core/site.js:1522 +#: core/static/js/core/site.js:1676 msgid "Short description of event" msgstr "Descripción breve del evento" -#: assignments/static/js/assignments/site.js:198 -#: motions/static/js/motions/motion-block.js:88 -#: motions/static/js/motions/site.js:513 topics/static/js/topics/site.js:142 +#: assignments/static/js/assignments/site.js:157 +#: motions/static/js/motions/motion-block.js:85 +#: motions/static/js/motions/site.js:374 topics/static/js/topics/site.js:124 msgid "Show as agenda item" msgstr "Mostrar como tema de agenda" -#: assignments/static/js/assignments/site.js:225 -#: motions/static/js/motions/site.js:543 users/static/js/users/site.js:350 +#: assignments/static/js/assignments/site.js:184 +#: motions/static/js/motions/site.js:404 users/static/js/users/site.js:329 msgid "Show extended fields" msgstr "Mostrar campos extendidos" -#: motions/static/templates/motions/motion-detail/toolbar.html:67 -msgid "Show highlighted line also on projector." -msgstr "También muestre líneas resaltados en el proyector." - -#: motions/static/templates/motions/motion-detail.html:470 +#: motions/static/templates/motions/motion-detail.html:525 msgid "Show history" msgstr "Mostrar historial" -#: core/static/js/core/site.js:1533 +#: agenda/static/templates/agenda/item-sort.html:19 +msgid "Show internal items" +msgstr "" + +#: core/static/js/core/site.js:1688 msgid "Show logo on projector" msgstr "Mostrar logotipo en proyector" @@ -2490,20 +2563,20 @@ msgstr "Mostrar logotipo en proyector" msgid "Show orange countdown in the last x seconds of speaking time" msgstr "Mostrar en naranja la cuenta regresiva en los últimos x segundos de tiempo de palabra" -#: core/static/js/core/site.js:1532 -msgid "Show this text on the login page." -msgstr "Mostrar este texto en la página de inicio de sesión." +#: core/static/js/core/site.js:1686 +msgid "Show this text on the login page" +msgstr "" -#: core/static/js/core/site.js:1540 +#: core/static/js/core/site.js:1695 msgid "Show title and description of event on projector" msgstr "Mostrar título y descripción del evento en el proyector" -#: motions/static/js/motions/base.js:769 +#: motions/static/js/motions/base.js:789 msgid "Simple Workflow" msgstr "Flujo de trabajo sencillo" -#: assignments/static/js/assignments/site.js:960 -#: motions/static/js/motions/site.js:2048 +#: assignments/static/js/assignments/site.js:918 +#: motions/static/js/motions/site.js:2007 msgid "Simple majority" msgstr "Mayoría simple" @@ -2516,11 +2589,11 @@ msgstr "Más pequeño" #: mediafiles/static/templates/mediafiles/mediafile-list.html:191 #: motions/static/templates/motions/category-list.html:44 #: motions/static/templates/motions/motion-list.html:292 -#: users/static/templates/users/user-list.html:219 +#: users/static/templates/users/user-list.html:221 msgid "Sort" msgstr "Ordenar" -#: agenda/static/templates/agenda/item-list.html:75 +#: agenda/static/templates/agenda/item-list.html:78 msgid "Sort ..." msgstr "Ordenar ..." @@ -2528,7 +2601,7 @@ msgstr "Ordenar ..." msgid "Sort agenda" msgstr "Ordenar la agenda" -#: users/static/js/users/site.js:1474 +#: users/static/js/users/site.js:1551 msgid "Sort name of participants by" msgstr "Ordenar nombre de participantes por" @@ -2537,16 +2610,16 @@ msgstr "Ordenar nombre de participantes por" msgid "Special values" msgstr "Valores especiales" -#: users/static/js/users/base.js:162 +#: users/static/js/users/base.js:164 msgid "Staff" msgstr "Personal" -#: agenda/static/templates/agenda/item-detail.html:146 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:93 #: core/static/templates/core/projector-controls.html:175 msgid "Start" msgstr "Inicio" -#: agenda/static/templates/agenda/item-detail.html:110 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:57 #: core/static/templates/core/projector-controls.html:198 msgid "Start time" msgstr "Tiempo de inicio" @@ -2555,7 +2628,7 @@ msgstr "Tiempo de inicio" msgid "Start/stop video" msgstr "Iniciar/detener vídeo" -#: motions/static/js/motions/pdf.js:54 motions/static/js/motions/site.js:906 +#: motions/static/js/motions/pdf.js:62 motions/static/js/motions/site.js:810 #: motions/static/templates/motions/motion-block-detail.html:51 #: motions/static/templates/motions/motion-detail.html:132 #: motions/static/templates/motions/motion-detail.html:136 @@ -2568,26 +2641,25 @@ msgstr "Estado" msgid "Status" msgstr "Estatus" -#: agenda/static/templates/agenda/item-detail.html:127 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:74 msgid "Stop" msgstr "Detener" -#: motions/static/js/motions/site.js:2013 +#: motions/static/js/motions/site.js:1971 msgid "Stop submitting new motions by non-staff users" msgstr "Dejar de presentar nuevas propuestas por parte de usuarios no relacionados con el personal" -#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:291 -#: users/static/js/users/site.js:499 users/static/js/users/site.js:970 -#: users/static/templates/users/user-detail-profile.html:35 +#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:1046 +#: users/static/js/users/site.js:270 users/static/js/users/site.js:570 #: users/static/templates/users/user-detail.html:27 #: users/static/templates/users/user-import.html:54 -#: users/static/templates/users/user-import.html:79 -#: users/static/templates/users/user-list.html:372 -#: users/static/templates/users/user-list.html:381 +#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-list.html:374 +#: users/static/templates/users/user-list.html:383 msgid "Structure level" msgstr "Nivel de estructura" -#: core/static/js/core/site.js:108 core/static/js/core/site.js:109 +#: core/static/js/core/site.js:130 core/static/js/core/site.js:131 msgid "Submit" msgstr "Entregar" @@ -2596,14 +2668,14 @@ msgstr "Entregar" msgid "Submitter" msgstr "Entregador" -#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:42 -#: motions/static/js/motions/site.js:461 motions/static/js/motions/site.js:900 +#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:50 +#: motions/static/js/motions/site.js:322 motions/static/js/motions/site.js:804 #: motions/static/templates/motions/motion-detail.html:92 #: motions/static/templates/motions/slide_motion.html:15 msgid "Submitters" msgstr "Entregadores" -#: motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/pdf.js:204 #: motions/static/templates/motions/motion-detail/change-summary.html:4 msgid "Summary of change recommendations" msgstr "Resumen de recomendaciones de cambio" @@ -2612,102 +2684,109 @@ msgstr "Resumen de recomendaciones de cambio" msgid "Support motion" msgstr "Apoyar moción" -#: motions/static/js/motions/site.js:2026 -#: motions/static/js/motions/site.js:623 +#: motions/static/js/motions/site.js:1985 +#: motions/static/js/motions/site.js:484 #: motions/static/templates/motions/motion-detail.html:99 -#: motions/static/templates/motions/motion-list.html:647 +#: motions/static/templates/motions/motion-list.html:648 msgid "Supporters" msgstr "Seguidores" -#: users/static/js/users/site.js:1477 users/static/js/users/site.js:278 -#: users/static/js/users/site.js:489 -#: users/static/templates/users/user-detail-profile.html:30 +#: users/static/js/users/site.js:1554 users/static/js/users/site.js:257 +#: users/static/js/users/site.js:560 #: users/static/templates/users/user-import.html:53 -#: users/static/templates/users/user-import.html:78 +#: users/static/templates/users/user-import.html:79 msgid "Surname" msgstr "Apellido" -#: users/static/js/users/site.js:1483 +#: users/static/js/users/site.js:1560 msgid "System URL" msgstr "URL del sistema" #: assignments/static/js/assignments/pdf.js:511 -#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:476 +#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:465 msgid "Table of contents" msgstr "Tabla de contenidos" #: assignments/static/templates/assignments/assignment-list.html:100 -#: core/static/templates/core/tag-detail.html:10 #: motions/static/templates/motions/motion-list.html:268 msgid "Tag" msgstr "Etiqueta" -#: assignments/static/js/assignments/site.js:237 +#: assignments/static/js/assignments/site.js:196 #: assignments/static/templates/assignments/assignment-detail.html:53 #: assignments/static/templates/assignments/assignment-list.html:10 -#: core/static/js/core/site.js:336 core/static/templates/core/tag-list.html:13 -#: motions/static/js/motions/site.js:609 -#: motions/static/templates/motions/motion-detail.html:229 +#: core/static/js/core/site.js:379 core/static/templates/core/tag-list.html:13 +#: motions/static/js/motions/site.js:470 +#: motions/static/templates/motions/motion-detail.html:265 +#: motions/static/templates/motions/motion-detail.html:269 #: motions/static/templates/motions/motion-list.html:18 msgid "Tags" msgstr "Etiquetas" -#: motions/static/js/motions/site.js:483 +#: motions/static/js/motions/site.js:344 #: motions/static/templates/motions/motion-import.html:24 #: motions/static/templates/motions/motion-import.html:45 -#: topics/static/js/topics/site.js:118 +#: topics/static/js/topics/site.js:100 #: topics/static/templates/topics/topic-import.html:51 #: topics/static/templates/topics/topic-import.html:70 msgid "Text" msgstr "Texto" -#: motions/static/js/motions/site.js:386 +#: motions/static/js/motions/site.js:260 msgid "Text from line %from% to %to%" msgstr "Texto de línea %from% a %to%" -#: motions/static/js/motions/site.js:385 +#: motions/static/js/motions/site.js:259 msgid "Text in line %from%" msgstr "Texto en línea %from%" -#: motions/static/js/motions/site.js:2040 +#: motions/static/js/motions/site.js:1999 msgid "The 100 % base of a voting result consists of" msgstr "La base de 100% de un resultado de votación consiste de" -#: assignments/static/js/assignments/site.js:943 +#: assignments/static/js/assignments/site.js:901 msgid "The 100-%-base of an election result consists of" msgstr "La base de 100% de un resultado electoral consiste de" -#: motions/static/js/motions/site.js:2003 +#: motions/static/js/motions/site.js:1961 msgid "The assembly may decide:" msgstr "La Asamblea podrá decidir:" -#: agenda/static/templates/agenda/item-detail.html:91 +#: core/static/js/core/site.js:1471 +msgid "The delete was successful." +msgstr "" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:38 msgid "The list of speakers is empty." msgstr "La lista de oradores está vacía." -#: motions/static/js/motions/site.js:2012 +#: motions/static/js/motions/site.js:1970 msgid "" "The maximum number of characters per line. Relevant when line numbering is " "enabled. Min: 40" msgstr "La cantidad máxima de caracteres cada línea. Tiene relevancia si está activo numeración e lineas. Mínimo: 40" +#: core/static/js/core/base.js:476 +msgid "The server didn't respond." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:8 msgid "The text has been changed." msgstr "El texto ha sido cambiado." -#: motions/static/js/motions/site.js:2023 +#: motions/static/js/motions/site.js:1982 msgid "The title of the motion is always applied." msgstr "El título de la moción siempre se aplica." -#: users/static/js/users/site.js:953 +#: users/static/js/users/site.js:1029 msgid "There are more than one duplicates of this user!" msgstr "Hay más que un duplicado de este usuario!" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:30 +#: mediafiles/static/js/mediafiles/forms.js:78 msgid "This does not protect the file but hides it for non authorized users." msgstr "Ésto no protege al archivo, pero lo esconde para usuarios no autorizados." -#: motions/static/templates/motions/motion-detail.html:448 +#: motions/static/templates/motions/motion-detail.html:503 msgid "This is the last active version." msgstr "Esta es la última versión activa." @@ -2719,39 +2798,37 @@ msgstr "Este prefijo se establecerá si ejecuta el programa automático de numer msgid "This version is not permitted." msgstr "Esta versión no está permitida." -#: assignments/static/js/assignments/site.js:962 -#: motions/static/js/motions/site.js:2050 +#: assignments/static/js/assignments/site.js:920 +#: motions/static/js/motions/site.js:2009 msgid "Three-quarters majority" msgstr "Mayoría de tres-quartos" -#. academic degree -#: assignments/static/js/assignments/site.js:166 -#: assignments/static/js/assignments/site.js:362 +#: assignments/static/js/assignments/site.js:125 +#: assignments/static/js/assignments/site.js:327 +#: mediafiles/static/js/mediafiles/forms.js:70 #: mediafiles/static/js/mediafiles/list.js:95 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 -#: motions/static/js/motions/motion-block.js:81 -#: motions/static/js/motions/site.js:472 motions/static/js/motions/site.js:898 +#: motions/static/js/motions/motion-block.js:78 +#: motions/static/js/motions/site.js:333 motions/static/js/motions/site.js:802 #: motions/static/templates/motions/motion-import.html:23 #: motions/static/templates/motions/motion-import.html:44 -#: topics/static/js/topics/site.js:110 +#: topics/static/js/topics/site.js:92 #: topics/static/templates/topics/topic-import.html:50 #: topics/static/templates/topics/topic-import.html:69 -#: users/static/js/users/site.js:262 -#: users/static/templates/users/user-detail-profile.html:22 +#: users/static/js/users/site.js:241 #: users/static/templates/users/user-import.html:51 -#: users/static/templates/users/user-import.html:76 +#: users/static/templates/users/user-import.html:77 msgid "Title" msgstr "Título" -#: motions/static/js/motions/site.js:2059 +#: motions/static/js/motions/site.js:2018 msgid "Title for PDF and DOCX documents (all motions)" msgstr "Título de documentos PDF y DOCX (todas las mociones)" -#: assignments/static/js/assignments/site.js:964 +#: assignments/static/js/assignments/site.js:922 msgid "Title for PDF document (all elections)" msgstr "Título de documento PDF (todas las elecciones)" -#: users/static/js/users/site.js:1480 +#: users/static/js/users/site.js:1557 msgid "Title for access data and welcome PDF" msgstr "Título para PDF de datos de acceso y de bienvenida" @@ -2759,7 +2836,7 @@ msgstr "Título para PDF de datos de acceso y de bienvenida" msgid "Title is required. All other fields are optional and may be empty." msgstr "El título es obligatorio. Todos los demás campos son opcionales y pueden estar vacíos." -#: motions/static/js/motions/site.js:363 +#: motions/static/js/motions/site.js:237 msgid "To Line" msgstr "Hacia línea" @@ -2777,13 +2854,13 @@ msgstr "Tema" msgid "Topics" msgstr "Temas" -#: motions/static/js/motions/site.js:504 +#: motions/static/js/motions/site.js:365 #: motions/static/templates/motions/motion-detail/view-original.html:17 msgid "Trivial change" msgstr "Cambio trivial" -#: assignments/static/js/assignments/site.js:961 -#: motions/static/js/motions/site.js:2049 +#: assignments/static/js/assignments/site.js:919 +#: motions/static/js/motions/site.js:2008 msgid "Two-thirds majority" msgstr "Mayoría de dos tercios" @@ -2799,34 +2876,33 @@ msgstr "Desapoye moción" msgid "Upload time" msgstr "Tiempo de carga" +#: mediafiles/static/js/mediafiles/forms.js:87 #: mediafiles/static/js/mediafiles/list.js:103 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:37 msgid "Uploaded by" msgstr "Subido por" -#: assignments/static/js/assignments/site.js:956 -#: motions/static/js/motions/site.js:2055 +#: assignments/static/js/assignments/site.js:914 +#: motions/static/js/motions/site.js:2014 msgid "Use the following custom number" msgstr "Utilizar el número siguiente" -#: users/static/js/users/site.js:1484 +#: users/static/js/users/site.js:1561 msgid "Used for QRCode in PDF of access data." msgstr "Utilizado para QRCode en PDF de los datos de acceso." -#: users/static/js/users/site.js:1486 users/static/js/users/site.js:1488 -#: users/static/js/users/site.js:1490 +#: users/static/js/users/site.js:1563 users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1567 msgid "Used for WLAN QRCode in PDF of access data." msgstr "Utilizado para WLAN QRCode en PDF de los datos de acceso." #: core/static/templates/core/login-form.html:12 -#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:307 -#: users/static/js/users/site.js:971 -#: users/static/templates/users/user-detail-profile.html:13 +#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:1047 +#: users/static/js/users/site.js:286 users/static/js/users/site.js:410 #: users/static/templates/users/user-detail.html:41 msgid "Username" msgstr "Nombre de usuario" -#: motions/static/templates/motions/motion-import.html:112 +#: motions/static/templates/motions/motion-import.html:115 msgid "Users created" msgstr "Usuarios creados" @@ -2835,60 +2911,60 @@ msgid "Users without any assigned group gain the permissions from this group." msgstr "Usuarios sin grupo asignado tendrán las permisiones de este grupo" #: assignments/static/js/assignments/pdf.js:186 -#: assignments/static/js/assignments/site.js:853 -#: assignments/static/templates/assignments/assignment-detail.html:245 +#: assignments/static/js/assignments/site.js:825 +#: assignments/static/templates/assignments/assignment-detail.html:249 #: assignments/static/templates/assignments/slide_assignment.html:82 -#: motions/static/js/motions/site.js:691 -#: motions/static/templates/motions/motion-detail.html:313 +#: motions/static/js/motions/site.js:591 +#: motions/static/templates/motions/motion-detail.html:365 msgid "Valid ballots" msgstr "Papeletas válidas" -#: motions/static/js/motions/pdf.js:122 +#: motions/static/js/motions/pdf.js:129 msgid "Valid votes" msgstr "Votos válidos" -#: motions/static/templates/motions/motion-detail.html:441 -#: motions/static/templates/motions/motion-detail.html:444 +#: motions/static/templates/motions/motion-detail.html:496 +#: motions/static/templates/motions/motion-detail.html:499 msgid "Version" msgstr "Versión" -#: motions/static/templates/motions/motion-detail.html:437 +#: motions/static/templates/motions/motion-detail.html:492 msgid "Version history" msgstr "Historial de versiones" #. ballot of a motion -#: motions/static/js/motions/pdf.js:100 -#: motions/static/templates/motions/motion-detail.html:244 +#: motions/static/js/motions/pdf.js:107 +#: motions/static/templates/motions/motion-detail.html:296 #: motions/static/templates/motions/motionpoll-form.html:1 #: motions/static/templates/motions/slide_motion.html:25 msgid "Vote" msgstr "Votar" #: assignments/static/js/assignments/pdf.js:151 -#: assignments/static/templates/assignments/assignment-detail.html:205 +#: assignments/static/templates/assignments/assignment-detail.html:209 #: assignments/static/templates/assignments/slide_assignment.html:36 msgid "Votes" msgstr "Votos" -#: motions/static/js/motions/pdf.js:136 +#: motions/static/js/motions/pdf.js:143 msgid "Votes cast" msgstr "Votos " -#: assignments/static/js/assignments/site.js:968 +#: assignments/static/js/assignments/site.js:926 msgid "Voting" msgstr "Votación" -#: motions/static/js/motions/site.js:2039 +#: motions/static/js/motions/site.js:1998 msgid "Voting and ballot papers" msgstr "Votación y papeletas de votación" -#: motions/static/js/motions/pdf.js:144 -#: motions/static/templates/motions/motion-detail.html:240 +#: motions/static/js/motions/pdf.js:151 +#: motions/static/templates/motions/motion-detail.html:292 #: motions/static/templates/motions/slide_motion.html:21 msgid "Voting result" msgstr "Resultados de Votación" -#: users/static/js/users/site.js:1491 +#: users/static/js/users/site.js:1568 msgid "WEP" msgstr "WEP" @@ -2896,19 +2972,19 @@ msgstr "WEP" msgid "WLAN access data" msgstr "Datos de acceso WLAN" -#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1489 +#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1566 msgid "WLAN encryption" msgstr "Codificación de WLAN" -#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1485 +#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1562 msgid "WLAN name (SSID)" msgstr "Nombre (SSID) de WLAN" -#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1487 +#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1564 msgid "WLAN password" msgstr "Contraseña de WLAN" -#: users/static/js/users/site.js:1492 +#: users/static/js/users/site.js:1569 msgid "WPA/WPA2" msgstr "WPA/WPA2" @@ -2916,53 +2992,53 @@ msgstr "WPA/WPA2" msgid "Waiting for results ..." msgstr "Esperando resultados ..." -#: core/static/js/core/site.js:1528 users/static/js/users/site.js:1479 +#: core/static/js/core/site.js:1682 users/static/js/users/site.js:1556 msgid "Welcome to OpenSlides" msgstr "Bienvenido a OpenSlides" -#: motions/static/js/motions/site.js:2016 +#: motions/static/js/motions/site.js:1975 msgid "" "Will be displayed as label before selected recommendation. Use an empty " "value to disable the recommendation system." msgstr "Se mostrará como etiqueta antes de la recomendación seleccionada. Use un valor en blanco si desea desactivar el sistema de recomendaciones." -#: motions/static/js/motions/base.js:793 +#: motions/static/js/motions/base.js:813 msgid "Withdraw" msgstr "Retirar" -#: motions/static/js/motions/site.js:637 +#: motions/static/js/motions/site.js:498 msgid "Workflow" msgstr "Flujo de trabajo" -#: motions/static/js/motions/site.js:1997 +#: motions/static/js/motions/site.js:1955 msgid "Workflow of new motions" msgstr "Flujo de trabajo para mociones nuevas" #: assignments/static/js/assignments/pdf.js:299 -#: assignments/static/js/assignments/site.js:666 -#: assignments/static/js/assignments/site.js:801 -#: motions/static/js/motions/pdf.js:106 motions/static/js/motions/pdf.js:359 -#: motions/static/js/motions/site.js:664 -#: motions/static/templates/motions/motion-detail.html:277 +#: assignments/static/js/assignments/site.js:626 +#: assignments/static/js/assignments/site.js:773 +#: motions/static/js/motions/pdf.js:113 motions/static/js/motions/pdf.js:348 +#: motions/static/js/motions/site.js:564 +#: motions/static/templates/motions/motion-detail.html:329 #: motions/static/templates/motions/slide_motion.html:33 msgid "Yes" msgstr "Sí" -#: motions/static/js/motions/site.js:2042 +#: motions/static/js/motions/site.js:2001 msgid "Yes/No" msgstr "Sí/No" -#: assignments/static/js/assignments/site.js:949 -#: assignments/static/templates/assignments/assignment-detail.html:189 +#: assignments/static/js/assignments/site.js:907 +#: assignments/static/templates/assignments/assignment-detail.html:193 msgid "Yes/No per candidate" msgstr "Sí/No por candidato" -#: motions/static/js/motions/site.js:2041 +#: motions/static/js/motions/site.js:2000 msgid "Yes/No/Abstain" msgstr "Sí/No/Abstenerse" -#: assignments/static/js/assignments/site.js:948 -#: assignments/static/templates/assignments/assignment-detail.html:188 +#: assignments/static/js/assignments/site.js:906 +#: assignments/static/templates/assignments/assignment-detail.html:192 msgid "Yes/No/Abstain per candidate" msgstr "Sí/No/Abstenerse por candidato" @@ -2970,13 +3046,13 @@ msgstr "Sí/No/Abstenerse por candidato" msgid "You are not allowed to lock yourself out of the configuration!" msgstr "¡No se permite que se deje fuera de la configuración!" -#: core/static/js/core/site.js:1534 +#: core/static/js/core/site.js:1689 msgid "" "You can replace the logo. Just copy a file to \"static/img/logo-" "projector.png\" in your OpenSlides data path." msgstr "Puede reemplazar el logotipo. Simplemente copie el archivo a \"static/img/logo-projector.png\" en la ruta de datos OpenSlides." -#: users/static/js/users/site.js:1385 +#: users/static/js/users/site.js:1462 msgid "You have to enable cookies to use OpenSlides." msgstr "Tiene que permitir cookies para utilizar OpenSlides." @@ -2996,55 +3072,55 @@ msgstr "Alejar" msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." msgstr "[Iniciar discurso] comienza la cuenta regresiva, [Terminar discurso] detiene la cuenta regresiva." -#: users/static/js/users/site.js:1481 +#: users/static/js/users/site.js:1558 msgid "[Place for your welcome and help text.]" msgstr "[espacio para su texto de bienvenida.]" -#: core/static/js/core/site.js:1530 +#: core/static/js/core/site.js:1684 msgid "[Space for your welcome text.]" msgstr "[espacio para su texto de bienvenida.]" -#: motions/static/js/motions/base.js:771 motions/static/js/motions/base.js:786 +#: motions/static/js/motions/base.js:791 motions/static/js/motions/base.js:806 msgid "accepted" msgstr "aceptado" -#: motions/static/js/motions/base.js:794 +#: motions/static/js/motions/base.js:814 msgid "adjourned" msgstr "pospuesto" -#: users/static/js/users/site.js:972 +#: users/static/js/users/site.js:1048 msgid "already exists." msgstr "ya existe." -#: motions/static/js/motions/motion-services.js:45 +#: motions/static/js/motions/motion-services.js:47 msgid "ballot-paper" msgstr "papeleta" -#: motions/static/templates/motions/motion-list.html:501 +#: motions/static/templates/motions/motion-list.html:502 msgid "by" msgstr "de" -#: core/static/js/core/site.js:45 +#: core/static/js/core/site.js:46 msgid "clear" msgstr "despejar" -#: core/static/js/core/site.js:57 +#: core/static/js/core/site.js:58 msgid "close" msgstr "cerrar" -#: users/static/js/users/site.js:878 +#: users/static/js/users/site.js:954 msgid "create duplicate" msgstr "crear duplicado" -#: core/static/js/core/site.js:49 +#: core/static/js/core/site.js:50 msgid "date" msgstr "fecha" -#: users/static/templates/users/user-import.html:88 +#: users/static/templates/users/user-import.html:90 msgid "duplicate" msgstr "duplicado" -#: users/static/templates/users/user-import.html:89 +#: users/static/templates/users/user-import.html:91 msgid "duplicates" msgstr "duplicados" @@ -3056,12 +3132,12 @@ msgstr "elecciones" msgid "files" msgstr "Archivos" -#: motions/static/templates/motions/motion-detail/toolbar.html:62 +#: motions/static/templates/motions/motion-detail/toolbar.html:89 msgid "go" msgstr "ir" #. 'h' means time in hours -#: agenda/static/templates/agenda/item-list.html:307 +#: agenda/static/templates/agenda/item-list.html:309 msgid "h" msgstr "h" @@ -3071,6 +3147,7 @@ msgid "imported" msgstr "importado" #: motions/static/templates/motions/motion-detail/toolbar.html:40 +#: motions/static/templates/motions/motion-detail/toolbar.html:65 msgid "inline" msgstr "en línea" @@ -3079,34 +3156,34 @@ msgid "internal" msgstr "interno" #: assignments/static/js/assignments/pdf.js:238 -#: assignments/static/templates/assignments/assignment-detail.html:215 +#: assignments/static/templates/assignments/assignment-detail.html:219 #: assignments/static/templates/assignments/assignment-detail.html:92 #: assignments/static/templates/assignments/slide_assignment.html:22 #: assignments/static/templates/assignments/slide_assignment.html:43 msgid "is elected" msgstr "es elegido" -#: assignments/static/templates/assignments/assignment-detail.html:218 +#: assignments/static/templates/assignments/assignment-detail.html:222 msgid "is not elected" msgstr "no es elegido" -#: agenda/static/templates/agenda/item-list.html:130 +#: agenda/static/templates/agenda/item-list.html:133 msgid "items" msgstr "temas" -#: users/static/js/users/site.js:876 +#: users/static/js/users/site.js:952 msgid "keep original" msgstr "quedarse con el original" -#: assignments/static/js/assignments/base.js:240 -#: assignments/static/js/assignments/base.js:43 +#: assignments/static/js/assignments/base.js:255 +#: assignments/static/js/assignments/base.js:44 #: assignments/static/templates/assignments/assignmentpoll-form.html:9 #: motions/static/js/motions/base.js:142 #: motions/static/templates/motions/motionpoll-form.html:9 msgid "majority" msgstr "mayoría" -#: agenda/static/templates/agenda/item-detail.html:109 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:56 msgid "minutes" msgstr "minutos" @@ -3115,39 +3192,40 @@ msgstr "minutos" msgid "motions" msgstr "mociones" -#: motions/static/templates/motions/motion-import.html:111 +#: motions/static/templates/motions/motion-import.html:114 msgid "motions were successfully imported." msgstr "mociones se han importado correctamente." -#: motions/static/templates/motions/motion-import.html:104 +#: motions/static/templates/motions/motion-import.html:107 msgid "motions will be imported." msgstr "mociones serán importadas." -#: motions/static/templates/motions/motion-import.html:99 +#: motions/static/templates/motions/motion-import.html:102 msgid "motions will be not imported." msgstr "mociones no serán importadas." -#: motions/static/js/motions/site.js:2063 +#: motions/static/js/motions/site.js:2022 msgid "needed" msgstr "necesario" -#: motions/static/js/motions/base.js:803 +#: motions/static/js/motions/base.js:823 msgid "needs review" msgstr "necesita revisión" #: motions/static/templates/motions/motion-detail/toolbar.html:34 +#: motions/static/templates/motions/motion-detail/toolbar.html:60 msgid "none" msgstr "ninguno" -#: motions/static/js/motions/base.js:797 +#: motions/static/js/motions/base.js:817 msgid "not concerned" msgstr "no afectado" -#: motions/static/js/motions/base.js:777 +#: motions/static/js/motions/base.js:797 msgid "not decided" msgstr "no decidido" -#: core/static/js/core/site.js:37 +#: core/static/js/core/site.js:38 msgid "now" msgstr "ahora" @@ -3156,54 +3234,59 @@ msgid "of" msgstr "de" #: motions/static/templates/motions/motion-detail/toolbar.html:46 +#: motions/static/templates/motions/motion-detail/toolbar.html:70 msgid "outside" msgstr "afuera" -#: users/static/js/users/site.js:877 +#: users/static/js/users/site.js:953 msgid "override new" msgstr "anular nuevo" -#: users/static/templates/users/user-list.html:129 +#: users/static/templates/users/user-list.html:131 msgid "participants" msgstr "participantes" -#: users/static/templates/users/user-import.html:203 +#: users/static/templates/users/user-import.html:207 msgid "participants were successfully imported." msgstr "participantes se han importado correctamente." -#: users/static/templates/users/user-import.html:196 +#: users/static/templates/users/user-import.html:200 msgid "participants will be imported." msgstr "participantes serán importados." -#: users/static/templates/users/user-import.html:191 +#: users/static/templates/users/user-import.html:195 msgid "participants will be not imported." msgstr "participantes no serán importados." -#: motions/static/js/motions/base.js:783 +#: motions/static/js/motions/base.js:803 msgid "permitted" msgstr "permitido" -#: motions/static/js/motions/base.js:782 +#: motions/static/js/motions/base.js:802 msgid "published" msgstr "publicado" -#: motions/static/js/motions/base.js:800 +#: motions/static/js/motions/base.js:820 msgid "refered to committee" msgstr "remitido al comité" -#: motions/static/js/motions/base.js:774 motions/static/js/motions/base.js:789 +#: motions/static/js/motions/base.js:794 motions/static/js/motions/base.js:809 msgid "rejected" msgstr "rechazado" -#: motions/static/js/motions/base.js:805 +#: motions/static/js/motions/base.js:825 msgid "rejected (not authorized)" msgstr "rechazado (no autorizado)" -#: agenda/static/templates/agenda/item-list.html:131 +#: search.html:28 +msgid "results" +msgstr "" + +#: agenda/static/templates/agenda/item-list.html:134 #: assignments/static/templates/assignments/assignment-list.html:77 #: mediafiles/static/templates/mediafiles/mediafile-list.html:144 #: motions/static/templates/motions/motion-list.html:141 -#: users/static/templates/users/user-list.html:130 +#: users/static/templates/users/user-list.html:132 msgid "selected" msgstr "seleccionado" @@ -3211,15 +3294,15 @@ msgstr "seleccionado" msgid "speakers" msgstr "Oradores" -#: motions/static/js/motions/base.js:770 +#: motions/static/js/motions/base.js:790 msgid "submitted" msgstr "presentado" -#: core/static/js/core/site.js:53 +#: core/static/js/core/site.js:54 msgid "time" msgstr "tiempo" -#: core/static/js/core/site.js:41 +#: core/static/js/core/site.js:42 msgid "today" msgstr "hoy" @@ -3235,14 +3318,14 @@ msgstr "temas serán importados." msgid "topics will be not imported." msgstr "temas no serán importados." -#: assignments/static/js/assignments/base.js:243 -#: assignments/static/js/assignments/base.js:46 +#: assignments/static/js/assignments/base.js:258 +#: assignments/static/js/assignments/base.js:47 #: assignments/static/templates/assignments/assignmentpoll-form.html:10 #: motions/static/js/motions/base.js:145 #: motions/static/templates/motions/motionpoll-form.html:10 msgid "undocumented" msgstr "indocumentado" -#: motions/static/js/motions/base.js:792 +#: motions/static/js/motions/base.js:812 msgid "withdrawed" msgstr "retirado" diff --git a/openslides/locale/angular-gettext/fr.po b/openslides/locale/angular-gettext/fr.po index ebb46be79..5ded50705 100644 --- a/openslides/locale/angular-gettext/fr.po +++ b/openslides/locale/angular-gettext/fr.po @@ -1,25 +1,25 @@ # # Translators: # Emanuel Schütze , 2016 -# Moira Brülisauer , 2015-2016 +# Moira Brülisauer , 2015-2017 msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" -"PO-Revision-Date: 2017-01-20 08:18+0000\n" -"Last-Translator: Oskar Hahn \n" +"PO-Revision-Date: 2017-03-05 20:36+0000\n" +"Last-Translator: Emanuel Schütze \n" "Language-Team: French (http://www.transifex.com/openslides/openslides/language/fr/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: motions/static/js/motions/base.js:731 +#: motions/static/js/motions/base.js:751 msgid "%TYPE% from line %FROM% to %TO%" -msgstr "" +msgstr "%TYPE% de la ligne %FROM% à %TO%" -#: motions/static/js/motions/base.js:733 +#: motions/static/js/motions/base.js:753 msgid "%TYPE% in line %FROM%" -msgstr "" +msgstr "%TYPE% dans la ligne %FROM%" #: motions/static/templates/motions/motion-list.html:83 #: users/static/templates/users/user-list.html:69 @@ -28,7 +28,7 @@ msgstr "--- Sélectionnez l'action ---" #: motions/static/templates/motions/motion-list.html:103 msgid "--- Select category ---" -msgstr "" +msgstr "--- Séléctionnez une catégorie ---" #: users/static/templates/users/user-list.html:89 msgid "--- Select group ---" @@ -36,7 +36,7 @@ msgstr "--- Choisir le groupe ---" #: motions/static/templates/motions/motion-list.html:116 msgid "--- Select motion block ---" -msgstr "" +msgstr "--- Sélectionnez un bloc de motions ---" #: assignments/static/templates/assignments/assignment-list.html:56 msgid "--- Select phase ---" @@ -44,64 +44,63 @@ msgstr "--- Choisir la phase ---" #: motions/static/templates/motions/motion-list.html:91 msgid "--- Select state ---" -msgstr "" +msgstr "--- Choisir le statut ---" #: assignments/static/templates/assignments/assignment-detail.html:68 msgid "--- Set phase ---" msgstr "--- Définir la phase ---" -#: core/static/js/core/site.js:1516 +#: core/static/js/core/site.js:1670 msgid "" "OpenSlides is a free web based " "presentation and assembly system for visualizing and controlling agenda, " "motions and elections of an assembly." -msgstr "" +msgstr "OpenSlides est un system de présentation et d'assemblée libre, basé sur le Web. OpenSlides est un système de visualisation et de contrôle de l'ordre du jour, des motions et des élections d'une assemblée." #: motions/static/templates/motions/motion-detail/comments.html:34 msgid "A comment has been changed." -msgstr "" +msgstr "Un commentaire a été modifié." -#: users/static/js/users/site.js:394 -#: users/static/templates/users/user-detail-profile.html:39 +#: users/static/js/users/site.js:373 users/static/js/users/site.js:418 #: users/static/templates/users/user-detail.html:35 msgid "About me" msgstr "A propos de moi" #: assignments/static/js/assignments/pdf.js:314 -#: assignments/static/js/assignments/site.js:668 -#: assignments/static/js/assignments/site.js:823 -#: motions/static/js/motions/pdf.js:116 motions/static/js/motions/pdf.js:361 -#: motions/static/js/motions/site.js:682 -#: motions/static/templates/motions/motion-detail.html:301 +#: assignments/static/js/assignments/site.js:628 +#: assignments/static/js/assignments/site.js:795 +#: motions/static/js/motions/pdf.js:123 motions/static/js/motions/pdf.js:350 +#: motions/static/js/motions/site.js:582 +#: motions/static/templates/motions/motion-detail.html:353 #: motions/static/templates/motions/slide_motion.html:57 msgid "Abstain" msgstr "Abstention" -#: motions/static/js/motions/base.js:772 motions/static/js/motions/base.js:787 +#: motions/static/js/motions/base.js:792 motions/static/js/motions/base.js:807 msgid "Accept" msgstr "Accepter" -#: motions/static/js/motions/base.js:773 motions/static/js/motions/base.js:788 +#: motions/static/js/motions/base.js:793 motions/static/js/motions/base.js:808 msgid "Acceptance" -msgstr "" +msgstr "Acceptation" #: csv-import.html:16 msgctxt "special filetypes in a file open dialog" msgid "Accepted file types" -msgstr "" +msgstr "Types de fichiers acceptés" -#: motions/static/js/motions/site.js:2020 +#: motions/static/js/motions/site.js:1979 msgid "Activate amendments" -msgstr "" +msgstr "Activer amendements" -#: users/static/js/users/site.js:459 users/static/js/users/site.js:493 +#: users/static/js/users/site.js:530 users/static/js/users/site.js:564 msgid "Active" -msgstr "" +msgstr "Actif" #: assignments/static/templates/assignments/assignment-list.html:276 -#: motions/static/templates/motions/motion-list.html:602 +#: motions/static/templates/motions/motion-list.html:603 msgid "Add a tag" -msgstr "" +msgstr "Ajouter un tag" #: core/static/templates/core/projector-controls.html:219 msgid "Add countdown" @@ -112,7 +111,7 @@ msgstr "Ajouter un compte à rebours " msgid "Add group" msgstr "Ajouter un groupe" -#: agenda/static/templates/agenda/item-detail.html:175 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:122 #: assignments/static/templates/assignments/assignment-detail.html:115 msgid "Add me" msgstr "Ajouter moi-même" @@ -121,9 +120,9 @@ msgstr "Ajouter moi-même" msgid "Add message" msgstr "Ajouter un message" -#: config-form-field.html:40 +#: config-form-field.html:47 msgid "Add new comment field" -msgstr "" +msgstr "Ajouter un nouveau champ de commentaires" #: core/static/templates/core/projector-controls.html:220 msgid "Add new countdown" @@ -133,123 +132,121 @@ msgstr "Ajouter un nouveau compte à rebours " msgid "Add new message" msgstr "Ajouter un nouveau message" -#: motions/static/js/motions/base.js:795 +#: motions/static/js/motions/base.js:815 msgid "Adjourn" msgstr "Ajourner" -#: motions/static/js/motions/base.js:796 +#: motions/static/js/motions/base.js:816 msgid "Adjournment" -msgstr "" +msgstr "Ajournement" #: users/static/templates/users/user-detail.html:40 msgid "Administrative data" msgstr "Données administratives" -#: agenda/static/js/agenda/base.js:59 agenda/static/js/agenda/pdf.js:15 -#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:302 -#: agenda/static/js/agenda/site.js:36 agenda/static/js/agenda/site.js:702 +#: agenda/static/js/agenda/base.js:65 agenda/static/js/agenda/pdf.js:15 +#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:279 +#: agenda/static/js/agenda/site.js:31 agenda/static/js/agenda/site.js:49 +#: agenda/static/js/agenda/site.js:702 #: agenda/static/templates/agenda/item-detail.html:6 -#: agenda/static/templates/agenda/item-list.html:32 -#: agenda/static/templates/agenda/item-list.html:58 +#: agenda/static/templates/agenda/item-list.html:35 +#: agenda/static/templates/agenda/item-list.html:61 #: agenda/static/templates/agenda/slide-item-list.html:2 msgid "Agenda" msgstr "Ordre du jour" -#: search.html:17 -msgid "Agenda items" -msgstr "" - -#: assignments/static/js/assignments/site.js:951 -#: motions/static/js/motions/site.js:2044 +#: assignments/static/js/assignments/site.js:909 +#: motions/static/js/motions/site.js:2003 msgid "All casted ballots" -msgstr "" +msgstr "Tous les bulletins de vote déposés" -#: assignments/static/js/assignments/site.js:950 -#: motions/static/js/motions/site.js:2043 +#: assignments/static/js/assignments/site.js:908 +#: motions/static/js/motions/site.js:2002 msgid "All valid ballots" -msgstr "" +msgstr "Tous les bulletins de vote valides" #: users/static/templates/users/group-list.html:19 msgid "" "All your changes are saved immediately. Changes you make are only effective " "once you (or the users concerned) reload the page." -msgstr "" +msgstr "Toutes vos modifications sont enregistrées immédiatement. Les modifications que vous effectuez ne sont efficaces qu'une fois que vous (ou les utilisateurs concernés) avez rechargé la page." -#: core/static/js/core/site.js:1531 +#: core/static/js/core/site.js:1685 msgid "Allow access for anonymous guest users" -msgstr "" +msgstr "Autoriser l'accès pour les utilisateurs anonymes" -#: motions/static/js/motions/site.js:2014 +#: motions/static/js/motions/site.js:1972 msgid "Allow to disable versioning" -msgstr "" +msgstr "Permettre de désactiver le versionnage" -#: assignments/static/js/assignments/site.js:939 +#: assignments/static/js/assignments/site.js:897 msgid "Always Yes-No-Abstain per candidate" -msgstr "" +msgstr "Toujours Oui-Non-Abstention par candidat" -#: assignments/static/js/assignments/site.js:940 +#: assignments/static/js/assignments/site.js:898 msgid "Always Yes/No per candidate" -msgstr "" +msgstr "Toujours Oui/Non par candidat" -#: assignments/static/js/assignments/site.js:938 +#: assignments/static/js/assignments/site.js:896 msgid "Always one option per candidate" -msgstr "" +msgstr "Toujours une option par candidat" +#: motions/static/js/motions/pdf.js:33 #: motions/static/templates/motions/motion-detail.html:66 msgid "Amendment of motion" -msgstr "" +msgstr "Amendement de motion" -#: motions/static/js/motions/site.js:2019 +#: motions/static/js/motions/site.js:1978 #: motions/static/templates/motions/motion-detail.html:118 msgid "Amendments" -msgstr "" +msgstr "Amendements" -#: motions/static/js/motions/site.js:2022 +#: motions/static/js/motions/site.js:1981 msgid "Apply text for new amendments" -msgstr "" +msgstr "Appliquer le texte pour les nouvelles modifications" #: agenda/static/js/agenda/site.js:705 msgid "Arabic" -msgstr "" +msgstr "Arabe" #: index.html:75 msgid "Are you sure to delete the chat history?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer l'historique du Chat?" -#: agenda/static/templates/agenda/item-list.html:119 +#: agenda/static/templates/agenda/item-list.html:122 msgid "Are you sure you want to delete all selected agenda items?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer tous les éléments de l'agenda sélectionnés?" #: assignments/static/templates/assignments/assignment-list.html:65 msgid "Are you sure you want to delete all selected elections?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer toutes les élections sélectionnées?" #: motions/static/templates/motions/motion-list.html:129 msgid "Are you sure you want to delete all selected motions?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer tous les motions sélectionnés?" #: users/static/templates/users/user-list.html:80 msgid "Are you sure you want to delete all selected users?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer tous les utilisateurs sélectionnés?" -#: assignments/static/templates/assignments/assignment-detail.html:139 +#: assignments/static/templates/assignments/assignment-detail.html:143 msgid "Are you sure you want to delete this ballot?" msgstr "Êtes-vous sûr que vous voulez supprimer cette votation?" -#: motions/static/templates/motions/motion-detail/view-diff.html:28 +#: motions/static/templates/motions/motion-detail/view-diff.html:27 #: motions/static/templates/motions/motion-detail/view-original.html:34 msgid "Are you sure you want to delete this change recommendation?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer cette recommandation de modification?" -#: agenda/static/templates/agenda/item-list.html:286 +#: agenda/static/templates/agenda/item-list.html:288 #: assignments/static/templates/assignments/assignment-list.html:258 #: core/static/templates/core/manage-projectors.html:68 -#: core/static/templates/core/tag-list.html:42 +#: core/static/templates/core/tag-list.html:46 #: motions/static/templates/motions/category-list.html:49 -#: motions/static/templates/motions/motion-block-list.html:41 -#: motions/static/templates/motions/motion-list.html:516 +#: motions/static/templates/motions/motion-block-list.html:45 +#: motions/static/templates/motions/motion-list.html:517 #: users/static/templates/users/group-list.html:45 -#: users/static/templates/users/user-list.html:320 +#: users/static/templates/users/user-list.html:322 msgid "Are you sure you want to delete this entry?" msgstr "Êtes-vous sûr que vous voulez supprimer cette entrée?" @@ -257,11 +254,11 @@ msgstr "Êtes-vous sûr que vous voulez supprimer cette entrée?" msgid "Are you sure you want to delete this file?" msgstr "Êtes-vous sûr que vous voulez supprimer ce fichier?" -#: motions/static/templates/motions/motion-detail.html:254 +#: motions/static/templates/motions/motion-detail.html:306 msgid "Are you sure you want to delete this poll?" msgstr "Êtes-vous sûr que vous voulez supprimer ce sondage?" -#: motions/static/templates/motions/motion-detail.html:458 +#: motions/static/templates/motions/motion-detail.html:513 msgid "Are you sure you want to delete this version?" msgstr "Êtes-vous sûr que vous voulez supprimer cette version?" @@ -269,38 +266,38 @@ msgstr "Êtes-vous sûr que vous voulez supprimer cette version?" msgid "" "Are you sure you want to override the state of all motions of this motion " "block?" -msgstr "" +msgstr "Voulez-vous vraiment ignorer l'état de toutes les motions de ce bloc de motions?" -#: agenda/static/templates/agenda/item-detail.html:59 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:6 msgid "Are you sure you want to remove all speakers from this list?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer tous les orateurs de cette liste?" #: motions/static/templates/motions/motion-block-detail.html:62 msgid "Are you sure you want to remove this motion from motion block?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer ce motions du bloc de motions?" -#: users/static/templates/users/user-import.html:62 +#: users/static/templates/users/user-import.html:63 msgid "" "At least given name or surname have to be filled in. All\n" " other fields are optional and may be empty." -msgstr "" +msgstr "Au moins le prénom ou le nom doivent être remplir. \nTous les autres champs sont facultatifs et peuvent être vides." -#: motions/static/js/motions/site.js:558 topics/static/js/topics/site.js:130 +#: motions/static/js/motions/site.js:419 topics/static/js/topics/site.js:112 msgid "Attachment" msgstr "pièce jointe" -#: motions/static/templates/motions/motion-detail.html:429 +#: motions/static/templates/motions/motion-detail.html:484 #: topics/static/templates/topics/topic-detail.html:30 msgid "Attachments" msgstr "Pièces jointes" #: csv-import.html:30 msgid "Autodetection" -msgstr "" +msgstr "Autodétection" -#: assignments/static/js/assignments/site.js:937 +#: assignments/static/js/assignments/site.js:895 msgid "Automatic assign of method" -msgstr "" +msgstr "Assignation automatique de la méthode." #: topics/static/templates/topics/topic-import.html:130 #: topics/static/templates/topics/topic-import.html:35 @@ -309,23 +306,19 @@ msgstr "Retourner vers l'agenda" #: motions/static/templates/motions/category-sort.html:6 msgid "Back to categories" -msgstr "" +msgstr "Rétour vers les catégories" -#: motions/static/templates/motions/motion-import.html:127 +#: motions/static/templates/motions/motion-import.html:130 msgid "Back to motions overview" msgstr "Retour au sommaire des motions" #: agenda/static/templates/agenda/current-list-of-speakers.html:6 #: agenda/static/templates/agenda/item-sort.html:6 #: assignments/static/templates/assignments/assignment-detail.html:6 -#: core/static/templates/core/tag-detail.html:6 -#: core/static/templates/core/tag-form.html:6 #: core/static/templates/core/tag-list.html:6 -#: motions/static/templates/motions/category-detail.html:6 -#: motions/static/templates/motions/category-form.html:6 #: motions/static/templates/motions/category-list.html:6 #: motions/static/templates/motions/motion-block-detail.html:6 -#: motions/static/templates/motions/motion-block-list.html:10 +#: motions/static/templates/motions/motion-block-list.html:6 #: motions/static/templates/motions/motion-detail.html:6 #: motions/static/templates/motions/motion-import.html:6 #: topics/static/templates/topics/topic-detail.html:6 @@ -337,36 +330,36 @@ msgstr "Retour au sommaire des motions" msgid "Back to overview" msgstr "Retour au sommaire" -#: users/static/templates/users/user-import.html:218 +#: users/static/templates/users/user-import.html:222 #: users/static/templates/users/user-import.html:36 msgid "Back to users overview" msgstr "Retour à l'aperçu des utilisateurs" -#: core/static/js/core/site.js:1541 +#: core/static/js/core/site.js:1696 msgid "Background color of projector header and footer" -msgstr "" +msgstr "La couleur de fond d'en-tête du projecteur et pied de page" #: assignments/static/js/assignments/pdf.js:139 #: assignments/static/js/assignments/pdf.js:288 -#: assignments/static/js/assignments/site.js:659 -#: assignments/static/templates/assignments/assignment-detail.html:133 +#: assignments/static/js/assignments/site.js:619 +#: assignments/static/templates/assignments/assignment-detail.html:131 #: assignments/static/templates/assignments/assignmentpoll-form.html:1 msgid "Ballot" msgstr "Votation" -#: assignments/static/js/assignments/site.js:942 +#: assignments/static/js/assignments/site.js:900 msgid "Ballot and ballot papers" -msgstr "" +msgstr "Vote et les bulletins de vote" -#: agenda/static/templates/agenda/item-detail.html:86 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:33 msgid "Begin next speech" msgstr "Commencez prochain discours" #: agenda/static/js/agenda/site.js:707 msgid "Begin of event" -msgstr "" +msgstr "Début de l'événement" -#: agenda/static/templates/agenda/item-detail.html:145 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:92 msgid "Begin speech" msgstr "Commencer discours" @@ -375,162 +368,161 @@ msgstr "Commencer discours" msgid "Bigger" msgstr "Plus grand" -#: core/static/templates/core/manage-projectors.html:197 +#: core/static/templates/core/manage-projectors.html:198 #: core/static/templates/core/projector-controls.html:55 #: core/static/templates/core/projector-controls.html:74 msgid "Blank" -msgstr "" +msgstr "Vide" -#: core/static/templates/core/manage-projectors.html:191 +#: core/static/templates/core/manage-projectors.html:192 #: core/static/templates/core/projector-controls.html:68 msgid "Broadcast" -msgstr "" +msgstr "Emission" #: core/static/templates/core/manage-projectors.html:189 msgid "Broadcast the content of this projector to all other projectors." -msgstr "" +msgstr "Transmettez le contenu de ce projecteur à tous les autres projecteurs." #: csv-import.html:2 msgid "CSV file" -msgstr "" +msgstr "Fichier CSV" -#: users/static/js/users/site.js:1463 +#: users/static/js/users/site.js:1540 msgid "Can create motions" msgstr "Peut créer des motions" -#: users/static/js/users/site.js:1440 +#: users/static/js/users/site.js:1517 msgid "Can manage agenda" msgstr "Peut gérer l'ordre du jour" -#: users/static/js/users/site.js:1453 +#: users/static/js/users/site.js:1530 msgid "Can manage configuration" msgstr "Peut gérer la configuration" -#: users/static/js/users/site.js:1447 +#: users/static/js/users/site.js:1524 msgid "Can manage elections" msgstr "Peut gérer les élections" -#: users/static/js/users/site.js:1459 +#: users/static/js/users/site.js:1536 msgid "Can manage files" msgstr "Peut gérer les fichiers" -#: users/static/js/users/site.js:1465 +#: users/static/js/users/site.js:1542 msgid "Can manage motions" msgstr "Peut gérer les motions" -#: users/static/js/users/site.js:1452 +#: users/static/js/users/site.js:1529 msgid "Can manage tags" msgstr "Peut gérer les balises" -#: users/static/js/users/site.js:1455 +#: users/static/js/users/site.js:1532 msgid "Can manage the chat" -msgstr "" +msgstr "Peut gérer le chat" -#: users/static/js/users/site.js:1450 +#: users/static/js/users/site.js:1527 msgid "Can manage the projector" msgstr "Peut gérer le projecteur" -#: users/static/js/users/site.js:1470 +#: users/static/js/users/site.js:1547 msgid "Can manage users" msgstr "Peut gérer les utilisateur" -#: users/static/js/users/site.js:1445 +#: users/static/js/users/site.js:1522 msgid "Can nominate another participant" msgstr "Peut nonimer un autre participant" -#: users/static/js/users/site.js:1446 +#: users/static/js/users/site.js:1523 msgid "Can nominate oneself" msgstr "Peut se nommer soi même" #: core/static/js/core/projector.js:109 msgid "Can not open the projector." -msgstr "" +msgstr "Ne peut pas voir le projecteur" -#: users/static/js/users/site.js:1442 +#: users/static/js/users/site.js:1519 msgid "Can put oneself on the list of speakers" msgstr "Peut se mettre soi-même sur la liste des orateurs" -#: users/static/js/users/site.js:1439 +#: users/static/js/users/site.js:1516 msgid "Can see agenda" msgstr "Peut voir l'ordre du jour" -#: users/static/js/users/site.js:1466 +#: users/static/js/users/site.js:1543 msgid "Can see and manage comments" -msgstr "" +msgstr "Peut voir et gérer les commentaires" -#: users/static/js/users/site.js:1444 +#: users/static/js/users/site.js:1521 msgid "Can see elections" msgstr "Peut voir les élections" -#: users/static/js/users/site.js:1469 +#: users/static/js/users/site.js:1546 msgid "Can see extra data of users (e.g. present and comment)" msgstr "Peut voir les données supplémentaires des utilisateurs (par exemple présent et commentaire)" -#: users/static/js/users/site.js:1460 +#: users/static/js/users/site.js:1537 msgid "Can see hidden files" -msgstr "" +msgstr "Peut voir des fichiers cachés" -#: users/static/js/users/site.js:1441 +#: users/static/js/users/site.js:1518 msgid "Can see hidden items and time scheduling of agenda" msgstr "Peut voir les éléments cachés et \nla planification de temps de l'ordre du jour" -#: users/static/js/users/site.js:1462 +#: users/static/js/users/site.js:1539 msgid "Can see motions" msgstr "Peut voir les motions" -#: users/static/js/users/site.js:1468 +#: users/static/js/users/site.js:1545 msgid "Can see names of users" msgstr "Peut voir le nom des utilisateurs" -#: users/static/js/users/site.js:1451 +#: users/static/js/users/site.js:1528 msgid "Can see the front page" msgstr "Peut voir la page d'acceuil" -#: users/static/js/users/site.js:1457 +#: users/static/js/users/site.js:1534 msgid "Can see the list of files" msgstr "Peut voir la liste des fichiers" -#: users/static/js/users/site.js:1449 +#: users/static/js/users/site.js:1526 msgid "Can see the projector" msgstr "Peut voir le projecteur" -#: users/static/js/users/site.js:1464 +#: users/static/js/users/site.js:1541 msgid "Can support motions" msgstr "Peut soutenir les motions" -#: users/static/js/users/site.js:1458 +#: users/static/js/users/site.js:1535 msgid "Can upload files" msgstr "Peut transferer des fichiers" -#: users/static/js/users/site.js:1454 +#: users/static/js/users/site.js:1531 msgid "Can use the chat" msgstr "Peut utiliser le chat " -#: assignments/static/templates/assignments/assignment-form.html:13 +#: assignments/static/templates/assignments/assignment-form.html:18 #: assignments/static/templates/assignments/assignmentpoll-form.html:18 -#: core/static/js/core/site.js:104 core/static/js/core/site.js:105 +#: core/static/js/core/site.js:126 core/static/js/core/site.js:127 #: core/static/templates/core/projector-controls.html:209 #: core/static/templates/core/projector-message-form.html:8 -#: core/static/templates/core/tag-form.html:24 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:56 -#: motions/static/templates/motions/category-form.html:28 +#: core/static/templates/core/tag-form.html:13 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 +#: motions/static/templates/motions/category-form.html:13 #: motions/static/templates/motions/change-recommendation-form.html:13 #: motions/static/templates/motions/motion-block-form.html:13 -#: motions/static/templates/motions/motion-form.html:14 +#: motions/static/templates/motions/motion-form.html:19 #: motions/static/templates/motions/motionpoll-form.html:18 #: topics/static/templates/topics/topic-form.html:13 -#: users/static/templates/users/group-edit.html:22 +#: users/static/templates/users/group-edit.html:24 +#: users/static/templates/users/profile-password-form.html:12 #: users/static/templates/users/user-change-password.html:46 -#: users/static/templates/users/user-detail-password.html:39 -#: users/static/templates/users/user-detail-profile.html:46 #: users/static/templates/users/user-form.html:13 msgid "Cancel" msgstr "Annuler" #: assignments/static/js/assignments/pdf.js:147 #: assignments/static/js/assignments/pdf.js:65 -#: assignments/static/templates/assignments/assignment-detail.html:179 -#: assignments/static/templates/assignments/assignment-detail.html:204 +#: assignments/static/templates/assignments/assignment-detail.html:183 +#: assignments/static/templates/assignments/assignment-detail.html:208 #: assignments/static/templates/assignments/assignment-detail.html:84 #: assignments/static/templates/assignments/assignment-list.html:312 #: assignments/static/templates/assignments/slide_assignment.html:18 @@ -539,128 +531,133 @@ msgid "Candidates" msgstr "Candidats" #: assignments/static/js/assignments/pdf.js:212 -#: assignments/static/js/assignments/site.js:869 -#: assignments/static/templates/assignments/assignment-detail.html:257 +#: assignments/static/js/assignments/site.js:841 +#: assignments/static/templates/assignments/assignment-detail.html:261 #: assignments/static/templates/assignments/slide_assignment.html:92 -#: motions/static/js/motions/site.js:707 -#: motions/static/templates/motions/motion-detail.html:331 +#: motions/static/js/motions/site.js:607 +#: motions/static/templates/motions/motion-detail.html:383 msgid "Casted ballots" -msgstr "" +msgstr "Bulletins de vote déposés" -#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:511 -#: motions/static/js/motions/site.js:180 +#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:500 +#: motions/static/js/motions/site.js:102 #: motions/static/templates/motions/category-list.html:13 #: motions/static/templates/motions/motion-list.html:10 msgid "Categories" msgstr "Catégories" -#: motions/static/templates/motions/motion-import.html:113 +#: motions/static/templates/motions/motion-import.html:116 msgid "Categories created" -msgstr "" +msgstr "Catégories créées" -#: motions/static/js/motions/pdf.js:81 motions/static/js/motions/site.js:572 -#: motions/static/js/motions/site.js:902 -#: motions/static/templates/motions/category-detail.html:10 +#: motions/static/js/motions/pdf.js:89 motions/static/js/motions/site.js:433 +#: motions/static/js/motions/site.js:806 #: motions/static/templates/motions/category-sort.html:9 -#: motions/static/templates/motions/motion-detail.html:219 +#: motions/static/templates/motions/motion-detail.html:223 +#: motions/static/templates/motions/motion-detail.html:227 #: motions/static/templates/motions/motion-import.html:27 #: motions/static/templates/motions/motion-import.html:48 -#: motions/static/templates/motions/motion-list.html:192 +#: motions/static/templates/motions/motion-list.html:220 msgid "Category" msgstr "Catégorie" -#: index.html:101 users/static/templates/users/user-change-password.html:43 -#: users/static/templates/users/user-detail-password.html:3 -#: users/static/templates/users/user-list.html:318 +#: agenda/static/templates/agenda/item-list.html:333 +msgid "Change item number ..." +msgstr "Changer le numéro d'article ..." + +#: index.html:102 users/static/templates/users/user-change-password.html:43 +#: users/static/templates/users/user-list.html:320 msgid "Change password" msgstr "Changer le mot de passe" #: users/static/templates/users/user-change-password.html:9 msgid "Change password for {{ user.get_short_name() }}" -msgstr "" +msgstr "Changer le mot de passe de {{ user.get_short_name() }}" -#: motions/static/templates/motions/motion-detail/toolbar.html:83 +#: motions/static/templates/motions/motion-detail/toolbar.html:103 +#: motions/static/templates/motions/motion-detail/toolbar.html:139 msgid "Change recommendations" -msgstr "" +msgstr "Modifier les recommandations" -#: motions/static/templates/motions/motion-detail/toolbar.html:98 +#: motions/static/templates/motions/motion-detail/toolbar.html:118 +#: motions/static/templates/motions/motion-detail/toolbar.html:151 msgid "Changed version" -msgstr "" +msgstr "Changer la version" #: index.html:46 msgid "Chat" msgstr "Chat" -#: motions/static/js/motions/site.js:2028 +#: motions/static/js/motions/site.js:1987 msgid "Choose 0 to disable the supporting system." -msgstr "" +msgstr "Choisissez 0 pour desactiver le système de soutien." -#: core/static/js/core/site.js:106 core/static/js/core/site.js:107 +#: core/static/js/core/site.js:128 core/static/js/core/site.js:129 msgid "Clear" -msgstr "" +msgstr "Effacer" -#: motions/static/templates/motions/motion-import.html:117 +#: motions/static/templates/motions/motion-import.html:120 #: topics/static/templates/topics/topic-import.html:120 -#: users/static/templates/users/user-import.html:208 +#: users/static/templates/users/user-import.html:212 msgid "Clear preview" msgstr "Effacer aperçu" -#: agenda/static/templates/agenda/current-list-of-speakers.html:44 +#: agenda/static/templates/agenda/current-list-of-speakers.html:53 #: agenda/static/templates/agenda/item-detail.html:48 -#: agenda/static/templates/agenda/item-detail.html:67 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:5 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:14 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:5 #: agenda/static/templates/agenda/slide-list-of-speakers.html:10 msgid "Closed" msgstr "Fermé" -#: agenda/static/js/agenda/site.js:155 agenda/static/js/agenda/site.js:156 +#: agenda/static/js/agenda/site.js:140 agenda/static/js/agenda/site.js:141 msgid "Closed items" -msgstr "" +msgstr "Elements terminés" -#: core/static/js/core/site.js:1545 +#: core/static/js/core/site.js:1700 msgid "Color for blanked projector" -msgstr "" +msgstr "Couleur pour le projecteur blanchi" #: topics/static/templates/topics/topic-import.html:53 #: topics/static/templates/topics/topic-import.html:72 -#: users/static/js/users/site.js:342 users/static/js/users/site.js:501 +#: users/static/js/users/site.js:321 users/static/js/users/site.js:572 #: users/static/templates/users/user-detail.html:43 #: users/static/templates/users/user-import.html:57 -#: users/static/templates/users/user-import.html:82 -#: users/static/templates/users/user-list.html:388 -#: users/static/templates/users/user-list.html:397 +#: users/static/templates/users/user-import.html:83 +#: users/static/templates/users/user-list.html:390 +#: users/static/templates/users/user-list.html:399 msgid "Comment" msgstr "Commentaire" -#: motions/static/js/motions/site.js:2034 +#: motions/static/js/motions/site.js:1993 msgid "Comment fields for motions" -msgstr "" +msgstr "Champs de commentaires pour les motions" -#: assignments/static/js/assignments/site.js:879 -msgid "Comment on the ballot paper" -msgstr "Commentaire sur le bulletin de vote" - -#: motions/static/js/motions/site.js:2033 +#: motions/static/js/motions/site.js:1992 #: motions/static/templates/motions/motion-detail/comments.html:17 msgid "Comments" -msgstr "" +msgstr "Commentaires" -#: users/static/js/users/site.js:466 users/static/js/users/site.js:495 +#: users/static/js/users/site.js:537 users/static/js/users/site.js:566 msgid "Committee" -msgstr "" +msgstr "Comité" -#: users/static/js/users/base.js:163 +#: users/static/js/users/base.js:165 msgid "Committees" -msgstr "" +msgstr "Comités" -#: motions/static/js/motions/base.js:781 +#: motions/static/js/motions/base.js:801 msgid "Complex Workflow" msgstr "Flux de travail complexe" -#: users/static/templates/users/user-detail-password.html:29 +#: users/static/js/users/site.js:467 msgid "Confirm new password" msgstr "Confirmer le nouveau mot de passe" +#: core/static/js/core/base.js:490 +msgid "Connection lost. You are not connected to the server anymore." +msgstr "" + #: core/static/templates/core/login-form.html:23 msgid "Continue as guest" msgstr "Continuer en tant qu'invité" @@ -675,98 +672,104 @@ msgstr "Copier et coller vos noms des participants dans ce textbox.\nGardez chaq msgid "" "Copy and paste your topic titles in this textbox. Keep each item in a single" " line." -msgstr "" +msgstr "Copiez et collez vos titres de rubrique dans cette zone de texte. Gardez chaque élément dans une seule ligne." -#: core/static/js/core/base.js:812 +#: core/static/js/core/base.js:917 msgid "Countdown" -msgstr "" +msgstr " Compte à rebours " -#: core/static/js/core/base.js:813 +#: core/static/js/core/base.js:918 #: core/static/templates/core/projector-controls.html:142 msgid "Countdowns" msgstr " Comptes à rebours " #: agenda/static/js/agenda/site.js:713 msgid "Couple countdown with the list of speakers" -msgstr "" +msgstr "Couple compte à rebours avec la liste des orateurs" #: users/static/templates/users/group-edit.html:2 msgid "Create new group" -msgstr "" +msgstr "Créer un nouveau groupe" -#: motions/static/js/motions/site.js:908 +#: motions/static/js/motions/site.js:812 msgid "Creation date" -msgstr "" +msgstr "Date de création" -#: core/static/js/core/site.js:1539 +#: core/static/js/core/site.js:1694 msgid "Current browser language" -msgstr "" +msgstr "Langue actuelle du navigateur internet" -#: agenda/static/js/agenda/site.js:96 -#: agenda/static/templates/agenda/current-list-of-speakers.html:24 -#: agenda/static/templates/agenda/current-list-of-speakers.html:42 -#: agenda/static/templates/agenda/item-list.html:20 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:3 +#: agenda/static/js/agenda/site.js:73 +#: agenda/static/templates/agenda/current-list-of-speakers.html:17 +#: agenda/static/templates/agenda/current-list-of-speakers.html:51 +#: agenda/static/templates/agenda/item-list.html:23 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:3 +#: core/static/templates/core/projector-controls.html:280 msgid "Current list of speakers" -msgstr "" +msgstr "La liste actuelle des orateurs" -#: assignments/static/js/assignments/site.js:957 -#: motions/static/js/motions/site.js:2056 +#: assignments/static/js/assignments/site.js:915 +#: motions/static/js/motions/site.js:2015 msgid "Custom number of ballot papers" -msgstr "" +msgstr "Nombre personnalisé de bulletins de vote" -#: agenda/static/templates/agenda/current-list-of-speakers.html:36 +#: agenda/static/templates/agenda/current-list-of-speakers.html:44 #: agenda/static/templates/agenda/item-detail.html:35 -#: agenda/static/templates/agenda/item-list.html:254 -#: agenda/static/templates/agenda/item-list.html:52 +#: agenda/static/templates/agenda/item-list.html:257 +#: agenda/static/templates/agenda/item-list.html:55 +#: core/static/templates/core/projector-controls.html:307 #: mediafiles/static/templates/mediafiles/mediafile-list.html:273 #: motions/static/templates/motions/motion-detail.html:45 -#: projector-button.html:23 users/static/js/users/base.js:160 +#: projector-button.html:23 users/static/js/users/base.js:162 msgid "Default" -msgstr "" +msgstr "Par défaut" -#: assignments/static/js/assignments/site.js:191 +#: assignments/static/js/assignments/site.js:150 msgid "Default comment on the ballot paper" msgstr "Commentaire par défaut sur le bulletin de vote" -#: motions/static/js/motions/site.js:2004 +#: motions/static/js/motions/site.js:1962 msgid "Default line numbering" -msgstr "" +msgstr "Numérotation par ligne par défaut" -#: assignments/static/js/assignments/site.js:959 +#: assignments/static/js/assignments/site.js:917 msgid "" "Default method to check whether a candidate has reached the required " "majority." -msgstr "" +msgstr "Méthode par défaut pour vérifier si un candidat a atteint la majorité requise." -#: motions/static/js/motions/site.js:2047 +#: motions/static/js/motions/site.js:2006 msgid "" "Default method to check whether a motion has reached the required majority." -msgstr "" +msgstr "Méthode par défaut pour vérifier si une motion a atteint la majorité requise." -#: core/static/js/core/site.js:1549 +#: core/static/js/core/site.js:1704 msgid "Default projector" -msgstr "" +msgstr "Projecteur par défaut" -#: users/static/js/users/base.js:161 +#: motions/static/js/motions/site.js:1974 +msgid "Default text version for change recommendations" +msgstr "Version de texte par défaut pour les recommandations de modification" + +#: users/static/js/users/base.js:163 msgid "Delegates" msgstr "Délégués" -#: agenda/static/templates/agenda/item-list.html:285 -#: assignments/static/templates/assignments/assignment-detail.html:142 +#: agenda/static/templates/agenda/item-list.html:287 +#: assignments/static/templates/assignments/assignment-detail.html:146 #: assignments/static/templates/assignments/assignment-list.html:257 #: core/static/templates/core/manage-projectors.html:72 -#: core/static/templates/core/tag-list.html:41 +#: core/static/templates/core/tag-list.html:45 #: mediafiles/static/templates/mediafiles/mediafile-list.html:294 #: motions/static/templates/motions/category-list.html:48 -#: motions/static/templates/motions/motion-block-list.html:40 -#: motions/static/templates/motions/motion-detail.html:256 -#: motions/static/templates/motions/motion-detail.html:461 -#: motions/static/templates/motions/motion-detail/view-diff.html:30 +#: motions/static/templates/motions/motion-block-list.html:44 +#: motions/static/templates/motions/motion-detail.html:308 +#: motions/static/templates/motions/motion-detail.html:516 +#: motions/static/templates/motions/motion-detail/view-diff.html:29 #: motions/static/templates/motions/motion-detail/view-original.html:36 -#: motions/static/templates/motions/motion-list.html:515 +#: motions/static/templates/motions/motion-list.html:516 #: motions/static/templates/motions/motion-list.html:84 -#: users/static/templates/users/user-list.html:319 +#: users/static/templates/users/user-list.html:321 #: users/static/templates/users/user-list.html:70 msgid "Delete" msgstr "Supprimer" @@ -775,7 +778,7 @@ msgstr "Supprimer" msgid "Delete selected elections" msgstr "Supprimer les élections sélectionnés" -#: agenda/static/templates/agenda/item-list.html:123 +#: agenda/static/templates/agenda/item-list.html:126 msgid "Delete selected items" msgstr "Supprimer les éléments sélectionnés" @@ -791,14 +794,14 @@ msgstr "Supprimer les motions sélectionnés" msgid "Delete selected participants" msgstr "Supprimer les participants sélectionnés" -#: motions/static/js/motions/base.js:740 motions/static/js/motions/pdf.js:192 -#: motions/static/js/motions/site.js:375 -#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/js/motions/base.js:760 motions/static/js/motions/pdf.js:199 +#: motions/static/js/motions/site.js:249 +#: motions/static/templates/motions/motion-detail/change-summary.html:26 msgid "Deletion" -msgstr "" +msgstr "Suppression" #: assignments/static/js/assignments/pdf.js:42 -#: assignments/static/js/assignments/site.js:174 +#: assignments/static/js/assignments/site.js:133 #: assignments/static/templates/assignments/assignment-detail.html:79 #: core/static/templates/core/projector-controls.html:194 msgid "Description" @@ -806,61 +809,62 @@ msgstr "Description" #: csv-import.html:11 msgid "Deselect file" -msgstr "" +msgstr "Sélectionnez le fichier" -#: users/static/js/users/site.js:362 +#: users/static/js/users/site.js:341 msgid "Designates whether this user is in the room or not." msgstr "Indique si cet utilisateur est dans la salle ou non." -#: users/static/js/users/site.js:384 +#: users/static/js/users/site.js:363 msgid "Designates whether this user should be treated as a committee." -msgstr "" +msgstr "Indique si cet utilisateur doit être considéré comme un membre de comité." -#: users/static/js/users/site.js:372 +#: users/static/js/users/site.js:351 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting the account." msgstr "Indique si cet utilisateur doit être traitée comme actif. Désélectionner cette option au lieu de suprimer le compte d'ulisateur." -#: motions/static/templates/motions/motion-detail/toolbar.html:104 +#: motions/static/templates/motions/motion-detail/toolbar.html:124 +#: motions/static/templates/motions/motion-detail/toolbar.html:156 msgid "Diff version" -msgstr "" +msgstr "Diff version" -#: assignments/static/js/assignments/site.js:963 -#: motions/static/js/motions/site.js:2051 +#: assignments/static/js/assignments/site.js:921 +#: motions/static/js/motions/site.js:2010 msgid "Disabled" -msgstr "" +msgstr "Desactivé" -#: assignments/static/js/assignments/site.js:952 -#: motions/static/js/motions/site.js:2045 +#: assignments/static/js/assignments/site.js:910 +#: motions/static/js/motions/site.js:2004 msgid "Disabled (no percents)" -msgstr "" +msgstr "Désactivé (pas de pourcentages)" #: core/static/templates/core/manage-projectors.html:30 msgid "" "Display an identifier message on all projectors with the id and the name." -msgstr "" +msgstr "Affiche un message d'identification sur tous les projecteurs avec l'identifiant et le nom." -#: motions/static/js/motions/base.js:798 +#: motions/static/js/motions/base.js:818 msgid "Do not concern" msgstr "Ne pas concerner" -#: motions/static/js/motions/base.js:778 +#: motions/static/js/motions/base.js:798 msgid "Do not decide" msgstr "Ne decidér pas" -#: motions/static/templates/motions/motion-detail.html:398 -#: motions/static/templates/motions/motion-detail.html:413 +#: motions/static/templates/motions/motion-detail.html:453 +#: motions/static/templates/motions/motion-detail.html:468 msgid "" "Do you want to create a new version of this motion based on this changes?" -msgstr "" +msgstr "Voulez-vous créer une nouvelle version de cette motion en fonction de cette modification?" -#: motions/static/js/motions/site.js:505 +#: motions/static/js/motions/site.js:366 msgid "Don't create a new version." msgstr "Ne créez pas une nouvelle version" -#: agenda/static/templates/agenda/item-list.html:336 -#: agenda/static/templates/agenda/item-list.html:341 +#: agenda/static/templates/agenda/item-list.html:347 +#: agenda/static/templates/agenda/item-list.html:352 #: motions/static/templates/motions/motion-list.html:182 #: motions/static/templates/motions/motion-list.html:346 msgid "Done" @@ -868,7 +872,7 @@ msgstr "Terminé" #: motions/static/templates/motions/motion-import.html:32 #: topics/static/templates/topics/topic-import.html:58 -#: users/static/templates/users/user-import.html:65 +#: users/static/templates/users/user-import.html:66 msgid "Download CSV example file" msgstr "Télécharger fichier CSV d'exemple " @@ -882,39 +886,39 @@ msgstr "Glisser-déposer des éléments pour modifier l'ordre de l'ordre du jour msgid "" "Drag and drop motions to reorder the category. Then click the button to " "renumber." -msgstr "" +msgstr "Faites glisser et déposer des motions pour réorganiser la catégorie. Cliquez ensuite sur le bouton pour numéroter." -#: agenda/static/templates/agenda/item-list.html:134 +#: agenda/static/templates/agenda/item-list.html:137 #: topics/static/templates/topics/topic-import.html:52 #: topics/static/templates/topics/topic-import.html:71 msgid "Duration" msgstr "Durée" -#: agenda/static/templates/agenda/item-list.html:283 +#: agenda/static/templates/agenda/item-list.html:286 #: assignments/static/templates/assignments/assignment-detail.html:20 #: assignments/static/templates/assignments/assignment-list.html:256 -#: core/static/templates/core/tag-list.html:40 +#: core/static/templates/core/tag-list.html:44 #: mediafiles/static/templates/mediafiles/mediafile-list.html:293 #: motions/static/templates/motions/category-list.html:46 #: motions/static/templates/motions/motion-block-detail.html:19 -#: motions/static/templates/motions/motion-block-list.html:38 -#: motions/static/templates/motions/motion-detail.html:248 +#: motions/static/templates/motions/motion-block-list.html:42 +#: motions/static/templates/motions/motion-detail.html:300 #: motions/static/templates/motions/motion-detail.html:53 -#: motions/static/templates/motions/motion-detail/view-diff.html:35 -#: motions/static/templates/motions/motion-list.html:512 +#: motions/static/templates/motions/motion-detail/view-diff.html:34 +#: motions/static/templates/motions/motion-list.html:513 #: topics/static/templates/topics/topic-detail.html:19 #: users/static/templates/users/user-detail.html:14 -#: users/static/templates/users/user-list.html:317 +#: users/static/templates/users/user-list.html:319 msgid "Edit" msgstr "Modifier" -#: motions/static/templates/motions/category-form.html:9 +#: motions/static/templates/motions/category-form.html:1 msgid "Edit category" msgstr "Modifier cette catégorie" #: motions/static/templates/motions/change-recommendation-form.html:1 msgid "Edit change recommendation" -msgstr "" +msgstr "Modifier changement de recommandation" #: core/static/templates/core/projector-controls.html:158 msgid "Edit countdown" @@ -944,57 +948,57 @@ msgstr "Modifier la motion" #: motions/static/templates/motions/motion-block-form.html:1 msgid "Edit motion block" -msgstr "" +msgstr "Modifier le block de motions" #: users/static/templates/users/group-edit.html:1 msgid "Edit name" -msgstr "" +msgstr "Modifier le nom" #: users/static/templates/users/user-form.html:1 msgid "Edit participant" msgstr "Modifier le participant" -#: index.html:96 users/static/templates/users/user-detail-profile.html:3 +#: index.html:97 users/static/js/users/site.js:819 msgid "Edit profile" msgstr "Modifier le profile..." -#: core/static/templates/core/tag-form.html:9 +#: core/static/templates/core/tag-form.html:1 msgid "Edit tag" msgstr "Modifier l'etiquette" #: topics/static/templates/topics/topic-form.html:1 msgid "Edit topic" -msgstr "" +msgstr "Modifier le sujet" #: motions/static/templates/motions/motion-detail/toolbar.html:16 msgid "" "Editing the text is not possible anymore once there are change " "recommendations." -msgstr "" +msgstr "Il n'est plus possible de modifier le texte une fois qu'il y a des recommandations de changement." -#: assignments/static/js/assignments/base.js:316 -#: assignments/static/js/assignments/site.js:643 +#: assignments/static/js/assignments/base.js:330 +#: assignments/static/js/assignments/site.js:603 #: assignments/static/templates/assignments/assignment-detail.html:31 #: assignments/static/templates/assignments/slide_assignment.html:7 msgid "Election" msgstr "Election" -#: assignments/static/js/assignments/site.js:936 -#: assignments/static/templates/assignments/assignment-detail.html:186 +#: assignments/static/js/assignments/site.js:894 +#: assignments/static/templates/assignments/assignment-detail.html:190 msgid "Election method" -msgstr "" +msgstr "Méthode d'élection" #: assignments/static/templates/assignments/assignment-detail.html:124 msgid "Election result" msgstr "Résultat de l'élection" -#: assignments/static/js/assignments/base.js:317 +#: assignments/static/js/assignments/base.js:331 #: assignments/static/js/assignments/site.js:19 -#: assignments/static/js/assignments/site.js:36 -#: assignments/static/js/assignments/site.js:423 -#: assignments/static/js/assignments/site.js:941 +#: assignments/static/js/assignments/site.js:31 +#: assignments/static/js/assignments/site.js:387 +#: assignments/static/js/assignments/site.js:49 +#: assignments/static/js/assignments/site.js:899 #: assignments/static/templates/assignments/assignment-list.html:13 -#: search.html:25 msgid "Elections" msgstr "Elections" @@ -1004,79 +1008,87 @@ msgstr "Codage" #: mediafiles/static/templates/mediafiles/mediafile-list.html:309 msgid "Encrypted" -msgstr "" +msgstr "Crypté" -#: agenda/static/templates/agenda/item-detail.html:81 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:28 msgid "End current speech" msgstr "Terminer le discours actuel" -#: agenda/static/templates/agenda/item-detail.html:126 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:73 msgid "End speech" msgstr "Terminer le discours" #: agenda/static/js/agenda/site.js:712 msgid "Enter duration in seconds. Choose 0 to disable warning color." -msgstr "" +msgstr "Entrez la durée en secondes. Choisissez 0 pour désactiver la couleur d'avertissement." -#: assignments/static/templates/assignments/assignment-detail.html:157 +#: assignments/static/templates/assignments/assignment-detail.html:161 msgid "Enter votes" msgstr "Entrer les votes" -#: users/static/js/users/site.js:910 -msgid "Error: Given name or surname is required." +#: core/static/js/core/base.js:473 +msgid "Error" msgstr "" -#: motions/static/js/motions/site.js:1690 +#: pdf-status.html:18 +msgid "Error while generating PDF file" +msgstr "Erreur lors de la génération du fichier PDF" + +#: users/static/js/users/site.js:986 +msgid "Error: Given name or surname is required." +msgstr "Erreur: Le prénom ou nom est nécessaire." + +#: motions/static/js/motions/site.js:1632 msgid "Error: Identifier already exists." msgstr "Erreur: Identificateur existe déjà." -#: motions/static/js/motions/site.js:1701 +#: motions/static/js/motions/site.js:1643 msgid "Error: Text is required." msgstr "Erreur: Un texte est nécessaire." -#: motions/static/js/motions/site.js:1696 topics/static/js/topics/site.js:328 +#: motions/static/js/motions/site.js:1638 topics/static/js/topics/site.js:308 msgid "Error: Title is required." msgstr "Erreur: Un titre est nécessaire." -#: agenda/static/templates/agenda/item-list.html:137 +#: agenda/static/templates/agenda/item-list.html:140 msgid "Estimated end:" -msgstr "" +msgstr "Fin prévue" -#: core/static/js/core/site.js:1521 +#: core/static/js/core/site.js:1675 msgid "Event" -msgstr "" +msgstr "Evénement" -#: core/static/js/core/site.js:1523 +#: core/static/js/core/site.js:1677 msgid "Event date" -msgstr "" +msgstr "Date de l'événement" -#: core/static/js/core/site.js:1524 +#: core/static/js/core/site.js:1678 msgid "Event location" msgstr "" -#: core/static/js/core/site.js:1515 +#: core/static/js/core/site.js:1669 msgid "Event name" msgstr "" -#: core/static/js/core/site.js:1525 +#: core/static/js/core/site.js:1679 msgid "Event organizer" msgstr "" -#: agenda/static/templates/agenda/item-list.html:87 +#: agenda/static/templates/agenda/item-list.html:90 #: assignments/static/templates/assignments/assignment-list.html:31 #: motions/static/templates/motions/motion-list.html:43 #: users/static/templates/users/user-list.html:37 msgid "Export all" msgstr "" -#: agenda/static/templates/agenda/item-list.html:90 +#: agenda/static/templates/agenda/item-list.html:93 #: assignments/static/templates/assignments/assignment-list.html:34 #: motions/static/templates/motions/motion-list.html:46 #: users/static/templates/users/user-list.html:40 msgid "Export filtered" msgstr "" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:11 +#: mediafiles/static/js/mediafiles/forms.js:54 msgid "File" msgstr "" @@ -1087,28 +1099,39 @@ msgstr "" #: mediafiles/static/js/mediafiles/resources.js:20 #: mediafiles/static/js/mediafiles/resources.js:21 #: mediafiles/static/js/mediafiles/states.js:18 -#: mediafiles/static/js/mediafiles/states.js:35 -#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 search.html:33 +#: mediafiles/static/js/mediafiles/states.js:30 +#: mediafiles/static/js/mediafiles/states.js:48 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 msgid "Files" msgstr "Fichiers" -#: agenda/static/templates/agenda/item-list.html:155 +#: agenda/static/templates/agenda/item-list.html:158 #: assignments/static/templates/assignments/assignment-list.html:93 -#: core/static/templates/core/tag-list.html:22 +#: core/static/templates/core/tag-list.html:26 #: mediafiles/static/templates/mediafiles/mediafile-list.html:160 #: motions/static/templates/motions/category-list.html:21 #: motions/static/templates/motions/motion-block-detail.html:39 #: motions/static/templates/motions/motion-block-list.html:21 #: motions/static/templates/motions/motion-list.html:157 -#: users/static/templates/users/user-list.html:164 +#: users/static/templates/users/user-list.html:166 msgid "Filter" msgstr "Filtre" -#: assignments/static/js/assignments/site.js:969 +#: motions/static/templates/motions/motion-detail/toolbar.html:131 +#: motions/static/templates/motions/motion-detail/toolbar.html:161 +msgid "Final version" +msgstr "" + +#: motions/static/templates/motions/motion-detail.html:36 +msgctxt "resolution" +msgid "Final version" +msgstr "" + +#: assignments/static/js/assignments/site.js:927 msgid "Finished" msgstr "" -#: motions/static/templates/motions/motion-detail.html:214 +#: motions/static/templates/motions/motion-detail.html:218 msgid "Follow recommendation" msgstr "" @@ -1116,15 +1139,15 @@ msgstr "" msgid "Follow recommendations for all motions" msgstr "" -#: core/static/js/core/site.js:1542 +#: core/static/js/core/site.js:1697 msgid "Font color of projector header and footer" msgstr "" -#: core/static/js/core/site.js:1543 +#: core/static/js/core/site.js:1698 msgid "Font color of projector headline" msgstr "" -#: assignments/static/js/assignments/site.js:944 +#: assignments/static/js/assignments/site.js:902 msgid "" "For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base " "depends on the election method: If there is only one option per candidate, " @@ -1132,24 +1155,24 @@ msgid "" "candidate the sum of all votes is 100 %." msgstr "" -#: motions/static/js/motions/site.js:355 +#: motions/static/js/motions/site.js:229 msgid "From Line" msgstr "" -#: core/static/js/core/site.js:1529 +#: core/static/js/core/site.js:1683 msgid "Front page text" msgstr "" -#: core/static/js/core/site.js:1527 +#: core/static/js/core/site.js:1681 msgid "Front page title" msgstr "" -#: core/static/js/core/site.js:1520 motions/static/js/motions/site.js:1996 -#: users/static/js/users/site.js:1160 users/static/js/users/site.js:1473 +#: core/static/js/core/site.js:1674 motions/static/js/motions/site.js:1954 +#: users/static/js/users/site.js:1235 users/static/js/users/site.js:1550 msgid "General" msgstr "" -#: users/static/js/users/site.js:329 +#: users/static/js/users/site.js:308 #: users/static/templates/users/user-change-password.html:33 msgid "Generate" msgstr "" @@ -1159,51 +1182,62 @@ msgstr "" msgid "Generate new passwords" msgstr "" -#: users/static/js/users/site.js:1476 users/static/js/users/site.js:270 -#: users/static/js/users/site.js:487 -#: users/static/templates/users/user-detail-profile.html:26 +#: pdf-status.html:8 +msgid "Generating PDF file {{ filename }} ..." +msgstr "" + +#: users/static/js/users/site.js:1553 users/static/js/users/site.js:249 +#: users/static/js/users/site.js:558 #: users/static/templates/users/user-import.html:52 -#: users/static/templates/users/user-import.html:77 +#: users/static/templates/users/user-import.html:78 msgid "Given name" msgstr "" -#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:106 -#: users/static/js/users/site.js:315 +#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:294 +#: users/static/js/users/site.js:85 #: users/static/templates/users/group-list.html:14 #: users/static/templates/users/user-detail.html:29 #: users/static/templates/users/user-import.html:56 -#: users/static/templates/users/user-import.html:81 +#: users/static/templates/users/user-import.html:82 #: users/static/templates/users/user-list.html:10 -#: users/static/templates/users/user-list.html:171 -#: users/static/templates/users/user-list.html:334 -#: users/static/templates/users/user-list.html:363 +#: users/static/templates/users/user-list.html:173 +#: users/static/templates/users/user-list.html:336 +#: users/static/templates/users/user-list.html:365 msgid "Groups" msgstr "Groupes" -#: users/static/templates/users/user-import.html:204 +#: users/static/templates/users/user-import.html:208 msgid "Groups created" msgstr "" -#: users/static/js/users/site.js:1482 +#: users/static/js/users/site.js:1559 msgid "Help text for access data and welcome PDF" msgstr "" +#: mediafiles/static/js/mediafiles/forms.js:77 #: mediafiles/static/js/mediafiles/list.js:71 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:28 msgid "Hidden" msgstr "" -#: agenda/static/templates/agenda/item-detail.html:102 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:49 msgid "Hide" msgstr "Cacher" -#: core/static/js/core/site.js:132 core/static/js/core/site.js:264 +#: agenda/static/templates/agenda/item-sort.html:18 +msgid "Hide internal items" +msgstr "" + +#: assignments/static/templates/assignments/assignment-detail.html:136 +msgid "Hint on the ballot paper." +msgstr "" + +#: core/static/js/core/site.js:162 core/static/js/core/site.js:304 msgid "Home" msgstr "Accueil" -#: motions/static/js/motions/site.js:1998 -#: motions/static/js/motions/site.js:339 motions/static/js/motions/site.js:453 -#: motions/static/js/motions/site.js:896 +#: motions/static/js/motions/site.js:1956 +#: motions/static/js/motions/site.js:213 motions/static/js/motions/site.js:314 +#: motions/static/js/motions/site.js:800 #: motions/static/templates/motions/motion-import.html:22 #: motions/static/templates/motions/motion-import.html:43 msgid "Identifier" @@ -1219,20 +1253,20 @@ msgstr "" msgid "Identify" msgstr "" -#: motions/static/js/motions/motion-block.js:89 -#: topics/static/js/topics/site.js:143 +#: motions/static/js/motions/motion-block.js:86 +#: topics/static/js/topics/site.js:125 msgid "If deactivated it appears as internal item on agenda." msgstr "Si cette option est désactivée, elle apparaît comme élément interne sur l'ordre du jour." -#: assignments/static/js/assignments/site.js:199 +#: assignments/static/js/assignments/site.js:158 msgid "If deactivated the election appears as internal item on agenda." msgstr "Si cette option est désactivée, l'éléction apparaît comme élément interne sur l'ordre du jour." -#: motions/static/js/motions/site.js:514 +#: motions/static/js/motions/site.js:375 msgid "If deactivated the motion appears as internal item on agenda." msgstr "Si cette option est désactivée, la motion apparaît comme élément interne sur l'ordre du jour." -#: agenda/static/templates/agenda/item-list.html:14 +#: agenda/static/templates/agenda/item-list.html:16 #: motions/static/templates/motions/motion-list.html:22 #: topics/static/templates/topics/topic-import.html:24 #: users/static/templates/users/user-import.html:25 @@ -1266,30 +1300,32 @@ msgstr "" msgid "Import {{ itemsWillBeImported }} topics" msgstr "" -#: motions/static/templates/motions/motion-import.html:120 +#: motions/static/templates/motions/motion-import.html:123 msgid "Import {{ motionsWillBeImported }} motions" msgstr "" -#: users/static/templates/users/user-import.html:211 +#: users/static/templates/users/user-import.html:215 msgid "Import {{ usersWillBeImported }} participants" msgstr "" -#: agenda/static/templates/agenda/item-list.html:245 +#: agenda/static/templates/agenda/item-list.html:248 msgid "Include all sub items" msgstr "" -#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:326 +#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:305 #: users/static/templates/users/user-change-password.html:39 +#: users/static/templates/users/user-import.html:61 +#: users/static/templates/users/user-import.html:87 msgid "Initial password" msgstr "" -#: users/static/js/users/site.js:327 +#: users/static/js/users/site.js:306 #: users/static/templates/users/user-change-password.html:37 msgid "Initial password can not be changed." msgstr "" #. Line numbering: Inline -#: motions/static/js/motions/site.js:2008 +#: motions/static/js/motions/site.js:1966 msgid "Inline" msgstr "" @@ -1305,9 +1341,9 @@ msgstr "" msgid "Input format: DD.MM.YYYY HH:MM" msgstr "" -#: motions/static/js/motions/base.js:737 motions/static/js/motions/pdf.js:190 -#: motions/static/js/motions/site.js:374 -#: motions/static/templates/motions/motion-detail/change-summary.html:17 +#: motions/static/js/motions/base.js:757 motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/site.js:248 +#: motions/static/templates/motions/motion-detail/change-summary.html:25 msgid "Insertion" msgstr "" @@ -1315,24 +1351,23 @@ msgstr "" msgid "Installed plugins:" msgstr "Plugins installés:" -#: agenda/static/templates/agenda/item-list.html:266 -#: agenda/static/templates/agenda/item-list.html:332 -#: agenda/static/templates/agenda/item-sort.html:21 +#: agenda/static/templates/agenda/item-list.html:269 +#: agenda/static/templates/agenda/item-list.html:343 #: topics/static/templates/topics/topic-import.html:54 #: topics/static/templates/topics/topic-import.html:73 msgid "Internal item" msgstr "Element interne" -#: agenda/static/js/agenda/site.js:161 agenda/static/js/agenda/site.js:162 +#: agenda/static/js/agenda/site.js:146 agenda/static/js/agenda/site.js:147 msgid "Internal items" msgstr "" #: assignments/static/js/assignments/pdf.js:199 -#: assignments/static/js/assignments/site.js:861 -#: assignments/static/templates/assignments/assignment-detail.html:251 +#: assignments/static/js/assignments/site.js:833 +#: assignments/static/templates/assignments/assignment-detail.html:255 #: assignments/static/templates/assignments/slide_assignment.html:87 -#: motions/static/js/motions/site.js:699 -#: motions/static/templates/motions/motion-detail.html:322 +#: motions/static/js/motions/site.js:599 +#: motions/static/templates/motions/motion-detail.html:374 msgid "Invalid ballots" msgstr "" @@ -1340,7 +1375,7 @@ msgstr "" msgid "Invalid input." msgstr "" -#: motions/static/js/motions/pdf.js:129 +#: motions/static/js/motions/pdf.js:136 msgid "Invalid votes" msgstr "" @@ -1352,21 +1387,21 @@ msgstr "" msgid "Is PDF file" msgstr "" -#: users/static/js/users/site.js:383 users/static/js/users/site.js:467 -#: users/static/templates/users/user-list.html:301 +#: users/static/js/users/site.js:362 users/static/js/users/site.js:538 +#: users/static/templates/users/user-list.html:303 msgid "Is a committee" msgstr "" -#: users/static/js/users/site.js:371 users/static/js/users/site.js:460 +#: users/static/js/users/site.js:350 users/static/js/users/site.js:531 #: users/static/templates/users/user-import.html:58 -#: users/static/templates/users/user-import.html:83 -#: users/static/templates/users/user-list.html:113 +#: users/static/templates/users/user-import.html:84 +#: users/static/templates/users/user-list.html:114 msgid "Is active" msgstr "C'est actif" #: users/static/templates/users/user-import.html:60 -#: users/static/templates/users/user-import.html:85 -#: users/static/templates/users/user-list.html:115 +#: users/static/templates/users/user-import.html:86 +#: users/static/templates/users/user-list.html:116 msgid "Is committee" msgstr "" @@ -1375,7 +1410,7 @@ msgstr "" msgid "Is hidden" msgstr "Est caché" -#: users/static/templates/users/user-list.html:299 +#: users/static/templates/users/user-list.html:301 msgid "Is inactive" msgstr "" @@ -1383,13 +1418,13 @@ msgstr "" msgid "Is no PDF file" msgstr "" -#: users/static/js/users/site.js:468 -#: users/static/templates/users/user-list.html:122 +#: users/static/js/users/site.js:539 +#: users/static/templates/users/user-list.html:124 msgid "Is not a committee" msgstr "" -#: users/static/js/users/site.js:461 -#: users/static/templates/users/user-list.html:120 +#: users/static/js/users/site.js:532 +#: users/static/templates/users/user-list.html:122 msgid "Is not active" msgstr "" @@ -1397,30 +1432,34 @@ msgstr "" msgid "Is not hidden" msgstr "" -#: users/static/js/users/site.js:454 -#: users/static/templates/users/user-list.html:121 +#: users/static/js/users/site.js:525 +#: users/static/templates/users/user-list.html:123 msgid "Is not present" msgstr "" -#: users/static/js/users/site.js:361 users/static/js/users/site.js:453 +#: users/static/js/users/site.js:340 users/static/js/users/site.js:524 #: users/static/templates/users/user-import.html:59 -#: users/static/templates/users/user-import.html:84 -#: users/static/templates/users/user-list.html:114 +#: users/static/templates/users/user-import.html:85 +#: users/static/templates/users/user-list.html:115 msgid "Is present" msgstr "Est présent" #. short form of agenda item -#: assignments/static/js/assignments/site.js:360 +#: assignments/static/js/assignments/site.js:325 #: motions/static/templates/motions/motion-list.html:299 msgid "Item" msgstr "Elément" -#: motions/static/js/motions/site.js:910 -#: motions/static/templates/motions/motion-detail.html:464 +#: motions/static/templates/motions/motion-detail/toolbar.html:85 +msgid "Jump to a given line number" +msgstr "" + +#: motions/static/js/motions/site.js:814 +#: motions/static/templates/motions/motion-detail.html:519 msgid "Last modified" msgstr "dernière mise à jour" -#: agenda/static/templates/agenda/item-detail.html:101 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:48 msgid "Last speakers" msgstr "Dernier orateur" @@ -1428,32 +1467,33 @@ msgstr "Dernier orateur" msgid "Leave empty for autodetection of the separator." msgstr "" -#: core/static/js/core/site.js:1526 core/static/js/core/site.js:302 -#: index.html:183 legalnotice.html:3 +#: core/static/js/core/site.js:1680 core/static/js/core/site.js:344 +#: index.html:250 legalnotice.html:3 msgid "Legal notice" msgstr "Mention légale" -#: motions/static/js/motions/pdf.js:184 -#: motions/static/templates/motions/motion-detail/change-summary.html:10 -#: motions/static/templates/motions/motion-detail/change-summary.html:13 -#: motions/static/templates/motions/motion-detail/toolbar.html:54 +#: motions/static/js/motions/pdf.js:191 +#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/templates/motions/motion-detail/change-summary.html:21 +#: motions/static/templates/motions/motion-detail/toolbar.html:78 msgid "Line" msgstr "" -#: motions/static/js/motions/site.js:2011 +#: motions/static/js/motions/site.js:1969 msgid "Line length" msgstr "" #: motions/static/templates/motions/motion-detail/toolbar.html:28 +#: motions/static/templates/motions/motion-detail/toolbar.html:53 msgid "Line numbering" msgstr "" -#: users/static/js/users/site.js:628 +#: users/static/js/users/site.js:695 #: users/static/templates/users/user-list.html:54 msgid "List of access data" msgstr "Liste des données d'accès" -#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:622 +#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:689 #: users/static/templates/users/user-list.html:49 msgid "List of participants" msgstr "Liste des participants" @@ -1461,8 +1501,8 @@ msgstr "Liste des participants" #: agenda/static/js/agenda/site.js:710 #: agenda/static/templates/agenda/item-detail.html:21 #: agenda/static/templates/agenda/item-detail.html:47 -#: agenda/static/templates/agenda/item-list.html:281 -#: agenda/static/templates/agenda/slide-current-list-of-speakers-overlay.html:4 +#: agenda/static/templates/agenda/item-list.html:284 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers-overlay.html:2 #: agenda/static/templates/agenda/slide-list-of-speakers.html:7 #: assignments/static/templates/assignments/assignment-detail.html:12 #: core/static/templates/core/projector-controls.html:268 @@ -1472,7 +1512,7 @@ msgstr "Liste des participants" msgid "List of speakers" msgstr "Liste des orateurs" -#: agenda/static/js/agenda/base.js:355 core/static/js/core/site.js:1546 +#: core/static/js/core/site.js:1701 msgid "List of speakers overlay" msgstr "" @@ -1480,11 +1520,11 @@ msgstr "" msgid "Live view" msgstr "La vue en direct" -#: core/static/templates/core/login-form.html:20 index.html:116 +#: core/static/templates/core/login-form.html:20 index.html:117 msgid "Login" msgstr "Connexion" -#: index.html:107 +#: index.html:108 msgid "Logout" msgstr "Déconnection" @@ -1492,25 +1532,21 @@ msgstr "Déconnection" msgid "Manage" msgstr "" -#: core/static/templates/core/projector-controls.html:275 -msgid "Manage current list of speakers" -msgstr "" - -#: agenda/static/templates/agenda/current-list-of-speakers.html:13 -msgid "Manage list" -msgstr "" - -#: core/static/js/core/site.js:288 +#: core/static/js/core/site.js:329 #: core/static/templates/core/manage-projectors.html:35 msgid "Manage projectors" msgstr "" -#: core/static/js/core/base.js:761 core/static/js/core/site.js:396 +#: core/static/templates/core/projector-controls.html:316 +msgid "Manage the current list of speakers" +msgstr "" + +#: core/static/js/core/base.js:866 core/static/js/core/site.js:421 #: core/static/templates/core/projector-controls.html:235 msgid "Message" msgstr "" -#: core/static/js/core/base.js:762 +#: core/static/js/core/base.js:867 #: core/static/templates/core/projector-controls.html:229 msgid "Messages" msgstr "Messages" @@ -1521,10 +1557,10 @@ msgid "Meta information" msgstr "Meta informations" #: motions/static/js/motions/base.js:213 motions/static/js/motions/docx.js:76 -#: motions/static/js/motions/motion-services.js:36 -#: motions/static/js/motions/motion-services.js:45 -#: motions/static/js/motions/pdf.js:23 motions/static/js/motions/pdf.js:353 -#: motions/static/js/motions/site.js:347 +#: motions/static/js/motions/motion-services.js:38 +#: motions/static/js/motions/motion-services.js:47 +#: motions/static/js/motions/pdf.js:24 motions/static/js/motions/pdf.js:342 +#: motions/static/js/motions/site.js:221 #: motions/static/templates/motions/motion-block-detail.html:50 #: motions/static/templates/motions/motion-detail.html:121 #: motions/static/templates/motions/motion-detail.html:64 @@ -1533,58 +1569,60 @@ msgid "Motion" msgstr "Motion" #: motions/static/js/motions/motion-block.js:19 -#: motions/static/js/motions/site.js:586 motions/static/js/motions/site.js:904 +#: motions/static/js/motions/site.js:447 motions/static/js/motions/site.js:808 #: motions/static/templates/motions/motion-block-detail.html:24 -#: motions/static/templates/motions/motion-detail.html:223 -#: motions/static/templates/motions/motion-list.html:216 +#: motions/static/templates/motions/motion-detail.html:243 +#: motions/static/templates/motions/motion-detail.html:247 +#: motions/static/templates/motions/motion-list.html:244 #: motions/static/templates/motions/slide_motion_block.html:5 msgid "Motion block" msgstr "" -#: motions/static/js/motions/site.js:222 +#: motions/static/js/motions/site.js:122 #: motions/static/templates/motions/motion-block-list.html:13 #: motions/static/templates/motions/motion-list.html:14 msgid "Motion blocks" msgstr "" -#: motions/static/js/motions/site.js:2002 +#: motions/static/js/motions/site.js:1960 msgid "Motion preamble" msgstr "" #: motions/static/js/motions/base.js:214 -#: motions/static/js/motions/site.js:1993 motions/static/js/motions/site.js:22 -#: motions/static/js/motions/site.js:39 motions/static/js/motions/site.js:981 -#: motions/static/templates/motions/motion-block-list.html:29 -#: motions/static/templates/motions/motion-list.html:25 search.html:21 +#: motions/static/js/motions/site.js:1951 motions/static/js/motions/site.js:22 +#: motions/static/js/motions/site.js:34 motions/static/js/motions/site.js:52 +#: motions/static/js/motions/site.js:894 +#: motions/static/templates/motions/motion-block-list.html:30 +#: motions/static/templates/motions/motion-list.html:25 msgid "Motions" msgstr "Motions" +#: core/static/js/core/site.js:455 #: core/static/templates/core/manage-projectors.html:77 -#: core/static/templates/core/tag-form.html:17 -#: core/static/templates/core/tag-list.html:30 -#: motions/static/templates/motions/category-form.html:21 +#: core/static/templates/core/tag-list.html:34 +#: motions/static/js/motions/site.js:544 #: motions/static/templates/motions/category-list.html:29 -#: motions/static/templates/motions/motion-block-list.html:28 +#: motions/static/templates/motions/motion-block-list.html:29 #: users/static/js/users/pdf.js:63 msgid "Name" msgstr "Nom" -#: motions/static/js/motions/site.js:2015 +#: motions/static/js/motions/site.js:1973 msgid "Name of recommender" msgstr "" -#: motions/static/js/motions/base.js:804 +#: motions/static/js/motions/base.js:824 msgid "Needs review" msgstr "Doit être revu" #: agenda/static/templates/agenda/item-list.html:8 #: assignments/static/templates/assignments/assignment-list.html:6 -#: core/static/js/core/site.js:859 +#: core/static/js/core/site.js:990 #: core/static/templates/core/manage-projectors.html:8 #: core/static/templates/core/tag-list.html:10 #: mediafiles/static/templates/mediafiles/mediafile-list.html:6 #: motions/static/templates/motions/category-list.html:10 -#: motions/static/templates/motions/motion-block-list.html:6 +#: motions/static/templates/motions/motion-block-list.html:10 #: motions/static/templates/motions/motion-list.html:6 #: users/static/templates/users/group-list.html:11 #: users/static/templates/users/user-list.html:6 @@ -1599,16 +1637,15 @@ msgstr "" msgid "New amendment of motion" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:128 -#: assignments/static/templates/assignments/assignment-detail.html:270 +#: assignments/static/templates/assignments/assignment-detail.html:127 msgid "New ballot" msgstr "Nouveau vote" -#: motions/static/templates/motions/category-form.html:10 +#: motions/static/templates/motions/category-form.html:2 msgid "New category" msgstr "Nouvelle catégorie" -#: motions/static/js/motions/site.js:1734 +#: motions/static/js/motions/site.js:1682 msgid "New category will be created." msgstr "Une nouvelle catégorie sera créée." @@ -1636,16 +1673,16 @@ msgstr "" msgid "New participant" msgstr "Nouveau participant" -#: motions/static/js/motions/site.js:1717 +#: motions/static/js/motions/site.js:1665 msgid "New participant will be created." msgstr "Un nouveau participant sera créé." +#: users/static/js/users/site.js:459 #: users/static/templates/users/user-change-password.html:23 -#: users/static/templates/users/user-detail-password.html:21 msgid "New password" msgstr "Nouveau mot de passe" -#: core/static/templates/core/tag-form.html:10 +#: core/static/templates/core/tag-form.html:2 msgid "New tag" msgstr "nouvel identificateur" @@ -1653,12 +1690,12 @@ msgstr "nouvel identificateur" msgid "New topic" msgstr "" -#: motions/static/templates/motions/motion-detail.html:401 -#: motions/static/templates/motions/motion-detail.html:416 +#: motions/static/templates/motions/motion-detail.html:456 +#: motions/static/templates/motions/motion-detail.html:471 msgid "New version on these changes" msgstr "" -#: motions/static/templates/motions/motion-detail.html:366 +#: motions/static/templates/motions/motion-detail.html:418 msgid "New vote" msgstr "Nouveau vote" @@ -1667,11 +1704,11 @@ msgid "Next page" msgstr "Page suivante" #: assignments/static/js/assignments/pdf.js:305 -#: assignments/static/js/assignments/site.js:667 -#: assignments/static/js/assignments/site.js:811 -#: motions/static/js/motions/pdf.js:111 motions/static/js/motions/pdf.js:360 -#: motions/static/js/motions/site.js:673 -#: motions/static/templates/motions/motion-detail.html:289 +#: assignments/static/js/assignments/site.js:627 +#: assignments/static/js/assignments/site.js:783 +#: motions/static/js/motions/pdf.js:118 motions/static/js/motions/pdf.js:349 +#: motions/static/js/motions/site.js:573 +#: motions/static/templates/motions/motion-detail.html:341 #: motions/static/templates/motions/slide_motion.html:45 msgid "No" msgstr "Non" @@ -1684,33 +1721,33 @@ msgstr "" msgid "No category" msgstr "" -#: motions/static/templates/motions/motion-list.html:206 +#: motions/static/templates/motions/motion-list.html:234 #: motions/static/templates/motions/motion-list.html:362 msgid "No category set" msgstr "" -#: motions/static/templates/motions/motion-detail/change-summary.html:26 +#: motions/static/templates/motions/motion-detail/change-summary.html:36 msgid "No change recommendations yet" msgstr "" -#: motions/static/js/motions/base.js:799 +#: motions/static/js/motions/base.js:819 msgid "No concernment" msgstr "" -#: motions/static/js/motions/base.js:779 +#: motions/static/js/motions/base.js:799 msgid "No decision" msgstr "" -#: users/static/js/users/site.js:1493 +#: users/static/js/users/site.js:1570 msgid "No encryption" msgstr "" -#: users/static/templates/users/user-list.html:185 -#: users/static/templates/users/user-list.html:260 +#: users/static/templates/users/user-list.html:187 +#: users/static/templates/users/user-list.html:262 msgid "No group set" msgstr "" -#: agenda/static/js/agenda/site.js:163 +#: agenda/static/js/agenda/site.js:148 msgid "No internal items" msgstr "" @@ -1722,7 +1759,7 @@ msgstr "" msgid "No motion block" msgstr "" -#: motions/static/templates/motions/motion-list.html:230 +#: motions/static/templates/motions/motion-list.html:258 #: motions/static/templates/motions/motion-list.html:388 msgid "No motion block set" msgstr "" @@ -1731,19 +1768,18 @@ msgstr "" msgid "No motions available." msgstr "" -#: motions/static/templates/motions/motion-list.html:258 +#: motions/static/templates/motions/motion-list.html:210 msgid "No recommendation set" msgstr "" -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 #: core/static/templates/core/select-multiple.html:2 #: core/static/templates/core/select-single.html:2 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 msgid "No results available ..." msgstr "Pas de résultat disponible ...." -#: search.html:54 +#: search.html:41 msgid "No results." msgstr "Pas de résultat" @@ -1756,48 +1792,54 @@ msgstr "" #. abbreviation for number #: users/static/js/users/base.js:79 -#: users/static/templates/users/user-list.html:309 -#: users/static/templates/users/user-list.html:313 +#: users/static/templates/users/user-list.html:311 +#: users/static/templates/users/user-list.html:315 msgid "No." msgstr "" #. Line numbering: None -#: motions/static/js/motions/site.js:2010 +#: motions/static/js/motions/site.js:1968 msgid "None" msgstr "" -#: motions/static/templates/motions/motion-detail/view-diff.html:14 +#: motions/static/templates/motions/motion-detail/view-diff.html:13 msgid "Not rejected" msgstr "" +#: motions/static/templates/motions/motion-detail/change-summary.html:8 +msgid "" +"Note: You have to reject all change recommendations if the plenum does not " +"follow the recommendation." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:45 msgid "Now choose the last line to be changed" msgstr "" -#: users/static/js/users/site.js:497 users/static/js/users/site.js:968 +#: users/static/js/users/site.js:1044 users/static/js/users/site.js:568 msgid "Number" msgstr "" -#: motions/static/js/motions/site.js:2027 +#: motions/static/js/motions/site.js:1986 msgid "Number of (minimum) required supporters for a motion" msgstr "" -#: assignments/static/js/assignments/site.js:954 -#: motions/static/js/motions/site.js:2053 +#: assignments/static/js/assignments/site.js:912 +#: motions/static/js/motions/site.js:2012 msgid "Number of all delegates" msgstr "" -#: assignments/static/js/assignments/site.js:955 -#: motions/static/js/motions/site.js:2054 +#: assignments/static/js/assignments/site.js:913 +#: motions/static/js/motions/site.js:2013 msgid "Number of all participants" msgstr "" -#: assignments/static/js/assignments/site.js:953 -#: motions/static/js/motions/site.js:2052 +#: assignments/static/js/assignments/site.js:911 +#: motions/static/js/motions/site.js:2011 msgid "Number of ballot papers (selection)" msgstr "" -#: assignments/static/js/assignments/site.js:366 +#: assignments/static/js/assignments/site.js:331 msgid "Number of candidates" msgstr "" @@ -1806,16 +1848,16 @@ msgid "Number of last speakers to be shown on the projector" msgstr "" #: assignments/static/js/assignments/pdf.js:21 -#: assignments/static/js/assignments/site.js:181 +#: assignments/static/js/assignments/site.js:140 #: assignments/static/templates/assignments/assignment-detail.html:50 msgid "Number of persons to be elected" msgstr "" -#: motions/static/js/motions/site.js:1999 +#: motions/static/js/motions/site.js:1957 msgid "Numbered per category" msgstr "" -#: agenda/static/templates/agenda/item-list.html:81 +#: agenda/static/templates/agenda/item-list.html:84 #: motions/static/templates/motions/category-sort.html:20 msgid "Numbering" msgstr "Numérotage" @@ -1828,76 +1870,84 @@ msgstr "" msgid "Numeral system for agenda items" msgstr "" -#: users/static/templates/users/user-detail-password.html:13 +#: users/static/js/users/site.js:451 msgid "Old password" msgstr "Ancien mot de passe" -#: assignments/static/templates/assignments/assignment-detail.html:187 +#: assignments/static/templates/assignments/assignment-detail.html:191 msgid "One vote per candidate" msgstr "" #: motions/static/templates/motions/motion-import.html:31 #: topics/static/templates/topics/topic-import.html:57 -#: users/static/templates/users/user-import.html:64 +#: users/static/templates/users/user-import.html:65 msgid "Only double quotes are accepted as text delimiter (no single quotes)." msgstr "Seuls les guillemets sont acceptés comme délimiteur de texte (pas de guillemets simples)." -#: users/static/js/users/site.js:343 +#: users/static/js/users/site.js:322 msgid "Only for internal notes." msgstr "" -#: agenda/static/templates/agenda/item-list.html:43 +#: agenda/static/templates/agenda/item-list.html:46 msgid "Only main agenda items" msgstr "Seulement les points principaux de l'ordre du jour" -#: search.html:38 -msgid "Only whole words" -msgstr "" - -#: agenda/static/templates/agenda/item-detail.html:72 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:19 msgid "Open" msgstr "Ouvert" -#: agenda/static/js/agenda/site.js:157 +#: assignments/static/templates/assignments/assignment-form.html:13 +msgid "Open election detail view after save." +msgstr "" + +#: agenda/static/js/agenda/site.js:142 msgid "Open items" msgstr "" +#: motions/static/templates/motions/motion-form.html:14 +msgid "Open motion detail view after save." +msgstr "" + #: users/static/js/users/pdf.js:186 msgid "OpenSlides access data" msgstr "" -#: motions/static/js/motions/site.js:599 -#: motions/static/templates/motions/motion-detail.html:235 +#: motions/static/js/motions/site.js:460 +#: motions/static/templates/motions/motion-detail.html:287 #: motions/static/templates/motions/motion-import.html:28 #: motions/static/templates/motions/motion-import.html:49 -#: motions/static/templates/motions/motion-list.html:636 +#: motions/static/templates/motions/motion-list.html:637 msgid "Origin" msgstr "" -#: motions/static/templates/motions/motion-detail/toolbar.html:90 +#: motions/static/templates/motions/motion-detail/toolbar.html:110 +#: motions/static/templates/motions/motion-detail/toolbar.html:146 msgid "Original version" msgstr "" #. Line numbering: Outside -#: motions/static/js/motions/site.js:2006 +#: motions/static/js/motions/site.js:1964 msgid "Outside" msgstr "" #: assignments/static/templates/assignments/assignment-detail.html:26 #: assignments/static/templates/assignments/assignment-list.html:44 #: motions/static/templates/motions/motion-detail.html:59 -#: users/static/js/users/site.js:1478 +#: users/static/js/users/site.js:1555 msgid "PDF" msgstr "PDF" -#: core/static/js/core/pdf.js:221 +#: pdf-status.html:13 +msgid "PDF successfully generated." +msgstr "" + #: mediafiles/static/templates/mediafiles/mediafile-list.html:44 msgid "Page" msgstr "Page" -#: assignments/static/js/assignments/site.js:210 -#: motions/static/js/motions/motion-block.js:96 -#: motions/static/js/motions/site.js:525 topics/static/js/topics/site.js:153 +#: assignments/static/js/assignments/site.js:169 +#: motions/static/js/motions/motion-block.js:94 +#: motions/static/js/motions/site.js:386 topics/static/js/topics/site.js:136 msgid "Parent item" msgstr "" @@ -1905,16 +1955,16 @@ msgstr "" msgid "Participant" msgstr "Participant" -#: users/static/js/users/site.js:298 +#: users/static/js/users/site.js:277 #: users/static/templates/users/user-detail.html:33 #: users/static/templates/users/user-import.html:55 -#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-import.html:81 msgid "Participant number" msgstr "" -#: search.html:29 users/static/js/users/base.js:19 -#: users/static/js/users/base.js:20 users/static/js/users/site.js:1475 -#: users/static/js/users/site.js:19 users/static/js/users/site.js:36 +#: users/static/js/users/base.js:19 users/static/js/users/base.js:20 +#: users/static/js/users/site.js:1552 users/static/js/users/site.js:19 +#: users/static/js/users/site.js:30 users/static/js/users/site.js:48 #: users/static/templates/users/user-list.html:17 msgid "Participants" msgstr "Participants" @@ -1923,11 +1973,15 @@ msgstr "Participants" msgid "Password" msgstr "Mot de passe" +#: users/static/js/users/site.js:889 +msgid "Password confirmation does not match." +msgstr "" + #: core/static/templates/core/projector-controls.html:181 msgid "Pause" msgstr "Pause" -#: motions/static/js/motions/base.js:785 +#: motions/static/js/motions/base.js:805 msgid "Permission" msgstr "" @@ -1935,11 +1989,11 @@ msgstr "" msgid "Permissions" msgstr "Permissions" -#: motions/static/js/motions/base.js:784 +#: motions/static/js/motions/base.js:804 msgid "Permit" msgstr "Permettre" -#: motions/static/templates/motions/motion-detail.html:452 +#: motions/static/templates/motions/motion-detail.html:507 msgid "Permit and activate" msgstr "Permettre et activer" @@ -1947,13 +2001,13 @@ msgstr "Permettre et activer" msgid "Personal data" msgstr "Données personnelles" -#: assignments/static/js/assignments/site.js:364 +#: assignments/static/js/assignments/site.js:329 #: assignments/static/templates/assignments/assignment-detail.html:60 #: assignments/static/templates/assignments/assignment-list.html:125 msgid "Phase" msgstr "Phase" -#: users/static/templates/users/group-edit.html:10 +#: users/static/templates/users/group-edit.html:12 msgid "Please enter a name for the new group:" msgstr "" @@ -1961,7 +2015,7 @@ msgstr "" msgid "Please enter a name for the new projector" msgstr "" -#: users/static/templates/users/group-edit.html:8 +#: users/static/templates/users/group-edit.html:10 msgid "Please enter a new name for {{ group.name }}:" msgstr "" @@ -1971,38 +2025,34 @@ msgstr "" msgid "Please note:" msgstr "Notez s'il vous plait:" -#: motions/static/js/motions/site.js:2060 +#: motions/static/js/motions/site.js:2019 msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "" -#: assignments/static/js/assignments/site.js:965 +#: assignments/static/js/assignments/site.js:923 msgid "Preamble text for PDF document (all elections)" msgstr "" -#: core/static/js/core/site.js:1544 +#: core/static/js/core/site.js:1699 msgid "Predefined seconds of new countdowns" msgstr "" -#: motions/static/templates/motions/category-form.html:17 +#: motions/static/js/motions/site.js:537 #: motions/static/templates/motions/category-list.html:34 msgid "Prefix" msgstr "Préfixe" -#: motions/static/js/motions/site.js:2021 +#: motions/static/js/motions/site.js:1980 msgid "Prefix for the identifier for amendments" msgstr "" -#: motions/static/templates/motions/category-detail.html:15 -msgid "Prefix:" -msgstr "Préfixe:" - -#: users/static/js/users/site.js:452 users/static/js/users/site.js:491 -#: users/static/templates/users/user-list.html:408 -#: users/static/templates/users/user-list.html:413 +#: users/static/js/users/site.js:523 users/static/js/users/site.js:562 +#: users/static/templates/users/user-list.html:410 +#: users/static/templates/users/user-list.html:415 msgid "Present" msgstr "Présent" -#: core/static/js/core/site.js:1514 +#: core/static/js/core/site.js:1668 msgid "Presentation and assembly system" msgstr "" @@ -2012,7 +2062,7 @@ msgstr "des éléments de commande de la présentation" #: motions/static/templates/motions/motion-import.html:36 #: topics/static/templates/topics/topic-import.html:62 -#: users/static/templates/users/user-import.html:69 +#: users/static/templates/users/user-import.html:70 msgid "Preview" msgstr "Aperçu" @@ -2020,28 +2070,38 @@ msgstr "Aperçu" msgid "Previous page" msgstr "Page précédente" -#: assignments/static/templates/assignments/assignment-detail.html:151 -#: motions/static/templates/motions/motion-detail.html:262 +#: assignments/static/templates/assignments/assignment-detail.html:155 +#: motions/static/templates/motions/motion-detail.html:314 msgid "Print ballot paper" msgstr "Imprimer les bulletins de vote" -#: motions/static/js/motions/site.js:2036 +#: motions/static/js/motions/site.js:1995 msgid "Private" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:168 +#: assignments/static/templates/assignments/assignment-detail.html:172 msgid "Project" msgstr "Projeter" -#: agenda/static/templates/agenda/item-list.html:28 +#: agenda/static/templates/agenda/item-list.html:31 msgid "Project agenda" msgstr "Projeter l'odre du jour" -#: agenda/static/templates/agenda/current-list-of-speakers.html:20 +#: agenda/static/templates/agenda/current-list-of-speakers.html:35 +#: core/static/templates/core/projector-controls.html:298 +msgid "Project as overlay" +msgstr "" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:29 +#: core/static/templates/core/projector-controls.html:292 +msgid "Project as slide" +msgstr "" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:13 msgid "Project current list of speakers" msgstr "" -#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:232 msgid "Project item" msgstr "Projeter ce point " @@ -2049,71 +2109,75 @@ msgstr "Projeter ce point " msgid "Project motion" msgstr "" +#: agenda/static/templates/agenda/current-list-of-speakers.html:10 +#: core/static/templates/core/projector-controls.html:274 +msgid "Project the current list of speakers" +msgstr "" + #: core/static/templates/core/manage-projectors.html:55 msgid "Projection defaults" msgstr "" -#: agenda/static/templates/agenda/current-list-of-speakers.html:17 #: agenda/static/templates/agenda/item-detail.html:14 -#: agenda/static/templates/agenda/item-list.html:226 -#: agenda/static/templates/agenda/item-list.html:24 -#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1537 -#: index.html:194 +#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:27 +#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1692 +#: index.html:190 index.html:218 index.html:231 #: mediafiles/static/templates/mediafiles/mediafile-list.html:254 #: motions/static/templates/motions/motion-detail.html:16 #: projector-button.html:2 projector-container.html:7 -#: users/static/js/users/site.js:1158 +#: users/static/js/users/site.js:1233 msgid "Projector" msgstr "Projecteur" -#: core/static/js/core/site.js:1538 +#: core/static/js/core/site.js:1693 msgid "Projector language" msgstr "" -#: motions/static/js/motions/site.js:2035 +#: motions/static/js/motions/site.js:1994 msgid "Public" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:164 +#: assignments/static/templates/assignments/assignment-detail.html:168 msgid "Publish" msgstr "Publier" -#: assignments/static/templates/assignments/assignment-detail.html:206 +#: assignments/static/templates/assignments/assignment-detail.html:210 msgid "Quorum" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:238 +#: assignments/static/templates/assignments/assignment-detail.html:242 msgid "" "Quorum ({{ option.getVoteYes() - option.majorityReached }}) not reached." msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:235 +#: assignments/static/templates/assignments/assignment-detail.html:239 msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) reached." msgstr "" -#: motions/static/templates/motions/motion-detail.html:356 +#: motions/static/templates/motions/motion-detail.html:408 msgid "Quorum ({{ voteYes.value - isReached() }}) not reached." msgstr "" -#: motions/static/templates/motions/motion-detail.html:353 +#: motions/static/templates/motions/motion-detail.html:405 msgid "Quorum ({{ voteYes.value - isReached() }}) reached." msgstr "" -#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:281 -#: motions/static/js/motions/site.js:494 -#: motions/static/templates/motions/motion-detail.html:424 +#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:269 +#: motions/static/js/motions/site.js:355 +#: motions/static/templates/motions/motion-detail.html:479 #: motions/static/templates/motions/motion-import.html:25 #: motions/static/templates/motions/motion-import.html:46 -#: motions/static/templates/motions/slide_motion.html:127 +#: motions/static/templates/motions/slide_motion.html:125 msgid "Reason" msgstr "Motivation" #: motions/static/templates/motions/motion-block-detail.html:52 -#: motions/static/templates/motions/motion-list.html:240 +#: motions/static/templates/motions/motion-list.html:192 msgid "Recommendation" msgstr "" -#: motions/static/js/motions/base.js:801 +#: motions/static/js/motions/base.js:821 msgid "Refer to committee" msgstr "" @@ -2121,44 +2185,48 @@ msgstr "" msgid "Reference for current list of speakers" msgstr "" -#: motions/static/js/motions/base.js:802 +#: motions/static/js/motions/base.js:822 msgid "Referral to committee" msgstr "" -#: motions/static/js/motions/base.js:775 motions/static/js/motions/base.js:790 +#: motions/static/js/motions/base.js:795 motions/static/js/motions/base.js:810 msgid "Reject" msgstr "Rejeter" -#: motions/static/js/motions/base.js:806 +#: motions/static/js/motions/base.js:826 msgid "Reject (not authorized)" msgstr "Rejeter (non autorisé)" -#: motions/static/templates/motions/motion-detail/change-summary.html:21 -#: motions/static/templates/motions/motion-detail/view-diff.html:20 -#: motions/static/templates/motions/motion-detail/view-diff.html:40 +#: motions/static/templates/motions/motion-detail/change-summary.html:11 +msgid "Reject all change recommendations" +msgstr "" + +#: motions/static/templates/motions/motion-detail/change-summary.html:29 +#: motions/static/templates/motions/motion-detail/view-diff.html:19 +#: motions/static/templates/motions/motion-detail/view-diff.html:39 msgid "Rejected" msgstr "" -#: motions/static/js/motions/base.js:776 motions/static/js/motions/base.js:791 +#: motions/static/js/motions/base.js:796 motions/static/js/motions/base.js:811 msgid "Rejection" msgstr "" -#: motions/static/js/motions/base.js:807 +#: motions/static/js/motions/base.js:827 msgid "Rejection (not authorized)" msgstr "" -#: agenda/static/templates/agenda/item-detail.html:114 -#: agenda/static/templates/agenda/item-detail.html:130 -#: agenda/static/templates/agenda/item-detail.html:149 -#: config-form-field.html:32 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:61 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:77 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:96 +#: config-form-field.html:39 msgid "Remove" msgstr "Enlever" -#: agenda/static/templates/agenda/item-detail.html:62 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:9 msgid "Remove all speakers" msgstr "" -#: motions/static/js/motions/site.js:2029 +#: motions/static/js/motions/site.js:1988 msgid "" "Remove all supporters of a motion if a submitter edits his motion in early " "state" @@ -2177,7 +2245,7 @@ msgstr "" msgid "Remove group" msgstr "Enlever le groupe" -#: agenda/static/templates/agenda/item-detail.html:179 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:126 #: assignments/static/templates/assignments/assignment-detail.html:119 msgid "Remove me" msgstr "Enlever moi-même" @@ -2186,9 +2254,9 @@ msgstr "Enlever moi-même" msgid "Remove message" msgstr "Enlever le message" -#: motions/static/js/motions/base.js:743 motions/static/js/motions/pdf.js:188 -#: motions/static/js/motions/site.js:373 -#: motions/static/templates/motions/motion-detail/change-summary.html:16 +#: motions/static/js/motions/base.js:763 motions/static/js/motions/pdf.js:195 +#: motions/static/js/motions/site.js:247 +#: motions/static/templates/motions/motion-detail/change-summary.html:24 msgid "Replacement" msgstr "" @@ -2200,14 +2268,14 @@ msgid "" "in the first row" msgstr "Requis des valeurs séparées par virgule ou point-virgule, avec ces noms d'en-tête de colonne dans la première rangée" -#: assignments/static/js/assignments/site.js:958 -#: assignments/static/templates/assignments/assignment-detail.html:195 -#: motions/static/js/motions/site.js:2046 -#: motions/static/templates/motions/motion-detail.html:344 +#: assignments/static/js/assignments/site.js:916 +#: assignments/static/templates/assignments/assignment-detail.html:199 +#: motions/static/js/motions/site.js:2005 +#: motions/static/templates/motions/motion-detail.html:396 msgid "Required majority" msgstr "" -#: config-form-field.html:94 +#: config-form-field.html:109 msgid "Reset" msgstr "Réinitialiser" @@ -2215,8 +2283,8 @@ msgstr "Réinitialiser" msgid "Reset countdown" msgstr "Remettre le compte à rebours à zéro" -#: motions/static/templates/motions/motion-detail.html:187 -#: motions/static/templates/motions/motion-list.html:491 +#: motions/static/templates/motions/motion-detail.html:191 +#: motions/static/templates/motions/motion-list.html:492 msgid "Reset recommendation" msgstr "" @@ -2230,8 +2298,8 @@ msgstr "Réinitialiser l'échelle" msgid "Reset scrolling" msgstr "Réinitialiser le défilement" -#: motions/static/templates/motions/motion-detail.html:146 -#: motions/static/templates/motions/motion-list.html:465 +#: motions/static/templates/motions/motion-detail.html:149 +#: motions/static/templates/motions/motion-list.html:466 msgid "Reset state" msgstr "Réinitialiser le statut" @@ -2239,12 +2307,6 @@ msgstr "Réinitialiser le statut" msgid "Reset zoom" msgstr "Réinitialiser le zoom" -#: motions/static/templates/motions/motion-detail.html:36 -#: motions/static/templates/motions/motion-detail/toolbar.html:111 -msgctxt "decision making" -msgid "Resolution" -msgstr "" - #: core/static/templates/core/manage-projectors.html:83 msgid "Resolution" msgstr "" @@ -2263,23 +2325,22 @@ msgstr "" msgid "Rotate clockwise" msgstr "tourner vers la droite" -#: assignments/static/templates/assignments/assignment-form.html:10 +#: assignments/static/templates/assignments/assignment-form.html:15 #: assignments/static/templates/assignments/assignmentpoll-form.html:15 #: core/static/templates/core/projector-controls.html:204 #: core/static/templates/core/projector-message-form.html:5 -#: core/static/templates/core/tag-form.html:21 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:53 -#: motions/static/templates/motions/category-form.html:25 +#: core/static/templates/core/tag-form.html:10 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:17 +#: motions/static/templates/motions/category-form.html:10 #: motions/static/templates/motions/change-recommendation-form.html:10 #: motions/static/templates/motions/motion-block-form.html:10 #: motions/static/templates/motions/motion-detail/comments.html:35 #: motions/static/templates/motions/motion-detail/view-original.html:9 -#: motions/static/templates/motions/motion-form.html:11 +#: motions/static/templates/motions/motion-form.html:16 #: motions/static/templates/motions/motionpoll-form.html:15 #: topics/static/templates/topics/topic-form.html:10 -#: users/static/templates/users/group-edit.html:19 -#: users/static/templates/users/user-detail-password.html:36 -#: users/static/templates/users/user-detail-profile.html:43 +#: users/static/templates/users/group-edit.html:21 +#: users/static/templates/users/profile-password-form.html:9 #: users/static/templates/users/user-form.html:10 msgid "Save" msgstr "Enregistrer" @@ -2302,12 +2363,12 @@ msgstr "Faire défiler vers le bas" msgid "Scroll up" msgstr "Faire défiler vers le haut" -#: agenda/static/templates/agenda/item-list.html:186 +#: agenda/static/templates/agenda/item-list.html:189 #: assignments/static/templates/assignments/assignment-list.html:165 -#: core/static/js/core/site.js:326 index.html:159 +#: core/static/js/core/site.js:369 index.html:160 #: mediafiles/static/templates/mediafiles/mediafile-list.html:212 #: motions/static/templates/motions/motion-list.html:325 search.html:11 -#: users/static/templates/users/user-list.html:240 +#: users/static/templates/users/user-list.html:242 msgid "Search" msgstr "Rechercher" @@ -2315,11 +2376,11 @@ msgstr "Rechercher" msgid "Search results" msgstr "Résultats de la recherche" -#: assignments/static/js/assignments/site.js:967 +#: assignments/static/js/assignments/site.js:925 msgid "Searching for candidates" msgstr "" -#: agenda/static/templates/agenda/item-list.html:70 +#: agenda/static/templates/agenda/item-list.html:73 #: assignments/static/templates/assignments/assignment-list.html:25 #: mediafiles/static/templates/mediafiles/mediafile-list.html:123 #: motions/static/templates/motions/motion-list.html:37 @@ -2337,48 +2398,48 @@ msgstr "Sélectionnez un fichier CSV" msgid "Select a file" msgstr "" -#: assignments/static/js/assignments/site.js:213 -#: motions/static/js/motions/motion-block.js:99 -#: motions/static/js/motions/site.js:528 topics/static/js/topics/site.js:156 +#: assignments/static/js/assignments/site.js:172 +#: motions/static/js/motions/motion-block.js:97 +#: motions/static/js/motions/site.js:389 topics/static/js/topics/site.js:139 msgid "Select a parent item ..." msgstr "" -#: motions/static/js/motions/site.js:575 +#: motions/static/js/motions/site.js:436 msgid "Select or search a category ..." msgstr "Selectionner ou rechercher une catégorie ..." -#: users/static/js/users/site.js:319 +#: users/static/js/users/site.js:298 msgid "Select or search a group ..." msgstr "Sélectionner ou rechercher un groupe ..." -#: motions/static/js/motions/site.js:589 +#: motions/static/js/motions/site.js:450 msgid "Select or search a motion block ..." msgstr "" -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 +#: mediafiles/static/js/mediafiles/forms.js:90 msgid "Select or search a participant ..." msgstr "Sélectionner ou rechercher un participant ..." -#: motions/static/js/motions/site.js:464 +#: motions/static/js/motions/site.js:325 msgid "Select or search a submitter ..." msgstr "Selectionner ou rechercher un Requérant ..." -#: motions/static/js/motions/site.js:626 +#: motions/static/js/motions/site.js:487 msgid "Select or search a supporter ..." msgstr "Sélectionner ou rechercher un partisan ..." -#: assignments/static/js/assignments/site.js:240 -#: motions/static/js/motions/site.js:612 +#: assignments/static/js/assignments/site.js:199 +#: motions/static/js/motions/site.js:473 msgid "Select or search a tag ..." msgstr "Sélectionner ou rechercher une balise ..." -#: motions/static/js/motions/site.js:641 +#: motions/static/js/motions/site.js:502 msgid "Select or search a workflow ..." msgstr "Sélectionner ou rechercher un flux de travail ..." -#: motions/static/js/motions/site.js:561 topics/static/js/topics/site.js:133 +#: motions/static/js/motions/site.js:422 topics/static/js/topics/site.js:115 msgid "Select or search an attachment ..." msgstr "Sélectionner ou rechercher une annexe ..." @@ -2390,19 +2451,23 @@ msgstr "" msgid "Separator" msgstr "Séparateur" -#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:29 +#: core/static/js/core/site.js:1687 +msgid "Separator used for all csv exports and examples" +msgstr "" + +#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:37 msgid "Sequential number" msgstr "" -#: motions/static/js/motions/site.js:2000 +#: motions/static/js/motions/site.js:1958 msgid "Serially numbered" msgstr "" -#: motions/static/templates/motions/motion-list.html:534 +#: motions/static/templates/motions/motion-list.html:535 msgid "Set a category" msgstr "" -#: motions/static/templates/motions/motion-list.html:568 +#: motions/static/templates/motions/motion-list.html:569 msgid "Set a motion block" msgstr "" @@ -2411,23 +2476,31 @@ msgstr "" msgid "Set category" msgstr "" -#: agenda/static/templates/agenda/item-list.html:321 -#: users/static/templates/users/user-list.html:391 +#: agenda/static/templates/agenda/item-list.html:323 +#: users/static/templates/users/user-list.html:393 msgid "Set comment ..." msgstr "" -#: agenda/static/templates/agenda/item-list.html:304 +#: agenda/static/templates/agenda/item-list.html:306 msgid "Set duration ..." msgstr "" -#: users/static/templates/users/user-import.html:93 +#: users/static/templates/users/user-import.html:95 msgid "Set global action" msgstr "" -#: motions/static/js/motions/site.js:2001 +#: assignments/static/templates/assignments/assignment-detail.html:137 +msgid "Set hint for ballot paper ..." +msgstr "" + +#: motions/static/js/motions/site.js:1959 msgid "Set it manually" msgstr "" +#: agenda/static/templates/agenda/item-list.html:332 +msgid "Set item number ..." +msgstr "" + #: motions/static/templates/motions/motion-list.html:125 #: motions/static/templates/motions/motion-list.html:87 msgid "Set motion block" @@ -2438,7 +2511,7 @@ msgstr "" msgid "Set status" msgstr "" -#: users/static/templates/users/user-list.html:375 +#: users/static/templates/users/user-list.html:377 msgid "Set structure level ..." msgstr "" @@ -2454,35 +2527,35 @@ msgstr "" msgid "Set/Unset 'is present'" msgstr "" -#: config.html:3 core/static/js/core/site.js:140 -#: core/static/js/core/site.js:316 +#: config.html:3 core/static/js/core/site.js:170 +#: core/static/js/core/site.js:358 msgid "Settings" msgstr "Paramètres " -#: core/static/js/core/site.js:1522 +#: core/static/js/core/site.js:1676 msgid "Short description of event" msgstr "" -#: assignments/static/js/assignments/site.js:198 -#: motions/static/js/motions/motion-block.js:88 -#: motions/static/js/motions/site.js:513 topics/static/js/topics/site.js:142 +#: assignments/static/js/assignments/site.js:157 +#: motions/static/js/motions/motion-block.js:85 +#: motions/static/js/motions/site.js:374 topics/static/js/topics/site.js:124 msgid "Show as agenda item" msgstr "Afficher comme éléments de l'ordre du jour" -#: assignments/static/js/assignments/site.js:225 -#: motions/static/js/motions/site.js:543 users/static/js/users/site.js:350 +#: assignments/static/js/assignments/site.js:184 +#: motions/static/js/motions/site.js:404 users/static/js/users/site.js:329 msgid "Show extended fields" msgstr "Afficher les champs étendus" -#: motions/static/templates/motions/motion-detail/toolbar.html:67 -msgid "Show highlighted line also on projector." -msgstr "" - -#: motions/static/templates/motions/motion-detail.html:470 +#: motions/static/templates/motions/motion-detail.html:525 msgid "Show history" msgstr "Afficher l'histoire" -#: core/static/js/core/site.js:1533 +#: agenda/static/templates/agenda/item-sort.html:19 +msgid "Show internal items" +msgstr "" + +#: core/static/js/core/site.js:1688 msgid "Show logo on projector" msgstr "" @@ -2490,20 +2563,20 @@ msgstr "" msgid "Show orange countdown in the last x seconds of speaking time" msgstr "" -#: core/static/js/core/site.js:1532 -msgid "Show this text on the login page." +#: core/static/js/core/site.js:1686 +msgid "Show this text on the login page" msgstr "" -#: core/static/js/core/site.js:1540 +#: core/static/js/core/site.js:1695 msgid "Show title and description of event on projector" msgstr "" -#: motions/static/js/motions/base.js:769 +#: motions/static/js/motions/base.js:789 msgid "Simple Workflow" msgstr "Workflow simple" -#: assignments/static/js/assignments/site.js:960 -#: motions/static/js/motions/site.js:2048 +#: assignments/static/js/assignments/site.js:918 +#: motions/static/js/motions/site.js:2007 msgid "Simple majority" msgstr "" @@ -2516,11 +2589,11 @@ msgstr "Plus petit" #: mediafiles/static/templates/mediafiles/mediafile-list.html:191 #: motions/static/templates/motions/category-list.html:44 #: motions/static/templates/motions/motion-list.html:292 -#: users/static/templates/users/user-list.html:219 +#: users/static/templates/users/user-list.html:221 msgid "Sort" msgstr "" -#: agenda/static/templates/agenda/item-list.html:75 +#: agenda/static/templates/agenda/item-list.html:78 msgid "Sort ..." msgstr "" @@ -2528,7 +2601,7 @@ msgstr "" msgid "Sort agenda" msgstr "Trier l'ordre du jour" -#: users/static/js/users/site.js:1474 +#: users/static/js/users/site.js:1551 msgid "Sort name of participants by" msgstr "" @@ -2537,16 +2610,16 @@ msgstr "" msgid "Special values" msgstr "Valeurs spéciales" -#: users/static/js/users/base.js:162 +#: users/static/js/users/base.js:164 msgid "Staff" msgstr "Personnel" -#: agenda/static/templates/agenda/item-detail.html:146 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:93 #: core/static/templates/core/projector-controls.html:175 msgid "Start" msgstr "Début" -#: agenda/static/templates/agenda/item-detail.html:110 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:57 #: core/static/templates/core/projector-controls.html:198 msgid "Start time" msgstr "Heure de début" @@ -2555,7 +2628,7 @@ msgstr "Heure de début" msgid "Start/stop video" msgstr "" -#: motions/static/js/motions/pdf.js:54 motions/static/js/motions/site.js:906 +#: motions/static/js/motions/pdf.js:62 motions/static/js/motions/site.js:810 #: motions/static/templates/motions/motion-block-detail.html:51 #: motions/static/templates/motions/motion-detail.html:132 #: motions/static/templates/motions/motion-detail.html:136 @@ -2568,26 +2641,25 @@ msgstr "Statut" msgid "Status" msgstr "" -#: agenda/static/templates/agenda/item-detail.html:127 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:74 msgid "Stop" msgstr "Arreter" -#: motions/static/js/motions/site.js:2013 +#: motions/static/js/motions/site.js:1971 msgid "Stop submitting new motions by non-staff users" msgstr "" -#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:291 -#: users/static/js/users/site.js:499 users/static/js/users/site.js:970 -#: users/static/templates/users/user-detail-profile.html:35 +#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:1046 +#: users/static/js/users/site.js:270 users/static/js/users/site.js:570 #: users/static/templates/users/user-detail.html:27 #: users/static/templates/users/user-import.html:54 -#: users/static/templates/users/user-import.html:79 -#: users/static/templates/users/user-list.html:372 -#: users/static/templates/users/user-list.html:381 +#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-list.html:374 +#: users/static/templates/users/user-list.html:383 msgid "Structure level" msgstr "Niveau de structure" -#: core/static/js/core/site.js:108 core/static/js/core/site.js:109 +#: core/static/js/core/site.js:130 core/static/js/core/site.js:131 msgid "Submit" msgstr "" @@ -2596,14 +2668,14 @@ msgstr "" msgid "Submitter" msgstr "Requérant" -#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:42 -#: motions/static/js/motions/site.js:461 motions/static/js/motions/site.js:900 +#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:50 +#: motions/static/js/motions/site.js:322 motions/static/js/motions/site.js:804 #: motions/static/templates/motions/motion-detail.html:92 #: motions/static/templates/motions/slide_motion.html:15 msgid "Submitters" msgstr "Requérant" -#: motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/pdf.js:204 #: motions/static/templates/motions/motion-detail/change-summary.html:4 msgid "Summary of change recommendations" msgstr "" @@ -2612,102 +2684,109 @@ msgstr "" msgid "Support motion" msgstr "Soutenir la motion" -#: motions/static/js/motions/site.js:2026 -#: motions/static/js/motions/site.js:623 +#: motions/static/js/motions/site.js:1985 +#: motions/static/js/motions/site.js:484 #: motions/static/templates/motions/motion-detail.html:99 -#: motions/static/templates/motions/motion-list.html:647 +#: motions/static/templates/motions/motion-list.html:648 msgid "Supporters" msgstr "Partisants" -#: users/static/js/users/site.js:1477 users/static/js/users/site.js:278 -#: users/static/js/users/site.js:489 -#: users/static/templates/users/user-detail-profile.html:30 +#: users/static/js/users/site.js:1554 users/static/js/users/site.js:257 +#: users/static/js/users/site.js:560 #: users/static/templates/users/user-import.html:53 -#: users/static/templates/users/user-import.html:78 +#: users/static/templates/users/user-import.html:79 msgid "Surname" msgstr "" -#: users/static/js/users/site.js:1483 +#: users/static/js/users/site.js:1560 msgid "System URL" msgstr "" #: assignments/static/js/assignments/pdf.js:511 -#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:476 +#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:465 msgid "Table of contents" msgstr "" #: assignments/static/templates/assignments/assignment-list.html:100 -#: core/static/templates/core/tag-detail.html:10 #: motions/static/templates/motions/motion-list.html:268 msgid "Tag" msgstr "Balise" -#: assignments/static/js/assignments/site.js:237 +#: assignments/static/js/assignments/site.js:196 #: assignments/static/templates/assignments/assignment-detail.html:53 #: assignments/static/templates/assignments/assignment-list.html:10 -#: core/static/js/core/site.js:336 core/static/templates/core/tag-list.html:13 -#: motions/static/js/motions/site.js:609 -#: motions/static/templates/motions/motion-detail.html:229 +#: core/static/js/core/site.js:379 core/static/templates/core/tag-list.html:13 +#: motions/static/js/motions/site.js:470 +#: motions/static/templates/motions/motion-detail.html:265 +#: motions/static/templates/motions/motion-detail.html:269 #: motions/static/templates/motions/motion-list.html:18 msgid "Tags" msgstr "Balises" -#: motions/static/js/motions/site.js:483 +#: motions/static/js/motions/site.js:344 #: motions/static/templates/motions/motion-import.html:24 #: motions/static/templates/motions/motion-import.html:45 -#: topics/static/js/topics/site.js:118 +#: topics/static/js/topics/site.js:100 #: topics/static/templates/topics/topic-import.html:51 #: topics/static/templates/topics/topic-import.html:70 msgid "Text" msgstr "Texte" -#: motions/static/js/motions/site.js:386 +#: motions/static/js/motions/site.js:260 msgid "Text from line %from% to %to%" msgstr "" -#: motions/static/js/motions/site.js:385 +#: motions/static/js/motions/site.js:259 msgid "Text in line %from%" msgstr "" -#: motions/static/js/motions/site.js:2040 +#: motions/static/js/motions/site.js:1999 msgid "The 100 % base of a voting result consists of" msgstr "" -#: assignments/static/js/assignments/site.js:943 +#: assignments/static/js/assignments/site.js:901 msgid "The 100-%-base of an election result consists of" msgstr "" -#: motions/static/js/motions/site.js:2003 +#: motions/static/js/motions/site.js:1961 msgid "The assembly may decide:" msgstr "" -#: agenda/static/templates/agenda/item-detail.html:91 +#: core/static/js/core/site.js:1471 +msgid "The delete was successful." +msgstr "" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:38 msgid "The list of speakers is empty." msgstr "" -#: motions/static/js/motions/site.js:2012 +#: motions/static/js/motions/site.js:1970 msgid "" "The maximum number of characters per line. Relevant when line numbering is " "enabled. Min: 40" msgstr "" +#: core/static/js/core/base.js:476 +msgid "The server didn't respond." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:8 msgid "The text has been changed." msgstr "" -#: motions/static/js/motions/site.js:2023 +#: motions/static/js/motions/site.js:1982 msgid "The title of the motion is always applied." msgstr "" -#: users/static/js/users/site.js:953 +#: users/static/js/users/site.js:1029 msgid "There are more than one duplicates of this user!" msgstr "" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:30 +#: mediafiles/static/js/mediafiles/forms.js:78 msgid "This does not protect the file but hides it for non authorized users." msgstr "" -#: motions/static/templates/motions/motion-detail.html:448 +#: motions/static/templates/motions/motion-detail.html:503 msgid "This is the last active version." msgstr "Ce n'est pas la version active." @@ -2719,39 +2798,37 @@ msgstr "" msgid "This version is not permitted." msgstr "Cette version n'est pas permis." -#: assignments/static/js/assignments/site.js:962 -#: motions/static/js/motions/site.js:2050 +#: assignments/static/js/assignments/site.js:920 +#: motions/static/js/motions/site.js:2009 msgid "Three-quarters majority" msgstr "" -#. academic degree -#: assignments/static/js/assignments/site.js:166 -#: assignments/static/js/assignments/site.js:362 +#: assignments/static/js/assignments/site.js:125 +#: assignments/static/js/assignments/site.js:327 +#: mediafiles/static/js/mediafiles/forms.js:70 #: mediafiles/static/js/mediafiles/list.js:95 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 -#: motions/static/js/motions/motion-block.js:81 -#: motions/static/js/motions/site.js:472 motions/static/js/motions/site.js:898 +#: motions/static/js/motions/motion-block.js:78 +#: motions/static/js/motions/site.js:333 motions/static/js/motions/site.js:802 #: motions/static/templates/motions/motion-import.html:23 #: motions/static/templates/motions/motion-import.html:44 -#: topics/static/js/topics/site.js:110 +#: topics/static/js/topics/site.js:92 #: topics/static/templates/topics/topic-import.html:50 #: topics/static/templates/topics/topic-import.html:69 -#: users/static/js/users/site.js:262 -#: users/static/templates/users/user-detail-profile.html:22 +#: users/static/js/users/site.js:241 #: users/static/templates/users/user-import.html:51 -#: users/static/templates/users/user-import.html:76 +#: users/static/templates/users/user-import.html:77 msgid "Title" msgstr "Titre" -#: motions/static/js/motions/site.js:2059 +#: motions/static/js/motions/site.js:2018 msgid "Title for PDF and DOCX documents (all motions)" msgstr "" -#: assignments/static/js/assignments/site.js:964 +#: assignments/static/js/assignments/site.js:922 msgid "Title for PDF document (all elections)" msgstr "" -#: users/static/js/users/site.js:1480 +#: users/static/js/users/site.js:1557 msgid "Title for access data and welcome PDF" msgstr "" @@ -2759,7 +2836,7 @@ msgstr "" msgid "Title is required. All other fields are optional and may be empty." msgstr "Le titre doit être remplis. Tous les autres champs sont factultatifs et peuvent être vides." -#: motions/static/js/motions/site.js:363 +#: motions/static/js/motions/site.js:237 msgid "To Line" msgstr "" @@ -2777,13 +2854,13 @@ msgstr "" msgid "Topics" msgstr "" -#: motions/static/js/motions/site.js:504 +#: motions/static/js/motions/site.js:365 #: motions/static/templates/motions/motion-detail/view-original.html:17 msgid "Trivial change" msgstr "Changement trivial" -#: assignments/static/js/assignments/site.js:961 -#: motions/static/js/motions/site.js:2049 +#: assignments/static/js/assignments/site.js:919 +#: motions/static/js/motions/site.js:2008 msgid "Two-thirds majority" msgstr "" @@ -2799,34 +2876,33 @@ msgstr "Ne plus soutenir cette motion" msgid "Upload time" msgstr "" +#: mediafiles/static/js/mediafiles/forms.js:87 #: mediafiles/static/js/mediafiles/list.js:103 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:37 msgid "Uploaded by" msgstr "transféré par" -#: assignments/static/js/assignments/site.js:956 -#: motions/static/js/motions/site.js:2055 +#: assignments/static/js/assignments/site.js:914 +#: motions/static/js/motions/site.js:2014 msgid "Use the following custom number" msgstr "" -#: users/static/js/users/site.js:1484 +#: users/static/js/users/site.js:1561 msgid "Used for QRCode in PDF of access data." msgstr "" -#: users/static/js/users/site.js:1486 users/static/js/users/site.js:1488 -#: users/static/js/users/site.js:1490 +#: users/static/js/users/site.js:1563 users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1567 msgid "Used for WLAN QRCode in PDF of access data." msgstr "" #: core/static/templates/core/login-form.html:12 -#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:307 -#: users/static/js/users/site.js:971 -#: users/static/templates/users/user-detail-profile.html:13 +#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:1047 +#: users/static/js/users/site.js:286 users/static/js/users/site.js:410 #: users/static/templates/users/user-detail.html:41 msgid "Username" msgstr "Nom d'utilisateur" -#: motions/static/templates/motions/motion-import.html:112 +#: motions/static/templates/motions/motion-import.html:115 msgid "Users created" msgstr "" @@ -2835,60 +2911,60 @@ msgid "Users without any assigned group gain the permissions from this group." msgstr "" #: assignments/static/js/assignments/pdf.js:186 -#: assignments/static/js/assignments/site.js:853 -#: assignments/static/templates/assignments/assignment-detail.html:245 +#: assignments/static/js/assignments/site.js:825 +#: assignments/static/templates/assignments/assignment-detail.html:249 #: assignments/static/templates/assignments/slide_assignment.html:82 -#: motions/static/js/motions/site.js:691 -#: motions/static/templates/motions/motion-detail.html:313 +#: motions/static/js/motions/site.js:591 +#: motions/static/templates/motions/motion-detail.html:365 msgid "Valid ballots" msgstr "" -#: motions/static/js/motions/pdf.js:122 +#: motions/static/js/motions/pdf.js:129 msgid "Valid votes" msgstr "" -#: motions/static/templates/motions/motion-detail.html:441 -#: motions/static/templates/motions/motion-detail.html:444 +#: motions/static/templates/motions/motion-detail.html:496 +#: motions/static/templates/motions/motion-detail.html:499 msgid "Version" msgstr "Version" -#: motions/static/templates/motions/motion-detail.html:437 +#: motions/static/templates/motions/motion-detail.html:492 msgid "Version history" msgstr "Historique des versions" #. ballot of a motion -#: motions/static/js/motions/pdf.js:100 -#: motions/static/templates/motions/motion-detail.html:244 +#: motions/static/js/motions/pdf.js:107 +#: motions/static/templates/motions/motion-detail.html:296 #: motions/static/templates/motions/motionpoll-form.html:1 #: motions/static/templates/motions/slide_motion.html:25 msgid "Vote" msgstr "Vote" #: assignments/static/js/assignments/pdf.js:151 -#: assignments/static/templates/assignments/assignment-detail.html:205 +#: assignments/static/templates/assignments/assignment-detail.html:209 #: assignments/static/templates/assignments/slide_assignment.html:36 msgid "Votes" msgstr "Votes" -#: motions/static/js/motions/pdf.js:136 +#: motions/static/js/motions/pdf.js:143 msgid "Votes cast" msgstr "" -#: assignments/static/js/assignments/site.js:968 +#: assignments/static/js/assignments/site.js:926 msgid "Voting" msgstr "" -#: motions/static/js/motions/site.js:2039 +#: motions/static/js/motions/site.js:1998 msgid "Voting and ballot papers" msgstr "" -#: motions/static/js/motions/pdf.js:144 -#: motions/static/templates/motions/motion-detail.html:240 +#: motions/static/js/motions/pdf.js:151 +#: motions/static/templates/motions/motion-detail.html:292 #: motions/static/templates/motions/slide_motion.html:21 msgid "Voting result" msgstr "Résultat de la votation" -#: users/static/js/users/site.js:1491 +#: users/static/js/users/site.js:1568 msgid "WEP" msgstr "" @@ -2896,19 +2972,19 @@ msgstr "" msgid "WLAN access data" msgstr "" -#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1489 +#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1566 msgid "WLAN encryption" msgstr "" -#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1485 +#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1562 msgid "WLAN name (SSID)" msgstr "" -#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1487 +#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1564 msgid "WLAN password" msgstr "" -#: users/static/js/users/site.js:1492 +#: users/static/js/users/site.js:1569 msgid "WPA/WPA2" msgstr "" @@ -2916,53 +2992,53 @@ msgstr "" msgid "Waiting for results ..." msgstr "" -#: core/static/js/core/site.js:1528 users/static/js/users/site.js:1479 +#: core/static/js/core/site.js:1682 users/static/js/users/site.js:1556 msgid "Welcome to OpenSlides" msgstr "" -#: motions/static/js/motions/site.js:2016 +#: motions/static/js/motions/site.js:1975 msgid "" "Will be displayed as label before selected recommendation. Use an empty " "value to disable the recommendation system." msgstr "" -#: motions/static/js/motions/base.js:793 +#: motions/static/js/motions/base.js:813 msgid "Withdraw" msgstr "Retirer" -#: motions/static/js/motions/site.js:637 +#: motions/static/js/motions/site.js:498 msgid "Workflow" msgstr "Workflow" -#: motions/static/js/motions/site.js:1997 +#: motions/static/js/motions/site.js:1955 msgid "Workflow of new motions" msgstr "" #: assignments/static/js/assignments/pdf.js:299 -#: assignments/static/js/assignments/site.js:666 -#: assignments/static/js/assignments/site.js:801 -#: motions/static/js/motions/pdf.js:106 motions/static/js/motions/pdf.js:359 -#: motions/static/js/motions/site.js:664 -#: motions/static/templates/motions/motion-detail.html:277 +#: assignments/static/js/assignments/site.js:626 +#: assignments/static/js/assignments/site.js:773 +#: motions/static/js/motions/pdf.js:113 motions/static/js/motions/pdf.js:348 +#: motions/static/js/motions/site.js:564 +#: motions/static/templates/motions/motion-detail.html:329 #: motions/static/templates/motions/slide_motion.html:33 msgid "Yes" msgstr "Oui" -#: motions/static/js/motions/site.js:2042 +#: motions/static/js/motions/site.js:2001 msgid "Yes/No" msgstr "" -#: assignments/static/js/assignments/site.js:949 -#: assignments/static/templates/assignments/assignment-detail.html:189 +#: assignments/static/js/assignments/site.js:907 +#: assignments/static/templates/assignments/assignment-detail.html:193 msgid "Yes/No per candidate" msgstr "" -#: motions/static/js/motions/site.js:2041 +#: motions/static/js/motions/site.js:2000 msgid "Yes/No/Abstain" msgstr "" -#: assignments/static/js/assignments/site.js:948 -#: assignments/static/templates/assignments/assignment-detail.html:188 +#: assignments/static/js/assignments/site.js:906 +#: assignments/static/templates/assignments/assignment-detail.html:192 msgid "Yes/No/Abstain per candidate" msgstr "" @@ -2970,13 +3046,13 @@ msgstr "" msgid "You are not allowed to lock yourself out of the configuration!" msgstr "" -#: core/static/js/core/site.js:1534 +#: core/static/js/core/site.js:1689 msgid "" "You can replace the logo. Just copy a file to \"static/img/logo-" "projector.png\" in your OpenSlides data path." msgstr "" -#: users/static/js/users/site.js:1385 +#: users/static/js/users/site.js:1462 msgid "You have to enable cookies to use OpenSlides." msgstr "" @@ -2996,55 +3072,55 @@ msgstr "Zoom arrière" msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." msgstr "" -#: users/static/js/users/site.js:1481 +#: users/static/js/users/site.js:1558 msgid "[Place for your welcome and help text.]" msgstr "" -#: core/static/js/core/site.js:1530 +#: core/static/js/core/site.js:1684 msgid "[Space for your welcome text.]" msgstr "" -#: motions/static/js/motions/base.js:771 motions/static/js/motions/base.js:786 +#: motions/static/js/motions/base.js:791 motions/static/js/motions/base.js:806 msgid "accepted" msgstr "accepté" -#: motions/static/js/motions/base.js:794 +#: motions/static/js/motions/base.js:814 msgid "adjourned" msgstr "ajourné" -#: users/static/js/users/site.js:972 +#: users/static/js/users/site.js:1048 msgid "already exists." msgstr "" -#: motions/static/js/motions/motion-services.js:45 +#: motions/static/js/motions/motion-services.js:47 msgid "ballot-paper" msgstr "" -#: motions/static/templates/motions/motion-list.html:501 +#: motions/static/templates/motions/motion-list.html:502 msgid "by" msgstr "" -#: core/static/js/core/site.js:45 +#: core/static/js/core/site.js:46 msgid "clear" msgstr "" -#: core/static/js/core/site.js:57 +#: core/static/js/core/site.js:58 msgid "close" msgstr "" -#: users/static/js/users/site.js:878 +#: users/static/js/users/site.js:954 msgid "create duplicate" msgstr "" -#: core/static/js/core/site.js:49 +#: core/static/js/core/site.js:50 msgid "date" msgstr "" -#: users/static/templates/users/user-import.html:88 +#: users/static/templates/users/user-import.html:90 msgid "duplicate" msgstr "" -#: users/static/templates/users/user-import.html:89 +#: users/static/templates/users/user-import.html:91 msgid "duplicates" msgstr "" @@ -3056,12 +3132,12 @@ msgstr "élections" msgid "files" msgstr "fichiers" -#: motions/static/templates/motions/motion-detail/toolbar.html:62 +#: motions/static/templates/motions/motion-detail/toolbar.html:89 msgid "go" msgstr "" #. 'h' means time in hours -#: agenda/static/templates/agenda/item-list.html:307 +#: agenda/static/templates/agenda/item-list.html:309 msgid "h" msgstr "h" @@ -3071,6 +3147,7 @@ msgid "imported" msgstr "importé" #: motions/static/templates/motions/motion-detail/toolbar.html:40 +#: motions/static/templates/motions/motion-detail/toolbar.html:65 msgid "inline" msgstr "" @@ -3079,34 +3156,34 @@ msgid "internal" msgstr "" #: assignments/static/js/assignments/pdf.js:238 -#: assignments/static/templates/assignments/assignment-detail.html:215 +#: assignments/static/templates/assignments/assignment-detail.html:219 #: assignments/static/templates/assignments/assignment-detail.html:92 #: assignments/static/templates/assignments/slide_assignment.html:22 #: assignments/static/templates/assignments/slide_assignment.html:43 msgid "is elected" msgstr "est élu" -#: assignments/static/templates/assignments/assignment-detail.html:218 +#: assignments/static/templates/assignments/assignment-detail.html:222 msgid "is not elected" msgstr "n'est pas élu" -#: agenda/static/templates/agenda/item-list.html:130 +#: agenda/static/templates/agenda/item-list.html:133 msgid "items" msgstr "éléments" -#: users/static/js/users/site.js:876 +#: users/static/js/users/site.js:952 msgid "keep original" msgstr "" -#: assignments/static/js/assignments/base.js:240 -#: assignments/static/js/assignments/base.js:43 +#: assignments/static/js/assignments/base.js:255 +#: assignments/static/js/assignments/base.js:44 #: assignments/static/templates/assignments/assignmentpoll-form.html:9 #: motions/static/js/motions/base.js:142 #: motions/static/templates/motions/motionpoll-form.html:9 msgid "majority" msgstr "majorité" -#: agenda/static/templates/agenda/item-detail.html:109 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:56 msgid "minutes" msgstr "minutes" @@ -3115,39 +3192,40 @@ msgstr "minutes" msgid "motions" msgstr "motions" -#: motions/static/templates/motions/motion-import.html:111 +#: motions/static/templates/motions/motion-import.html:114 msgid "motions were successfully imported." msgstr "motions ont été importées avec succès." -#: motions/static/templates/motions/motion-import.html:104 +#: motions/static/templates/motions/motion-import.html:107 msgid "motions will be imported." msgstr "les motions seront importer." -#: motions/static/templates/motions/motion-import.html:99 +#: motions/static/templates/motions/motion-import.html:102 msgid "motions will be not imported." msgstr "les motions ne seront pas importer." -#: motions/static/js/motions/site.js:2063 +#: motions/static/js/motions/site.js:2022 msgid "needed" msgstr "" -#: motions/static/js/motions/base.js:803 +#: motions/static/js/motions/base.js:823 msgid "needs review" msgstr "doit être revu" #: motions/static/templates/motions/motion-detail/toolbar.html:34 +#: motions/static/templates/motions/motion-detail/toolbar.html:60 msgid "none" msgstr "" -#: motions/static/js/motions/base.js:797 +#: motions/static/js/motions/base.js:817 msgid "not concerned" msgstr "non concerné" -#: motions/static/js/motions/base.js:777 +#: motions/static/js/motions/base.js:797 msgid "not decided" msgstr "ne pas decidé" -#: core/static/js/core/site.js:37 +#: core/static/js/core/site.js:38 msgid "now" msgstr "" @@ -3156,54 +3234,59 @@ msgid "of" msgstr "de" #: motions/static/templates/motions/motion-detail/toolbar.html:46 +#: motions/static/templates/motions/motion-detail/toolbar.html:70 msgid "outside" msgstr "" -#: users/static/js/users/site.js:877 +#: users/static/js/users/site.js:953 msgid "override new" msgstr "" -#: users/static/templates/users/user-list.html:129 +#: users/static/templates/users/user-list.html:131 msgid "participants" msgstr "participants" -#: users/static/templates/users/user-import.html:203 +#: users/static/templates/users/user-import.html:207 msgid "participants were successfully imported." msgstr "les participants on été importer avec succès-" -#: users/static/templates/users/user-import.html:196 +#: users/static/templates/users/user-import.html:200 msgid "participants will be imported." msgstr "les participants seront importer." -#: users/static/templates/users/user-import.html:191 +#: users/static/templates/users/user-import.html:195 msgid "participants will be not imported." msgstr "les participants ne seront pas importer." -#: motions/static/js/motions/base.js:783 +#: motions/static/js/motions/base.js:803 msgid "permitted" msgstr "permis" -#: motions/static/js/motions/base.js:782 +#: motions/static/js/motions/base.js:802 msgid "published" msgstr "publié" -#: motions/static/js/motions/base.js:800 +#: motions/static/js/motions/base.js:820 msgid "refered to committee" msgstr "" -#: motions/static/js/motions/base.js:774 motions/static/js/motions/base.js:789 +#: motions/static/js/motions/base.js:794 motions/static/js/motions/base.js:809 msgid "rejected" msgstr "rejeté" -#: motions/static/js/motions/base.js:805 +#: motions/static/js/motions/base.js:825 msgid "rejected (not authorized)" msgstr "rejeté (non autorisé)" -#: agenda/static/templates/agenda/item-list.html:131 +#: search.html:28 +msgid "results" +msgstr "" + +#: agenda/static/templates/agenda/item-list.html:134 #: assignments/static/templates/assignments/assignment-list.html:77 #: mediafiles/static/templates/mediafiles/mediafile-list.html:144 #: motions/static/templates/motions/motion-list.html:141 -#: users/static/templates/users/user-list.html:130 +#: users/static/templates/users/user-list.html:132 msgid "selected" msgstr "sélectionné" @@ -3211,15 +3294,15 @@ msgstr "sélectionné" msgid "speakers" msgstr "orateurs" -#: motions/static/js/motions/base.js:770 +#: motions/static/js/motions/base.js:790 msgid "submitted" msgstr "présenté" -#: core/static/js/core/site.js:53 +#: core/static/js/core/site.js:54 msgid "time" msgstr "" -#: core/static/js/core/site.js:41 +#: core/static/js/core/site.js:42 msgid "today" msgstr "" @@ -3235,14 +3318,14 @@ msgstr "" msgid "topics will be not imported." msgstr "" -#: assignments/static/js/assignments/base.js:243 -#: assignments/static/js/assignments/base.js:46 +#: assignments/static/js/assignments/base.js:258 +#: assignments/static/js/assignments/base.js:47 #: assignments/static/templates/assignments/assignmentpoll-form.html:10 #: motions/static/js/motions/base.js:145 #: motions/static/templates/motions/motionpoll-form.html:10 msgid "undocumented" msgstr "non documenté" -#: motions/static/js/motions/base.js:792 +#: motions/static/js/motions/base.js:812 msgid "withdrawed" msgstr "retiré" diff --git a/openslides/locale/angular-gettext/pt.po b/openslides/locale/angular-gettext/pt.po index bc62a54ed..f5cac948d 100644 --- a/openslides/locale/angular-gettext/pt.po +++ b/openslides/locale/angular-gettext/pt.po @@ -1,22 +1,22 @@ # # Translators: -# Marco A.G.Pinto , 2015-2016 +# Marco A.G.Pinto , 2015-2017 msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" -"PO-Revision-Date: 2017-01-20 08:18+0000\n" -"Last-Translator: Oskar Hahn \n" +"PO-Revision-Date: 2017-03-05 20:36+0000\n" +"Last-Translator: Emanuel Schütze \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/openslides/openslides/language/pt_PT/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: motions/static/js/motions/base.js:731 +#: motions/static/js/motions/base.js:751 msgid "%TYPE% from line %FROM% to %TO%" msgstr "%TYPE% desde a linha %FROM% à %TO%" -#: motions/static/js/motions/base.js:733 +#: motions/static/js/motions/base.js:753 msgid "%TYPE% in line %FROM%" msgstr "%TYPE% na linha %FROM%" @@ -49,7 +49,7 @@ msgstr "--- Selecciona estado ---" msgid "--- Set phase ---" msgstr "--- Definir fase ---" -#: core/static/js/core/site.js:1516 +#: core/static/js/core/site.js:1670 msgid "" "OpenSlides is a free web based " "presentation and assembly system for visualizing and controlling agenda, " @@ -58,47 +58,46 @@ msgstr "OpenSlides é um sistema de ap #: motions/static/templates/motions/motion-detail/comments.html:34 msgid "A comment has been changed." -msgstr "" +msgstr "Um comentário foi alterado." -#: users/static/js/users/site.js:394 -#: users/static/templates/users/user-detail-profile.html:39 +#: users/static/js/users/site.js:373 users/static/js/users/site.js:418 #: users/static/templates/users/user-detail.html:35 msgid "About me" msgstr "Sobre mim" #: assignments/static/js/assignments/pdf.js:314 -#: assignments/static/js/assignments/site.js:668 -#: assignments/static/js/assignments/site.js:823 -#: motions/static/js/motions/pdf.js:116 motions/static/js/motions/pdf.js:361 -#: motions/static/js/motions/site.js:682 -#: motions/static/templates/motions/motion-detail.html:301 +#: assignments/static/js/assignments/site.js:628 +#: assignments/static/js/assignments/site.js:795 +#: motions/static/js/motions/pdf.js:123 motions/static/js/motions/pdf.js:350 +#: motions/static/js/motions/site.js:582 +#: motions/static/templates/motions/motion-detail.html:353 #: motions/static/templates/motions/slide_motion.html:57 msgid "Abstain" msgstr "Abster" -#: motions/static/js/motions/base.js:772 motions/static/js/motions/base.js:787 +#: motions/static/js/motions/base.js:792 motions/static/js/motions/base.js:807 msgid "Accept" msgstr "Aceitar" -#: motions/static/js/motions/base.js:773 motions/static/js/motions/base.js:788 +#: motions/static/js/motions/base.js:793 motions/static/js/motions/base.js:808 msgid "Acceptance" msgstr "Aceitação" #: csv-import.html:16 msgctxt "special filetypes in a file open dialog" msgid "Accepted file types" -msgstr "" +msgstr "Tipos de ficheiros aceites" -#: motions/static/js/motions/site.js:2020 +#: motions/static/js/motions/site.js:1979 msgid "Activate amendments" msgstr "Activar emendas" -#: users/static/js/users/site.js:459 users/static/js/users/site.js:493 +#: users/static/js/users/site.js:530 users/static/js/users/site.js:564 msgid "Active" msgstr "Activo" #: assignments/static/templates/assignments/assignment-list.html:276 -#: motions/static/templates/motions/motion-list.html:602 +#: motions/static/templates/motions/motion-list.html:603 msgid "Add a tag" msgstr "Adicionar uma marca" @@ -111,7 +110,7 @@ msgstr "Adicionar contagem regressiva" msgid "Add group" msgstr "Adicionar grupo" -#: agenda/static/templates/agenda/item-detail.html:175 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:122 #: assignments/static/templates/assignments/assignment-detail.html:115 msgid "Add me" msgstr "Adicionar-me" @@ -120,7 +119,7 @@ msgstr "Adicionar-me" msgid "Add message" msgstr "Adicionar mensagem" -#: config-form-field.html:40 +#: config-form-field.html:47 msgid "Add new comment field" msgstr "Adicionar novo campo de comentário" @@ -132,11 +131,11 @@ msgstr "Adicionar nova contagem regressiva" msgid "Add new message" msgstr "Adicionar nova mensagem" -#: motions/static/js/motions/base.js:795 +#: motions/static/js/motions/base.js:815 msgid "Adjourn" msgstr "Adiar" -#: motions/static/js/motions/base.js:796 +#: motions/static/js/motions/base.js:816 msgid "Adjournment" msgstr "Adiamento" @@ -144,27 +143,24 @@ msgstr "Adiamento" msgid "Administrative data" msgstr "Dados administrativos" -#: agenda/static/js/agenda/base.js:59 agenda/static/js/agenda/pdf.js:15 -#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:302 -#: agenda/static/js/agenda/site.js:36 agenda/static/js/agenda/site.js:702 +#: agenda/static/js/agenda/base.js:65 agenda/static/js/agenda/pdf.js:15 +#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:279 +#: agenda/static/js/agenda/site.js:31 agenda/static/js/agenda/site.js:49 +#: agenda/static/js/agenda/site.js:702 #: agenda/static/templates/agenda/item-detail.html:6 -#: agenda/static/templates/agenda/item-list.html:32 -#: agenda/static/templates/agenda/item-list.html:58 +#: agenda/static/templates/agenda/item-list.html:35 +#: agenda/static/templates/agenda/item-list.html:61 #: agenda/static/templates/agenda/slide-item-list.html:2 msgid "Agenda" msgstr "Agenda" -#: search.html:17 -msgid "Agenda items" -msgstr "Itens da agenda" - -#: assignments/static/js/assignments/site.js:951 -#: motions/static/js/motions/site.js:2044 +#: assignments/static/js/assignments/site.js:909 +#: motions/static/js/motions/site.js:2003 msgid "All casted ballots" msgstr "Todas as votações lançadas" -#: assignments/static/js/assignments/site.js:950 -#: motions/static/js/motions/site.js:2043 +#: assignments/static/js/assignments/site.js:908 +#: motions/static/js/motions/site.js:2002 msgid "All valid ballots" msgstr "Todas as votações válidas" @@ -174,36 +170,37 @@ msgid "" "once you (or the users concerned) reload the page." msgstr "Todas as alterações são gravadas imediatamente. As alterações feitas só são aplicadas quando tu (ou os utilizadores em causa) recarregarem a página." -#: core/static/js/core/site.js:1531 +#: core/static/js/core/site.js:1685 msgid "Allow access for anonymous guest users" msgstr "Permitir o acesso a utilizadores convidados anónimos" -#: motions/static/js/motions/site.js:2014 +#: motions/static/js/motions/site.js:1972 msgid "Allow to disable versioning" msgstr "Permitir desactivar versões" -#: assignments/static/js/assignments/site.js:939 +#: assignments/static/js/assignments/site.js:897 msgid "Always Yes-No-Abstain per candidate" msgstr "Sempre Sim-Não-Abstenção por candidato" -#: assignments/static/js/assignments/site.js:940 +#: assignments/static/js/assignments/site.js:898 msgid "Always Yes/No per candidate" msgstr "Sempre Sim/Não por candidato" -#: assignments/static/js/assignments/site.js:938 +#: assignments/static/js/assignments/site.js:896 msgid "Always one option per candidate" msgstr "Sempre uma opção por candidato" +#: motions/static/js/motions/pdf.js:33 #: motions/static/templates/motions/motion-detail.html:66 msgid "Amendment of motion" msgstr "Emenda de moção" -#: motions/static/js/motions/site.js:2019 +#: motions/static/js/motions/site.js:1978 #: motions/static/templates/motions/motion-detail.html:118 msgid "Amendments" msgstr "Emendas" -#: motions/static/js/motions/site.js:2022 +#: motions/static/js/motions/site.js:1981 msgid "Apply text for new amendments" msgstr "Aplicar texto para novas modificações" @@ -215,7 +212,7 @@ msgstr "Arábico" msgid "Are you sure to delete the chat history?" msgstr "Tens a certeza que queres apagar o histórico de chat?" -#: agenda/static/templates/agenda/item-list.html:119 +#: agenda/static/templates/agenda/item-list.html:122 msgid "Are you sure you want to delete all selected agenda items?" msgstr "Tens a certeza que queres apagar todos os itens seleccionados da agenda?" @@ -231,24 +228,24 @@ msgstr "Tens a certeza que queres apagar todas as moções seleccionadas?" msgid "Are you sure you want to delete all selected users?" msgstr "Tens a certeza que queres apagar todos os utilizadores seleccionados?" -#: assignments/static/templates/assignments/assignment-detail.html:139 +#: assignments/static/templates/assignments/assignment-detail.html:143 msgid "Are you sure you want to delete this ballot?" msgstr "Tens a certeza que queres apagar esta votação?" -#: motions/static/templates/motions/motion-detail/view-diff.html:28 +#: motions/static/templates/motions/motion-detail/view-diff.html:27 #: motions/static/templates/motions/motion-detail/view-original.html:34 msgid "Are you sure you want to delete this change recommendation?" msgstr "Tens a certeza que queres eliminar esta recomendação de alteração?" -#: agenda/static/templates/agenda/item-list.html:286 +#: agenda/static/templates/agenda/item-list.html:288 #: assignments/static/templates/assignments/assignment-list.html:258 #: core/static/templates/core/manage-projectors.html:68 -#: core/static/templates/core/tag-list.html:42 +#: core/static/templates/core/tag-list.html:46 #: motions/static/templates/motions/category-list.html:49 -#: motions/static/templates/motions/motion-block-list.html:41 -#: motions/static/templates/motions/motion-list.html:516 +#: motions/static/templates/motions/motion-block-list.html:45 +#: motions/static/templates/motions/motion-list.html:517 #: users/static/templates/users/group-list.html:45 -#: users/static/templates/users/user-list.html:320 +#: users/static/templates/users/user-list.html:322 msgid "Are you sure you want to delete this entry?" msgstr "Tens a certeza que queres apagar esta entrada?" @@ -256,11 +253,11 @@ msgstr "Tens a certeza que queres apagar esta entrada?" msgid "Are you sure you want to delete this file?" msgstr "Tens a certeza que queres apagar este ficheiro?" -#: motions/static/templates/motions/motion-detail.html:254 +#: motions/static/templates/motions/motion-detail.html:306 msgid "Are you sure you want to delete this poll?" msgstr "Tens a certeza que queres apagar esta sondagem?" -#: motions/static/templates/motions/motion-detail.html:458 +#: motions/static/templates/motions/motion-detail.html:513 msgid "Are you sure you want to delete this version?" msgstr "Tens a certeza que queres apagar esta versão?" @@ -270,7 +267,7 @@ msgid "" "block?" msgstr "Tens a certeza que queres sobrepor o estado de todas as moções deste bloco de moção?" -#: agenda/static/templates/agenda/item-detail.html:59 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:6 msgid "Are you sure you want to remove all speakers from this list?" msgstr "Tens a certeza que desejas remover todos os oradores desta lista?" @@ -278,26 +275,26 @@ msgstr "Tens a certeza que desejas remover todos os oradores desta lista?" msgid "Are you sure you want to remove this motion from motion block?" msgstr "Tens a certeza que queres remover esta moção do bloco de moção?" -#: users/static/templates/users/user-import.html:62 +#: users/static/templates/users/user-import.html:63 msgid "" "At least given name or surname have to be filled in. All\n" " other fields are optional and may be empty." msgstr "Pelo menos o primeiro nome ou o apelido tem que ser preenchido.\nTodos os outros campos são opcionais e podem estar vazios." -#: motions/static/js/motions/site.js:558 topics/static/js/topics/site.js:130 +#: motions/static/js/motions/site.js:419 topics/static/js/topics/site.js:112 msgid "Attachment" msgstr "Anexo" -#: motions/static/templates/motions/motion-detail.html:429 +#: motions/static/templates/motions/motion-detail.html:484 #: topics/static/templates/topics/topic-detail.html:30 msgid "Attachments" msgstr "Anexos" #: csv-import.html:30 msgid "Autodetection" -msgstr "" +msgstr "Autodetecção" -#: assignments/static/js/assignments/site.js:937 +#: assignments/static/js/assignments/site.js:895 msgid "Automatic assign of method" msgstr "Atribuição automática de método" @@ -310,21 +307,17 @@ msgstr "Voltar à agenda" msgid "Back to categories" msgstr "Voltar às categorias" -#: motions/static/templates/motions/motion-import.html:127 +#: motions/static/templates/motions/motion-import.html:130 msgid "Back to motions overview" msgstr "Voltar à vista geral das moções" #: agenda/static/templates/agenda/current-list-of-speakers.html:6 #: agenda/static/templates/agenda/item-sort.html:6 #: assignments/static/templates/assignments/assignment-detail.html:6 -#: core/static/templates/core/tag-detail.html:6 -#: core/static/templates/core/tag-form.html:6 #: core/static/templates/core/tag-list.html:6 -#: motions/static/templates/motions/category-detail.html:6 -#: motions/static/templates/motions/category-form.html:6 #: motions/static/templates/motions/category-list.html:6 #: motions/static/templates/motions/motion-block-detail.html:6 -#: motions/static/templates/motions/motion-block-list.html:10 +#: motions/static/templates/motions/motion-block-list.html:6 #: motions/static/templates/motions/motion-detail.html:6 #: motions/static/templates/motions/motion-import.html:6 #: topics/static/templates/topics/topic-detail.html:6 @@ -336,28 +329,28 @@ msgstr "Voltar à vista geral das moções" msgid "Back to overview" msgstr "Voltar à vista geral" -#: users/static/templates/users/user-import.html:218 +#: users/static/templates/users/user-import.html:222 #: users/static/templates/users/user-import.html:36 msgid "Back to users overview" msgstr "Voltar à vista geral dos participantes" -#: core/static/js/core/site.js:1541 +#: core/static/js/core/site.js:1696 msgid "Background color of projector header and footer" msgstr "Cor de fundo do cabeçalho e rodapé do projector" #: assignments/static/js/assignments/pdf.js:139 #: assignments/static/js/assignments/pdf.js:288 -#: assignments/static/js/assignments/site.js:659 -#: assignments/static/templates/assignments/assignment-detail.html:133 +#: assignments/static/js/assignments/site.js:619 +#: assignments/static/templates/assignments/assignment-detail.html:131 #: assignments/static/templates/assignments/assignmentpoll-form.html:1 msgid "Ballot" msgstr "Votação" -#: assignments/static/js/assignments/site.js:942 +#: assignments/static/js/assignments/site.js:900 msgid "Ballot and ballot papers" msgstr "Votos e boletins de voto" -#: agenda/static/templates/agenda/item-detail.html:86 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:33 msgid "Begin next speech" msgstr "Começar próximo discurso" @@ -365,7 +358,7 @@ msgstr "Começar próximo discurso" msgid "Begin of event" msgstr "Começo do evento" -#: agenda/static/templates/agenda/item-detail.html:145 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:92 msgid "Begin speech" msgstr "Começar discurso" @@ -374,13 +367,13 @@ msgstr "Começar discurso" msgid "Bigger" msgstr "Maior" -#: core/static/templates/core/manage-projectors.html:197 +#: core/static/templates/core/manage-projectors.html:198 #: core/static/templates/core/projector-controls.html:55 #: core/static/templates/core/projector-controls.html:74 msgid "Blank" msgstr "Em branco" -#: core/static/templates/core/manage-projectors.html:191 +#: core/static/templates/core/manage-projectors.html:192 #: core/static/templates/core/projector-controls.html:68 msgid "Broadcast" msgstr "Transmitir" @@ -391,53 +384,53 @@ msgstr "Transmitir o conteúdo deste projector para todos os outros projectores. #: csv-import.html:2 msgid "CSV file" -msgstr "" +msgstr "Ficheiro CSV" -#: users/static/js/users/site.js:1463 +#: users/static/js/users/site.js:1540 msgid "Can create motions" msgstr "Pode criar moções" -#: users/static/js/users/site.js:1440 +#: users/static/js/users/site.js:1517 msgid "Can manage agenda" msgstr "Pode gerir a agenda" -#: users/static/js/users/site.js:1453 +#: users/static/js/users/site.js:1530 msgid "Can manage configuration" msgstr "Pode gerir a configuração" -#: users/static/js/users/site.js:1447 +#: users/static/js/users/site.js:1524 msgid "Can manage elections" msgstr "Pode gerir as eleições" -#: users/static/js/users/site.js:1459 +#: users/static/js/users/site.js:1536 msgid "Can manage files" msgstr "Pode gerir ficheiros" -#: users/static/js/users/site.js:1465 +#: users/static/js/users/site.js:1542 msgid "Can manage motions" msgstr "Pode gerir moções" -#: users/static/js/users/site.js:1452 +#: users/static/js/users/site.js:1529 msgid "Can manage tags" msgstr "Pode gerir as tags" -#: users/static/js/users/site.js:1455 +#: users/static/js/users/site.js:1532 msgid "Can manage the chat" msgstr "Pode gerir o chat" -#: users/static/js/users/site.js:1450 +#: users/static/js/users/site.js:1527 msgid "Can manage the projector" msgstr "Pode gerir o projector" -#: users/static/js/users/site.js:1470 +#: users/static/js/users/site.js:1547 msgid "Can manage users" msgstr "Pode gerir os utilizadores" -#: users/static/js/users/site.js:1445 +#: users/static/js/users/site.js:1522 msgid "Can nominate another participant" msgstr "Pode nomear outro participante" -#: users/static/js/users/site.js:1446 +#: users/static/js/users/site.js:1523 msgid "Can nominate oneself" msgstr "Pode nomear a si mesmo" @@ -445,91 +438,90 @@ msgstr "Pode nomear a si mesmo" msgid "Can not open the projector." msgstr "Não é possível abrir o projector." -#: users/static/js/users/site.js:1442 +#: users/static/js/users/site.js:1519 msgid "Can put oneself on the list of speakers" msgstr "Pode colocar-se na lista de oradores" -#: users/static/js/users/site.js:1439 +#: users/static/js/users/site.js:1516 msgid "Can see agenda" msgstr "Pode ver a agenda" -#: users/static/js/users/site.js:1466 +#: users/static/js/users/site.js:1543 msgid "Can see and manage comments" msgstr "Pode ver e gerir comentários" -#: users/static/js/users/site.js:1444 +#: users/static/js/users/site.js:1521 msgid "Can see elections" msgstr "Pode ver as eleições" -#: users/static/js/users/site.js:1469 +#: users/static/js/users/site.js:1546 msgid "Can see extra data of users (e.g. present and comment)" msgstr "Pode ver os dados extra dos utilizadores (ex: presentes e comentar)" -#: users/static/js/users/site.js:1460 +#: users/static/js/users/site.js:1537 msgid "Can see hidden files" msgstr "Pode ver ficheiros ocultos" -#: users/static/js/users/site.js:1441 +#: users/static/js/users/site.js:1518 msgid "Can see hidden items and time scheduling of agenda" msgstr "Pode ver os itens ocultos e o agendamento de tempo da agenda" -#: users/static/js/users/site.js:1462 +#: users/static/js/users/site.js:1539 msgid "Can see motions" msgstr "Pode ver moções" -#: users/static/js/users/site.js:1468 +#: users/static/js/users/site.js:1545 msgid "Can see names of users" msgstr "Pode ver os nomes dos utilizadores" -#: users/static/js/users/site.js:1451 +#: users/static/js/users/site.js:1528 msgid "Can see the front page" msgstr "Pode ver a primeira página" -#: users/static/js/users/site.js:1457 +#: users/static/js/users/site.js:1534 msgid "Can see the list of files" msgstr "Pode ver a lista de ficheiros" -#: users/static/js/users/site.js:1449 +#: users/static/js/users/site.js:1526 msgid "Can see the projector" msgstr "Pode ver o projector" -#: users/static/js/users/site.js:1464 +#: users/static/js/users/site.js:1541 msgid "Can support motions" msgstr "Pode apoiar moções" -#: users/static/js/users/site.js:1458 +#: users/static/js/users/site.js:1535 msgid "Can upload files" msgstr "Pode fazer upload de ficheiros" -#: users/static/js/users/site.js:1454 +#: users/static/js/users/site.js:1531 msgid "Can use the chat" msgstr "Pode usar o chat" -#: assignments/static/templates/assignments/assignment-form.html:13 +#: assignments/static/templates/assignments/assignment-form.html:18 #: assignments/static/templates/assignments/assignmentpoll-form.html:18 -#: core/static/js/core/site.js:104 core/static/js/core/site.js:105 +#: core/static/js/core/site.js:126 core/static/js/core/site.js:127 #: core/static/templates/core/projector-controls.html:209 #: core/static/templates/core/projector-message-form.html:8 -#: core/static/templates/core/tag-form.html:24 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:56 -#: motions/static/templates/motions/category-form.html:28 +#: core/static/templates/core/tag-form.html:13 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 +#: motions/static/templates/motions/category-form.html:13 #: motions/static/templates/motions/change-recommendation-form.html:13 #: motions/static/templates/motions/motion-block-form.html:13 -#: motions/static/templates/motions/motion-form.html:14 +#: motions/static/templates/motions/motion-form.html:19 #: motions/static/templates/motions/motionpoll-form.html:18 #: topics/static/templates/topics/topic-form.html:13 -#: users/static/templates/users/group-edit.html:22 +#: users/static/templates/users/group-edit.html:24 +#: users/static/templates/users/profile-password-form.html:12 #: users/static/templates/users/user-change-password.html:46 -#: users/static/templates/users/user-detail-password.html:39 -#: users/static/templates/users/user-detail-profile.html:46 #: users/static/templates/users/user-form.html:13 msgid "Cancel" msgstr "Cancelar" #: assignments/static/js/assignments/pdf.js:147 #: assignments/static/js/assignments/pdf.js:65 -#: assignments/static/templates/assignments/assignment-detail.html:179 -#: assignments/static/templates/assignments/assignment-detail.html:204 +#: assignments/static/templates/assignments/assignment-detail.html:183 +#: assignments/static/templates/assignments/assignment-detail.html:208 #: assignments/static/templates/assignments/assignment-detail.html:84 #: assignments/static/templates/assignments/assignment-list.html:312 #: assignments/static/templates/assignments/slide_assignment.html:18 @@ -538,39 +530,42 @@ msgid "Candidates" msgstr "Candidatos" #: assignments/static/js/assignments/pdf.js:212 -#: assignments/static/js/assignments/site.js:869 -#: assignments/static/templates/assignments/assignment-detail.html:257 +#: assignments/static/js/assignments/site.js:841 +#: assignments/static/templates/assignments/assignment-detail.html:261 #: assignments/static/templates/assignments/slide_assignment.html:92 -#: motions/static/js/motions/site.js:707 -#: motions/static/templates/motions/motion-detail.html:331 +#: motions/static/js/motions/site.js:607 +#: motions/static/templates/motions/motion-detail.html:383 msgid "Casted ballots" msgstr "Votos lançados" -#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:511 -#: motions/static/js/motions/site.js:180 +#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:500 +#: motions/static/js/motions/site.js:102 #: motions/static/templates/motions/category-list.html:13 #: motions/static/templates/motions/motion-list.html:10 msgid "Categories" msgstr "Categorias" -#: motions/static/templates/motions/motion-import.html:113 +#: motions/static/templates/motions/motion-import.html:116 msgid "Categories created" msgstr "Categorias criadas" -#: motions/static/js/motions/pdf.js:81 motions/static/js/motions/site.js:572 -#: motions/static/js/motions/site.js:902 -#: motions/static/templates/motions/category-detail.html:10 +#: motions/static/js/motions/pdf.js:89 motions/static/js/motions/site.js:433 +#: motions/static/js/motions/site.js:806 #: motions/static/templates/motions/category-sort.html:9 -#: motions/static/templates/motions/motion-detail.html:219 +#: motions/static/templates/motions/motion-detail.html:223 +#: motions/static/templates/motions/motion-detail.html:227 #: motions/static/templates/motions/motion-import.html:27 #: motions/static/templates/motions/motion-import.html:48 -#: motions/static/templates/motions/motion-list.html:192 +#: motions/static/templates/motions/motion-list.html:220 msgid "Category" msgstr "Categoria" -#: index.html:101 users/static/templates/users/user-change-password.html:43 -#: users/static/templates/users/user-detail-password.html:3 -#: users/static/templates/users/user-list.html:318 +#: agenda/static/templates/agenda/item-list.html:333 +msgid "Change item number ..." +msgstr "Alterar número de item..." + +#: index.html:102 users/static/templates/users/user-change-password.html:43 +#: users/static/templates/users/user-list.html:320 msgid "Change password" msgstr "Alterar senha" @@ -578,11 +573,13 @@ msgstr "Alterar senha" msgid "Change password for {{ user.get_short_name() }}" msgstr "Alterar senha para {{ user.get_short_name() }}" -#: motions/static/templates/motions/motion-detail/toolbar.html:83 +#: motions/static/templates/motions/motion-detail/toolbar.html:103 +#: motions/static/templates/motions/motion-detail/toolbar.html:139 msgid "Change recommendations" msgstr "Recomendações de alteração" -#: motions/static/templates/motions/motion-detail/toolbar.html:98 +#: motions/static/templates/motions/motion-detail/toolbar.html:118 +#: motions/static/templates/motions/motion-detail/toolbar.html:151 msgid "Changed version" msgstr "Versão alterada" @@ -590,76 +587,76 @@ msgstr "Versão alterada" msgid "Chat" msgstr "Chat" -#: motions/static/js/motions/site.js:2028 +#: motions/static/js/motions/site.js:1987 msgid "Choose 0 to disable the supporting system." msgstr "Escolhe 0 para desactivar o sistema de apoio." -#: core/static/js/core/site.js:106 core/static/js/core/site.js:107 +#: core/static/js/core/site.js:128 core/static/js/core/site.js:129 msgid "Clear" msgstr "Limpar" -#: motions/static/templates/motions/motion-import.html:117 +#: motions/static/templates/motions/motion-import.html:120 #: topics/static/templates/topics/topic-import.html:120 -#: users/static/templates/users/user-import.html:208 +#: users/static/templates/users/user-import.html:212 msgid "Clear preview" msgstr "Limpar pré-visualização" -#: agenda/static/templates/agenda/current-list-of-speakers.html:44 +#: agenda/static/templates/agenda/current-list-of-speakers.html:53 #: agenda/static/templates/agenda/item-detail.html:48 -#: agenda/static/templates/agenda/item-detail.html:67 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:5 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:14 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:5 #: agenda/static/templates/agenda/slide-list-of-speakers.html:10 msgid "Closed" msgstr "Fechado" -#: agenda/static/js/agenda/site.js:155 agenda/static/js/agenda/site.js:156 +#: agenda/static/js/agenda/site.js:140 agenda/static/js/agenda/site.js:141 msgid "Closed items" msgstr "Itens fechados" -#: core/static/js/core/site.js:1545 +#: core/static/js/core/site.js:1700 msgid "Color for blanked projector" msgstr "Cor para o projector apagado" #: topics/static/templates/topics/topic-import.html:53 #: topics/static/templates/topics/topic-import.html:72 -#: users/static/js/users/site.js:342 users/static/js/users/site.js:501 +#: users/static/js/users/site.js:321 users/static/js/users/site.js:572 #: users/static/templates/users/user-detail.html:43 #: users/static/templates/users/user-import.html:57 -#: users/static/templates/users/user-import.html:82 -#: users/static/templates/users/user-list.html:388 -#: users/static/templates/users/user-list.html:397 +#: users/static/templates/users/user-import.html:83 +#: users/static/templates/users/user-list.html:390 +#: users/static/templates/users/user-list.html:399 msgid "Comment" msgstr "Comentar" -#: motions/static/js/motions/site.js:2034 +#: motions/static/js/motions/site.js:1993 msgid "Comment fields for motions" msgstr "Comentar campos para moções" -#: assignments/static/js/assignments/site.js:879 -msgid "Comment on the ballot paper" -msgstr "Comentar sobre o boletim de voto" - -#: motions/static/js/motions/site.js:2033 +#: motions/static/js/motions/site.js:1992 #: motions/static/templates/motions/motion-detail/comments.html:17 msgid "Comments" msgstr "Comentários" -#: users/static/js/users/site.js:466 users/static/js/users/site.js:495 +#: users/static/js/users/site.js:537 users/static/js/users/site.js:566 msgid "Committee" msgstr "Comité" -#: users/static/js/users/base.js:163 +#: users/static/js/users/base.js:165 msgid "Committees" msgstr "Comités" -#: motions/static/js/motions/base.js:781 +#: motions/static/js/motions/base.js:801 msgid "Complex Workflow" msgstr "Fluxo de Trabalho complexo" -#: users/static/templates/users/user-detail-password.html:29 +#: users/static/js/users/site.js:467 msgid "Confirm new password" msgstr "Confirmar a nova senha" +#: core/static/js/core/base.js:490 +msgid "Connection lost. You are not connected to the server anymore." +msgstr "" + #: core/static/templates/core/login-form.html:23 msgid "Continue as guest" msgstr "Continuar como convidado" @@ -676,11 +673,11 @@ msgid "" " line." msgstr "Copia e cola os teus títulos de tópicos nesta caixa de texto. Mantém cada item numa única linha." -#: core/static/js/core/base.js:812 +#: core/static/js/core/base.js:917 msgid "Countdown" msgstr "Contagem regressiva" -#: core/static/js/core/base.js:813 +#: core/static/js/core/base.js:918 #: core/static/templates/core/projector-controls.html:142 msgid "Countdowns" msgstr "Contagens regressivas" @@ -693,79 +690,85 @@ msgstr "Associar a contagem regressiva com a lista de oradores" msgid "Create new group" msgstr "Criar novo grupo" -#: motions/static/js/motions/site.js:908 +#: motions/static/js/motions/site.js:812 msgid "Creation date" msgstr "Data de criação" -#: core/static/js/core/site.js:1539 +#: core/static/js/core/site.js:1694 msgid "Current browser language" -msgstr "" +msgstr "Idioma actual do navegador" -#: agenda/static/js/agenda/site.js:96 -#: agenda/static/templates/agenda/current-list-of-speakers.html:24 -#: agenda/static/templates/agenda/current-list-of-speakers.html:42 -#: agenda/static/templates/agenda/item-list.html:20 -#: agenda/static/templates/agenda/slide-current-list-of-speakers.html:3 +#: agenda/static/js/agenda/site.js:73 +#: agenda/static/templates/agenda/current-list-of-speakers.html:17 +#: agenda/static/templates/agenda/current-list-of-speakers.html:51 +#: agenda/static/templates/agenda/item-list.html:23 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:3 +#: core/static/templates/core/projector-controls.html:280 msgid "Current list of speakers" msgstr "Lista actual de oradores" -#: assignments/static/js/assignments/site.js:957 -#: motions/static/js/motions/site.js:2056 +#: assignments/static/js/assignments/site.js:915 +#: motions/static/js/motions/site.js:2015 msgid "Custom number of ballot papers" msgstr "Número personalizado de boletins de voto" -#: agenda/static/templates/agenda/current-list-of-speakers.html:36 +#: agenda/static/templates/agenda/current-list-of-speakers.html:44 #: agenda/static/templates/agenda/item-detail.html:35 -#: agenda/static/templates/agenda/item-list.html:254 -#: agenda/static/templates/agenda/item-list.html:52 +#: agenda/static/templates/agenda/item-list.html:257 +#: agenda/static/templates/agenda/item-list.html:55 +#: core/static/templates/core/projector-controls.html:307 #: mediafiles/static/templates/mediafiles/mediafile-list.html:273 #: motions/static/templates/motions/motion-detail.html:45 -#: projector-button.html:23 users/static/js/users/base.js:160 +#: projector-button.html:23 users/static/js/users/base.js:162 msgid "Default" msgstr "Predefinido" -#: assignments/static/js/assignments/site.js:191 +#: assignments/static/js/assignments/site.js:150 msgid "Default comment on the ballot paper" msgstr "Comentário predefinido no boletim de voto" -#: motions/static/js/motions/site.js:2004 +#: motions/static/js/motions/site.js:1962 msgid "Default line numbering" msgstr "Numeração de linha predefinida" -#: assignments/static/js/assignments/site.js:959 +#: assignments/static/js/assignments/site.js:917 msgid "" "Default method to check whether a candidate has reached the required " "majority." msgstr "Método predefinido para verificar se um candidato atingiu a maioria necessária." -#: motions/static/js/motions/site.js:2047 +#: motions/static/js/motions/site.js:2006 msgid "" "Default method to check whether a motion has reached the required majority." msgstr "Método predefinido para verificar se uma moção atingiu a maioria necessária." -#: core/static/js/core/site.js:1549 +#: core/static/js/core/site.js:1704 msgid "Default projector" msgstr "Projector predefinido" -#: users/static/js/users/base.js:161 +#: motions/static/js/motions/site.js:1974 +msgid "Default text version for change recommendations" +msgstr "Versão de texto predefinido para recomendações de alterações" + +#: users/static/js/users/base.js:163 msgid "Delegates" msgstr "Delega" -#: agenda/static/templates/agenda/item-list.html:285 -#: assignments/static/templates/assignments/assignment-detail.html:142 +#: agenda/static/templates/agenda/item-list.html:287 +#: assignments/static/templates/assignments/assignment-detail.html:146 #: assignments/static/templates/assignments/assignment-list.html:257 #: core/static/templates/core/manage-projectors.html:72 -#: core/static/templates/core/tag-list.html:41 +#: core/static/templates/core/tag-list.html:45 #: mediafiles/static/templates/mediafiles/mediafile-list.html:294 #: motions/static/templates/motions/category-list.html:48 -#: motions/static/templates/motions/motion-block-list.html:40 -#: motions/static/templates/motions/motion-detail.html:256 -#: motions/static/templates/motions/motion-detail.html:461 -#: motions/static/templates/motions/motion-detail/view-diff.html:30 +#: motions/static/templates/motions/motion-block-list.html:44 +#: motions/static/templates/motions/motion-detail.html:308 +#: motions/static/templates/motions/motion-detail.html:516 +#: motions/static/templates/motions/motion-detail/view-diff.html:29 #: motions/static/templates/motions/motion-detail/view-original.html:36 -#: motions/static/templates/motions/motion-list.html:515 +#: motions/static/templates/motions/motion-list.html:516 #: motions/static/templates/motions/motion-list.html:84 -#: users/static/templates/users/user-list.html:319 +#: users/static/templates/users/user-list.html:321 #: users/static/templates/users/user-list.html:70 msgid "Delete" msgstr "Apagar" @@ -774,7 +777,7 @@ msgstr "Apagar" msgid "Delete selected elections" msgstr "Apagar eleições seleccionadas" -#: agenda/static/templates/agenda/item-list.html:123 +#: agenda/static/templates/agenda/item-list.html:126 msgid "Delete selected items" msgstr "Apagar itens seleccionados" @@ -790,14 +793,14 @@ msgstr "Apagar moções seleccionadas" msgid "Delete selected participants" msgstr "Apagar participantes seleccionados" -#: motions/static/js/motions/base.js:740 motions/static/js/motions/pdf.js:192 -#: motions/static/js/motions/site.js:375 -#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/js/motions/base.js:760 motions/static/js/motions/pdf.js:199 +#: motions/static/js/motions/site.js:249 +#: motions/static/templates/motions/motion-detail/change-summary.html:26 msgid "Deletion" msgstr "Eliminação" #: assignments/static/js/assignments/pdf.js:42 -#: assignments/static/js/assignments/site.js:174 +#: assignments/static/js/assignments/site.js:133 #: assignments/static/templates/assignments/assignment-detail.html:79 #: core/static/templates/core/projector-controls.html:194 msgid "Description" @@ -805,33 +808,34 @@ msgstr "Descrição" #: csv-import.html:11 msgid "Deselect file" -msgstr "" +msgstr "Desseleccionar ficheiro" -#: users/static/js/users/site.js:362 +#: users/static/js/users/site.js:341 msgid "Designates whether this user is in the room or not." msgstr "Designa se este utilizador está na sala ou não." -#: users/static/js/users/site.js:384 +#: users/static/js/users/site.js:363 msgid "Designates whether this user should be treated as a committee." msgstr "Designa se este utilizador deve ser tratado como um comité." -#: users/static/js/users/site.js:372 +#: users/static/js/users/site.js:351 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting the account." msgstr "Designa se este utilizador deve ser tratado como activo. Desmarca isto em vez de apagar a conta." -#: motions/static/templates/motions/motion-detail/toolbar.html:104 +#: motions/static/templates/motions/motion-detail/toolbar.html:124 +#: motions/static/templates/motions/motion-detail/toolbar.html:156 msgid "Diff version" msgstr "Versão diff" -#: assignments/static/js/assignments/site.js:963 -#: motions/static/js/motions/site.js:2051 +#: assignments/static/js/assignments/site.js:921 +#: motions/static/js/motions/site.js:2010 msgid "Disabled" msgstr "Desactivado" -#: assignments/static/js/assignments/site.js:952 -#: motions/static/js/motions/site.js:2045 +#: assignments/static/js/assignments/site.js:910 +#: motions/static/js/motions/site.js:2004 msgid "Disabled (no percents)" msgstr "Desactivado (sem percentagens)" @@ -840,26 +844,26 @@ msgid "" "Display an identifier message on all projectors with the id and the name." msgstr "Exibir uma mensagem de identificação em todos os projectores com o id e o nome." -#: motions/static/js/motions/base.js:798 +#: motions/static/js/motions/base.js:818 msgid "Do not concern" msgstr "Não preocupar-se" -#: motions/static/js/motions/base.js:778 +#: motions/static/js/motions/base.js:798 msgid "Do not decide" msgstr "Não decidir" -#: motions/static/templates/motions/motion-detail.html:398 -#: motions/static/templates/motions/motion-detail.html:413 +#: motions/static/templates/motions/motion-detail.html:453 +#: motions/static/templates/motions/motion-detail.html:468 msgid "" "Do you want to create a new version of this motion based on this changes?" msgstr "Queres criar uma nova versão desta moção com base nestas alterações?" -#: motions/static/js/motions/site.js:505 +#: motions/static/js/motions/site.js:366 msgid "Don't create a new version." msgstr "Não criar uma versão nova." -#: agenda/static/templates/agenda/item-list.html:336 -#: agenda/static/templates/agenda/item-list.html:341 +#: agenda/static/templates/agenda/item-list.html:347 +#: agenda/static/templates/agenda/item-list.html:352 #: motions/static/templates/motions/motion-list.html:182 #: motions/static/templates/motions/motion-list.html:346 msgid "Done" @@ -867,7 +871,7 @@ msgstr "Feito" #: motions/static/templates/motions/motion-import.html:32 #: topics/static/templates/topics/topic-import.html:58 -#: users/static/templates/users/user-import.html:65 +#: users/static/templates/users/user-import.html:66 msgid "Download CSV example file" msgstr "Descarregar o ficheiro de exemplo CSV" @@ -883,31 +887,31 @@ msgid "" "renumber." msgstr "Arrasta e solta moções para reordenar a categoria. Depois, clica no botão para renumerar." -#: agenda/static/templates/agenda/item-list.html:134 +#: agenda/static/templates/agenda/item-list.html:137 #: topics/static/templates/topics/topic-import.html:52 #: topics/static/templates/topics/topic-import.html:71 msgid "Duration" msgstr "Duração" -#: agenda/static/templates/agenda/item-list.html:283 +#: agenda/static/templates/agenda/item-list.html:286 #: assignments/static/templates/assignments/assignment-detail.html:20 #: assignments/static/templates/assignments/assignment-list.html:256 -#: core/static/templates/core/tag-list.html:40 +#: core/static/templates/core/tag-list.html:44 #: mediafiles/static/templates/mediafiles/mediafile-list.html:293 #: motions/static/templates/motions/category-list.html:46 #: motions/static/templates/motions/motion-block-detail.html:19 -#: motions/static/templates/motions/motion-block-list.html:38 -#: motions/static/templates/motions/motion-detail.html:248 +#: motions/static/templates/motions/motion-block-list.html:42 +#: motions/static/templates/motions/motion-detail.html:300 #: motions/static/templates/motions/motion-detail.html:53 -#: motions/static/templates/motions/motion-detail/view-diff.html:35 -#: motions/static/templates/motions/motion-list.html:512 +#: motions/static/templates/motions/motion-detail/view-diff.html:34 +#: motions/static/templates/motions/motion-list.html:513 #: topics/static/templates/topics/topic-detail.html:19 #: users/static/templates/users/user-detail.html:14 -#: users/static/templates/users/user-list.html:317 +#: users/static/templates/users/user-list.html:319 msgid "Edit" msgstr "Editar" -#: motions/static/templates/motions/category-form.html:9 +#: motions/static/templates/motions/category-form.html:1 msgid "Edit category" msgstr "Editar categoria" @@ -953,11 +957,11 @@ msgstr "Editar nome" msgid "Edit participant" msgstr "Editar participante" -#: index.html:96 users/static/templates/users/user-detail-profile.html:3 +#: index.html:97 users/static/js/users/site.js:819 msgid "Edit profile" msgstr "Editar perfil" -#: core/static/templates/core/tag-form.html:9 +#: core/static/templates/core/tag-form.html:1 msgid "Edit tag" msgstr "Editar tag" @@ -971,15 +975,15 @@ msgid "" "recommendations." msgstr "Editar o texto não é mais possível uma vez que há recomendações de alteração." -#: assignments/static/js/assignments/base.js:316 -#: assignments/static/js/assignments/site.js:643 +#: assignments/static/js/assignments/base.js:330 +#: assignments/static/js/assignments/site.js:603 #: assignments/static/templates/assignments/assignment-detail.html:31 #: assignments/static/templates/assignments/slide_assignment.html:7 msgid "Election" msgstr "Eleição" -#: assignments/static/js/assignments/site.js:936 -#: assignments/static/templates/assignments/assignment-detail.html:186 +#: assignments/static/js/assignments/site.js:894 +#: assignments/static/templates/assignments/assignment-detail.html:190 msgid "Election method" msgstr "Método de eleição" @@ -987,13 +991,13 @@ msgstr "Método de eleição" msgid "Election result" msgstr "Resultado da eleição" -#: assignments/static/js/assignments/base.js:317 +#: assignments/static/js/assignments/base.js:331 #: assignments/static/js/assignments/site.js:19 -#: assignments/static/js/assignments/site.js:36 -#: assignments/static/js/assignments/site.js:423 -#: assignments/static/js/assignments/site.js:941 +#: assignments/static/js/assignments/site.js:31 +#: assignments/static/js/assignments/site.js:387 +#: assignments/static/js/assignments/site.js:49 +#: assignments/static/js/assignments/site.js:899 #: assignments/static/templates/assignments/assignment-list.html:13 -#: search.html:25 msgid "Elections" msgstr "Eleições" @@ -1005,11 +1009,11 @@ msgstr "Codificação" msgid "Encrypted" msgstr "Encriptado" -#: agenda/static/templates/agenda/item-detail.html:81 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:28 msgid "End current speech" msgstr "Terminar discurso actual" -#: agenda/static/templates/agenda/item-detail.html:126 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:73 msgid "End speech" msgstr "Terminar discurso" @@ -1017,65 +1021,73 @@ msgstr "Terminar discurso" msgid "Enter duration in seconds. Choose 0 to disable warning color." msgstr "Insere a duração em segundos. Escolhe 0 para desactivar a cor de aviso." -#: assignments/static/templates/assignments/assignment-detail.html:157 +#: assignments/static/templates/assignments/assignment-detail.html:161 msgid "Enter votes" msgstr "Introduza votos" -#: users/static/js/users/site.js:910 +#: core/static/js/core/base.js:473 +msgid "Error" +msgstr "" + +#: pdf-status.html:18 +msgid "Error while generating PDF file" +msgstr "Erro ao gerar ficheiro PDF" + +#: users/static/js/users/site.js:986 msgid "Error: Given name or surname is required." msgstr "Erro: Primeiro nome ou apelido é necessário." -#: motions/static/js/motions/site.js:1690 +#: motions/static/js/motions/site.js:1632 msgid "Error: Identifier already exists." msgstr "Erro: Identificador já existe." -#: motions/static/js/motions/site.js:1701 +#: motions/static/js/motions/site.js:1643 msgid "Error: Text is required." msgstr "Erro: Texto é necessário." -#: motions/static/js/motions/site.js:1696 topics/static/js/topics/site.js:328 +#: motions/static/js/motions/site.js:1638 topics/static/js/topics/site.js:308 msgid "Error: Title is required." msgstr "Erro: Título é necessário." -#: agenda/static/templates/agenda/item-list.html:137 +#: agenda/static/templates/agenda/item-list.html:140 msgid "Estimated end:" msgstr "Fim estimado:" -#: core/static/js/core/site.js:1521 +#: core/static/js/core/site.js:1675 msgid "Event" msgstr "Evento" -#: core/static/js/core/site.js:1523 +#: core/static/js/core/site.js:1677 msgid "Event date" msgstr "Data do evento" -#: core/static/js/core/site.js:1524 +#: core/static/js/core/site.js:1678 msgid "Event location" msgstr "Localização do evento" -#: core/static/js/core/site.js:1515 +#: core/static/js/core/site.js:1669 msgid "Event name" msgstr "Nome do evento" -#: core/static/js/core/site.js:1525 +#: core/static/js/core/site.js:1679 msgid "Event organizer" msgstr "Organizador do evento" -#: agenda/static/templates/agenda/item-list.html:87 +#: agenda/static/templates/agenda/item-list.html:90 #: assignments/static/templates/assignments/assignment-list.html:31 #: motions/static/templates/motions/motion-list.html:43 #: users/static/templates/users/user-list.html:37 msgid "Export all" msgstr "Exportar tudo" -#: agenda/static/templates/agenda/item-list.html:90 +#: agenda/static/templates/agenda/item-list.html:93 #: assignments/static/templates/assignments/assignment-list.html:34 #: motions/static/templates/motions/motion-list.html:46 #: users/static/templates/users/user-list.html:40 msgid "Export filtered" msgstr "Exportar filtrado" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:11 +#: mediafiles/static/js/mediafiles/forms.js:54 msgid "File" msgstr "Ficheiro" @@ -1086,28 +1098,39 @@ msgstr "Tamanho de ficheiro" #: mediafiles/static/js/mediafiles/resources.js:20 #: mediafiles/static/js/mediafiles/resources.js:21 #: mediafiles/static/js/mediafiles/states.js:18 -#: mediafiles/static/js/mediafiles/states.js:35 -#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 search.html:33 +#: mediafiles/static/js/mediafiles/states.js:30 +#: mediafiles/static/js/mediafiles/states.js:48 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 msgid "Files" msgstr "Ficheiros" -#: agenda/static/templates/agenda/item-list.html:155 +#: agenda/static/templates/agenda/item-list.html:158 #: assignments/static/templates/assignments/assignment-list.html:93 -#: core/static/templates/core/tag-list.html:22 +#: core/static/templates/core/tag-list.html:26 #: mediafiles/static/templates/mediafiles/mediafile-list.html:160 #: motions/static/templates/motions/category-list.html:21 #: motions/static/templates/motions/motion-block-detail.html:39 #: motions/static/templates/motions/motion-block-list.html:21 #: motions/static/templates/motions/motion-list.html:157 -#: users/static/templates/users/user-list.html:164 +#: users/static/templates/users/user-list.html:166 msgid "Filter" msgstr "Filtrar" -#: assignments/static/js/assignments/site.js:969 +#: motions/static/templates/motions/motion-detail/toolbar.html:131 +#: motions/static/templates/motions/motion-detail/toolbar.html:161 +msgid "Final version" +msgstr "Versão final" + +#: motions/static/templates/motions/motion-detail.html:36 +msgctxt "resolution" +msgid "Final version" +msgstr "Versão final" + +#: assignments/static/js/assignments/site.js:927 msgid "Finished" msgstr "Concluído" -#: motions/static/templates/motions/motion-detail.html:214 +#: motions/static/templates/motions/motion-detail.html:218 msgid "Follow recommendation" msgstr "Seguir recomendação" @@ -1115,15 +1138,15 @@ msgstr "Seguir recomendação" msgid "Follow recommendations for all motions" msgstr "Seguir as recomendações para todas as moções" -#: core/static/js/core/site.js:1542 +#: core/static/js/core/site.js:1697 msgid "Font color of projector header and footer" msgstr "Cor da font do cabeçalho e rodapé do projector" -#: core/static/js/core/site.js:1543 +#: core/static/js/core/site.js:1698 msgid "Font color of projector headline" msgstr "Cor da font da manchete do projector" -#: assignments/static/js/assignments/site.js:944 +#: assignments/static/js/assignments/site.js:902 msgid "" "For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base " "depends on the election method: If there is only one option per candidate, " @@ -1131,24 +1154,24 @@ msgid "" "candidate the sum of all votes is 100 %." msgstr "Para Sim/Não/Abster por candidato e Sim/Não por candidato a 100-%-base depende do método de eleição: Se houver apenas uma opção por candidato, a soma de todos os votos de todos os candidatos é de 100%. Caso contrário, por cada candidato a soma de todos os votos é 100%." -#: motions/static/js/motions/site.js:355 +#: motions/static/js/motions/site.js:229 msgid "From Line" msgstr "Desde a linha" -#: core/static/js/core/site.js:1529 +#: core/static/js/core/site.js:1683 msgid "Front page text" msgstr "Texto da página inicial" -#: core/static/js/core/site.js:1527 +#: core/static/js/core/site.js:1681 msgid "Front page title" msgstr "Título da página inicial" -#: core/static/js/core/site.js:1520 motions/static/js/motions/site.js:1996 -#: users/static/js/users/site.js:1160 users/static/js/users/site.js:1473 +#: core/static/js/core/site.js:1674 motions/static/js/motions/site.js:1954 +#: users/static/js/users/site.js:1235 users/static/js/users/site.js:1550 msgid "General" msgstr "Geral" -#: users/static/js/users/site.js:329 +#: users/static/js/users/site.js:308 #: users/static/templates/users/user-change-password.html:33 msgid "Generate" msgstr "Gerar" @@ -1158,51 +1181,62 @@ msgstr "Gerar" msgid "Generate new passwords" msgstr "Gerar novas senhas" -#: users/static/js/users/site.js:1476 users/static/js/users/site.js:270 -#: users/static/js/users/site.js:487 -#: users/static/templates/users/user-detail-profile.html:26 +#: pdf-status.html:8 +msgid "Generating PDF file {{ filename }} ..." +msgstr "A gerar ficheiro PDF {{ filename }} ..." + +#: users/static/js/users/site.js:1553 users/static/js/users/site.js:249 +#: users/static/js/users/site.js:558 #: users/static/templates/users/user-import.html:52 -#: users/static/templates/users/user-import.html:77 +#: users/static/templates/users/user-import.html:78 msgid "Given name" msgstr "Primeiro nome" -#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:106 -#: users/static/js/users/site.js:315 +#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:294 +#: users/static/js/users/site.js:85 #: users/static/templates/users/group-list.html:14 #: users/static/templates/users/user-detail.html:29 #: users/static/templates/users/user-import.html:56 -#: users/static/templates/users/user-import.html:81 +#: users/static/templates/users/user-import.html:82 #: users/static/templates/users/user-list.html:10 -#: users/static/templates/users/user-list.html:171 -#: users/static/templates/users/user-list.html:334 -#: users/static/templates/users/user-list.html:363 +#: users/static/templates/users/user-list.html:173 +#: users/static/templates/users/user-list.html:336 +#: users/static/templates/users/user-list.html:365 msgid "Groups" msgstr "Grupos" -#: users/static/templates/users/user-import.html:204 +#: users/static/templates/users/user-import.html:208 msgid "Groups created" msgstr "Grupos criados" -#: users/static/js/users/site.js:1482 +#: users/static/js/users/site.js:1559 msgid "Help text for access data and welcome PDF" msgstr "Texto de ajuda para os dados de acesso e PDF de boas-vindas" +#: mediafiles/static/js/mediafiles/forms.js:77 #: mediafiles/static/js/mediafiles/list.js:71 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:28 msgid "Hidden" msgstr "Oculto" -#: agenda/static/templates/agenda/item-detail.html:102 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:49 msgid "Hide" msgstr "Ocultar" -#: core/static/js/core/site.js:132 core/static/js/core/site.js:264 +#: agenda/static/templates/agenda/item-sort.html:18 +msgid "Hide internal items" +msgstr "Ocultar itens internos" + +#: assignments/static/templates/assignments/assignment-detail.html:136 +msgid "Hint on the ballot paper." +msgstr "Dica no boletim de voto." + +#: core/static/js/core/site.js:162 core/static/js/core/site.js:304 msgid "Home" msgstr "Casa" -#: motions/static/js/motions/site.js:1998 -#: motions/static/js/motions/site.js:339 motions/static/js/motions/site.js:453 -#: motions/static/js/motions/site.js:896 +#: motions/static/js/motions/site.js:1956 +#: motions/static/js/motions/site.js:213 motions/static/js/motions/site.js:314 +#: motions/static/js/motions/site.js:800 #: motions/static/templates/motions/motion-import.html:22 #: motions/static/templates/motions/motion-import.html:43 msgid "Identifier" @@ -1218,20 +1252,20 @@ msgstr "Identificador, razão, submissor, categoria e origem são opcionais e po msgid "Identify" msgstr "Identificar" -#: motions/static/js/motions/motion-block.js:89 -#: topics/static/js/topics/site.js:143 +#: motions/static/js/motions/motion-block.js:86 +#: topics/static/js/topics/site.js:125 msgid "If deactivated it appears as internal item on agenda." msgstr "Se desactivado, aparece como item interno na agenda." -#: assignments/static/js/assignments/site.js:199 +#: assignments/static/js/assignments/site.js:158 msgid "If deactivated the election appears as internal item on agenda." msgstr "Se desactivado, a eleição aparece como item interno na agenda." -#: motions/static/js/motions/site.js:514 +#: motions/static/js/motions/site.js:375 msgid "If deactivated the motion appears as internal item on agenda." msgstr "Se desactivado, a moção aparece como item interno na agenda." -#: agenda/static/templates/agenda/item-list.html:14 +#: agenda/static/templates/agenda/item-list.html:16 #: motions/static/templates/motions/motion-list.html:22 #: topics/static/templates/topics/topic-import.html:24 #: users/static/templates/users/user-import.html:25 @@ -1263,32 +1297,34 @@ msgstr "Importar tópicos" #: topics/static/templates/topics/topic-import.html:123 msgid "Import {{ itemsWillBeImported }} topics" -msgstr "" +msgstr "Importar {{ itemsWillBeImported }} tópicos" -#: motions/static/templates/motions/motion-import.html:120 +#: motions/static/templates/motions/motion-import.html:123 msgid "Import {{ motionsWillBeImported }} motions" -msgstr "" +msgstr "Importar {{ motionsWillBeImported }} moções" -#: users/static/templates/users/user-import.html:211 +#: users/static/templates/users/user-import.html:215 msgid "Import {{ usersWillBeImported }} participants" msgstr "Importar {{ usersWillBeImported }} participantes" -#: agenda/static/templates/agenda/item-list.html:245 +#: agenda/static/templates/agenda/item-list.html:248 msgid "Include all sub items" msgstr "Incluir todos os subitens" -#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:326 +#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:305 #: users/static/templates/users/user-change-password.html:39 +#: users/static/templates/users/user-import.html:61 +#: users/static/templates/users/user-import.html:87 msgid "Initial password" msgstr "Senha inicial" -#: users/static/js/users/site.js:327 +#: users/static/js/users/site.js:306 #: users/static/templates/users/user-change-password.html:37 msgid "Initial password can not be changed." msgstr "A senha inicial não pode ser alterada." #. Line numbering: Inline -#: motions/static/js/motions/site.js:2008 +#: motions/static/js/motions/site.js:1966 msgid "Inline" msgstr "Inline" @@ -1304,9 +1340,9 @@ msgstr "Edição inline" msgid "Input format: DD.MM.YYYY HH:MM" msgstr "Formato de input: DD.MM.AAAA HH:MM" -#: motions/static/js/motions/base.js:737 motions/static/js/motions/pdf.js:190 -#: motions/static/js/motions/site.js:374 -#: motions/static/templates/motions/motion-detail/change-summary.html:17 +#: motions/static/js/motions/base.js:757 motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/site.js:248 +#: motions/static/templates/motions/motion-detail/change-summary.html:25 msgid "Insertion" msgstr "Inserção" @@ -1314,24 +1350,23 @@ msgstr "Inserção" msgid "Installed plugins:" msgstr "Plugins instalados:" -#: agenda/static/templates/agenda/item-list.html:266 -#: agenda/static/templates/agenda/item-list.html:332 -#: agenda/static/templates/agenda/item-sort.html:21 +#: agenda/static/templates/agenda/item-list.html:269 +#: agenda/static/templates/agenda/item-list.html:343 #: topics/static/templates/topics/topic-import.html:54 #: topics/static/templates/topics/topic-import.html:73 msgid "Internal item" msgstr "Item interno" -#: agenda/static/js/agenda/site.js:161 agenda/static/js/agenda/site.js:162 +#: agenda/static/js/agenda/site.js:146 agenda/static/js/agenda/site.js:147 msgid "Internal items" msgstr "Itens internos" #: assignments/static/js/assignments/pdf.js:199 -#: assignments/static/js/assignments/site.js:861 -#: assignments/static/templates/assignments/assignment-detail.html:251 +#: assignments/static/js/assignments/site.js:833 +#: assignments/static/templates/assignments/assignment-detail.html:255 #: assignments/static/templates/assignments/slide_assignment.html:87 -#: motions/static/js/motions/site.js:699 -#: motions/static/templates/motions/motion-detail.html:322 +#: motions/static/js/motions/site.js:599 +#: motions/static/templates/motions/motion-detail.html:374 msgid "Invalid ballots" msgstr "Votações inválidas" @@ -1339,7 +1374,7 @@ msgstr "Votações inválidas" msgid "Invalid input." msgstr "Input inválido." -#: motions/static/js/motions/pdf.js:129 +#: motions/static/js/motions/pdf.js:136 msgid "Invalid votes" msgstr "Votos inválidos" @@ -1351,21 +1386,21 @@ msgstr "É PDF" msgid "Is PDF file" msgstr "É ficheiro PDF" -#: users/static/js/users/site.js:383 users/static/js/users/site.js:467 -#: users/static/templates/users/user-list.html:301 +#: users/static/js/users/site.js:362 users/static/js/users/site.js:538 +#: users/static/templates/users/user-list.html:303 msgid "Is a committee" msgstr "É um comité" -#: users/static/js/users/site.js:371 users/static/js/users/site.js:460 +#: users/static/js/users/site.js:350 users/static/js/users/site.js:531 #: users/static/templates/users/user-import.html:58 -#: users/static/templates/users/user-import.html:83 -#: users/static/templates/users/user-list.html:113 +#: users/static/templates/users/user-import.html:84 +#: users/static/templates/users/user-list.html:114 msgid "Is active" msgstr "Está activo" #: users/static/templates/users/user-import.html:60 -#: users/static/templates/users/user-import.html:85 -#: users/static/templates/users/user-list.html:115 +#: users/static/templates/users/user-import.html:86 +#: users/static/templates/users/user-list.html:116 msgid "Is committee" msgstr "É comité" @@ -1374,7 +1409,7 @@ msgstr "É comité" msgid "Is hidden" msgstr "está oculto" -#: users/static/templates/users/user-list.html:299 +#: users/static/templates/users/user-list.html:301 msgid "Is inactive" msgstr "Está inactivo" @@ -1382,13 +1417,13 @@ msgstr "Está inactivo" msgid "Is no PDF file" msgstr "Não é ficheiro PDF" -#: users/static/js/users/site.js:468 -#: users/static/templates/users/user-list.html:122 +#: users/static/js/users/site.js:539 +#: users/static/templates/users/user-list.html:124 msgid "Is not a committee" -msgstr "" +msgstr "Não é um comité" -#: users/static/js/users/site.js:461 -#: users/static/templates/users/user-list.html:120 +#: users/static/js/users/site.js:532 +#: users/static/templates/users/user-list.html:122 msgid "Is not active" msgstr "Não está activo" @@ -1396,63 +1431,68 @@ msgstr "Não está activo" msgid "Is not hidden" msgstr "Não está oculto" -#: users/static/js/users/site.js:454 -#: users/static/templates/users/user-list.html:121 +#: users/static/js/users/site.js:525 +#: users/static/templates/users/user-list.html:123 msgid "Is not present" msgstr "Não está presente" -#: users/static/js/users/site.js:361 users/static/js/users/site.js:453 +#: users/static/js/users/site.js:340 users/static/js/users/site.js:524 #: users/static/templates/users/user-import.html:59 -#: users/static/templates/users/user-import.html:84 -#: users/static/templates/users/user-list.html:114 +#: users/static/templates/users/user-import.html:85 +#: users/static/templates/users/user-list.html:115 msgid "Is present" msgstr "Está presente" #. short form of agenda item -#: assignments/static/js/assignments/site.js:360 +#: assignments/static/js/assignments/site.js:325 #: motions/static/templates/motions/motion-list.html:299 msgid "Item" msgstr "Item" -#: motions/static/js/motions/site.js:910 -#: motions/static/templates/motions/motion-detail.html:464 +#: motions/static/templates/motions/motion-detail/toolbar.html:85 +msgid "Jump to a given line number" +msgstr "" + +#: motions/static/js/motions/site.js:814 +#: motions/static/templates/motions/motion-detail.html:519 msgid "Last modified" msgstr "Última alteração" -#: agenda/static/templates/agenda/item-detail.html:101 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:48 msgid "Last speakers" msgstr "Últimos oradores" #: csv-import.html:33 msgid "Leave empty for autodetection of the separator." -msgstr "" +msgstr "Deixar vazio para detecção automática do separador." -#: core/static/js/core/site.js:1526 core/static/js/core/site.js:302 -#: index.html:183 legalnotice.html:3 +#: core/static/js/core/site.js:1680 core/static/js/core/site.js:344 +#: index.html:250 legalnotice.html:3 msgid "Legal notice" msgstr "Aviso legal" -#: motions/static/js/motions/pdf.js:184 -#: motions/static/templates/motions/motion-detail/change-summary.html:10 -#: motions/static/templates/motions/motion-detail/change-summary.html:13 -#: motions/static/templates/motions/motion-detail/toolbar.html:54 +#: motions/static/js/motions/pdf.js:191 +#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/templates/motions/motion-detail/change-summary.html:21 +#: motions/static/templates/motions/motion-detail/toolbar.html:78 msgid "Line" msgstr "Linha" -#: motions/static/js/motions/site.js:2011 +#: motions/static/js/motions/site.js:1969 msgid "Line length" msgstr "Comprimento da linha" #: motions/static/templates/motions/motion-detail/toolbar.html:28 +#: motions/static/templates/motions/motion-detail/toolbar.html:53 msgid "Line numbering" msgstr "Numeração de linhas" -#: users/static/js/users/site.js:628 +#: users/static/js/users/site.js:695 #: users/static/templates/users/user-list.html:54 msgid "List of access data" msgstr "Lista de dados de acesso" -#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:622 +#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:689 #: users/static/templates/users/user-list.html:49 msgid "List of participants" msgstr "Lista de participantes" @@ -1460,8 +1500,8 @@ msgstr "Lista de participantes" #: agenda/static/js/agenda/site.js:710 #: agenda/static/templates/agenda/item-detail.html:21 #: agenda/static/templates/agenda/item-detail.html:47 -#: agenda/static/templates/agenda/item-list.html:281 -#: agenda/static/templates/agenda/slide-current-list-of-speakers-overlay.html:4 +#: agenda/static/templates/agenda/item-list.html:284 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers-overlay.html:2 #: agenda/static/templates/agenda/slide-list-of-speakers.html:7 #: assignments/static/templates/assignments/assignment-detail.html:12 #: core/static/templates/core/projector-controls.html:268 @@ -1471,7 +1511,7 @@ msgstr "Lista de participantes" msgid "List of speakers" msgstr "Lista de oradores" -#: agenda/static/js/agenda/base.js:355 core/static/js/core/site.js:1546 +#: core/static/js/core/site.js:1701 msgid "List of speakers overlay" msgstr "Lista de oradores sobreposta" @@ -1479,11 +1519,11 @@ msgstr "Lista de oradores sobreposta" msgid "Live view" msgstr "Visualização ao vivo" -#: core/static/templates/core/login-form.html:20 index.html:116 +#: core/static/templates/core/login-form.html:20 index.html:117 msgid "Login" msgstr "Login" -#: index.html:107 +#: index.html:108 msgid "Logout" msgstr "Logout" @@ -1491,25 +1531,21 @@ msgstr "Logout" msgid "Manage" msgstr "Gerir" -#: core/static/templates/core/projector-controls.html:275 -msgid "Manage current list of speakers" -msgstr "Gerir a lista actual de oradores" - -#: agenda/static/templates/agenda/current-list-of-speakers.html:13 -msgid "Manage list" -msgstr "Gerir lista" - -#: core/static/js/core/site.js:288 +#: core/static/js/core/site.js:329 #: core/static/templates/core/manage-projectors.html:35 msgid "Manage projectors" msgstr "Gerir projectores" -#: core/static/js/core/base.js:761 core/static/js/core/site.js:396 +#: core/static/templates/core/projector-controls.html:316 +msgid "Manage the current list of speakers" +msgstr "Gerir a lista actual de oradores" + +#: core/static/js/core/base.js:866 core/static/js/core/site.js:421 #: core/static/templates/core/projector-controls.html:235 msgid "Message" msgstr "Mensagem" -#: core/static/js/core/base.js:762 +#: core/static/js/core/base.js:867 #: core/static/templates/core/projector-controls.html:229 msgid "Messages" msgstr "Mensagens" @@ -1520,10 +1556,10 @@ msgid "Meta information" msgstr "Informação meta" #: motions/static/js/motions/base.js:213 motions/static/js/motions/docx.js:76 -#: motions/static/js/motions/motion-services.js:36 -#: motions/static/js/motions/motion-services.js:45 -#: motions/static/js/motions/pdf.js:23 motions/static/js/motions/pdf.js:353 -#: motions/static/js/motions/site.js:347 +#: motions/static/js/motions/motion-services.js:38 +#: motions/static/js/motions/motion-services.js:47 +#: motions/static/js/motions/pdf.js:24 motions/static/js/motions/pdf.js:342 +#: motions/static/js/motions/site.js:221 #: motions/static/templates/motions/motion-block-detail.html:50 #: motions/static/templates/motions/motion-detail.html:121 #: motions/static/templates/motions/motion-detail.html:64 @@ -1532,58 +1568,60 @@ msgid "Motion" msgstr "Moção" #: motions/static/js/motions/motion-block.js:19 -#: motions/static/js/motions/site.js:586 motions/static/js/motions/site.js:904 +#: motions/static/js/motions/site.js:447 motions/static/js/motions/site.js:808 #: motions/static/templates/motions/motion-block-detail.html:24 -#: motions/static/templates/motions/motion-detail.html:223 -#: motions/static/templates/motions/motion-list.html:216 +#: motions/static/templates/motions/motion-detail.html:243 +#: motions/static/templates/motions/motion-detail.html:247 +#: motions/static/templates/motions/motion-list.html:244 #: motions/static/templates/motions/slide_motion_block.html:5 msgid "Motion block" msgstr "Bloco de moção" -#: motions/static/js/motions/site.js:222 +#: motions/static/js/motions/site.js:122 #: motions/static/templates/motions/motion-block-list.html:13 #: motions/static/templates/motions/motion-list.html:14 msgid "Motion blocks" msgstr "Blocos de moção" -#: motions/static/js/motions/site.js:2002 +#: motions/static/js/motions/site.js:1960 msgid "Motion preamble" msgstr "Preâmbulo da moção" #: motions/static/js/motions/base.js:214 -#: motions/static/js/motions/site.js:1993 motions/static/js/motions/site.js:22 -#: motions/static/js/motions/site.js:39 motions/static/js/motions/site.js:981 -#: motions/static/templates/motions/motion-block-list.html:29 -#: motions/static/templates/motions/motion-list.html:25 search.html:21 +#: motions/static/js/motions/site.js:1951 motions/static/js/motions/site.js:22 +#: motions/static/js/motions/site.js:34 motions/static/js/motions/site.js:52 +#: motions/static/js/motions/site.js:894 +#: motions/static/templates/motions/motion-block-list.html:30 +#: motions/static/templates/motions/motion-list.html:25 msgid "Motions" msgstr "Moções" +#: core/static/js/core/site.js:455 #: core/static/templates/core/manage-projectors.html:77 -#: core/static/templates/core/tag-form.html:17 -#: core/static/templates/core/tag-list.html:30 -#: motions/static/templates/motions/category-form.html:21 +#: core/static/templates/core/tag-list.html:34 +#: motions/static/js/motions/site.js:544 #: motions/static/templates/motions/category-list.html:29 -#: motions/static/templates/motions/motion-block-list.html:28 +#: motions/static/templates/motions/motion-block-list.html:29 #: users/static/js/users/pdf.js:63 msgid "Name" msgstr "Nome" -#: motions/static/js/motions/site.js:2015 +#: motions/static/js/motions/site.js:1973 msgid "Name of recommender" msgstr "Nome do recomendador" -#: motions/static/js/motions/base.js:804 +#: motions/static/js/motions/base.js:824 msgid "Needs review" msgstr "Necessita de revisão" #: agenda/static/templates/agenda/item-list.html:8 #: assignments/static/templates/assignments/assignment-list.html:6 -#: core/static/js/core/site.js:859 +#: core/static/js/core/site.js:990 #: core/static/templates/core/manage-projectors.html:8 #: core/static/templates/core/tag-list.html:10 #: mediafiles/static/templates/mediafiles/mediafile-list.html:6 #: motions/static/templates/motions/category-list.html:10 -#: motions/static/templates/motions/motion-block-list.html:6 +#: motions/static/templates/motions/motion-block-list.html:10 #: motions/static/templates/motions/motion-list.html:6 #: users/static/templates/users/group-list.html:11 #: users/static/templates/users/user-list.html:6 @@ -1598,16 +1636,15 @@ msgstr "Nova emenda" msgid "New amendment of motion" msgstr "Nova emenda de moção" -#: assignments/static/templates/assignments/assignment-detail.html:128 -#: assignments/static/templates/assignments/assignment-detail.html:270 +#: assignments/static/templates/assignments/assignment-detail.html:127 msgid "New ballot" msgstr "Nova votação" -#: motions/static/templates/motions/category-form.html:10 +#: motions/static/templates/motions/category-form.html:2 msgid "New category" msgstr "Nova categoria" -#: motions/static/js/motions/site.js:1734 +#: motions/static/js/motions/site.js:1682 msgid "New category will be created." msgstr "Nova categoria será criada." @@ -1635,16 +1672,16 @@ msgstr "Novo bloco de moção" msgid "New participant" msgstr "Novo participante" -#: motions/static/js/motions/site.js:1717 +#: motions/static/js/motions/site.js:1665 msgid "New participant will be created." msgstr "Novo participante será criado." +#: users/static/js/users/site.js:459 #: users/static/templates/users/user-change-password.html:23 -#: users/static/templates/users/user-detail-password.html:21 msgid "New password" msgstr "Nova senha" -#: core/static/templates/core/tag-form.html:10 +#: core/static/templates/core/tag-form.html:2 msgid "New tag" msgstr "Nova tag" @@ -1652,12 +1689,12 @@ msgstr "Nova tag" msgid "New topic" msgstr "Novo tópico" -#: motions/static/templates/motions/motion-detail.html:401 -#: motions/static/templates/motions/motion-detail.html:416 +#: motions/static/templates/motions/motion-detail.html:456 +#: motions/static/templates/motions/motion-detail.html:471 msgid "New version on these changes" msgstr "Nova versão nessas alterações" -#: motions/static/templates/motions/motion-detail.html:366 +#: motions/static/templates/motions/motion-detail.html:418 msgid "New vote" msgstr "Novo voto" @@ -1666,11 +1703,11 @@ msgid "Next page" msgstr "Próxima página" #: assignments/static/js/assignments/pdf.js:305 -#: assignments/static/js/assignments/site.js:667 -#: assignments/static/js/assignments/site.js:811 -#: motions/static/js/motions/pdf.js:111 motions/static/js/motions/pdf.js:360 -#: motions/static/js/motions/site.js:673 -#: motions/static/templates/motions/motion-detail.html:289 +#: assignments/static/js/assignments/site.js:627 +#: assignments/static/js/assignments/site.js:783 +#: motions/static/js/motions/pdf.js:118 motions/static/js/motions/pdf.js:349 +#: motions/static/js/motions/site.js:573 +#: motions/static/templates/motions/motion-detail.html:341 #: motions/static/templates/motions/slide_motion.html:45 msgid "No" msgstr "Não" @@ -1683,33 +1720,33 @@ msgstr "Sem categorias disponíveis." msgid "No category" msgstr "Sem categoria" -#: motions/static/templates/motions/motion-list.html:206 +#: motions/static/templates/motions/motion-list.html:234 #: motions/static/templates/motions/motion-list.html:362 msgid "No category set" msgstr "Nenhuma categoria definida" -#: motions/static/templates/motions/motion-detail/change-summary.html:26 +#: motions/static/templates/motions/motion-detail/change-summary.html:36 msgid "No change recommendations yet" msgstr "Nenhumas recomendações de alteração ainda" -#: motions/static/js/motions/base.js:799 +#: motions/static/js/motions/base.js:819 msgid "No concernment" msgstr "Sem interesse" -#: motions/static/js/motions/base.js:779 +#: motions/static/js/motions/base.js:799 msgid "No decision" msgstr "Sem decisão" -#: users/static/js/users/site.js:1493 +#: users/static/js/users/site.js:1570 msgid "No encryption" msgstr "Sem encriptação" -#: users/static/templates/users/user-list.html:185 -#: users/static/templates/users/user-list.html:260 +#: users/static/templates/users/user-list.html:187 +#: users/static/templates/users/user-list.html:262 msgid "No group set" msgstr "Nenhum grupo definido" -#: agenda/static/js/agenda/site.js:163 +#: agenda/static/js/agenda/site.js:148 msgid "No internal items" msgstr "Sem itens internos" @@ -1721,7 +1758,7 @@ msgstr "Nenhum ficheiro de media projectado." msgid "No motion block" msgstr "Sem bloco de moção" -#: motions/static/templates/motions/motion-list.html:230 +#: motions/static/templates/motions/motion-list.html:258 #: motions/static/templates/motions/motion-list.html:388 msgid "No motion block set" msgstr "Nenhum bloco de moção definido" @@ -1730,19 +1767,18 @@ msgstr "Nenhum bloco de moção definido" msgid "No motions available." msgstr "Não há moções disponíveis." -#: motions/static/templates/motions/motion-list.html:258 +#: motions/static/templates/motions/motion-list.html:210 msgid "No recommendation set" msgstr "Nenhuma recomendação definida" -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 #: core/static/templates/core/select-multiple.html:2 #: core/static/templates/core/select-single.html:2 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 msgid "No results available ..." msgstr "Sem resultados disponíveis..." -#: search.html:54 +#: search.html:41 msgid "No results." msgstr "Sem resultados." @@ -1755,48 +1791,54 @@ msgstr "Nenhuma tag definida" #. abbreviation for number #: users/static/js/users/base.js:79 -#: users/static/templates/users/user-list.html:309 -#: users/static/templates/users/user-list.html:313 +#: users/static/templates/users/user-list.html:311 +#: users/static/templates/users/user-list.html:315 msgid "No." msgstr "Não." #. Line numbering: None -#: motions/static/js/motions/site.js:2010 +#: motions/static/js/motions/site.js:1968 msgid "None" msgstr "Nenhuma" -#: motions/static/templates/motions/motion-detail/view-diff.html:14 +#: motions/static/templates/motions/motion-detail/view-diff.html:13 msgid "Not rejected" msgstr "Não rejeitado" +#: motions/static/templates/motions/motion-detail/change-summary.html:8 +msgid "" +"Note: You have to reject all change recommendations if the plenum does not " +"follow the recommendation." +msgstr "Nota: Deves rejeitar todas as recomendações de alteração se a reunião plenária não seguir a recomendação." + #: motions/static/templates/motions/motion-detail/view-original.html:45 msgid "Now choose the last line to be changed" msgstr "Agora escolhe a última linha a ser alterada" -#: users/static/js/users/site.js:497 users/static/js/users/site.js:968 +#: users/static/js/users/site.js:1044 users/static/js/users/site.js:568 msgid "Number" msgstr "Número" -#: motions/static/js/motions/site.js:2027 +#: motions/static/js/motions/site.js:1986 msgid "Number of (minimum) required supporters for a motion" msgstr "Número (mínimo) de apoiantes exigidos para uma moção" -#: assignments/static/js/assignments/site.js:954 -#: motions/static/js/motions/site.js:2053 +#: assignments/static/js/assignments/site.js:912 +#: motions/static/js/motions/site.js:2012 msgid "Number of all delegates" msgstr "Número de todos os delegados" -#: assignments/static/js/assignments/site.js:955 -#: motions/static/js/motions/site.js:2054 +#: assignments/static/js/assignments/site.js:913 +#: motions/static/js/motions/site.js:2013 msgid "Number of all participants" msgstr "Número de todos os participantes" -#: assignments/static/js/assignments/site.js:953 -#: motions/static/js/motions/site.js:2052 +#: assignments/static/js/assignments/site.js:911 +#: motions/static/js/motions/site.js:2011 msgid "Number of ballot papers (selection)" msgstr "Número de boletins de voto (selecção)" -#: assignments/static/js/assignments/site.js:366 +#: assignments/static/js/assignments/site.js:331 msgid "Number of candidates" msgstr "Número de candidatos" @@ -1805,16 +1847,16 @@ msgid "Number of last speakers to be shown on the projector" msgstr "Número dos últimos oradores a serem mostrados no projector" #: assignments/static/js/assignments/pdf.js:21 -#: assignments/static/js/assignments/site.js:181 +#: assignments/static/js/assignments/site.js:140 #: assignments/static/templates/assignments/assignment-detail.html:50 msgid "Number of persons to be elected" msgstr "Número de pessoas a serem eleitas" -#: motions/static/js/motions/site.js:1999 +#: motions/static/js/motions/site.js:1957 msgid "Numbered per category" msgstr "Numerado por categoria" -#: agenda/static/templates/agenda/item-list.html:81 +#: agenda/static/templates/agenda/item-list.html:84 #: motions/static/templates/motions/category-sort.html:20 msgid "Numbering" msgstr "Numeração" @@ -1827,76 +1869,84 @@ msgstr "Numeração de prefixo para itens da agenda" msgid "Numeral system for agenda items" msgstr "Sistema de numeração para itens da agenda" -#: users/static/templates/users/user-detail-password.html:13 +#: users/static/js/users/site.js:451 msgid "Old password" msgstr "Senha antiga" -#: assignments/static/templates/assignments/assignment-detail.html:187 +#: assignments/static/templates/assignments/assignment-detail.html:191 msgid "One vote per candidate" msgstr "Um voto por candidato" #: motions/static/templates/motions/motion-import.html:31 #: topics/static/templates/topics/topic-import.html:57 -#: users/static/templates/users/user-import.html:64 +#: users/static/templates/users/user-import.html:65 msgid "Only double quotes are accepted as text delimiter (no single quotes)." msgstr "Somente aspas duplas são aceites como delimitador de texto (sem aspas simples)." -#: users/static/js/users/site.js:343 +#: users/static/js/users/site.js:322 msgid "Only for internal notes." msgstr "Apenas para notas internas." -#: agenda/static/templates/agenda/item-list.html:43 +#: agenda/static/templates/agenda/item-list.html:46 msgid "Only main agenda items" msgstr "Apenas os itens principais de agenda" -#: search.html:38 -msgid "Only whole words" -msgstr "Somente palavras inteiras" - -#: agenda/static/templates/agenda/item-detail.html:72 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:19 msgid "Open" msgstr "Abrir" -#: agenda/static/js/agenda/site.js:157 +#: assignments/static/templates/assignments/assignment-form.html:13 +msgid "Open election detail view after save." +msgstr "Abrir a vista de detalhe da eleição após gravar." + +#: agenda/static/js/agenda/site.js:142 msgid "Open items" msgstr "Itens abertos" +#: motions/static/templates/motions/motion-form.html:14 +msgid "Open motion detail view after save." +msgstr "Abrir a vista de detalhe da moção após gravar." + #: users/static/js/users/pdf.js:186 msgid "OpenSlides access data" msgstr " OpenSlides dados de acesso" -#: motions/static/js/motions/site.js:599 -#: motions/static/templates/motions/motion-detail.html:235 +#: motions/static/js/motions/site.js:460 +#: motions/static/templates/motions/motion-detail.html:287 #: motions/static/templates/motions/motion-import.html:28 #: motions/static/templates/motions/motion-import.html:49 -#: motions/static/templates/motions/motion-list.html:636 +#: motions/static/templates/motions/motion-list.html:637 msgid "Origin" msgstr "Origem" -#: motions/static/templates/motions/motion-detail/toolbar.html:90 +#: motions/static/templates/motions/motion-detail/toolbar.html:110 +#: motions/static/templates/motions/motion-detail/toolbar.html:146 msgid "Original version" msgstr "Versão original" #. Line numbering: Outside -#: motions/static/js/motions/site.js:2006 +#: motions/static/js/motions/site.js:1964 msgid "Outside" msgstr "Fora" #: assignments/static/templates/assignments/assignment-detail.html:26 #: assignments/static/templates/assignments/assignment-list.html:44 #: motions/static/templates/motions/motion-detail.html:59 -#: users/static/js/users/site.js:1478 +#: users/static/js/users/site.js:1555 msgid "PDF" msgstr "PDF" -#: core/static/js/core/pdf.js:221 +#: pdf-status.html:13 +msgid "PDF successfully generated." +msgstr "PDF gerado com sucesso." + #: mediafiles/static/templates/mediafiles/mediafile-list.html:44 msgid "Page" msgstr "Página" -#: assignments/static/js/assignments/site.js:210 -#: motions/static/js/motions/motion-block.js:96 -#: motions/static/js/motions/site.js:525 topics/static/js/topics/site.js:153 +#: assignments/static/js/assignments/site.js:169 +#: motions/static/js/motions/motion-block.js:94 +#: motions/static/js/motions/site.js:386 topics/static/js/topics/site.js:136 msgid "Parent item" msgstr "Item pai" @@ -1904,16 +1954,16 @@ msgstr "Item pai" msgid "Participant" msgstr "Participante" -#: users/static/js/users/site.js:298 +#: users/static/js/users/site.js:277 #: users/static/templates/users/user-detail.html:33 #: users/static/templates/users/user-import.html:55 -#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-import.html:81 msgid "Participant number" msgstr "Número de participante" -#: search.html:29 users/static/js/users/base.js:19 -#: users/static/js/users/base.js:20 users/static/js/users/site.js:1475 -#: users/static/js/users/site.js:19 users/static/js/users/site.js:36 +#: users/static/js/users/base.js:19 users/static/js/users/base.js:20 +#: users/static/js/users/site.js:1552 users/static/js/users/site.js:19 +#: users/static/js/users/site.js:30 users/static/js/users/site.js:48 #: users/static/templates/users/user-list.html:17 msgid "Participants" msgstr "Participantes" @@ -1922,11 +1972,15 @@ msgstr "Participantes" msgid "Password" msgstr "Senha" +#: users/static/js/users/site.js:889 +msgid "Password confirmation does not match." +msgstr "A confirmação da senha não corresponde." + #: core/static/templates/core/projector-controls.html:181 msgid "Pause" msgstr "Pausar" -#: motions/static/js/motions/base.js:785 +#: motions/static/js/motions/base.js:805 msgid "Permission" msgstr "Permissão" @@ -1934,11 +1988,11 @@ msgstr "Permissão" msgid "Permissions" msgstr "Permissões" -#: motions/static/js/motions/base.js:784 +#: motions/static/js/motions/base.js:804 msgid "Permit" msgstr "Permitir" -#: motions/static/templates/motions/motion-detail.html:452 +#: motions/static/templates/motions/motion-detail.html:507 msgid "Permit and activate" msgstr "Permitir e activar" @@ -1946,13 +2000,13 @@ msgstr "Permitir e activar" msgid "Personal data" msgstr "Dados pessoais" -#: assignments/static/js/assignments/site.js:364 +#: assignments/static/js/assignments/site.js:329 #: assignments/static/templates/assignments/assignment-detail.html:60 #: assignments/static/templates/assignments/assignment-list.html:125 msgid "Phase" msgstr "Fase" -#: users/static/templates/users/group-edit.html:10 +#: users/static/templates/users/group-edit.html:12 msgid "Please enter a name for the new group:" msgstr "Por favor insere um nome para o novo grupo:" @@ -1960,7 +2014,7 @@ msgstr "Por favor insere um nome para o novo grupo:" msgid "Please enter a name for the new projector" msgstr "Por favor insere um nome para o novo projector" -#: users/static/templates/users/group-edit.html:8 +#: users/static/templates/users/group-edit.html:10 msgid "Please enter a new name for {{ group.name }}:" msgstr "Por favor insere um nome novo para {{ group.name }}:" @@ -1970,38 +2024,34 @@ msgstr "Por favor insere um nome novo para {{ group.name }}:" msgid "Please note:" msgstr "Por favor nota" -#: motions/static/js/motions/site.js:2060 +#: motions/static/js/motions/site.js:2019 msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "Texto preâmbulo para os documentos PDF e DOCX (todas as moções)" -#: assignments/static/js/assignments/site.js:965 +#: assignments/static/js/assignments/site.js:923 msgid "Preamble text for PDF document (all elections)" msgstr "Texto preâmbulo para o documento PDF (todas as eleições)" -#: core/static/js/core/site.js:1544 +#: core/static/js/core/site.js:1699 msgid "Predefined seconds of new countdowns" msgstr "Segundos predefinidos de novas contagens regressivas" -#: motions/static/templates/motions/category-form.html:17 +#: motions/static/js/motions/site.js:537 #: motions/static/templates/motions/category-list.html:34 msgid "Prefix" msgstr "Prefixo" -#: motions/static/js/motions/site.js:2021 +#: motions/static/js/motions/site.js:1980 msgid "Prefix for the identifier for amendments" msgstr "Prefixo para o identificador para emendas" -#: motions/static/templates/motions/category-detail.html:15 -msgid "Prefix:" -msgstr "Prefixo:" - -#: users/static/js/users/site.js:452 users/static/js/users/site.js:491 -#: users/static/templates/users/user-list.html:408 -#: users/static/templates/users/user-list.html:413 +#: users/static/js/users/site.js:523 users/static/js/users/site.js:562 +#: users/static/templates/users/user-list.html:410 +#: users/static/templates/users/user-list.html:415 msgid "Present" msgstr "Presente" -#: core/static/js/core/site.js:1514 +#: core/static/js/core/site.js:1668 msgid "Presentation and assembly system" msgstr "Apresentação e sistema de assembleia" @@ -2011,7 +2061,7 @@ msgstr "Elementos de controlo da apresentação" #: motions/static/templates/motions/motion-import.html:36 #: topics/static/templates/topics/topic-import.html:62 -#: users/static/templates/users/user-import.html:69 +#: users/static/templates/users/user-import.html:70 msgid "Preview" msgstr "Visualização" @@ -2019,100 +2069,114 @@ msgstr "Visualização" msgid "Previous page" msgstr "Página anterior" -#: assignments/static/templates/assignments/assignment-detail.html:151 -#: motions/static/templates/motions/motion-detail.html:262 +#: assignments/static/templates/assignments/assignment-detail.html:155 +#: motions/static/templates/motions/motion-detail.html:314 msgid "Print ballot paper" msgstr "Imprimir boletim de voto" -#: motions/static/js/motions/site.js:2036 +#: motions/static/js/motions/site.js:1995 msgid "Private" msgstr "Privado" -#: assignments/static/templates/assignments/assignment-detail.html:168 +#: assignments/static/templates/assignments/assignment-detail.html:172 msgid "Project" msgstr "Projecto" -#: agenda/static/templates/agenda/item-list.html:28 +#: agenda/static/templates/agenda/item-list.html:31 msgid "Project agenda" msgstr "Agenda de projectos" -#: agenda/static/templates/agenda/current-list-of-speakers.html:20 +#: agenda/static/templates/agenda/current-list-of-speakers.html:35 +#: core/static/templates/core/projector-controls.html:298 +msgid "Project as overlay" +msgstr "Projecto como overlay" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:29 +#: core/static/templates/core/projector-controls.html:292 +msgid "Project as slide" +msgstr "Projecto como slide" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:13 msgid "Project current list of speakers" msgstr "Lista actual de oradores do projecto" -#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:232 msgid "Project item" msgstr "Item do projecto" #: motions/static/templates/motions/motion-detail.html:20 msgid "Project motion" +msgstr "Moção do projecto" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:10 +#: core/static/templates/core/projector-controls.html:274 +msgid "Project the current list of speakers" msgstr "" #: core/static/templates/core/manage-projectors.html:55 msgid "Projection defaults" msgstr "Predefinições de projecção" -#: agenda/static/templates/agenda/current-list-of-speakers.html:17 #: agenda/static/templates/agenda/item-detail.html:14 -#: agenda/static/templates/agenda/item-list.html:226 -#: agenda/static/templates/agenda/item-list.html:24 -#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1537 -#: index.html:194 +#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:27 +#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1692 +#: index.html:190 index.html:218 index.html:231 #: mediafiles/static/templates/mediafiles/mediafile-list.html:254 #: motions/static/templates/motions/motion-detail.html:16 #: projector-button.html:2 projector-container.html:7 -#: users/static/js/users/site.js:1158 +#: users/static/js/users/site.js:1233 msgid "Projector" msgstr "Projector" -#: core/static/js/core/site.js:1538 +#: core/static/js/core/site.js:1693 msgid "Projector language" msgstr "" -#: motions/static/js/motions/site.js:2035 +#: motions/static/js/motions/site.js:1994 msgid "Public" msgstr "Público" -#: assignments/static/templates/assignments/assignment-detail.html:164 +#: assignments/static/templates/assignments/assignment-detail.html:168 msgid "Publish" msgstr "Publicar" -#: assignments/static/templates/assignments/assignment-detail.html:206 +#: assignments/static/templates/assignments/assignment-detail.html:210 msgid "Quorum" msgstr "Quórum" -#: assignments/static/templates/assignments/assignment-detail.html:238 +#: assignments/static/templates/assignments/assignment-detail.html:242 msgid "" "Quorum ({{ option.getVoteYes() - option.majorityReached }}) not reached." msgstr "Quórum ({{ option.getVoteYes() - option.majorityReached }}) não alcançado." -#: assignments/static/templates/assignments/assignment-detail.html:235 +#: assignments/static/templates/assignments/assignment-detail.html:239 msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) reached." msgstr "Quórum ({{ option.getVoteYes() - option.majorityReached }}) alcançado." -#: motions/static/templates/motions/motion-detail.html:356 +#: motions/static/templates/motions/motion-detail.html:408 msgid "Quorum ({{ voteYes.value - isReached() }}) not reached." msgstr "Quórum ({{ voteYes.value - isReached() }}) não alcançado." -#: motions/static/templates/motions/motion-detail.html:353 +#: motions/static/templates/motions/motion-detail.html:405 msgid "Quorum ({{ voteYes.value - isReached() }}) reached." msgstr "Quórum ({{ voteYes.value - isReached() }}) alcançado." -#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:281 -#: motions/static/js/motions/site.js:494 -#: motions/static/templates/motions/motion-detail.html:424 +#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:269 +#: motions/static/js/motions/site.js:355 +#: motions/static/templates/motions/motion-detail.html:479 #: motions/static/templates/motions/motion-import.html:25 #: motions/static/templates/motions/motion-import.html:46 -#: motions/static/templates/motions/slide_motion.html:127 +#: motions/static/templates/motions/slide_motion.html:125 msgid "Reason" msgstr "Razão" #: motions/static/templates/motions/motion-block-detail.html:52 -#: motions/static/templates/motions/motion-list.html:240 +#: motions/static/templates/motions/motion-list.html:192 msgid "Recommendation" msgstr "Recomendação" -#: motions/static/js/motions/base.js:801 +#: motions/static/js/motions/base.js:821 msgid "Refer to committee" msgstr "Referir à comissão" @@ -2120,44 +2184,48 @@ msgstr "Referir à comissão" msgid "Reference for current list of speakers" msgstr "Referência para lista actual de oradores" -#: motions/static/js/motions/base.js:802 +#: motions/static/js/motions/base.js:822 msgid "Referral to committee" msgstr "Referência à comissão" -#: motions/static/js/motions/base.js:775 motions/static/js/motions/base.js:790 +#: motions/static/js/motions/base.js:795 motions/static/js/motions/base.js:810 msgid "Reject" msgstr "Rejeitar" -#: motions/static/js/motions/base.js:806 +#: motions/static/js/motions/base.js:826 msgid "Reject (not authorized)" msgstr "Rejeitar (não autorizado)" -#: motions/static/templates/motions/motion-detail/change-summary.html:21 -#: motions/static/templates/motions/motion-detail/view-diff.html:20 -#: motions/static/templates/motions/motion-detail/view-diff.html:40 +#: motions/static/templates/motions/motion-detail/change-summary.html:11 +msgid "Reject all change recommendations" +msgstr "" + +#: motions/static/templates/motions/motion-detail/change-summary.html:29 +#: motions/static/templates/motions/motion-detail/view-diff.html:19 +#: motions/static/templates/motions/motion-detail/view-diff.html:39 msgid "Rejected" msgstr "Rejeitado" -#: motions/static/js/motions/base.js:776 motions/static/js/motions/base.js:791 +#: motions/static/js/motions/base.js:796 motions/static/js/motions/base.js:811 msgid "Rejection" msgstr "Rejeição" -#: motions/static/js/motions/base.js:807 +#: motions/static/js/motions/base.js:827 msgid "Rejection (not authorized)" msgstr "Rejeição (não autorizado)" -#: agenda/static/templates/agenda/item-detail.html:114 -#: agenda/static/templates/agenda/item-detail.html:130 -#: agenda/static/templates/agenda/item-detail.html:149 -#: config-form-field.html:32 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:61 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:77 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:96 +#: config-form-field.html:39 msgid "Remove" msgstr "Remover" -#: agenda/static/templates/agenda/item-detail.html:62 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:9 msgid "Remove all speakers" msgstr "Remover todos os oradores" -#: motions/static/js/motions/site.js:2029 +#: motions/static/js/motions/site.js:1988 msgid "" "Remove all supporters of a motion if a submitter edits his motion in early " "state" @@ -2176,7 +2244,7 @@ msgstr "Remover do bloco da moção" msgid "Remove group" msgstr "Remover grupo" -#: agenda/static/templates/agenda/item-detail.html:179 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:126 #: assignments/static/templates/assignments/assignment-detail.html:119 msgid "Remove me" msgstr "Remover-me" @@ -2185,9 +2253,9 @@ msgstr "Remover-me" msgid "Remove message" msgstr "Remover mensagem" -#: motions/static/js/motions/base.js:743 motions/static/js/motions/pdf.js:188 -#: motions/static/js/motions/site.js:373 -#: motions/static/templates/motions/motion-detail/change-summary.html:16 +#: motions/static/js/motions/base.js:763 motions/static/js/motions/pdf.js:195 +#: motions/static/js/motions/site.js:247 +#: motions/static/templates/motions/motion-detail/change-summary.html:24 msgid "Replacement" msgstr "Substituição" @@ -2199,14 +2267,14 @@ msgid "" "in the first row" msgstr "Necessário valores separados por vírgula ou ponto e vírgula com esses nomes de cabeçalho de coluna na primeira linha" -#: assignments/static/js/assignments/site.js:958 -#: assignments/static/templates/assignments/assignment-detail.html:195 -#: motions/static/js/motions/site.js:2046 -#: motions/static/templates/motions/motion-detail.html:344 +#: assignments/static/js/assignments/site.js:916 +#: assignments/static/templates/assignments/assignment-detail.html:199 +#: motions/static/js/motions/site.js:2005 +#: motions/static/templates/motions/motion-detail.html:396 msgid "Required majority" msgstr "Maioria necessária" -#: config-form-field.html:94 +#: config-form-field.html:109 msgid "Reset" msgstr "Redefinir" @@ -2214,8 +2282,8 @@ msgstr "Redefinir" msgid "Reset countdown" msgstr "Redefinir contagem regressiva" -#: motions/static/templates/motions/motion-detail.html:187 -#: motions/static/templates/motions/motion-list.html:491 +#: motions/static/templates/motions/motion-detail.html:191 +#: motions/static/templates/motions/motion-list.html:492 msgid "Reset recommendation" msgstr "Redefinir recomendação" @@ -2229,8 +2297,8 @@ msgstr "Redefinir dimensionamento" msgid "Reset scrolling" msgstr "Redefinir scroll" -#: motions/static/templates/motions/motion-detail.html:146 -#: motions/static/templates/motions/motion-list.html:465 +#: motions/static/templates/motions/motion-detail.html:149 +#: motions/static/templates/motions/motion-list.html:466 msgid "Reset state" msgstr "Redefinir estado" @@ -2238,12 +2306,6 @@ msgstr "Redefinir estado" msgid "Reset zoom" msgstr "Redefinir o zoom" -#: motions/static/templates/motions/motion-detail.html:36 -#: motions/static/templates/motions/motion-detail/toolbar.html:111 -msgctxt "decision making" -msgid "Resolution" -msgstr "Resolução" - #: core/static/templates/core/manage-projectors.html:83 msgid "Resolution" msgstr "Resolução" @@ -2262,23 +2324,22 @@ msgstr "Romano" msgid "Rotate clockwise" msgstr "Rodar no sentido dos ponteiros do relógio" -#: assignments/static/templates/assignments/assignment-form.html:10 +#: assignments/static/templates/assignments/assignment-form.html:15 #: assignments/static/templates/assignments/assignmentpoll-form.html:15 #: core/static/templates/core/projector-controls.html:204 #: core/static/templates/core/projector-message-form.html:5 -#: core/static/templates/core/tag-form.html:21 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:53 -#: motions/static/templates/motions/category-form.html:25 +#: core/static/templates/core/tag-form.html:10 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:17 +#: motions/static/templates/motions/category-form.html:10 #: motions/static/templates/motions/change-recommendation-form.html:10 #: motions/static/templates/motions/motion-block-form.html:10 #: motions/static/templates/motions/motion-detail/comments.html:35 #: motions/static/templates/motions/motion-detail/view-original.html:9 -#: motions/static/templates/motions/motion-form.html:11 +#: motions/static/templates/motions/motion-form.html:16 #: motions/static/templates/motions/motionpoll-form.html:15 #: topics/static/templates/topics/topic-form.html:10 -#: users/static/templates/users/group-edit.html:19 -#: users/static/templates/users/user-detail-password.html:36 -#: users/static/templates/users/user-detail-profile.html:43 +#: users/static/templates/users/group-edit.html:21 +#: users/static/templates/users/profile-password-form.html:9 #: users/static/templates/users/user-form.html:10 msgid "Save" msgstr "Gravar" @@ -2301,12 +2362,12 @@ msgstr "Scroll para baixo" msgid "Scroll up" msgstr "Scroll para cima" -#: agenda/static/templates/agenda/item-list.html:186 +#: agenda/static/templates/agenda/item-list.html:189 #: assignments/static/templates/assignments/assignment-list.html:165 -#: core/static/js/core/site.js:326 index.html:159 +#: core/static/js/core/site.js:369 index.html:160 #: mediafiles/static/templates/mediafiles/mediafile-list.html:212 #: motions/static/templates/motions/motion-list.html:325 search.html:11 -#: users/static/templates/users/user-list.html:240 +#: users/static/templates/users/user-list.html:242 msgid "Search" msgstr "Pesquisar" @@ -2314,11 +2375,11 @@ msgstr "Pesquisar" msgid "Search results" msgstr "Resultados da pesquisa" -#: assignments/static/js/assignments/site.js:967 +#: assignments/static/js/assignments/site.js:925 msgid "Searching for candidates" msgstr "A procurar candidatos" -#: agenda/static/templates/agenda/item-list.html:70 +#: agenda/static/templates/agenda/item-list.html:73 #: assignments/static/templates/assignments/assignment-list.html:25 #: mediafiles/static/templates/mediafiles/mediafile-list.html:123 #: motions/static/templates/motions/motion-list.html:37 @@ -2336,48 +2397,48 @@ msgstr "Seleccionar um ficheiro CSV" msgid "Select a file" msgstr "" -#: assignments/static/js/assignments/site.js:213 -#: motions/static/js/motions/motion-block.js:99 -#: motions/static/js/motions/site.js:528 topics/static/js/topics/site.js:156 +#: assignments/static/js/assignments/site.js:172 +#: motions/static/js/motions/motion-block.js:97 +#: motions/static/js/motions/site.js:389 topics/static/js/topics/site.js:139 msgid "Select a parent item ..." msgstr "Seleccionar um item pai..." -#: motions/static/js/motions/site.js:575 +#: motions/static/js/motions/site.js:436 msgid "Select or search a category ..." msgstr "Seleccionar ou pesquisar uma categoria ..." -#: users/static/js/users/site.js:319 +#: users/static/js/users/site.js:298 msgid "Select or search a group ..." msgstr "Seleccionar ou pesquisar um grupo ..." -#: motions/static/js/motions/site.js:589 +#: motions/static/js/motions/site.js:450 msgid "Select or search a motion block ..." msgstr "Seleccionar ou pesquisar um bloco de moção..." -#: agenda/static/templates/agenda/item-detail.html:162 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 #: assignments/static/templates/assignments/assignment-detail.html:104 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:38 +#: mediafiles/static/js/mediafiles/forms.js:90 msgid "Select or search a participant ..." msgstr "Seleccionar ou pesquisar um participante ..." -#: motions/static/js/motions/site.js:464 +#: motions/static/js/motions/site.js:325 msgid "Select or search a submitter ..." msgstr "Seleccionar ou pesquisar um submissor ..." -#: motions/static/js/motions/site.js:626 +#: motions/static/js/motions/site.js:487 msgid "Select or search a supporter ..." msgstr "Seleccionar ou pesquisar um apoiante ..." -#: assignments/static/js/assignments/site.js:240 -#: motions/static/js/motions/site.js:612 +#: assignments/static/js/assignments/site.js:199 +#: motions/static/js/motions/site.js:473 msgid "Select or search a tag ..." msgstr "Seleccionar ou pesquisar uma tag ..." -#: motions/static/js/motions/site.js:641 +#: motions/static/js/motions/site.js:502 msgid "Select or search a workflow ..." msgstr "Seleccionar ou pesquisar um workflow ..." -#: motions/static/js/motions/site.js:561 topics/static/js/topics/site.js:133 +#: motions/static/js/motions/site.js:422 topics/static/js/topics/site.js:115 msgid "Select or search an attachment ..." msgstr "Seleccionar ou pesquisar um anexo ..." @@ -2389,19 +2450,23 @@ msgstr "Selecciona o projector para o qual a lista actual de oradores se refere. msgid "Separator" msgstr "Separador" -#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:29 +#: core/static/js/core/site.js:1687 +msgid "Separator used for all csv exports and examples" +msgstr "" + +#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:37 msgid "Sequential number" msgstr "Número sequencial" -#: motions/static/js/motions/site.js:2000 +#: motions/static/js/motions/site.js:1958 msgid "Serially numbered" msgstr "Numerado sequencialmente" -#: motions/static/templates/motions/motion-list.html:534 +#: motions/static/templates/motions/motion-list.html:535 msgid "Set a category" msgstr "Definir uma categoria" -#: motions/static/templates/motions/motion-list.html:568 +#: motions/static/templates/motions/motion-list.html:569 msgid "Set a motion block" msgstr "Definir um bloco de moção" @@ -2410,23 +2475,31 @@ msgstr "Definir um bloco de moção" msgid "Set category" msgstr "Definir categoria" -#: agenda/static/templates/agenda/item-list.html:321 -#: users/static/templates/users/user-list.html:391 +#: agenda/static/templates/agenda/item-list.html:323 +#: users/static/templates/users/user-list.html:393 msgid "Set comment ..." msgstr "" -#: agenda/static/templates/agenda/item-list.html:304 +#: agenda/static/templates/agenda/item-list.html:306 msgid "Set duration ..." msgstr "" -#: users/static/templates/users/user-import.html:93 +#: users/static/templates/users/user-import.html:95 msgid "Set global action" msgstr "Definir acção global" -#: motions/static/js/motions/site.js:2001 +#: assignments/static/templates/assignments/assignment-detail.html:137 +msgid "Set hint for ballot paper ..." +msgstr "" + +#: motions/static/js/motions/site.js:1959 msgid "Set it manually" msgstr "Definir manualmente" +#: agenda/static/templates/agenda/item-list.html:332 +msgid "Set item number ..." +msgstr "" + #: motions/static/templates/motions/motion-list.html:125 #: motions/static/templates/motions/motion-list.html:87 msgid "Set motion block" @@ -2437,7 +2510,7 @@ msgstr "Definir bloco de moção" msgid "Set status" msgstr "Definir status" -#: users/static/templates/users/user-list.html:375 +#: users/static/templates/users/user-list.html:377 msgid "Set structure level ..." msgstr "" @@ -2453,35 +2526,35 @@ msgstr "" msgid "Set/Unset 'is present'" msgstr "" -#: config.html:3 core/static/js/core/site.js:140 -#: core/static/js/core/site.js:316 +#: config.html:3 core/static/js/core/site.js:170 +#: core/static/js/core/site.js:358 msgid "Settings" msgstr "Definições" -#: core/static/js/core/site.js:1522 +#: core/static/js/core/site.js:1676 msgid "Short description of event" msgstr "Descrição breve do evento" -#: assignments/static/js/assignments/site.js:198 -#: motions/static/js/motions/motion-block.js:88 -#: motions/static/js/motions/site.js:513 topics/static/js/topics/site.js:142 +#: assignments/static/js/assignments/site.js:157 +#: motions/static/js/motions/motion-block.js:85 +#: motions/static/js/motions/site.js:374 topics/static/js/topics/site.js:124 msgid "Show as agenda item" msgstr "Mostrar como item da agenda" -#: assignments/static/js/assignments/site.js:225 -#: motions/static/js/motions/site.js:543 users/static/js/users/site.js:350 +#: assignments/static/js/assignments/site.js:184 +#: motions/static/js/motions/site.js:404 users/static/js/users/site.js:329 msgid "Show extended fields" msgstr "Mostrar campos alargados" -#: motions/static/templates/motions/motion-detail/toolbar.html:67 -msgid "Show highlighted line also on projector." -msgstr "Mostrar a linha destacada também no projector." - -#: motions/static/templates/motions/motion-detail.html:470 +#: motions/static/templates/motions/motion-detail.html:525 msgid "Show history" msgstr "Mostrar histórico" -#: core/static/js/core/site.js:1533 +#: agenda/static/templates/agenda/item-sort.html:19 +msgid "Show internal items" +msgstr "" + +#: core/static/js/core/site.js:1688 msgid "Show logo on projector" msgstr "Mostrar logótipo no projector" @@ -2489,20 +2562,20 @@ msgstr "Mostrar logótipo no projector" msgid "Show orange countdown in the last x seconds of speaking time" msgstr "Mostrar contagem regressiva laranja nos últimos x segundos do tempo de intervenção" -#: core/static/js/core/site.js:1532 -msgid "Show this text on the login page." -msgstr "Mostrar este texto na página de login." +#: core/static/js/core/site.js:1686 +msgid "Show this text on the login page" +msgstr "" -#: core/static/js/core/site.js:1540 +#: core/static/js/core/site.js:1695 msgid "Show title and description of event on projector" msgstr "Mostrar o título e a descrição do evento no projector" -#: motions/static/js/motions/base.js:769 +#: motions/static/js/motions/base.js:789 msgid "Simple Workflow" msgstr "Fluxo de Trabalho simples" -#: assignments/static/js/assignments/site.js:960 -#: motions/static/js/motions/site.js:2048 +#: assignments/static/js/assignments/site.js:918 +#: motions/static/js/motions/site.js:2007 msgid "Simple majority" msgstr "Maioria simples" @@ -2515,11 +2588,11 @@ msgstr "Menor" #: mediafiles/static/templates/mediafiles/mediafile-list.html:191 #: motions/static/templates/motions/category-list.html:44 #: motions/static/templates/motions/motion-list.html:292 -#: users/static/templates/users/user-list.html:219 +#: users/static/templates/users/user-list.html:221 msgid "Sort" msgstr "Ordenar" -#: agenda/static/templates/agenda/item-list.html:75 +#: agenda/static/templates/agenda/item-list.html:78 msgid "Sort ..." msgstr "Ordenar..." @@ -2527,7 +2600,7 @@ msgstr "Ordenar..." msgid "Sort agenda" msgstr "Ordenar agenda" -#: users/static/js/users/site.js:1474 +#: users/static/js/users/site.js:1551 msgid "Sort name of participants by" msgstr "Ordenar o nome dos participantes por" @@ -2536,16 +2609,16 @@ msgstr "Ordenar o nome dos participantes por" msgid "Special values" msgstr "Valores especiais" -#: users/static/js/users/base.js:162 +#: users/static/js/users/base.js:164 msgid "Staff" msgstr "Staff" -#: agenda/static/templates/agenda/item-detail.html:146 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:93 #: core/static/templates/core/projector-controls.html:175 msgid "Start" msgstr "Início" -#: agenda/static/templates/agenda/item-detail.html:110 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:57 #: core/static/templates/core/projector-controls.html:198 msgid "Start time" msgstr "Tempo de início" @@ -2554,7 +2627,7 @@ msgstr "Tempo de início" msgid "Start/stop video" msgstr "Iniciar/parar vídeo" -#: motions/static/js/motions/pdf.js:54 motions/static/js/motions/site.js:906 +#: motions/static/js/motions/pdf.js:62 motions/static/js/motions/site.js:810 #: motions/static/templates/motions/motion-block-detail.html:51 #: motions/static/templates/motions/motion-detail.html:132 #: motions/static/templates/motions/motion-detail.html:136 @@ -2567,26 +2640,25 @@ msgstr "Estado" msgid "Status" msgstr "Status" -#: agenda/static/templates/agenda/item-detail.html:127 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:74 msgid "Stop" msgstr "Parar" -#: motions/static/js/motions/site.js:2013 +#: motions/static/js/motions/site.js:1971 msgid "Stop submitting new motions by non-staff users" msgstr "Parar a submissão de novas moções por utilizadores não-staff" -#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:291 -#: users/static/js/users/site.js:499 users/static/js/users/site.js:970 -#: users/static/templates/users/user-detail-profile.html:35 +#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:1046 +#: users/static/js/users/site.js:270 users/static/js/users/site.js:570 #: users/static/templates/users/user-detail.html:27 #: users/static/templates/users/user-import.html:54 -#: users/static/templates/users/user-import.html:79 -#: users/static/templates/users/user-list.html:372 -#: users/static/templates/users/user-list.html:381 +#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-list.html:374 +#: users/static/templates/users/user-list.html:383 msgid "Structure level" msgstr "Nível da Estrutura" -#: core/static/js/core/site.js:108 core/static/js/core/site.js:109 +#: core/static/js/core/site.js:130 core/static/js/core/site.js:131 msgid "Submit" msgstr "Submeter" @@ -2595,14 +2667,14 @@ msgstr "Submeter" msgid "Submitter" msgstr "Submissor" -#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:42 -#: motions/static/js/motions/site.js:461 motions/static/js/motions/site.js:900 +#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:50 +#: motions/static/js/motions/site.js:322 motions/static/js/motions/site.js:804 #: motions/static/templates/motions/motion-detail.html:92 #: motions/static/templates/motions/slide_motion.html:15 msgid "Submitters" msgstr "Submissores" -#: motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/pdf.js:204 #: motions/static/templates/motions/motion-detail/change-summary.html:4 msgid "Summary of change recommendations" msgstr "Sumário das recomendações de alteração" @@ -2611,102 +2683,109 @@ msgstr "Sumário das recomendações de alteração" msgid "Support motion" msgstr "Moção de apoio" -#: motions/static/js/motions/site.js:2026 -#: motions/static/js/motions/site.js:623 +#: motions/static/js/motions/site.js:1985 +#: motions/static/js/motions/site.js:484 #: motions/static/templates/motions/motion-detail.html:99 -#: motions/static/templates/motions/motion-list.html:647 +#: motions/static/templates/motions/motion-list.html:648 msgid "Supporters" msgstr "Apoiantes" -#: users/static/js/users/site.js:1477 users/static/js/users/site.js:278 -#: users/static/js/users/site.js:489 -#: users/static/templates/users/user-detail-profile.html:30 +#: users/static/js/users/site.js:1554 users/static/js/users/site.js:257 +#: users/static/js/users/site.js:560 #: users/static/templates/users/user-import.html:53 -#: users/static/templates/users/user-import.html:78 +#: users/static/templates/users/user-import.html:79 msgid "Surname" msgstr "Apelido" -#: users/static/js/users/site.js:1483 +#: users/static/js/users/site.js:1560 msgid "System URL" msgstr "URL do Sistema" #: assignments/static/js/assignments/pdf.js:511 -#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:476 +#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:465 msgid "Table of contents" msgstr "Índice" #: assignments/static/templates/assignments/assignment-list.html:100 -#: core/static/templates/core/tag-detail.html:10 #: motions/static/templates/motions/motion-list.html:268 msgid "Tag" msgstr "Tag" -#: assignments/static/js/assignments/site.js:237 +#: assignments/static/js/assignments/site.js:196 #: assignments/static/templates/assignments/assignment-detail.html:53 #: assignments/static/templates/assignments/assignment-list.html:10 -#: core/static/js/core/site.js:336 core/static/templates/core/tag-list.html:13 -#: motions/static/js/motions/site.js:609 -#: motions/static/templates/motions/motion-detail.html:229 +#: core/static/js/core/site.js:379 core/static/templates/core/tag-list.html:13 +#: motions/static/js/motions/site.js:470 +#: motions/static/templates/motions/motion-detail.html:265 +#: motions/static/templates/motions/motion-detail.html:269 #: motions/static/templates/motions/motion-list.html:18 msgid "Tags" msgstr "Tags" -#: motions/static/js/motions/site.js:483 +#: motions/static/js/motions/site.js:344 #: motions/static/templates/motions/motion-import.html:24 #: motions/static/templates/motions/motion-import.html:45 -#: topics/static/js/topics/site.js:118 +#: topics/static/js/topics/site.js:100 #: topics/static/templates/topics/topic-import.html:51 #: topics/static/templates/topics/topic-import.html:70 msgid "Text" msgstr "Texto" -#: motions/static/js/motions/site.js:386 +#: motions/static/js/motions/site.js:260 msgid "Text from line %from% to %to%" msgstr "Texto desde a linha %from% à %to%" -#: motions/static/js/motions/site.js:385 +#: motions/static/js/motions/site.js:259 msgid "Text in line %from%" msgstr "Texto na linha %from%" -#: motions/static/js/motions/site.js:2040 +#: motions/static/js/motions/site.js:1999 msgid "The 100 % base of a voting result consists of" msgstr "A base de 100% de um resultado de votação consiste em" -#: assignments/static/js/assignments/site.js:943 +#: assignments/static/js/assignments/site.js:901 msgid "The 100-%-base of an election result consists of" msgstr "A 100-%-base de um resultado eleitoral consiste em" -#: motions/static/js/motions/site.js:2003 +#: motions/static/js/motions/site.js:1961 msgid "The assembly may decide:" msgstr "A assembleia pode decidir:" -#: agenda/static/templates/agenda/item-detail.html:91 +#: core/static/js/core/site.js:1471 +msgid "The delete was successful." +msgstr "" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:38 msgid "The list of speakers is empty." msgstr "A lista de oradores está vazia." -#: motions/static/js/motions/site.js:2012 +#: motions/static/js/motions/site.js:1970 msgid "" "The maximum number of characters per line. Relevant when line numbering is " "enabled. Min: 40" msgstr "O número máximo de caracteres por linha. Relevante quando a numeração de linhas está activada. Min: 40" +#: core/static/js/core/base.js:476 +msgid "The server didn't respond." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:8 msgid "The text has been changed." msgstr "O texto foi alterado." -#: motions/static/js/motions/site.js:2023 +#: motions/static/js/motions/site.js:1982 msgid "The title of the motion is always applied." msgstr "O título da moção é sempre aplicado." -#: users/static/js/users/site.js:953 +#: users/static/js/users/site.js:1029 msgid "There are more than one duplicates of this user!" msgstr "Há mais de um duplicado deste utilizador!" -#: mediafiles/static/templates/mediafiles/mediafile-form.html:30 +#: mediafiles/static/js/mediafiles/forms.js:78 msgid "This does not protect the file but hides it for non authorized users." msgstr "Isto não protege o ficheiro, mas esconde-o para utilizadores não autorizados." -#: motions/static/templates/motions/motion-detail.html:448 +#: motions/static/templates/motions/motion-detail.html:503 msgid "This is the last active version." msgstr "Esta é a última versão activa." @@ -2718,39 +2797,37 @@ msgstr "Este prefixo será definido se executares a numeração automática da a msgid "This version is not permitted." msgstr "Esta versão não é permitida." -#: assignments/static/js/assignments/site.js:962 -#: motions/static/js/motions/site.js:2050 +#: assignments/static/js/assignments/site.js:920 +#: motions/static/js/motions/site.js:2009 msgid "Three-quarters majority" msgstr "Maioria de três quartos" -#. academic degree -#: assignments/static/js/assignments/site.js:166 -#: assignments/static/js/assignments/site.js:362 +#: assignments/static/js/assignments/site.js:125 +#: assignments/static/js/assignments/site.js:327 +#: mediafiles/static/js/mediafiles/forms.js:70 #: mediafiles/static/js/mediafiles/list.js:95 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 -#: motions/static/js/motions/motion-block.js:81 -#: motions/static/js/motions/site.js:472 motions/static/js/motions/site.js:898 +#: motions/static/js/motions/motion-block.js:78 +#: motions/static/js/motions/site.js:333 motions/static/js/motions/site.js:802 #: motions/static/templates/motions/motion-import.html:23 #: motions/static/templates/motions/motion-import.html:44 -#: topics/static/js/topics/site.js:110 +#: topics/static/js/topics/site.js:92 #: topics/static/templates/topics/topic-import.html:50 #: topics/static/templates/topics/topic-import.html:69 -#: users/static/js/users/site.js:262 -#: users/static/templates/users/user-detail-profile.html:22 +#: users/static/js/users/site.js:241 #: users/static/templates/users/user-import.html:51 -#: users/static/templates/users/user-import.html:76 +#: users/static/templates/users/user-import.html:77 msgid "Title" msgstr "Título" -#: motions/static/js/motions/site.js:2059 +#: motions/static/js/motions/site.js:2018 msgid "Title for PDF and DOCX documents (all motions)" msgstr "Título para documentos PDF e DOCX (todas as moções)" -#: assignments/static/js/assignments/site.js:964 +#: assignments/static/js/assignments/site.js:922 msgid "Title for PDF document (all elections)" msgstr "Título para o documento PDF (todas as eleições)" -#: users/static/js/users/site.js:1480 +#: users/static/js/users/site.js:1557 msgid "Title for access data and welcome PDF" msgstr "Título para os dados de acesso e PDF de boas-vindas" @@ -2758,7 +2835,7 @@ msgstr "Título para os dados de acesso e PDF de boas-vindas" msgid "Title is required. All other fields are optional and may be empty." msgstr "O título é necessário. Todos os outros campos são opcionais e podem estar vazios." -#: motions/static/js/motions/site.js:363 +#: motions/static/js/motions/site.js:237 msgid "To Line" msgstr "Até à linha" @@ -2776,13 +2853,13 @@ msgstr "Tópico" msgid "Topics" msgstr "Tópicos" -#: motions/static/js/motions/site.js:504 +#: motions/static/js/motions/site.js:365 #: motions/static/templates/motions/motion-detail/view-original.html:17 msgid "Trivial change" msgstr "Alteração trivial" -#: assignments/static/js/assignments/site.js:961 -#: motions/static/js/motions/site.js:2049 +#: assignments/static/js/assignments/site.js:919 +#: motions/static/js/motions/site.js:2008 msgid "Two-thirds majority" msgstr "Maioria de dois terços" @@ -2798,34 +2875,33 @@ msgstr "Desapoiar moção" msgid "Upload time" msgstr "Tempo de upload" +#: mediafiles/static/js/mediafiles/forms.js:87 #: mediafiles/static/js/mediafiles/list.js:103 -#: mediafiles/static/templates/mediafiles/mediafile-form.html:37 msgid "Uploaded by" msgstr "Upload por" -#: assignments/static/js/assignments/site.js:956 -#: motions/static/js/motions/site.js:2055 +#: assignments/static/js/assignments/site.js:914 +#: motions/static/js/motions/site.js:2014 msgid "Use the following custom number" msgstr "Usa o seguinte número personalizado" -#: users/static/js/users/site.js:1484 +#: users/static/js/users/site.js:1561 msgid "Used for QRCode in PDF of access data." msgstr "Usado para QRCode em PDF dos dados de acesso." -#: users/static/js/users/site.js:1486 users/static/js/users/site.js:1488 -#: users/static/js/users/site.js:1490 +#: users/static/js/users/site.js:1563 users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1567 msgid "Used for WLAN QRCode in PDF of access data." msgstr "Usado para WLAN QRCode em PDF dos dados de acesso." #: core/static/templates/core/login-form.html:12 -#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:307 -#: users/static/js/users/site.js:971 -#: users/static/templates/users/user-detail-profile.html:13 +#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:1047 +#: users/static/js/users/site.js:286 users/static/js/users/site.js:410 #: users/static/templates/users/user-detail.html:41 msgid "Username" msgstr "Username" -#: motions/static/templates/motions/motion-import.html:112 +#: motions/static/templates/motions/motion-import.html:115 msgid "Users created" msgstr "Utilizadores criados" @@ -2834,60 +2910,60 @@ msgid "Users without any assigned group gain the permissions from this group." msgstr "Os utilizadores sem um grupo atribuído obtêm as permissões deste grupo." #: assignments/static/js/assignments/pdf.js:186 -#: assignments/static/js/assignments/site.js:853 -#: assignments/static/templates/assignments/assignment-detail.html:245 +#: assignments/static/js/assignments/site.js:825 +#: assignments/static/templates/assignments/assignment-detail.html:249 #: assignments/static/templates/assignments/slide_assignment.html:82 -#: motions/static/js/motions/site.js:691 -#: motions/static/templates/motions/motion-detail.html:313 +#: motions/static/js/motions/site.js:591 +#: motions/static/templates/motions/motion-detail.html:365 msgid "Valid ballots" msgstr "Votações válidas" -#: motions/static/js/motions/pdf.js:122 +#: motions/static/js/motions/pdf.js:129 msgid "Valid votes" msgstr "Votos válidos" -#: motions/static/templates/motions/motion-detail.html:441 -#: motions/static/templates/motions/motion-detail.html:444 +#: motions/static/templates/motions/motion-detail.html:496 +#: motions/static/templates/motions/motion-detail.html:499 msgid "Version" msgstr "Versão" -#: motions/static/templates/motions/motion-detail.html:437 +#: motions/static/templates/motions/motion-detail.html:492 msgid "Version history" msgstr "História das versões" #. ballot of a motion -#: motions/static/js/motions/pdf.js:100 -#: motions/static/templates/motions/motion-detail.html:244 +#: motions/static/js/motions/pdf.js:107 +#: motions/static/templates/motions/motion-detail.html:296 #: motions/static/templates/motions/motionpoll-form.html:1 #: motions/static/templates/motions/slide_motion.html:25 msgid "Vote" msgstr "Voto" #: assignments/static/js/assignments/pdf.js:151 -#: assignments/static/templates/assignments/assignment-detail.html:205 +#: assignments/static/templates/assignments/assignment-detail.html:209 #: assignments/static/templates/assignments/slide_assignment.html:36 msgid "Votes" msgstr "Votos" -#: motions/static/js/motions/pdf.js:136 +#: motions/static/js/motions/pdf.js:143 msgid "Votes cast" msgstr "Votos emitidos" -#: assignments/static/js/assignments/site.js:968 +#: assignments/static/js/assignments/site.js:926 msgid "Voting" msgstr "Votação" -#: motions/static/js/motions/site.js:2039 +#: motions/static/js/motions/site.js:1998 msgid "Voting and ballot papers" msgstr "Votação e boletins de voto" -#: motions/static/js/motions/pdf.js:144 -#: motions/static/templates/motions/motion-detail.html:240 +#: motions/static/js/motions/pdf.js:151 +#: motions/static/templates/motions/motion-detail.html:292 #: motions/static/templates/motions/slide_motion.html:21 msgid "Voting result" msgstr "Resultado da votação" -#: users/static/js/users/site.js:1491 +#: users/static/js/users/site.js:1568 msgid "WEP" msgstr "WEP" @@ -2895,19 +2971,19 @@ msgstr "WEP" msgid "WLAN access data" msgstr "WLAN dados de acesso" -#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1489 +#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1566 msgid "WLAN encryption" msgstr "WLAN encriptação" -#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1485 +#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1562 msgid "WLAN name (SSID)" msgstr "WLAN nome (SSID)" -#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1487 +#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1564 msgid "WLAN password" msgstr "WLAN senha" -#: users/static/js/users/site.js:1492 +#: users/static/js/users/site.js:1569 msgid "WPA/WPA2" msgstr "WPA/WPA2" @@ -2915,53 +2991,53 @@ msgstr "WPA/WPA2" msgid "Waiting for results ..." msgstr "" -#: core/static/js/core/site.js:1528 users/static/js/users/site.js:1479 +#: core/static/js/core/site.js:1682 users/static/js/users/site.js:1556 msgid "Welcome to OpenSlides" msgstr "Bem-vindo ao OpenSlides" -#: motions/static/js/motions/site.js:2016 +#: motions/static/js/motions/site.js:1975 msgid "" "Will be displayed as label before selected recommendation. Use an empty " "value to disable the recommendation system." msgstr "Será exibido como rótulo antes da recomendação seleccionada. Usa um valor vazio para desactivar o sistema de recomendação." -#: motions/static/js/motions/base.js:793 +#: motions/static/js/motions/base.js:813 msgid "Withdraw" msgstr "Retirar" -#: motions/static/js/motions/site.js:637 +#: motions/static/js/motions/site.js:498 msgid "Workflow" msgstr "Workflow" -#: motions/static/js/motions/site.js:1997 +#: motions/static/js/motions/site.js:1955 msgid "Workflow of new motions" msgstr "Fluxo de trabalho de novas moções" #: assignments/static/js/assignments/pdf.js:299 -#: assignments/static/js/assignments/site.js:666 -#: assignments/static/js/assignments/site.js:801 -#: motions/static/js/motions/pdf.js:106 motions/static/js/motions/pdf.js:359 -#: motions/static/js/motions/site.js:664 -#: motions/static/templates/motions/motion-detail.html:277 +#: assignments/static/js/assignments/site.js:626 +#: assignments/static/js/assignments/site.js:773 +#: motions/static/js/motions/pdf.js:113 motions/static/js/motions/pdf.js:348 +#: motions/static/js/motions/site.js:564 +#: motions/static/templates/motions/motion-detail.html:329 #: motions/static/templates/motions/slide_motion.html:33 msgid "Yes" msgstr "Sim" -#: motions/static/js/motions/site.js:2042 +#: motions/static/js/motions/site.js:2001 msgid "Yes/No" msgstr "Sim/Não" -#: assignments/static/js/assignments/site.js:949 -#: assignments/static/templates/assignments/assignment-detail.html:189 +#: assignments/static/js/assignments/site.js:907 +#: assignments/static/templates/assignments/assignment-detail.html:193 msgid "Yes/No per candidate" msgstr "Sim/Não por candidato" -#: motions/static/js/motions/site.js:2041 +#: motions/static/js/motions/site.js:2000 msgid "Yes/No/Abstain" msgstr "Sim/Não/Abster" -#: assignments/static/js/assignments/site.js:948 -#: assignments/static/templates/assignments/assignment-detail.html:188 +#: assignments/static/js/assignments/site.js:906 +#: assignments/static/templates/assignments/assignment-detail.html:192 msgid "Yes/No/Abstain per candidate" msgstr "Sim/Não/Abster por candidato" @@ -2969,13 +3045,13 @@ msgstr "Sim/Não/Abster por candidato" msgid "You are not allowed to lock yourself out of the configuration!" msgstr "Não tens permissão para bloqueares-te fora da configuração!" -#: core/static/js/core/site.js:1534 +#: core/static/js/core/site.js:1689 msgid "" "You can replace the logo. Just copy a file to \"static/img/logo-" "projector.png\" in your OpenSlides data path." msgstr "Podes substituir o logótipo. Copia simplesmente um ficheiro para \"static/img/logo-projector.png\" no teu campo de dados do OpenSlides." -#: users/static/js/users/site.js:1385 +#: users/static/js/users/site.js:1462 msgid "You have to enable cookies to use OpenSlides." msgstr "Tens de activar os cookies para usar o OpenSlides." @@ -2995,55 +3071,55 @@ msgstr "Reduzir Zoom" msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." msgstr "[Começar discurso] inicia a contagem regressiva, [Acabar discurso] \npára a contagem regressiva." -#: users/static/js/users/site.js:1481 +#: users/static/js/users/site.js:1558 msgid "[Place for your welcome and help text.]" msgstr "[Lugar para o teu texto de boas-vindas e de ajuda.]" -#: core/static/js/core/site.js:1530 +#: core/static/js/core/site.js:1684 msgid "[Space for your welcome text.]" msgstr "[Lugar para o teu texto de boas-vindas.]" -#: motions/static/js/motions/base.js:771 motions/static/js/motions/base.js:786 +#: motions/static/js/motions/base.js:791 motions/static/js/motions/base.js:806 msgid "accepted" msgstr "aceite" -#: motions/static/js/motions/base.js:794 +#: motions/static/js/motions/base.js:814 msgid "adjourned" msgstr "adiado" -#: users/static/js/users/site.js:972 +#: users/static/js/users/site.js:1048 msgid "already exists." msgstr "já existe." -#: motions/static/js/motions/motion-services.js:45 +#: motions/static/js/motions/motion-services.js:47 msgid "ballot-paper" msgstr "Boletim de voto" -#: motions/static/templates/motions/motion-list.html:501 +#: motions/static/templates/motions/motion-list.html:502 msgid "by" msgstr "por" -#: core/static/js/core/site.js:45 +#: core/static/js/core/site.js:46 msgid "clear" msgstr "limpar" -#: core/static/js/core/site.js:57 +#: core/static/js/core/site.js:58 msgid "close" msgstr "fechar" -#: users/static/js/users/site.js:878 +#: users/static/js/users/site.js:954 msgid "create duplicate" msgstr "criar duplicado" -#: core/static/js/core/site.js:49 +#: core/static/js/core/site.js:50 msgid "date" msgstr "data" -#: users/static/templates/users/user-import.html:88 +#: users/static/templates/users/user-import.html:90 msgid "duplicate" msgstr "duplicado" -#: users/static/templates/users/user-import.html:89 +#: users/static/templates/users/user-import.html:91 msgid "duplicates" msgstr "duplicados" @@ -3055,12 +3131,12 @@ msgstr "eleições" msgid "files" msgstr "ficheiros" -#: motions/static/templates/motions/motion-detail/toolbar.html:62 +#: motions/static/templates/motions/motion-detail/toolbar.html:89 msgid "go" msgstr "ir" #. 'h' means time in hours -#: agenda/static/templates/agenda/item-list.html:307 +#: agenda/static/templates/agenda/item-list.html:309 msgid "h" msgstr "h" @@ -3070,6 +3146,7 @@ msgid "imported" msgstr "importados" #: motions/static/templates/motions/motion-detail/toolbar.html:40 +#: motions/static/templates/motions/motion-detail/toolbar.html:65 msgid "inline" msgstr "inline" @@ -3078,34 +3155,34 @@ msgid "internal" msgstr "interno" #: assignments/static/js/assignments/pdf.js:238 -#: assignments/static/templates/assignments/assignment-detail.html:215 +#: assignments/static/templates/assignments/assignment-detail.html:219 #: assignments/static/templates/assignments/assignment-detail.html:92 #: assignments/static/templates/assignments/slide_assignment.html:22 #: assignments/static/templates/assignments/slide_assignment.html:43 msgid "is elected" msgstr "eleito" -#: assignments/static/templates/assignments/assignment-detail.html:218 +#: assignments/static/templates/assignments/assignment-detail.html:222 msgid "is not elected" msgstr "não eleito" -#: agenda/static/templates/agenda/item-list.html:130 +#: agenda/static/templates/agenda/item-list.html:133 msgid "items" msgstr "itens" -#: users/static/js/users/site.js:876 +#: users/static/js/users/site.js:952 msgid "keep original" msgstr "manter original" -#: assignments/static/js/assignments/base.js:240 -#: assignments/static/js/assignments/base.js:43 +#: assignments/static/js/assignments/base.js:255 +#: assignments/static/js/assignments/base.js:44 #: assignments/static/templates/assignments/assignmentpoll-form.html:9 #: motions/static/js/motions/base.js:142 #: motions/static/templates/motions/motionpoll-form.html:9 msgid "majority" msgstr "maioria" -#: agenda/static/templates/agenda/item-detail.html:109 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:56 msgid "minutes" msgstr "minutos" @@ -3114,39 +3191,40 @@ msgstr "minutos" msgid "motions" msgstr "moções" -#: motions/static/templates/motions/motion-import.html:111 +#: motions/static/templates/motions/motion-import.html:114 msgid "motions were successfully imported." msgstr "moções importadas com sucesso." -#: motions/static/templates/motions/motion-import.html:104 +#: motions/static/templates/motions/motion-import.html:107 msgid "motions will be imported." msgstr "moções serão importadas." -#: motions/static/templates/motions/motion-import.html:99 +#: motions/static/templates/motions/motion-import.html:102 msgid "motions will be not imported." msgstr "moções não serão importadas." -#: motions/static/js/motions/site.js:2063 +#: motions/static/js/motions/site.js:2022 msgid "needed" msgstr "necessários" -#: motions/static/js/motions/base.js:803 +#: motions/static/js/motions/base.js:823 msgid "needs review" msgstr "necessita de revisão" #: motions/static/templates/motions/motion-detail/toolbar.html:34 +#: motions/static/templates/motions/motion-detail/toolbar.html:60 msgid "none" msgstr "nenhum" -#: motions/static/js/motions/base.js:797 +#: motions/static/js/motions/base.js:817 msgid "not concerned" msgstr "não preocupado" -#: motions/static/js/motions/base.js:777 +#: motions/static/js/motions/base.js:797 msgid "not decided" msgstr "não decidido" -#: core/static/js/core/site.js:37 +#: core/static/js/core/site.js:38 msgid "now" msgstr "agora" @@ -3155,54 +3233,59 @@ msgid "of" msgstr "de" #: motions/static/templates/motions/motion-detail/toolbar.html:46 +#: motions/static/templates/motions/motion-detail/toolbar.html:70 msgid "outside" msgstr "fora" -#: users/static/js/users/site.js:877 +#: users/static/js/users/site.js:953 msgid "override new" msgstr "sobrepor nova" -#: users/static/templates/users/user-list.html:129 +#: users/static/templates/users/user-list.html:131 msgid "participants" msgstr "participantes" -#: users/static/templates/users/user-import.html:203 +#: users/static/templates/users/user-import.html:207 msgid "participants were successfully imported." msgstr "participantes foram importados com sucesso." -#: users/static/templates/users/user-import.html:196 +#: users/static/templates/users/user-import.html:200 msgid "participants will be imported." msgstr "participantes serão importados." -#: users/static/templates/users/user-import.html:191 +#: users/static/templates/users/user-import.html:195 msgid "participants will be not imported." msgstr "participantes não serão importados." -#: motions/static/js/motions/base.js:783 +#: motions/static/js/motions/base.js:803 msgid "permitted" msgstr "permitido" -#: motions/static/js/motions/base.js:782 +#: motions/static/js/motions/base.js:802 msgid "published" msgstr "publicado" -#: motions/static/js/motions/base.js:800 +#: motions/static/js/motions/base.js:820 msgid "refered to committee" msgstr "referida à comissão" -#: motions/static/js/motions/base.js:774 motions/static/js/motions/base.js:789 +#: motions/static/js/motions/base.js:794 motions/static/js/motions/base.js:809 msgid "rejected" msgstr "rejeitado" -#: motions/static/js/motions/base.js:805 +#: motions/static/js/motions/base.js:825 msgid "rejected (not authorized)" msgstr "rejeitado (não autorizado)" -#: agenda/static/templates/agenda/item-list.html:131 +#: search.html:28 +msgid "results" +msgstr "" + +#: agenda/static/templates/agenda/item-list.html:134 #: assignments/static/templates/assignments/assignment-list.html:77 #: mediafiles/static/templates/mediafiles/mediafile-list.html:144 #: motions/static/templates/motions/motion-list.html:141 -#: users/static/templates/users/user-list.html:130 +#: users/static/templates/users/user-list.html:132 msgid "selected" msgstr "Seleccionado" @@ -3210,15 +3293,15 @@ msgstr "Seleccionado" msgid "speakers" msgstr "oradores" -#: motions/static/js/motions/base.js:770 +#: motions/static/js/motions/base.js:790 msgid "submitted" msgstr "submetido" -#: core/static/js/core/site.js:53 +#: core/static/js/core/site.js:54 msgid "time" msgstr "tempo" -#: core/static/js/core/site.js:41 +#: core/static/js/core/site.js:42 msgid "today" msgstr "hoje" @@ -3234,14 +3317,14 @@ msgstr "tópicos serão importados." msgid "topics will be not imported." msgstr "tópicos não serão importados." -#: assignments/static/js/assignments/base.js:243 -#: assignments/static/js/assignments/base.js:46 +#: assignments/static/js/assignments/base.js:258 +#: assignments/static/js/assignments/base.js:47 #: assignments/static/templates/assignments/assignmentpoll-form.html:10 #: motions/static/js/motions/base.js:145 #: motions/static/templates/motions/motionpoll-form.html:10 msgid "undocumented" msgstr "indocumentado" -#: motions/static/js/motions/base.js:792 +#: motions/static/js/motions/base.js:812 msgid "withdrawed" msgstr "retirado" diff --git a/openslides/locale/angular-gettext/ru.po b/openslides/locale/angular-gettext/ru.po new file mode 100644 index 000000000..c0cb6bb5f --- /dev/null +++ b/openslides/locale/angular-gettext/ru.po @@ -0,0 +1,3330 @@ +# +# Translators: +# Andreas Engler , 2017 +msgid "" +msgstr "" +"Project-Id-Version: OpenSlides\n" +"PO-Revision-Date: 2017-03-05 20:36+0000\n" +"Last-Translator: Emanuel Schütze \n" +"Language-Team: Russian (http://www.transifex.com/openslides/openslides/language/ru/)\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: motions/static/js/motions/base.js:751 +msgid "%TYPE% from line %FROM% to %TO%" +msgstr "%TYPE% от строки %FROM% до %TO%" + +#: motions/static/js/motions/base.js:753 +msgid "%TYPE% in line %FROM%" +msgstr "%TYPE% в строке %FROM%" + +#: motions/static/templates/motions/motion-list.html:83 +#: users/static/templates/users/user-list.html:69 +msgid "--- Select action ---" +msgstr "--- Выберите действие ---" + +#: motions/static/templates/motions/motion-list.html:103 +msgid "--- Select category ---" +msgstr "--- Выберите категорию ---" + +#: users/static/templates/users/user-list.html:89 +msgid "--- Select group ---" +msgstr "--- Выберите группу ---" + +#: motions/static/templates/motions/motion-list.html:116 +msgid "--- Select motion block ---" +msgstr "--- Выбрать блок заявлений ---" + +#: assignments/static/templates/assignments/assignment-list.html:56 +msgid "--- Select phase ---" +msgstr "--- Выбрать фазу ---" + +#: motions/static/templates/motions/motion-list.html:91 +msgid "--- Select state ---" +msgstr "--- Выберите состояние ---" + +#: assignments/static/templates/assignments/assignment-detail.html:68 +msgid "--- Set phase ---" +msgstr "--- Установить фазу ---" + +#: core/static/js/core/site.js:1670 +msgid "" +"OpenSlides is a free web based " +"presentation and assembly system for visualizing and controlling agenda, " +"motions and elections of an assembly." +msgstr "OpenSlides это бесплатная система презентации и монтажа на веб-основе для визуализации и управления повесткой дня, заявлениями и выборами на собрании." + +#: motions/static/templates/motions/motion-detail/comments.html:34 +msgid "A comment has been changed." +msgstr "Ein Kommentar wurde geändert." + +#: users/static/js/users/site.js:373 users/static/js/users/site.js:418 +#: users/static/templates/users/user-detail.html:35 +msgid "About me" +msgstr "Über mich" + +#: assignments/static/js/assignments/pdf.js:314 +#: assignments/static/js/assignments/site.js:628 +#: assignments/static/js/assignments/site.js:795 +#: motions/static/js/motions/pdf.js:123 motions/static/js/motions/pdf.js:350 +#: motions/static/js/motions/site.js:582 +#: motions/static/templates/motions/motion-detail.html:353 +#: motions/static/templates/motions/slide_motion.html:57 +msgid "Abstain" +msgstr "Воздержаться" + +#: motions/static/js/motions/base.js:792 motions/static/js/motions/base.js:807 +msgid "Accept" +msgstr "Принять" + +#: motions/static/js/motions/base.js:793 motions/static/js/motions/base.js:808 +msgid "Acceptance" +msgstr "Принятие" + +#: csv-import.html:16 +msgctxt "special filetypes in a file open dialog" +msgid "Accepted file types" +msgstr "Поддерживаемые типы файлов" + +#: motions/static/js/motions/site.js:1979 +msgid "Activate amendments" +msgstr "Активировать поправки" + +#: users/static/js/users/site.js:530 users/static/js/users/site.js:564 +msgid "Active" +msgstr "Активный" + +#: assignments/static/templates/assignments/assignment-list.html:276 +#: motions/static/templates/motions/motion-list.html:603 +msgid "Add a tag" +msgstr "Добавить тег" + +#: core/static/templates/core/projector-controls.html:219 +msgid "Add countdown" +msgstr "Добавить обратный отсчет" + +#: users/static/templates/users/user-list.html:71 +#: users/static/templates/users/user-list.html:96 +msgid "Add group" +msgstr "Добавить группу" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:122 +#: assignments/static/templates/assignments/assignment-detail.html:115 +msgid "Add me" +msgstr "Добавить меня" + +#: core/static/templates/core/projector-controls.html:259 +msgid "Add message" +msgstr "Добавить сообщение" + +#: config-form-field.html:47 +msgid "Add new comment field" +msgstr "Добавить новое поле комментария" + +#: core/static/templates/core/projector-controls.html:220 +msgid "Add new countdown" +msgstr "Добавить новый отсчет" + +#: core/static/templates/core/projector-controls.html:260 +msgid "Add new message" +msgstr "Добавить новое сообщение" + +#: motions/static/js/motions/base.js:815 +msgid "Adjourn" +msgstr "Отложить" + +#: motions/static/js/motions/base.js:816 +msgid "Adjournment" +msgstr "Перерыв" + +#: users/static/templates/users/user-detail.html:40 +msgid "Administrative data" +msgstr "Административные данные" + +#: agenda/static/js/agenda/base.js:65 agenda/static/js/agenda/pdf.js:15 +#: agenda/static/js/agenda/site.js:19 agenda/static/js/agenda/site.js:279 +#: agenda/static/js/agenda/site.js:31 agenda/static/js/agenda/site.js:49 +#: agenda/static/js/agenda/site.js:702 +#: agenda/static/templates/agenda/item-detail.html:6 +#: agenda/static/templates/agenda/item-list.html:35 +#: agenda/static/templates/agenda/item-list.html:61 +#: agenda/static/templates/agenda/slide-item-list.html:2 +msgid "Agenda" +msgstr "Повестка дня" + +#: assignments/static/js/assignments/site.js:909 +#: motions/static/js/motions/site.js:2003 +msgid "All casted ballots" +msgstr "Все созданные бюллетени" + +#: assignments/static/js/assignments/site.js:908 +#: motions/static/js/motions/site.js:2002 +msgid "All valid ballots" +msgstr "Все действительные бюллетени" + +#: users/static/templates/users/group-list.html:19 +msgid "" +"All your changes are saved immediately. Changes you make are only effective " +"once you (or the users concerned) reload the page." +msgstr "Все изменения сохраняются немедленно. Изменения, внесенные вами, эффективны только тогда, когда вы (или заинтересованный пользователь) перезагрузите страницу." + +#: core/static/js/core/site.js:1685 +msgid "Allow access for anonymous guest users" +msgstr "Разрешить доступ для анонимных пользователей с правами гостя" + +#: motions/static/js/motions/site.js:1972 +msgid "Allow to disable versioning" +msgstr "Разрешить отключить управление версиями" + +#: assignments/static/js/assignments/site.js:897 +msgid "Always Yes-No-Abstain per candidate" +msgstr "Всегда Да-Нет-Воздержитесь на одного кандидата" + +#: assignments/static/js/assignments/site.js:898 +msgid "Always Yes/No per candidate" +msgstr "Всегда Да/Нет на одного кандидата" + +#: assignments/static/js/assignments/site.js:896 +msgid "Always one option per candidate" +msgstr "Всегда один из вариантов на одного кандидата" + +#: motions/static/js/motions/pdf.js:33 +#: motions/static/templates/motions/motion-detail.html:66 +msgid "Amendment of motion" +msgstr "Изменение заявления" + +#: motions/static/js/motions/site.js:1978 +#: motions/static/templates/motions/motion-detail.html:118 +msgid "Amendments" +msgstr "Поправки" + +#: motions/static/js/motions/site.js:1981 +msgid "Apply text for new amendments" +msgstr "Применить текст новых поправок" + +#: agenda/static/js/agenda/site.js:705 +msgid "Arabic" +msgstr "Арабский" + +#: index.html:75 +msgid "Are you sure to delete the chat history?" +msgstr "Вы действительно хотите удалить историю чата?" + +#: agenda/static/templates/agenda/item-list.html:122 +msgid "Are you sure you want to delete all selected agenda items?" +msgstr "Вы действительно хотите удалить все выбранные пункты повестки дня?" + +#: assignments/static/templates/assignments/assignment-list.html:65 +msgid "Are you sure you want to delete all selected elections?" +msgstr "Вы действительно хотите удалить все выбранные выборы?" + +#: motions/static/templates/motions/motion-list.html:129 +msgid "Are you sure you want to delete all selected motions?" +msgstr "Вы действительно хотите удалить все выбранные заявления?" + +#: users/static/templates/users/user-list.html:80 +msgid "Are you sure you want to delete all selected users?" +msgstr "Вы действительно хотите удалить всех выбранных пользователей?" + +#: assignments/static/templates/assignments/assignment-detail.html:143 +msgid "Are you sure you want to delete this ballot?" +msgstr "Вы действительно хотите удалить этот бюллетень?" + +#: motions/static/templates/motions/motion-detail/view-diff.html:27 +#: motions/static/templates/motions/motion-detail/view-original.html:34 +msgid "Are you sure you want to delete this change recommendation?" +msgstr "Вы действительно хотите удалить это изменение рекомендации?" + +#: agenda/static/templates/agenda/item-list.html:288 +#: assignments/static/templates/assignments/assignment-list.html:258 +#: core/static/templates/core/manage-projectors.html:68 +#: core/static/templates/core/tag-list.html:46 +#: motions/static/templates/motions/category-list.html:49 +#: motions/static/templates/motions/motion-block-list.html:45 +#: motions/static/templates/motions/motion-list.html:517 +#: users/static/templates/users/group-list.html:45 +#: users/static/templates/users/user-list.html:322 +msgid "Are you sure you want to delete this entry?" +msgstr "Вы действительно хотите удалить эту запись?" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:295 +msgid "Are you sure you want to delete this file?" +msgstr "Вы действительно хотите удалить этот файл?" + +#: motions/static/templates/motions/motion-detail.html:306 +msgid "Are you sure you want to delete this poll?" +msgstr "Вы действительно хотите удалить этот опрос?" + +#: motions/static/templates/motions/motion-detail.html:513 +msgid "Are you sure you want to delete this version?" +msgstr "Вы действительно хотите удалить эту версию?" + +#: motions/static/templates/motions/motion-block-detail.html:30 +msgid "" +"Are you sure you want to override the state of all motions of this motion " +"block?" +msgstr "Вы действительно хотите перезаписать состояние всех заявлений этого подвижного блока?" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:6 +msgid "Are you sure you want to remove all speakers from this list?" +msgstr "Вы действительно хотите удалить всех спикеров из этого списка?" + +#: motions/static/templates/motions/motion-block-detail.html:62 +msgid "Are you sure you want to remove this motion from motion block?" +msgstr "Вы действительно хотите удалить это заявление из блока заявлений?" + +#: users/static/templates/users/user-import.html:63 +msgid "" +"At least given name or surname have to be filled in. All\n" +" other fields are optional and may be empty." +msgstr "Минимум, имя или фамилия должны быть заполнены. Все другие поля являются необязательными и могут быть пустыми." + +#: motions/static/js/motions/site.js:419 topics/static/js/topics/site.js:112 +msgid "Attachment" +msgstr "Вложение" + +#: motions/static/templates/motions/motion-detail.html:484 +#: topics/static/templates/topics/topic-detail.html:30 +msgid "Attachments" +msgstr "Вложения" + +#: csv-import.html:30 +msgid "Autodetection" +msgstr "Автоматическое определение" + +#: assignments/static/js/assignments/site.js:895 +msgid "Automatic assign of method" +msgstr "Автоматическое присвоение метода" + +#: topics/static/templates/topics/topic-import.html:130 +#: topics/static/templates/topics/topic-import.html:35 +msgid "Back to agenda" +msgstr "Вернуться к повестке дня" + +#: motions/static/templates/motions/category-sort.html:6 +msgid "Back to categories" +msgstr "Вернуться к категориям" + +#: motions/static/templates/motions/motion-import.html:130 +msgid "Back to motions overview" +msgstr "Вернуться к обзору заявлений" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:6 +#: agenda/static/templates/agenda/item-sort.html:6 +#: assignments/static/templates/assignments/assignment-detail.html:6 +#: core/static/templates/core/tag-list.html:6 +#: motions/static/templates/motions/category-list.html:6 +#: motions/static/templates/motions/motion-block-detail.html:6 +#: motions/static/templates/motions/motion-block-list.html:6 +#: motions/static/templates/motions/motion-detail.html:6 +#: motions/static/templates/motions/motion-import.html:6 +#: topics/static/templates/topics/topic-detail.html:6 +#: topics/static/templates/topics/topic-import.html:6 +#: users/static/templates/users/group-list.html:6 +#: users/static/templates/users/user-change-password.html:6 +#: users/static/templates/users/user-detail.html:6 +#: users/static/templates/users/user-import.html:6 +msgid "Back to overview" +msgstr "Вернуться к обзору" + +#: users/static/templates/users/user-import.html:222 +#: users/static/templates/users/user-import.html:36 +msgid "Back to users overview" +msgstr "Вернуться к Обзору пользователей" + +#: core/static/js/core/site.js:1696 +msgid "Background color of projector header and footer" +msgstr "Цвет фона заголовка и нижний колонтитулы для проектора" + +#: assignments/static/js/assignments/pdf.js:139 +#: assignments/static/js/assignments/pdf.js:288 +#: assignments/static/js/assignments/site.js:619 +#: assignments/static/templates/assignments/assignment-detail.html:131 +#: assignments/static/templates/assignments/assignmentpoll-form.html:1 +msgid "Ballot" +msgstr "Голосование" + +#: assignments/static/js/assignments/site.js:900 +msgid "Ballot and ballot papers" +msgstr "Голосование и избирательные бюллетени" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:33 +msgid "Begin next speech" +msgstr "Начало следующего выступления" + +#: agenda/static/js/agenda/site.js:707 +msgid "Begin of event" +msgstr "Начало мероприятия" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:92 +msgid "Begin speech" +msgstr "Начало выступления" + +#: core/static/templates/core/manage-projectors.html:151 +#: core/static/templates/core/projector-controls.html:104 +msgid "Bigger" +msgstr "Больше" + +#: core/static/templates/core/manage-projectors.html:198 +#: core/static/templates/core/projector-controls.html:55 +#: core/static/templates/core/projector-controls.html:74 +msgid "Blank" +msgstr "Пустой" + +#: core/static/templates/core/manage-projectors.html:192 +#: core/static/templates/core/projector-controls.html:68 +msgid "Broadcast" +msgstr "Транслировать" + +#: core/static/templates/core/manage-projectors.html:189 +msgid "Broadcast the content of this projector to all other projectors." +msgstr "Транслировать содержание данного проектора на все остальные проекторы." + +#: csv-import.html:2 +msgid "CSV file" +msgstr "CSV-файл" + +#: users/static/js/users/site.js:1540 +msgid "Can create motions" +msgstr "Может создавать заявления" + +#: users/static/js/users/site.js:1517 +msgid "Can manage agenda" +msgstr "Может управлять повесткой дня" + +#: users/static/js/users/site.js:1530 +msgid "Can manage configuration" +msgstr "Разрешено управлять конфигурацией" + +#: users/static/js/users/site.js:1524 +msgid "Can manage elections" +msgstr "Может управлять выборами" + +#: users/static/js/users/site.js:1536 +msgid "Can manage files" +msgstr "Может управлять файлами" + +#: users/static/js/users/site.js:1542 +msgid "Can manage motions" +msgstr "Может управлять заявлениями" + +#: users/static/js/users/site.js:1529 +msgid "Can manage tags" +msgstr "Может управлять тегами" + +#: users/static/js/users/site.js:1532 +msgid "Can manage the chat" +msgstr "Может управлять чатом" + +#: users/static/js/users/site.js:1527 +msgid "Can manage the projector" +msgstr "Может управлять проектором" + +#: users/static/js/users/site.js:1547 +msgid "Can manage users" +msgstr "Может управлять пользователями" + +#: users/static/js/users/site.js:1522 +msgid "Can nominate another participant" +msgstr "Можно назначить другого участника" + +#: users/static/js/users/site.js:1523 +msgid "Can nominate oneself" +msgstr "Можно выдвинуть себя" + +#: core/static/js/core/projector.js:109 +msgid "Can not open the projector." +msgstr "Невозможно открыть проектор." + +#: users/static/js/users/site.js:1519 +msgid "Can put oneself on the list of speakers" +msgstr "Возможно поставить себя в список спикеров" + +#: users/static/js/users/site.js:1516 +msgid "Can see agenda" +msgstr "Можно видеть повестку дня" + +#: users/static/js/users/site.js:1543 +msgid "Can see and manage comments" +msgstr "Можно видеть и управлять комментариями" + +#: users/static/js/users/site.js:1521 +msgid "Can see elections" +msgstr "Можно видеть выборы" + +#: users/static/js/users/site.js:1546 +msgid "Can see extra data of users (e.g. present and comment)" +msgstr "Можно увидеть дополнительные данные пользователей (например, присутствие и комментарий)" + +#: users/static/js/users/site.js:1537 +msgid "Can see hidden files" +msgstr "Можно увидеть скрытые файлы" + +#: users/static/js/users/site.js:1518 +msgid "Can see hidden items and time scheduling of agenda" +msgstr "Можно просматривать скрытые элементы и время планирования повестки дня" + +#: users/static/js/users/site.js:1539 +msgid "Can see motions" +msgstr "Можно видеть заявления" + +#: users/static/js/users/site.js:1545 +msgid "Can see names of users" +msgstr "Можно видеть имена пользователей" + +#: users/static/js/users/site.js:1528 +msgid "Can see the front page" +msgstr "Можно видеть первую страницу" + +#: users/static/js/users/site.js:1534 +msgid "Can see the list of files" +msgstr "Можно увидеть список файлов" + +#: users/static/js/users/site.js:1526 +msgid "Can see the projector" +msgstr "Может видеть проэктор" + +#: users/static/js/users/site.js:1541 +msgid "Can support motions" +msgstr "Разрешен суппорт заявлений" + +#: users/static/js/users/site.js:1535 +msgid "Can upload files" +msgstr "Можно загружать файлы" + +#: users/static/js/users/site.js:1531 +msgid "Can use the chat" +msgstr "Разрешено использовать чат" + +#: assignments/static/templates/assignments/assignment-form.html:18 +#: assignments/static/templates/assignments/assignmentpoll-form.html:18 +#: core/static/js/core/site.js:126 core/static/js/core/site.js:127 +#: core/static/templates/core/projector-controls.html:209 +#: core/static/templates/core/projector-message-form.html:8 +#: core/static/templates/core/tag-form.html:13 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:20 +#: motions/static/templates/motions/category-form.html:13 +#: motions/static/templates/motions/change-recommendation-form.html:13 +#: motions/static/templates/motions/motion-block-form.html:13 +#: motions/static/templates/motions/motion-form.html:19 +#: motions/static/templates/motions/motionpoll-form.html:18 +#: topics/static/templates/topics/topic-form.html:13 +#: users/static/templates/users/group-edit.html:24 +#: users/static/templates/users/profile-password-form.html:12 +#: users/static/templates/users/user-change-password.html:46 +#: users/static/templates/users/user-form.html:13 +msgid "Cancel" +msgstr "Отменить" + +#: assignments/static/js/assignments/pdf.js:147 +#: assignments/static/js/assignments/pdf.js:65 +#: assignments/static/templates/assignments/assignment-detail.html:183 +#: assignments/static/templates/assignments/assignment-detail.html:208 +#: assignments/static/templates/assignments/assignment-detail.html:84 +#: assignments/static/templates/assignments/assignment-list.html:312 +#: assignments/static/templates/assignments/slide_assignment.html:18 +#: assignments/static/templates/assignments/slide_assignment.html:35 +msgid "Candidates" +msgstr "Кандидаты" + +#: assignments/static/js/assignments/pdf.js:212 +#: assignments/static/js/assignments/site.js:841 +#: assignments/static/templates/assignments/assignment-detail.html:261 +#: assignments/static/templates/assignments/slide_assignment.html:92 +#: motions/static/js/motions/site.js:607 +#: motions/static/templates/motions/motion-detail.html:383 +msgid "Casted ballots" +msgstr "Пропущенные бюллетени" + +#: motions/static/js/motions/docx.js:43 motions/static/js/motions/pdf.js:500 +#: motions/static/js/motions/site.js:102 +#: motions/static/templates/motions/category-list.html:13 +#: motions/static/templates/motions/motion-list.html:10 +msgid "Categories" +msgstr "Категории" + +#: motions/static/templates/motions/motion-import.html:116 +msgid "Categories created" +msgstr "Категории созданы" + +#: motions/static/js/motions/pdf.js:89 motions/static/js/motions/site.js:433 +#: motions/static/js/motions/site.js:806 +#: motions/static/templates/motions/category-sort.html:9 +#: motions/static/templates/motions/motion-detail.html:223 +#: motions/static/templates/motions/motion-detail.html:227 +#: motions/static/templates/motions/motion-import.html:27 +#: motions/static/templates/motions/motion-import.html:48 +#: motions/static/templates/motions/motion-list.html:220 +msgid "Category" +msgstr "Категория" + +#: agenda/static/templates/agenda/item-list.html:333 +msgid "Change item number ..." +msgstr "" + +#: index.html:102 users/static/templates/users/user-change-password.html:43 +#: users/static/templates/users/user-list.html:320 +msgid "Change password" +msgstr "Изменить пароль" + +#: users/static/templates/users/user-change-password.html:9 +msgid "Change password for {{ user.get_short_name() }}" +msgstr "Изменить пароль для {{ user.get_short_name() }}" + +#: motions/static/templates/motions/motion-detail/toolbar.html:103 +#: motions/static/templates/motions/motion-detail/toolbar.html:139 +msgid "Change recommendations" +msgstr "Изменить рекомендации" + +#: motions/static/templates/motions/motion-detail/toolbar.html:118 +#: motions/static/templates/motions/motion-detail/toolbar.html:151 +msgid "Changed version" +msgstr "Измененная версия" + +#: index.html:46 +msgid "Chat" +msgstr "Чат" + +#: motions/static/js/motions/site.js:1987 +msgid "Choose 0 to disable the supporting system." +msgstr "Выберите 0, чтобы отключить систему поддержки." + +#: core/static/js/core/site.js:128 core/static/js/core/site.js:129 +msgid "Clear" +msgstr "Очистить" + +#: motions/static/templates/motions/motion-import.html:120 +#: topics/static/templates/topics/topic-import.html:120 +#: users/static/templates/users/user-import.html:212 +msgid "Clear preview" +msgstr "Очистить просмотр" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:53 +#: agenda/static/templates/agenda/item-detail.html:48 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:14 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:5 +#: agenda/static/templates/agenda/slide-list-of-speakers.html:10 +msgid "Closed" +msgstr "Закрыто" + +#: agenda/static/js/agenda/site.js:140 agenda/static/js/agenda/site.js:141 +msgid "Closed items" +msgstr "Закрытые пункты" + +#: core/static/js/core/site.js:1700 +msgid "Color for blanked projector" +msgstr "Цвет для пустого проектора" + +#: topics/static/templates/topics/topic-import.html:53 +#: topics/static/templates/topics/topic-import.html:72 +#: users/static/js/users/site.js:321 users/static/js/users/site.js:572 +#: users/static/templates/users/user-detail.html:43 +#: users/static/templates/users/user-import.html:57 +#: users/static/templates/users/user-import.html:83 +#: users/static/templates/users/user-list.html:390 +#: users/static/templates/users/user-list.html:399 +msgid "Comment" +msgstr "Коментарий" + +#: motions/static/js/motions/site.js:1993 +msgid "Comment fields for motions" +msgstr "Комментарий поля для заявлений" + +#: motions/static/js/motions/site.js:1992 +#: motions/static/templates/motions/motion-detail/comments.html:17 +msgid "Comments" +msgstr "Комментарии" + +#: users/static/js/users/site.js:537 users/static/js/users/site.js:566 +msgid "Committee" +msgstr "Комитет" + +#: users/static/js/users/base.js:165 +msgid "Committees" +msgstr "Комитеты" + +#: motions/static/js/motions/base.js:801 +msgid "Complex Workflow" +msgstr "Комплексный рабочий процесс" + +#: users/static/js/users/site.js:467 +msgid "Confirm new password" +msgstr "Подтвердите новый пароль" + +#: core/static/js/core/base.js:490 +msgid "Connection lost. You are not connected to the server anymore." +msgstr "" + +#: core/static/templates/core/login-form.html:23 +msgid "Continue as guest" +msgstr "Продолжить как гость" + +#: users/static/templates/users/user-import.html:15 +msgid "" +"Copy and paste your participant names in this textbox.\n" +" Keep each person in a single line." +msgstr "Скопируйте и вставьте имена участников в этом текстовом поле.\nДержите каждого человека в одной строке." + +#: topics/static/templates/topics/topic-import.html:15 +msgid "" +"Copy and paste your topic titles in this textbox. Keep each item in a single" +" line." +msgstr "Скопируйте и вставьте тему названия в этом текстовом поле. Держите каждый пункт в одной строке." + +#: core/static/js/core/base.js:917 +msgid "Countdown" +msgstr "Обратный отсчет" + +#: core/static/js/core/base.js:918 +#: core/static/templates/core/projector-controls.html:142 +msgid "Countdowns" +msgstr "Обратные отсчёты" + +#: agenda/static/js/agenda/site.js:713 +msgid "Couple countdown with the list of speakers" +msgstr "Регламент со списком спикеров" + +#: users/static/templates/users/group-edit.html:2 +msgid "Create new group" +msgstr "Создать новую группу" + +#: motions/static/js/motions/site.js:812 +msgid "Creation date" +msgstr "Дата создания" + +#: core/static/js/core/site.js:1694 +msgid "Current browser language" +msgstr "Текущий язык браузера" + +#: agenda/static/js/agenda/site.js:73 +#: agenda/static/templates/agenda/current-list-of-speakers.html:17 +#: agenda/static/templates/agenda/current-list-of-speakers.html:51 +#: agenda/static/templates/agenda/item-list.html:23 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers.html:3 +#: core/static/templates/core/projector-controls.html:280 +msgid "Current list of speakers" +msgstr "Текущий список спикеров" + +#: assignments/static/js/assignments/site.js:915 +#: motions/static/js/motions/site.js:2015 +msgid "Custom number of ballot papers" +msgstr "Индивидуальное количество избирательных бюллетеней" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:44 +#: agenda/static/templates/agenda/item-detail.html:35 +#: agenda/static/templates/agenda/item-list.html:257 +#: agenda/static/templates/agenda/item-list.html:55 +#: core/static/templates/core/projector-controls.html:307 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:273 +#: motions/static/templates/motions/motion-detail.html:45 +#: projector-button.html:23 users/static/js/users/base.js:162 +msgid "Default" +msgstr "По умолчанию" + +#: assignments/static/js/assignments/site.js:150 +msgid "Default comment on the ballot paper" +msgstr "Комментарий по умолчанию на избирательном бюллетене" + +#: motions/static/js/motions/site.js:1962 +msgid "Default line numbering" +msgstr "Нумерация строк по умолчанию" + +#: assignments/static/js/assignments/site.js:917 +msgid "" +"Default method to check whether a candidate has reached the required " +"majority." +msgstr "Метод по умолчанию, чтобы проверить, достиг ли кандидат требуемого большинства." + +#: motions/static/js/motions/site.js:2006 +msgid "" +"Default method to check whether a motion has reached the required majority." +msgstr "Метод по умолчанию, чтобы проверить, достигло ли заявление требуемого большинства." + +#: core/static/js/core/site.js:1704 +msgid "Default projector" +msgstr "Проектор по умолчанию" + +#: motions/static/js/motions/site.js:1974 +msgid "Default text version for change recommendations" +msgstr "Версия текста по умолчанию для изменения рекомендаций" + +#: users/static/js/users/base.js:163 +msgid "Delegates" +msgstr "Делегаты" + +#: agenda/static/templates/agenda/item-list.html:287 +#: assignments/static/templates/assignments/assignment-detail.html:146 +#: assignments/static/templates/assignments/assignment-list.html:257 +#: core/static/templates/core/manage-projectors.html:72 +#: core/static/templates/core/tag-list.html:45 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:294 +#: motions/static/templates/motions/category-list.html:48 +#: motions/static/templates/motions/motion-block-list.html:44 +#: motions/static/templates/motions/motion-detail.html:308 +#: motions/static/templates/motions/motion-detail.html:516 +#: motions/static/templates/motions/motion-detail/view-diff.html:29 +#: motions/static/templates/motions/motion-detail/view-original.html:36 +#: motions/static/templates/motions/motion-list.html:516 +#: motions/static/templates/motions/motion-list.html:84 +#: users/static/templates/users/user-list.html:321 +#: users/static/templates/users/user-list.html:70 +msgid "Delete" +msgstr "Удалить" + +#: assignments/static/templates/assignments/assignment-list.html:69 +msgid "Delete selected elections" +msgstr "Удалить выбранные выборы" + +#: agenda/static/templates/agenda/item-list.html:126 +msgid "Delete selected items" +msgstr "Удалить выбранные элементы" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:136 +msgid "Delete selected mediafiles" +msgstr "Удалить выбранные медиафайлы" + +#: motions/static/templates/motions/motion-list.html:133 +msgid "Delete selected motions" +msgstr "Удалить выбранные заявления" + +#: users/static/templates/users/user-list.html:84 +msgid "Delete selected participants" +msgstr "Удалить выбранных участников" + +#: motions/static/js/motions/base.js:760 motions/static/js/motions/pdf.js:199 +#: motions/static/js/motions/site.js:249 +#: motions/static/templates/motions/motion-detail/change-summary.html:26 +msgid "Deletion" +msgstr "Удаление" + +#: assignments/static/js/assignments/pdf.js:42 +#: assignments/static/js/assignments/site.js:133 +#: assignments/static/templates/assignments/assignment-detail.html:79 +#: core/static/templates/core/projector-controls.html:194 +msgid "Description" +msgstr "Описание" + +#: csv-import.html:11 +msgid "Deselect file" +msgstr "Отменить выбор файлов" + +#: users/static/js/users/site.js:341 +msgid "Designates whether this user is in the room or not." +msgstr "Отмечает, находится ли этот пользователь в помещении или нет." + +#: users/static/js/users/site.js:363 +msgid "Designates whether this user should be treated as a committee." +msgstr "Отмечает, должен ли пользователь рассматриваться в качестве комитета." + +#: users/static/js/users/site.js:351 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting the account." +msgstr "Отмечает, должен ли пользователь рассматриваться как активный. Отмените это вместо удаления учетной записи." + +#: motions/static/templates/motions/motion-detail/toolbar.html:124 +#: motions/static/templates/motions/motion-detail/toolbar.html:156 +msgid "Diff version" +msgstr "Отличающаяся версия" + +#: assignments/static/js/assignments/site.js:921 +#: motions/static/js/motions/site.js:2010 +msgid "Disabled" +msgstr "Отключено" + +#: assignments/static/js/assignments/site.js:910 +#: motions/static/js/motions/site.js:2004 +msgid "Disabled (no percents)" +msgstr "Отключено (без процентов)" + +#: core/static/templates/core/manage-projectors.html:30 +msgid "" +"Display an identifier message on all projectors with the id and the name." +msgstr "Показывает сообщение идентификатор на всех проекторах с идентификатором и именем." + +#: motions/static/js/motions/base.js:818 +msgid "Do not concern" +msgstr "Не относятся" + +#: motions/static/js/motions/base.js:798 +msgid "Do not decide" +msgstr "Не вздумайте" + +#: motions/static/templates/motions/motion-detail.html:453 +#: motions/static/templates/motions/motion-detail.html:468 +msgid "" +"Do you want to create a new version of this motion based on this changes?" +msgstr "Вы хотите создать новую версию этого заявления на основе этих изменений?" + +#: motions/static/js/motions/site.js:366 +msgid "Don't create a new version." +msgstr "Не создавайте новую версию." + +#: agenda/static/templates/agenda/item-list.html:347 +#: agenda/static/templates/agenda/item-list.html:352 +#: motions/static/templates/motions/motion-list.html:182 +#: motions/static/templates/motions/motion-list.html:346 +msgid "Done" +msgstr "Готово" + +#: motions/static/templates/motions/motion-import.html:32 +#: topics/static/templates/topics/topic-import.html:58 +#: users/static/templates/users/user-import.html:66 +msgid "Download CSV example file" +msgstr "Скачать образец CSV-файла" + +#: agenda/static/templates/agenda/item-sort.html:14 +msgid "" +"Drag and drop items to change the order of the agenda. Your modification " +"will be saved immediately." +msgstr "Перетащите элементы, чтобы изменить порядок повестки дня. Ваша модификация будет сохранен немедленно." + +#: motions/static/templates/motions/category-sort.html:15 +msgid "" +"Drag and drop motions to reorder the category. Then click the button to " +"renumber." +msgstr "Перетащите, чтобы изменить порядок категорий для заявлений. Затем нажмите на кнопку, чтобы изменить нумерацию." + +#: agenda/static/templates/agenda/item-list.html:137 +#: topics/static/templates/topics/topic-import.html:52 +#: topics/static/templates/topics/topic-import.html:71 +msgid "Duration" +msgstr "Продолжительность" + +#: agenda/static/templates/agenda/item-list.html:286 +#: assignments/static/templates/assignments/assignment-detail.html:20 +#: assignments/static/templates/assignments/assignment-list.html:256 +#: core/static/templates/core/tag-list.html:44 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:293 +#: motions/static/templates/motions/category-list.html:46 +#: motions/static/templates/motions/motion-block-detail.html:19 +#: motions/static/templates/motions/motion-block-list.html:42 +#: motions/static/templates/motions/motion-detail.html:300 +#: motions/static/templates/motions/motion-detail.html:53 +#: motions/static/templates/motions/motion-detail/view-diff.html:34 +#: motions/static/templates/motions/motion-list.html:513 +#: topics/static/templates/topics/topic-detail.html:19 +#: users/static/templates/users/user-detail.html:14 +#: users/static/templates/users/user-list.html:319 +msgid "Edit" +msgstr "Редактировать" + +#: motions/static/templates/motions/category-form.html:1 +msgid "Edit category" +msgstr "Редактировать категорию" + +#: motions/static/templates/motions/change-recommendation-form.html:1 +msgid "Edit change recommendation" +msgstr "Редактировать изменения рекомендации" + +#: core/static/templates/core/projector-controls.html:158 +msgid "Edit countdown" +msgstr "Редактировать отсчет" + +#: core/static/templates/core/manage-projectors.html:138 +#: core/static/templates/core/projector-controls.html:91 +msgid "Edit current slide" +msgstr "Редактировать текущий слайд" + +#: assignments/static/templates/assignments/assignment-form.html:1 +msgid "Edit election" +msgstr "Редактировать выборы" + +#: mediafiles/static/templates/mediafiles/mediafile-form.html:1 +msgid "Edit file" +msgstr "Редактировать файл" + +#: core/static/templates/core/projector-controls.html:244 +#: core/static/templates/core/projector-message-form.html:1 +msgid "Edit message" +msgstr "Редактировать сообщение" + +#: motions/static/templates/motions/motion-form.html:1 +msgid "Edit motion" +msgstr "Редактировать заявление" + +#: motions/static/templates/motions/motion-block-form.html:1 +msgid "Edit motion block" +msgstr "Редактировать блок заявлений" + +#: users/static/templates/users/group-edit.html:1 +msgid "Edit name" +msgstr "Редактировать имя" + +#: users/static/templates/users/user-form.html:1 +msgid "Edit participant" +msgstr "Редактировать участника" + +#: index.html:97 users/static/js/users/site.js:819 +msgid "Edit profile" +msgstr "Редактировать профиль" + +#: core/static/templates/core/tag-form.html:1 +msgid "Edit tag" +msgstr "Редактировать тег" + +#: topics/static/templates/topics/topic-form.html:1 +msgid "Edit topic" +msgstr "Изменить тему" + +#: motions/static/templates/motions/motion-detail/toolbar.html:16 +msgid "" +"Editing the text is not possible anymore once there are change " +"recommendations." +msgstr "Редактирование текста больше не представляется возможным, если есть рекомендации изменений." + +#: assignments/static/js/assignments/base.js:330 +#: assignments/static/js/assignments/site.js:603 +#: assignments/static/templates/assignments/assignment-detail.html:31 +#: assignments/static/templates/assignments/slide_assignment.html:7 +msgid "Election" +msgstr "Выборы" + +#: assignments/static/js/assignments/site.js:894 +#: assignments/static/templates/assignments/assignment-detail.html:190 +msgid "Election method" +msgstr "Способ выборов" + +#: assignments/static/templates/assignments/assignment-detail.html:124 +msgid "Election result" +msgstr "Результаты выборов" + +#: assignments/static/js/assignments/base.js:331 +#: assignments/static/js/assignments/site.js:19 +#: assignments/static/js/assignments/site.js:31 +#: assignments/static/js/assignments/site.js:387 +#: assignments/static/js/assignments/site.js:49 +#: assignments/static/js/assignments/site.js:899 +#: assignments/static/templates/assignments/assignment-list.html:13 +msgid "Elections" +msgstr "Выборы" + +#: csv-import.html:22 +msgid "Encoding" +msgstr "Кодирование" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:309 +msgid "Encrypted" +msgstr "Зашифрованное" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:28 +msgid "End current speech" +msgstr "Завершение текущего речи" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:73 +msgid "End speech" +msgstr "Конец речи" + +#: agenda/static/js/agenda/site.js:712 +msgid "Enter duration in seconds. Choose 0 to disable warning color." +msgstr "Введите время в секундах. Выберите 0, чтобы отключить предупреждающий цвет." + +#: assignments/static/templates/assignments/assignment-detail.html:161 +msgid "Enter votes" +msgstr "Введите голоса" + +#: core/static/js/core/base.js:473 +msgid "Error" +msgstr "" + +#: pdf-status.html:18 +msgid "Error while generating PDF file" +msgstr "Ошибка при создании PDF-файла" + +#: users/static/js/users/site.js:986 +msgid "Error: Given name or surname is required." +msgstr "Ошибка: требуется имя или фамилия." + +#: motions/static/js/motions/site.js:1632 +msgid "Error: Identifier already exists." +msgstr "Ошибка: идентификатор уже существует." + +#: motions/static/js/motions/site.js:1643 +msgid "Error: Text is required." +msgstr "Ошибка: требуется Текст." + +#: motions/static/js/motions/site.js:1638 topics/static/js/topics/site.js:308 +msgid "Error: Title is required." +msgstr "Ошибка: требуется Название." + +#: agenda/static/templates/agenda/item-list.html:140 +msgid "Estimated end:" +msgstr "Предполагаемый конец:" + +#: core/static/js/core/site.js:1675 +msgid "Event" +msgstr "Событие" + +#: core/static/js/core/site.js:1677 +msgid "Event date" +msgstr "Дата события" + +#: core/static/js/core/site.js:1678 +msgid "Event location" +msgstr "Место проведения события" + +#: core/static/js/core/site.js:1669 +msgid "Event name" +msgstr "Название события" + +#: core/static/js/core/site.js:1679 +msgid "Event organizer" +msgstr "Организатор события" + +#: agenda/static/templates/agenda/item-list.html:90 +#: assignments/static/templates/assignments/assignment-list.html:31 +#: motions/static/templates/motions/motion-list.html:43 +#: users/static/templates/users/user-list.html:37 +msgid "Export all" +msgstr "Экспортировать все" + +#: agenda/static/templates/agenda/item-list.html:93 +#: assignments/static/templates/assignments/assignment-list.html:34 +#: motions/static/templates/motions/motion-list.html:46 +#: users/static/templates/users/user-list.html:40 +msgid "Export filtered" +msgstr "Экспорт фильтруется" + +#: mediafiles/static/js/mediafiles/forms.js:54 +msgid "File" +msgstr "Файл" + +#: mediafiles/static/js/mediafiles/list.js:99 +msgid "File size" +msgstr "Размер файла" + +#: mediafiles/static/js/mediafiles/resources.js:20 +#: mediafiles/static/js/mediafiles/resources.js:21 +#: mediafiles/static/js/mediafiles/states.js:18 +#: mediafiles/static/js/mediafiles/states.js:30 +#: mediafiles/static/js/mediafiles/states.js:48 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:9 +msgid "Files" +msgstr "Файлы" + +#: agenda/static/templates/agenda/item-list.html:158 +#: assignments/static/templates/assignments/assignment-list.html:93 +#: core/static/templates/core/tag-list.html:26 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:160 +#: motions/static/templates/motions/category-list.html:21 +#: motions/static/templates/motions/motion-block-detail.html:39 +#: motions/static/templates/motions/motion-block-list.html:21 +#: motions/static/templates/motions/motion-list.html:157 +#: users/static/templates/users/user-list.html:166 +msgid "Filter" +msgstr "Фильтр" + +#: motions/static/templates/motions/motion-detail/toolbar.html:131 +#: motions/static/templates/motions/motion-detail/toolbar.html:161 +msgid "Final version" +msgstr "Финальная версия" + +#: motions/static/templates/motions/motion-detail.html:36 +msgctxt "resolution" +msgid "Final version" +msgstr "Финальная версия" + +#: assignments/static/js/assignments/site.js:927 +msgid "Finished" +msgstr "Окончено" + +#: motions/static/templates/motions/motion-detail.html:218 +msgid "Follow recommendation" +msgstr "Следуйте рекомендациям" + +#: motions/static/templates/motions/motion-block-detail.html:33 +msgid "Follow recommendations for all motions" +msgstr "Следуйте рекомендациям для всех заявлений" + +#: core/static/js/core/site.js:1697 +msgid "Font color of projector header and footer" +msgstr "Цвет шрифта заголовка и нижний колонтитулы для проектора " + +#: core/static/js/core/site.js:1698 +msgid "Font color of projector headline" +msgstr "Цвет шрифта заголовка проектора " + +#: assignments/static/js/assignments/site.js:902 +msgid "" +"For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base " +"depends on the election method: If there is only one option per candidate, " +"the sum of all votes of all candidates is 100 %. Otherwise for each " +"candidate the sum of all votes is 100 %." +msgstr "Для Да/Нет/Воздержался на одного кандидата и Да/Нет на одного кандидата 100 -% - база зависит от метода выборов: Если есть только один вариант на одного кандидата, сумма всех голосов всех кандидатов составляет 100%. В противном случае для каждого кандидата сумма всех голосов составляет 100%." + +#: motions/static/js/motions/site.js:229 +msgid "From Line" +msgstr "От строки" + +#: core/static/js/core/site.js:1683 +msgid "Front page text" +msgstr "Текст главной страницы" + +#: core/static/js/core/site.js:1681 +msgid "Front page title" +msgstr "Название главной страницы" + +#: core/static/js/core/site.js:1674 motions/static/js/motions/site.js:1954 +#: users/static/js/users/site.js:1235 users/static/js/users/site.js:1550 +msgid "General" +msgstr "Генеральный" + +#: users/static/js/users/site.js:308 +#: users/static/templates/users/user-change-password.html:33 +msgid "Generate" +msgstr "Генерировать" + +#: users/static/templates/users/user-list.html:108 +#: users/static/templates/users/user-list.html:73 +msgid "Generate new passwords" +msgstr "Генерация новых паролей" + +#: pdf-status.html:8 +msgid "Generating PDF file {{ filename }} ..." +msgstr "Создание PDF-файла {{ filename }} ..." + +#: users/static/js/users/site.js:1553 users/static/js/users/site.js:249 +#: users/static/js/users/site.js:558 +#: users/static/templates/users/user-import.html:52 +#: users/static/templates/users/user-import.html:78 +msgid "Given name" +msgstr "Имя" + +#: users/static/js/users/pdf.js:71 users/static/js/users/site.js:294 +#: users/static/js/users/site.js:85 +#: users/static/templates/users/group-list.html:14 +#: users/static/templates/users/user-detail.html:29 +#: users/static/templates/users/user-import.html:56 +#: users/static/templates/users/user-import.html:82 +#: users/static/templates/users/user-list.html:10 +#: users/static/templates/users/user-list.html:173 +#: users/static/templates/users/user-list.html:336 +#: users/static/templates/users/user-list.html:365 +msgid "Groups" +msgstr "Группы" + +#: users/static/templates/users/user-import.html:208 +msgid "Groups created" +msgstr "Группы созданы" + +#: users/static/js/users/site.js:1559 +msgid "Help text for access data and welcome PDF" +msgstr "Текст справки для доступа к данным и приветствия PDF" + +#: mediafiles/static/js/mediafiles/forms.js:77 +#: mediafiles/static/js/mediafiles/list.js:71 +msgid "Hidden" +msgstr "Скрытый" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:49 +msgid "Hide" +msgstr "Скрыть" + +#: agenda/static/templates/agenda/item-sort.html:18 +msgid "Hide internal items" +msgstr "Скрыть внутренние элементы" + +#: assignments/static/templates/assignments/assignment-detail.html:136 +msgid "Hint on the ballot paper." +msgstr "Подсказка на избирательном бюллетене." + +#: core/static/js/core/site.js:162 core/static/js/core/site.js:304 +msgid "Home" +msgstr "Главная" + +#: motions/static/js/motions/site.js:1956 +#: motions/static/js/motions/site.js:213 motions/static/js/motions/site.js:314 +#: motions/static/js/motions/site.js:800 +#: motions/static/templates/motions/motion-import.html:22 +#: motions/static/templates/motions/motion-import.html:43 +msgid "Identifier" +msgstr "Идентификатор" + +#: motions/static/templates/motions/motion-import.html:30 +msgid "" +"Identifier, reason, submitter, category and origin are optional and may be " +"empty." +msgstr "Идентификатор, причина, податель, категория и происхождения не являются обязательными и могут быть пустыми." + +#: core/static/templates/core/manage-projectors.html:32 +msgid "Identify" +msgstr "Идентифицировать" + +#: motions/static/js/motions/motion-block.js:86 +#: topics/static/js/topics/site.js:125 +msgid "If deactivated it appears as internal item on agenda." +msgstr "Если дезактивирован, то он появляется в качестве внутреннего пункта повестки дня." + +#: assignments/static/js/assignments/site.js:158 +msgid "If deactivated the election appears as internal item on agenda." +msgstr "Если дезактивирована, то выборы появляется в качестве внутреннего пункта повестки дня." + +#: motions/static/js/motions/site.js:375 +msgid "If deactivated the motion appears as internal item on agenda." +msgstr "Если дезактивирована, то заявление отображается в виде внутреннего пункта повестки дня." + +#: agenda/static/templates/agenda/item-list.html:16 +#: motions/static/templates/motions/motion-list.html:22 +#: topics/static/templates/topics/topic-import.html:24 +#: users/static/templates/users/user-import.html:25 +#: users/static/templates/users/user-list.html:14 +msgid "Import" +msgstr "Импортировать" + +#: topics/static/templates/topics/topic-import.html:41 +#: users/static/templates/users/user-import.html:42 +msgid "Import by CSV file" +msgstr "Импорт с помощью CSV-файла " + +#: topics/static/templates/topics/topic-import.html:14 +#: users/static/templates/users/user-import.html:14 +msgid "Import by copy/paste" +msgstr "Импорт с помощью копирования/вставки" + +#: motions/static/templates/motions/motion-import.html:9 +msgid "Import motions" +msgstr "Импорт заявлений " + +#: users/static/templates/users/user-import.html:9 +msgid "Import participants" +msgstr "Импорт участников" + +#: topics/static/templates/topics/topic-import.html:9 +msgid "Import topics" +msgstr "Импорт тем" + +#: topics/static/templates/topics/topic-import.html:123 +msgid "Import {{ itemsWillBeImported }} topics" +msgstr "Импорт {{ itemsWillBeImported }} тем" + +#: motions/static/templates/motions/motion-import.html:123 +msgid "Import {{ motionsWillBeImported }} motions" +msgstr "Импорт {{ motionsWillBeImported }} заявлений" + +#: users/static/templates/users/user-import.html:215 +msgid "Import {{ usersWillBeImported }} participants" +msgstr "Импорт {{ usersWillBeImported }} участников" + +#: agenda/static/templates/agenda/item-list.html:248 +msgid "Include all sub items" +msgstr "Включить все подпункты" + +#: users/static/js/users/pdf.js:198 users/static/js/users/site.js:305 +#: users/static/templates/users/user-change-password.html:39 +#: users/static/templates/users/user-import.html:61 +#: users/static/templates/users/user-import.html:87 +msgid "Initial password" +msgstr "Первоначальный пароль" + +#: users/static/js/users/site.js:306 +#: users/static/templates/users/user-change-password.html:37 +msgid "Initial password can not be changed." +msgstr "Первоначальный пароль не может быть изменен." + +#. Line numbering: Inline +#: motions/static/js/motions/site.js:1966 +msgid "Inline" +msgstr "В очереди" + +#: motions/static/templates/motions/motion-detail/comments.html:14 +#: motions/static/templates/motions/motion-detail/comments.html:9 +#: motions/static/templates/motions/motion-detail/toolbar.html:13 +#: motions/static/templates/motions/motion-detail/toolbar.html:18 +#: motions/static/templates/motions/motion-detail/toolbar.html:8 +msgid "Inline editing" +msgstr "Встроенное редактирование" + +#: agenda/static/js/agenda/site.js:708 +msgid "Input format: DD.MM.YYYY HH:MM" +msgstr "Формат ввода: ДД.ММ.ГГГГ ЧЧ:ММ" + +#: motions/static/js/motions/base.js:757 motions/static/js/motions/pdf.js:197 +#: motions/static/js/motions/site.js:248 +#: motions/static/templates/motions/motion-detail/change-summary.html:25 +msgid "Insertion" +msgstr "Вставка" + +#: legalnotice.html:12 +msgid "Installed plugins:" +msgstr "Установленные плагины:" + +#: agenda/static/templates/agenda/item-list.html:269 +#: agenda/static/templates/agenda/item-list.html:343 +#: topics/static/templates/topics/topic-import.html:54 +#: topics/static/templates/topics/topic-import.html:73 +msgid "Internal item" +msgstr "Внутренний элемент" + +#: agenda/static/js/agenda/site.js:146 agenda/static/js/agenda/site.js:147 +msgid "Internal items" +msgstr "Внутренние элементы" + +#: assignments/static/js/assignments/pdf.js:199 +#: assignments/static/js/assignments/site.js:833 +#: assignments/static/templates/assignments/assignment-detail.html:255 +#: assignments/static/templates/assignments/slide_assignment.html:87 +#: motions/static/js/motions/site.js:599 +#: motions/static/templates/motions/motion-detail.html:374 +msgid "Invalid ballots" +msgstr "Недействительные бюллетени" + +#: agenda/static/js/agenda/site.js:703 +msgid "Invalid input." +msgstr "Не верный ввод." + +#: motions/static/js/motions/pdf.js:136 +msgid "Invalid votes" +msgstr "Недействительные голоса" + +#: mediafiles/static/js/mediafiles/list.js:78 +msgid "Is PDF" +msgstr "Является ли PDF" + +#: mediafiles/static/js/mediafiles/list.js:79 +msgid "Is PDF file" +msgstr "Является ли PDF-файл" + +#: users/static/js/users/site.js:362 users/static/js/users/site.js:538 +#: users/static/templates/users/user-list.html:303 +msgid "Is a committee" +msgstr "Является ли комитет" + +#: users/static/js/users/site.js:350 users/static/js/users/site.js:531 +#: users/static/templates/users/user-import.html:58 +#: users/static/templates/users/user-import.html:84 +#: users/static/templates/users/user-list.html:114 +msgid "Is active" +msgstr "Является ли активным" + +#: users/static/templates/users/user-import.html:60 +#: users/static/templates/users/user-import.html:86 +#: users/static/templates/users/user-list.html:116 +msgid "Is committee" +msgstr "Является ли комитет" + +#: mediafiles/static/js/mediafiles/list.js:72 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:284 +msgid "Is hidden" +msgstr "Скрыт" + +#: users/static/templates/users/user-list.html:301 +msgid "Is inactive" +msgstr "Неактивен" + +#: mediafiles/static/js/mediafiles/list.js:80 +msgid "Is no PDF file" +msgstr "это не PDF -файл" + +#: users/static/js/users/site.js:539 +#: users/static/templates/users/user-list.html:124 +msgid "Is not a committee" +msgstr "это не комитет" + +#: users/static/js/users/site.js:532 +#: users/static/templates/users/user-list.html:122 +msgid "Is not active" +msgstr "не активный" + +#: mediafiles/static/js/mediafiles/list.js:73 +msgid "Is not hidden" +msgstr "не скрытый" + +#: users/static/js/users/site.js:525 +#: users/static/templates/users/user-list.html:123 +msgid "Is not present" +msgstr "отсутствует" + +#: users/static/js/users/site.js:340 users/static/js/users/site.js:524 +#: users/static/templates/users/user-import.html:59 +#: users/static/templates/users/user-import.html:85 +#: users/static/templates/users/user-list.html:115 +msgid "Is present" +msgstr "присутствует" + +#. short form of agenda item +#: assignments/static/js/assignments/site.js:325 +#: motions/static/templates/motions/motion-list.html:299 +msgid "Item" +msgstr "Пункт" + +#: motions/static/templates/motions/motion-detail/toolbar.html:85 +msgid "Jump to a given line number" +msgstr "" + +#: motions/static/js/motions/site.js:814 +#: motions/static/templates/motions/motion-detail.html:519 +msgid "Last modified" +msgstr "Последнее изменение" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:48 +msgid "Last speakers" +msgstr "Последние спикеры" + +#: csv-import.html:33 +msgid "Leave empty for autodetection of the separator." +msgstr "Оставьте пустым для автоопределения сепаратора." + +#: core/static/js/core/site.js:1680 core/static/js/core/site.js:344 +#: index.html:250 legalnotice.html:3 +msgid "Legal notice" +msgstr "Уведомление" + +#: motions/static/js/motions/pdf.js:191 +#: motions/static/templates/motions/motion-detail/change-summary.html:18 +#: motions/static/templates/motions/motion-detail/change-summary.html:21 +#: motions/static/templates/motions/motion-detail/toolbar.html:78 +msgid "Line" +msgstr "Строка" + +#: motions/static/js/motions/site.js:1969 +msgid "Line length" +msgstr "Длина строки" + +#: motions/static/templates/motions/motion-detail/toolbar.html:28 +#: motions/static/templates/motions/motion-detail/toolbar.html:53 +msgid "Line numbering" +msgstr "Нумерация строк" + +#: users/static/js/users/site.js:695 +#: users/static/templates/users/user-list.html:54 +msgid "List of access data" +msgstr "Список доступа к данным" + +#: users/static/js/users/pdf.js:15 users/static/js/users/site.js:689 +#: users/static/templates/users/user-list.html:49 +msgid "List of participants" +msgstr "Список участников" + +#: agenda/static/js/agenda/site.js:710 +#: agenda/static/templates/agenda/item-detail.html:21 +#: agenda/static/templates/agenda/item-detail.html:47 +#: agenda/static/templates/agenda/item-list.html:284 +#: agenda/static/templates/agenda/partial-slide-current-list-of-speakers-overlay.html:2 +#: agenda/static/templates/agenda/slide-list-of-speakers.html:7 +#: assignments/static/templates/assignments/assignment-detail.html:12 +#: core/static/templates/core/projector-controls.html:268 +#: motions/static/templates/motions/motion-block-detail.html:11 +#: motions/static/templates/motions/motion-detail.html:12 +#: topics/static/templates/topics/topic-detail.html:11 +msgid "List of speakers" +msgstr "Список спикеров" + +#: core/static/js/core/site.js:1701 +msgid "List of speakers overlay" +msgstr "Список ораторов наложения" + +#: core/static/templates/core/projector-controls.html:9 +msgid "Live view" +msgstr "Прямая трансляция" + +#: core/static/templates/core/login-form.html:20 index.html:117 +msgid "Login" +msgstr "Войти" + +#: index.html:108 +msgid "Logout" +msgstr "Выйти" + +#: core/static/templates/core/projector-controls.html:60 +msgid "Manage" +msgstr "Управлять" + +#: core/static/js/core/site.js:329 +#: core/static/templates/core/manage-projectors.html:35 +msgid "Manage projectors" +msgstr "Управление проекторами" + +#: core/static/templates/core/projector-controls.html:316 +msgid "Manage the current list of speakers" +msgstr "Управление текущим списком спикеров" + +#: core/static/js/core/base.js:866 core/static/js/core/site.js:421 +#: core/static/templates/core/projector-controls.html:235 +msgid "Message" +msgstr "Сообщение" + +#: core/static/js/core/base.js:867 +#: core/static/templates/core/projector-controls.html:229 +msgid "Messages" +msgstr "Сообщения" + +#: assignments/static/templates/assignments/assignment-detail.html:40 +#: motions/static/templates/motions/motion-detail.html:82 +msgid "Meta information" +msgstr "Мета информация" + +#: motions/static/js/motions/base.js:213 motions/static/js/motions/docx.js:76 +#: motions/static/js/motions/motion-services.js:38 +#: motions/static/js/motions/motion-services.js:47 +#: motions/static/js/motions/pdf.js:24 motions/static/js/motions/pdf.js:342 +#: motions/static/js/motions/site.js:221 +#: motions/static/templates/motions/motion-block-detail.html:50 +#: motions/static/templates/motions/motion-detail.html:121 +#: motions/static/templates/motions/motion-detail.html:64 +#: motions/static/templates/motions/slide_motion.html:73 +msgid "Motion" +msgstr "Заявление" + +#: motions/static/js/motions/motion-block.js:19 +#: motions/static/js/motions/site.js:447 motions/static/js/motions/site.js:808 +#: motions/static/templates/motions/motion-block-detail.html:24 +#: motions/static/templates/motions/motion-detail.html:243 +#: motions/static/templates/motions/motion-detail.html:247 +#: motions/static/templates/motions/motion-list.html:244 +#: motions/static/templates/motions/slide_motion_block.html:5 +msgid "Motion block" +msgstr "Блок заявления" + +#: motions/static/js/motions/site.js:122 +#: motions/static/templates/motions/motion-block-list.html:13 +#: motions/static/templates/motions/motion-list.html:14 +msgid "Motion blocks" +msgstr "Блоки заявления" + +#: motions/static/js/motions/site.js:1960 +msgid "Motion preamble" +msgstr "Преамбула заявления" + +#: motions/static/js/motions/base.js:214 +#: motions/static/js/motions/site.js:1951 motions/static/js/motions/site.js:22 +#: motions/static/js/motions/site.js:34 motions/static/js/motions/site.js:52 +#: motions/static/js/motions/site.js:894 +#: motions/static/templates/motions/motion-block-list.html:30 +#: motions/static/templates/motions/motion-list.html:25 +msgid "Motions" +msgstr "Заявления" + +#: core/static/js/core/site.js:455 +#: core/static/templates/core/manage-projectors.html:77 +#: core/static/templates/core/tag-list.html:34 +#: motions/static/js/motions/site.js:544 +#: motions/static/templates/motions/category-list.html:29 +#: motions/static/templates/motions/motion-block-list.html:29 +#: users/static/js/users/pdf.js:63 +msgid "Name" +msgstr "Имя" + +#: motions/static/js/motions/site.js:1973 +msgid "Name of recommender" +msgstr "имя рекомендателя" + +#: motions/static/js/motions/base.js:824 +msgid "Needs review" +msgstr "Требует пересмотра" + +#: agenda/static/templates/agenda/item-list.html:8 +#: assignments/static/templates/assignments/assignment-list.html:6 +#: core/static/js/core/site.js:990 +#: core/static/templates/core/manage-projectors.html:8 +#: core/static/templates/core/tag-list.html:10 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:6 +#: motions/static/templates/motions/category-list.html:10 +#: motions/static/templates/motions/motion-block-list.html:10 +#: motions/static/templates/motions/motion-list.html:6 +#: users/static/templates/users/group-list.html:11 +#: users/static/templates/users/user-list.html:6 +msgid "New" +msgstr "Новый" + +#: motions/static/templates/motions/motion-detail.html:126 +msgid "New amendment" +msgstr "Новая поправка" + +#: motions/static/templates/motions/motion-form.html:3 +msgid "New amendment of motion" +msgstr "Новая поправка заявления" + +#: assignments/static/templates/assignments/assignment-detail.html:127 +msgid "New ballot" +msgstr "Новый бюллетень" + +#: motions/static/templates/motions/category-form.html:2 +msgid "New category" +msgstr "Новая категория" + +#: motions/static/js/motions/site.js:1682 +msgid "New category will be created." +msgstr "Новая категория будет создана." + +#: motions/static/templates/motions/change-recommendation-form.html:2 +msgid "New change recommendation" +msgstr "Новое изменение рекомендации" + +#: assignments/static/templates/assignments/assignment-form.html:2 +msgid "New election" +msgstr "Новые выборы" + +#: mediafiles/static/templates/mediafiles/mediafile-form.html:2 +msgid "New file" +msgstr "Новый файл" + +#: motions/static/templates/motions/motion-form.html:2 +msgid "New motion" +msgstr "Новое заявление" + +#: motions/static/templates/motions/motion-block-form.html:2 +msgid "New motion block" +msgstr "Новый блок заявлений" + +#: users/static/templates/users/user-form.html:2 +msgid "New participant" +msgstr "Новый участник" + +#: motions/static/js/motions/site.js:1665 +msgid "New participant will be created." +msgstr "Новый участник будет создан." + +#: users/static/js/users/site.js:459 +#: users/static/templates/users/user-change-password.html:23 +msgid "New password" +msgstr "Новый пароль" + +#: core/static/templates/core/tag-form.html:2 +msgid "New tag" +msgstr "Новый тег" + +#: topics/static/templates/topics/topic-form.html:2 +msgid "New topic" +msgstr "Новая тема" + +#: motions/static/templates/motions/motion-detail.html:456 +#: motions/static/templates/motions/motion-detail.html:471 +msgid "New version on these changes" +msgstr "Новая версия этих изменений" + +#: motions/static/templates/motions/motion-detail.html:418 +msgid "New vote" +msgstr "Новое голосование" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:39 +msgid "Next page" +msgstr "Следующая страница" + +#: assignments/static/js/assignments/pdf.js:305 +#: assignments/static/js/assignments/site.js:627 +#: assignments/static/js/assignments/site.js:783 +#: motions/static/js/motions/pdf.js:118 motions/static/js/motions/pdf.js:349 +#: motions/static/js/motions/site.js:573 +#: motions/static/templates/motions/motion-detail.html:341 +#: motions/static/templates/motions/slide_motion.html:45 +msgid "No" +msgstr "Нет" + +#: motions/static/js/motions/docx.js:45 +msgid "No categories available." +msgstr "Нет доступных категорий." + +#: motions/static/templates/motions/motion-list.html:107 +msgid "No category" +msgstr "Нет категории" + +#: motions/static/templates/motions/motion-list.html:234 +#: motions/static/templates/motions/motion-list.html:362 +msgid "No category set" +msgstr "Нет набора категорий" + +#: motions/static/templates/motions/motion-detail/change-summary.html:36 +msgid "No change recommendations yet" +msgstr "Нет пока изменений рекомендаций" + +#: motions/static/js/motions/base.js:819 +msgid "No concernment" +msgstr "Нет заинтересованных" + +#: motions/static/js/motions/base.js:799 +msgid "No decision" +msgstr "Нет решения" + +#: users/static/js/users/site.js:1570 +msgid "No encryption" +msgstr "Нет шифрования" + +#: users/static/templates/users/user-list.html:187 +#: users/static/templates/users/user-list.html:262 +msgid "No group set" +msgstr "Нет набора группы" + +#: agenda/static/js/agenda/site.js:148 +msgid "No internal items" +msgstr "Нет внутренних элементов" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:107 +msgid "No media file projected." +msgstr "Ни один Медиа-файл не проецируется." + +#: motions/static/templates/motions/motion-list.html:120 +msgid "No motion block" +msgstr "Нет блока заявлений" + +#: motions/static/templates/motions/motion-list.html:258 +#: motions/static/templates/motions/motion-list.html:388 +msgid "No motion block set" +msgstr "Нет набора блока заявлений" + +#: motions/static/js/motions/docx.js:52 +msgid "No motions available." +msgstr "Нет доступных заявлений" + +#: motions/static/templates/motions/motion-list.html:210 +msgid "No recommendation set" +msgstr "Нет набора рекомендаций" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 +#: assignments/static/templates/assignments/assignment-detail.html:104 +#: core/static/templates/core/select-multiple.html:2 +#: core/static/templates/core/select-single.html:2 +msgid "No results available ..." +msgstr "Нет доступных результатов..." + +#: search.html:41 +msgid "No results." +msgstr "Нет результатов." + +#: assignments/static/templates/assignments/assignment-list.html:115 +#: assignments/static/templates/assignments/assignment-list.html:185 +#: motions/static/templates/motions/motion-list.html:282 +#: motions/static/templates/motions/motion-list.html:404 +msgid "No tag set" +msgstr "Нет набора тегов" + +#. abbreviation for number +#: users/static/js/users/base.js:79 +#: users/static/templates/users/user-list.html:311 +#: users/static/templates/users/user-list.html:315 +msgid "No." +msgstr "Нет." + +#. Line numbering: None +#: motions/static/js/motions/site.js:1968 +msgid "None" +msgstr "Никто" + +#: motions/static/templates/motions/motion-detail/view-diff.html:13 +msgid "Not rejected" +msgstr "Не отклонено" + +#: motions/static/templates/motions/motion-detail/change-summary.html:8 +msgid "" +"Note: You have to reject all change recommendations if the plenum does not " +"follow the recommendation." +msgstr "" + +#: motions/static/templates/motions/motion-detail/view-original.html:45 +msgid "Now choose the last line to be changed" +msgstr "Теперь выберите последнюю для изменения строку" + +#: users/static/js/users/site.js:1044 users/static/js/users/site.js:568 +msgid "Number" +msgstr "Номер " + +#: motions/static/js/motions/site.js:1986 +msgid "Number of (minimum) required supporters for a motion" +msgstr "Количество (минимум) требуемых сторонников заявления" + +#: assignments/static/js/assignments/site.js:912 +#: motions/static/js/motions/site.js:2012 +msgid "Number of all delegates" +msgstr "Общее количество делегатов" + +#: assignments/static/js/assignments/site.js:913 +#: motions/static/js/motions/site.js:2013 +msgid "Number of all participants" +msgstr "Общее количество учасников" + +#: assignments/static/js/assignments/site.js:911 +#: motions/static/js/motions/site.js:2011 +msgid "Number of ballot papers (selection)" +msgstr "Количество избирательных бюллетеней (выбор)" + +#: assignments/static/js/assignments/site.js:331 +msgid "Number of candidates" +msgstr "Количество кандидатов" + +#: agenda/static/js/agenda/site.js:709 +msgid "Number of last speakers to be shown on the projector" +msgstr "Количество оставшихся спикеров будет показано на проекторе" + +#: assignments/static/js/assignments/pdf.js:21 +#: assignments/static/js/assignments/site.js:140 +#: assignments/static/templates/assignments/assignment-detail.html:50 +msgid "Number of persons to be elected" +msgstr "Количество лиц, которые должны быть избраны" + +#: motions/static/js/motions/site.js:1957 +msgid "Numbered per category" +msgstr "Нумерованный по каждой категории" + +#: agenda/static/templates/agenda/item-list.html:84 +#: motions/static/templates/motions/category-sort.html:20 +msgid "Numbering" +msgstr "Нумерованный" + +#: agenda/static/js/agenda/site.js:700 +msgid "Numbering prefix for agenda items" +msgstr "Префикс нумерации пунктов повестки дня" + +#: agenda/static/js/agenda/site.js:704 +msgid "Numeral system for agenda items" +msgstr "Система исчисления повестки дня" + +#: users/static/js/users/site.js:451 +msgid "Old password" +msgstr "Старый пароль" + +#: assignments/static/templates/assignments/assignment-detail.html:191 +msgid "One vote per candidate" +msgstr "Один голос за кандидата" + +#: motions/static/templates/motions/motion-import.html:31 +#: topics/static/templates/topics/topic-import.html:57 +#: users/static/templates/users/user-import.html:65 +msgid "Only double quotes are accepted as text delimiter (no single quotes)." +msgstr "Только двойные кавычки принимаются в качестве ограничителя текста (никаких одинарных кавычек)." + +#: users/static/js/users/site.js:322 +msgid "Only for internal notes." +msgstr "Только для внутренних примечаний." + +#: agenda/static/templates/agenda/item-list.html:46 +msgid "Only main agenda items" +msgstr "Только основные пункты повестки дня" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:19 +msgid "Open" +msgstr "Открыть" + +#: assignments/static/templates/assignments/assignment-form.html:13 +msgid "Open election detail view after save." +msgstr "" + +#: agenda/static/js/agenda/site.js:142 +msgid "Open items" +msgstr "Открытые пункты" + +#: motions/static/templates/motions/motion-form.html:14 +msgid "Open motion detail view after save." +msgstr "" + +#: users/static/js/users/pdf.js:186 +msgid "OpenSlides access data" +msgstr "Данные доступа к OpenSlides" + +#: motions/static/js/motions/site.js:460 +#: motions/static/templates/motions/motion-detail.html:287 +#: motions/static/templates/motions/motion-import.html:28 +#: motions/static/templates/motions/motion-import.html:49 +#: motions/static/templates/motions/motion-list.html:637 +msgid "Origin" +msgstr "Происхождение" + +#: motions/static/templates/motions/motion-detail/toolbar.html:110 +#: motions/static/templates/motions/motion-detail/toolbar.html:146 +msgid "Original version" +msgstr "Исходная версия" + +#. Line numbering: Outside +#: motions/static/js/motions/site.js:1964 +msgid "Outside" +msgstr "Вне" + +#: assignments/static/templates/assignments/assignment-detail.html:26 +#: assignments/static/templates/assignments/assignment-list.html:44 +#: motions/static/templates/motions/motion-detail.html:59 +#: users/static/js/users/site.js:1555 +msgid "PDF" +msgstr "PDF" + +#: pdf-status.html:13 +msgid "PDF successfully generated." +msgstr "PDF успешно создан." + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:44 +msgid "Page" +msgstr "Страница" + +#: assignments/static/js/assignments/site.js:169 +#: motions/static/js/motions/motion-block.js:94 +#: motions/static/js/motions/site.js:386 topics/static/js/topics/site.js:136 +msgid "Parent item" +msgstr "Исходный элемент" + +#: users/static/templates/users/user-detail.html:19 +msgid "Participant" +msgstr "Участник" + +#: users/static/js/users/site.js:277 +#: users/static/templates/users/user-detail.html:33 +#: users/static/templates/users/user-import.html:55 +#: users/static/templates/users/user-import.html:81 +msgid "Participant number" +msgstr "Номер участника" + +#: users/static/js/users/base.js:19 users/static/js/users/base.js:20 +#: users/static/js/users/site.js:1552 users/static/js/users/site.js:19 +#: users/static/js/users/site.js:30 users/static/js/users/site.js:48 +#: users/static/templates/users/user-list.html:17 +msgid "Participants" +msgstr "Участники" + +#: core/static/templates/core/login-form.html:17 +msgid "Password" +msgstr "Пароль" + +#: users/static/js/users/site.js:889 +msgid "Password confirmation does not match." +msgstr "Подтверждение пароля не совпадает." + +#: core/static/templates/core/projector-controls.html:181 +msgid "Pause" +msgstr "Перерыв" + +#: motions/static/js/motions/base.js:805 +msgid "Permission" +msgstr "Разрешение" + +#: users/static/templates/users/group-list.html:26 +msgid "Permissions" +msgstr "Разрешения" + +#: motions/static/js/motions/base.js:804 +msgid "Permit" +msgstr "Разрешить" + +#: motions/static/templates/motions/motion-detail.html:507 +msgid "Permit and activate" +msgstr "Разрешить и активировать" + +#: users/static/templates/users/user-detail.html:26 +msgid "Personal data" +msgstr "Личные данные" + +#: assignments/static/js/assignments/site.js:329 +#: assignments/static/templates/assignments/assignment-detail.html:60 +#: assignments/static/templates/assignments/assignment-list.html:125 +msgid "Phase" +msgstr "Фаза" + +#: users/static/templates/users/group-edit.html:12 +msgid "Please enter a name for the new group:" +msgstr "Введите пожалуйста имя новой группы:" + +#: core/static/templates/core/manage-projectors.html:5 +msgid "Please enter a name for the new projector" +msgstr "Введите пожалуйста имя нового проектора" + +#: users/static/templates/users/group-edit.html:10 +msgid "Please enter a new name for {{ group.name }}:" +msgstr "Введите пожалуйста имя для {{ group.name }}:" + +#: motions/static/templates/motions/motion-import.html:18 +#: topics/static/templates/topics/topic-import.html:46 +#: users/static/templates/users/user-import.html:47 +msgid "Please note:" +msgstr "Сделайте пожалуйста заметку:" + +#: motions/static/js/motions/site.js:2019 +msgid "Preamble text for PDF and DOCX documents (all motions)" +msgstr "Вводный текст для PDF и DOCX документов (все заявления)" + +#: assignments/static/js/assignments/site.js:923 +msgid "Preamble text for PDF document (all elections)" +msgstr "Вводный текст для PDF-документа (все выборы) " + +#: core/static/js/core/site.js:1699 +msgid "Predefined seconds of new countdowns" +msgstr "Предустановленные секунды для нового отсчета" + +#: motions/static/js/motions/site.js:537 +#: motions/static/templates/motions/category-list.html:34 +msgid "Prefix" +msgstr "Префикс" + +#: motions/static/js/motions/site.js:1980 +msgid "Prefix for the identifier for amendments" +msgstr "Префикс для идентификатора элемента для внесения поправок" + +#: users/static/js/users/site.js:523 users/static/js/users/site.js:562 +#: users/static/templates/users/user-list.html:410 +#: users/static/templates/users/user-list.html:415 +msgid "Present" +msgstr "Присутствует" + +#: core/static/js/core/site.js:1668 +msgid "Presentation and assembly system" +msgstr "Система собрания и презентации" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:17 +msgid "Presentation control elements" +msgstr "Элементы управления презентацией" + +#: motions/static/templates/motions/motion-import.html:36 +#: topics/static/templates/topics/topic-import.html:62 +#: users/static/templates/users/user-import.html:70 +msgid "Preview" +msgstr "Предпросмотр" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:34 +msgid "Previous page" +msgstr "Предыдущая страниц" + +#: assignments/static/templates/assignments/assignment-detail.html:155 +#: motions/static/templates/motions/motion-detail.html:314 +msgid "Print ballot paper" +msgstr "Печать бюллетеней" + +#: motions/static/js/motions/site.js:1995 +msgid "Private" +msgstr "Лично" + +#: assignments/static/templates/assignments/assignment-detail.html:172 +msgid "Project" +msgstr "Проект" + +#: agenda/static/templates/agenda/item-list.html:31 +msgid "Project agenda" +msgstr "Проект повестки дня" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:35 +#: core/static/templates/core/projector-controls.html:298 +msgid "Project as overlay" +msgstr "Проект, как наложение" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:29 +#: core/static/templates/core/projector-controls.html:292 +msgid "Project as slide" +msgstr "Проект, как слайд-шоу" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:13 +msgid "Project current list of speakers" +msgstr "Текущий список спикеров проекта" + +#: agenda/static/templates/agenda/item-list.html:232 +msgid "Project item" +msgstr "Пункт проекта" + +#: motions/static/templates/motions/motion-detail.html:20 +msgid "Project motion" +msgstr "Заявление проекта" + +#: agenda/static/templates/agenda/current-list-of-speakers.html:10 +#: core/static/templates/core/projector-controls.html:274 +msgid "Project the current list of speakers" +msgstr "Текущий список спикеров проекта" + +#: core/static/templates/core/manage-projectors.html:55 +msgid "Projection defaults" +msgstr "Проекция по умолчанию" + +#: agenda/static/templates/agenda/item-detail.html:14 +#: agenda/static/templates/agenda/item-list.html:229 +#: agenda/static/templates/agenda/item-list.html:27 +#: core/static/js/core/projector.js:327 core/static/js/core/site.js:1692 +#: index.html:190 index.html:218 index.html:231 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:254 +#: motions/static/templates/motions/motion-detail.html:16 +#: projector-button.html:2 projector-container.html:7 +#: users/static/js/users/site.js:1233 +msgid "Projector" +msgstr "Проектор" + +#: core/static/js/core/site.js:1693 +msgid "Projector language" +msgstr "Язык проектора" + +#: motions/static/js/motions/site.js:1994 +msgid "Public" +msgstr "Общественный" + +#: assignments/static/templates/assignments/assignment-detail.html:168 +msgid "Publish" +msgstr "Опубликовать" + +#: assignments/static/templates/assignments/assignment-detail.html:210 +msgid "Quorum" +msgstr "Кворум" + +#: assignments/static/templates/assignments/assignment-detail.html:242 +msgid "" +"Quorum ({{ option.getVoteYes() - option.majorityReached }}) not reached." +msgstr "Кворум ({{ option.getVoteYes() - option.majorityReached }}) не достигнут." + +#: assignments/static/templates/assignments/assignment-detail.html:239 +msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) reached." +msgstr "Кворум ({{ option.getVoteYes() - option.majorityReached }}) достигнут." + +#: motions/static/templates/motions/motion-detail.html:408 +msgid "Quorum ({{ voteYes.value - isReached() }}) not reached." +msgstr "Кворум ({{ voteYes.value - isReached() }}) не достигнут." + +#: motions/static/templates/motions/motion-detail.html:405 +msgid "Quorum ({{ voteYes.value - isReached() }}) reached." +msgstr "Кворум ({{ voteYes.value - isReached() }}) достигнут." + +#: motions/static/js/motions/docx.js:80 motions/static/js/motions/pdf.js:269 +#: motions/static/js/motions/site.js:355 +#: motions/static/templates/motions/motion-detail.html:479 +#: motions/static/templates/motions/motion-import.html:25 +#: motions/static/templates/motions/motion-import.html:46 +#: motions/static/templates/motions/slide_motion.html:125 +msgid "Reason" +msgstr "Причина" + +#: motions/static/templates/motions/motion-block-detail.html:52 +#: motions/static/templates/motions/motion-list.html:192 +msgid "Recommendation" +msgstr "Рекомендация" + +#: motions/static/js/motions/base.js:821 +msgid "Refer to committee" +msgstr "Обратитесь в комитет" + +#: core/static/templates/core/manage-projectors.html:16 +msgid "Reference for current list of speakers" +msgstr "Ссылка на текущий список спикеров" + +#: motions/static/js/motions/base.js:822 +msgid "Referral to committee" +msgstr "Направление в комитет" + +#: motions/static/js/motions/base.js:795 motions/static/js/motions/base.js:810 +msgid "Reject" +msgstr "Отклонить" + +#: motions/static/js/motions/base.js:826 +msgid "Reject (not authorized)" +msgstr "Отклонено (не авторизован)" + +#: motions/static/templates/motions/motion-detail/change-summary.html:11 +msgid "Reject all change recommendations" +msgstr "" + +#: motions/static/templates/motions/motion-detail/change-summary.html:29 +#: motions/static/templates/motions/motion-detail/view-diff.html:19 +#: motions/static/templates/motions/motion-detail/view-diff.html:39 +msgid "Rejected" +msgstr "Отклонено" + +#: motions/static/js/motions/base.js:796 motions/static/js/motions/base.js:811 +msgid "Rejection" +msgstr "Отказ" + +#: motions/static/js/motions/base.js:827 +msgid "Rejection (not authorized)" +msgstr "Отказ (не авторизован)" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:61 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:77 +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:96 +#: config-form-field.html:39 +msgid "Remove" +msgstr "Удалить" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:9 +msgid "Remove all speakers" +msgstr "Удалить всех спикеров" + +#: motions/static/js/motions/site.js:1988 +msgid "" +"Remove all supporters of a motion if a submitter edits his motion in early " +"state" +msgstr "Удалить всех сторонников заявления, если податель редактирует исходное заявление" + +#: core/static/templates/core/projector-controls.html:152 +msgid "Remove countdown" +msgstr "Удалить отсчет" + +#: motions/static/templates/motions/motion-block-detail.html:61 +msgid "Remove from motion block" +msgstr "Удалить из блока заявлений" + +#: users/static/templates/users/user-list.html:102 +#: users/static/templates/users/user-list.html:72 +msgid "Remove group" +msgstr "Удалить группу" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:126 +#: assignments/static/templates/assignments/assignment-detail.html:119 +msgid "Remove me" +msgstr "Удалить меня" + +#: core/static/templates/core/projector-controls.html:239 +msgid "Remove message" +msgstr "Удалить сообщение" + +#: motions/static/js/motions/base.js:763 motions/static/js/motions/pdf.js:195 +#: motions/static/js/motions/site.js:247 +#: motions/static/templates/motions/motion-detail/change-summary.html:24 +msgid "Replacement" +msgstr "Замена" + +#: motions/static/templates/motions/motion-import.html:20 +#: topics/static/templates/topics/topic-import.html:48 +#: users/static/templates/users/user-import.html:49 +msgid "" +"Required comma or semicolon separated values with these column header names " +"in the first row" +msgstr "Требуемые значения с именами заголовков столбцов в первом ряду, разделённые запятой или точкой с запятой" + +#: assignments/static/js/assignments/site.js:916 +#: assignments/static/templates/assignments/assignment-detail.html:199 +#: motions/static/js/motions/site.js:2005 +#: motions/static/templates/motions/motion-detail.html:396 +msgid "Required majority" +msgstr "Необходимое большинство" + +#: config-form-field.html:109 +msgid "Reset" +msgstr "Сброс" + +#: core/static/templates/core/projector-controls.html:170 +msgid "Reset countdown" +msgstr "Сброс отсчета" + +#: motions/static/templates/motions/motion-detail.html:191 +#: motions/static/templates/motions/motion-list.html:492 +msgid "Reset recommendation" +msgstr "Сброс рекомендации" + +#: core/static/templates/core/manage-projectors.html:156 +#: core/static/templates/core/projector-controls.html:109 +msgid "Reset scaling" +msgstr "Сброс масштабирования" + +#: core/static/templates/core/manage-projectors.html:176 +#: core/static/templates/core/projector-controls.html:129 +msgid "Reset scrolling" +msgstr "Сбросить прокрутки" + +#: motions/static/templates/motions/motion-detail.html:149 +#: motions/static/templates/motions/motion-list.html:466 +msgid "Reset state" +msgstr "Сброс состояния" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:61 +msgid "Reset zoom" +msgstr "Сброс зума" + +#: core/static/templates/core/manage-projectors.html:83 +msgid "Resolution" +msgstr "Решение" + +#: motions/static/templates/motions/motion-detail/comments.html:38 +#: motions/static/templates/motions/motion-detail/view-original.html:12 +msgid "Revert" +msgstr "Восстановить" + +#: agenda/static/js/agenda/site.js:706 +msgid "Roman" +msgstr "Römisch" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:51 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:83 +msgid "Rotate clockwise" +msgstr "Вращаться по часовой стрелке" + +#: assignments/static/templates/assignments/assignment-form.html:15 +#: assignments/static/templates/assignments/assignmentpoll-form.html:15 +#: core/static/templates/core/projector-controls.html:204 +#: core/static/templates/core/projector-message-form.html:5 +#: core/static/templates/core/tag-form.html:10 +#: mediafiles/static/templates/mediafiles/mediafile-form.html:17 +#: motions/static/templates/motions/category-form.html:10 +#: motions/static/templates/motions/change-recommendation-form.html:10 +#: motions/static/templates/motions/motion-block-form.html:10 +#: motions/static/templates/motions/motion-detail/comments.html:35 +#: motions/static/templates/motions/motion-detail/view-original.html:9 +#: motions/static/templates/motions/motion-form.html:16 +#: motions/static/templates/motions/motionpoll-form.html:15 +#: topics/static/templates/topics/topic-form.html:10 +#: users/static/templates/users/group-edit.html:21 +#: users/static/templates/users/profile-password-form.html:9 +#: users/static/templates/users/user-form.html:10 +msgid "Save" +msgstr "Сохранить" + +#: users/static/js/users/pdf.js:177 +msgid "Scan this QR code to connect to WLAN." +msgstr "Сканируйте этот QR-код для подключения к вай-фай." + +#: users/static/js/users/pdf.js:227 +msgid "Scan this QR code to open URL." +msgstr "Сканируйте этот QR-код, чтобы открыть URL." + +#: core/static/templates/core/manage-projectors.html:171 +#: core/static/templates/core/projector-controls.html:124 +msgid "Scroll down" +msgstr "Прокрутить вниз" + +#: core/static/templates/core/manage-projectors.html:166 +#: core/static/templates/core/projector-controls.html:119 +msgid "Scroll up" +msgstr "Прокрутить вверх" + +#: agenda/static/templates/agenda/item-list.html:189 +#: assignments/static/templates/assignments/assignment-list.html:165 +#: core/static/js/core/site.js:369 index.html:160 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:212 +#: motions/static/templates/motions/motion-list.html:325 search.html:11 +#: users/static/templates/users/user-list.html:242 +msgid "Search" +msgstr "Поиск" + +#: search.html:3 +msgid "Search results" +msgstr "Результаты поиска" + +#: assignments/static/js/assignments/site.js:925 +msgid "Searching for candidates" +msgstr "Поиск кандидатов" + +#: agenda/static/templates/agenda/item-list.html:73 +#: assignments/static/templates/assignments/assignment-list.html:25 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:123 +#: motions/static/templates/motions/motion-list.html:37 +#: users/static/templates/users/user-list.html:29 +msgid "Select ..." +msgstr "Выбрать ..." + +#: motions/static/templates/motions/motion-import.html:15 +#: topics/static/templates/topics/topic-import.html:43 +#: users/static/templates/users/user-import.html:44 +msgid "Select a CSV file" +msgstr "Выберите CSV-файл" + +#: csv-import.html:8 +msgid "Select a file" +msgstr "Выберите файл" + +#: assignments/static/js/assignments/site.js:172 +#: motions/static/js/motions/motion-block.js:97 +#: motions/static/js/motions/site.js:389 topics/static/js/topics/site.js:139 +msgid "Select a parent item ..." +msgstr "Выберите родительский элемент ..." + +#: motions/static/js/motions/site.js:436 +msgid "Select or search a category ..." +msgstr "Выберите или найдите категорию ..." + +#: users/static/js/users/site.js:298 +msgid "Select or search a group ..." +msgstr "Выберите или найдите группу ..." + +#: motions/static/js/motions/site.js:450 +msgid "Select or search a motion block ..." +msgstr "Выберите или найдите блок заявлений ..." + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:109 +#: assignments/static/templates/assignments/assignment-detail.html:104 +#: mediafiles/static/js/mediafiles/forms.js:90 +msgid "Select or search a participant ..." +msgstr "Выберите или найдите участника ..." + +#: motions/static/js/motions/site.js:325 +msgid "Select or search a submitter ..." +msgstr "Выберите или найдите подателя ..." + +#: motions/static/js/motions/site.js:487 +msgid "Select or search a supporter ..." +msgstr "Выберите или найдите сторонника ..." + +#: assignments/static/js/assignments/site.js:199 +#: motions/static/js/motions/site.js:473 +msgid "Select or search a tag ..." +msgstr "Выберите или найдите тег ..." + +#: motions/static/js/motions/site.js:502 +msgid "Select or search a workflow ..." +msgstr "Выберите или найдите рабочий процесс ..." + +#: motions/static/js/motions/site.js:422 topics/static/js/topics/site.js:115 +msgid "Select or search an attachment ..." +msgstr "Выберите или найдите вложение ..." + +#: core/static/templates/core/manage-projectors.html:13 +msgid "Select the projector to which the current list of speakers refers to." +msgstr "Выберите проектор, к которому относится текущий список ораторов." + +#: csv-import.html:27 +msgid "Separator" +msgstr "Разделитель" + +#: core/static/js/core/site.js:1687 +msgid "Separator used for all csv exports and examples" +msgstr "Сепаратор используется для всего CSV-экспорта и всех примеров" + +#: motions/static/js/motions/docx.js:77 motions/static/js/motions/pdf.js:37 +msgid "Sequential number" +msgstr "Порядковый номер" + +#: motions/static/js/motions/site.js:1958 +msgid "Serially numbered" +msgstr "Серийно пронумерованный" + +#: motions/static/templates/motions/motion-list.html:535 +msgid "Set a category" +msgstr "Установить категорию" + +#: motions/static/templates/motions/motion-list.html:569 +msgid "Set a motion block" +msgstr "Установить блок заявлений" + +#: motions/static/templates/motions/motion-list.html:112 +#: motions/static/templates/motions/motion-list.html:86 +msgid "Set category" +msgstr "Установить категорию" + +#: agenda/static/templates/agenda/item-list.html:323 +#: users/static/templates/users/user-list.html:393 +msgid "Set comment ..." +msgstr "Установить комментарий ..." + +#: agenda/static/templates/agenda/item-list.html:306 +msgid "Set duration ..." +msgstr "Установить продолжительность ..." + +#: users/static/templates/users/user-import.html:95 +msgid "Set global action" +msgstr "Установить глобальное действие" + +#: assignments/static/templates/assignments/assignment-detail.html:137 +msgid "Set hint for ballot paper ..." +msgstr "Установить подсказку на избирательный бюллетень ..." + +#: motions/static/js/motions/site.js:1959 +msgid "Set it manually" +msgstr "Установите его вручную" + +#: agenda/static/templates/agenda/item-list.html:332 +msgid "Set item number ..." +msgstr "" + +#: motions/static/templates/motions/motion-list.html:125 +#: motions/static/templates/motions/motion-list.html:87 +msgid "Set motion block" +msgstr "Установить блок заявлений" + +#: motions/static/templates/motions/motion-list.html:85 +#: motions/static/templates/motions/motion-list.html:99 +msgid "Set status" +msgstr "Установить статус" + +#: users/static/templates/users/user-list.html:377 +msgid "Set structure level ..." +msgstr "Установить уровень структуры ..." + +#: users/static/templates/users/user-list.html:76 +msgid "Set/Unset 'is a committee'" +msgstr "Установить/Отключить 'является комитет'" + +#: users/static/templates/users/user-list.html:74 +msgid "Set/Unset 'is active'" +msgstr "Установить/Отключить 'активен'" + +#: users/static/templates/users/user-list.html:75 +msgid "Set/Unset 'is present'" +msgstr "Установить/Отключить 'присутствует'" + +#: config.html:3 core/static/js/core/site.js:170 +#: core/static/js/core/site.js:358 +msgid "Settings" +msgstr "Настройки" + +#: core/static/js/core/site.js:1676 +msgid "Short description of event" +msgstr "Короткое описание события" + +#: assignments/static/js/assignments/site.js:157 +#: motions/static/js/motions/motion-block.js:85 +#: motions/static/js/motions/site.js:374 topics/static/js/topics/site.js:124 +msgid "Show as agenda item" +msgstr "Показать как пункт повестки дня" + +#: assignments/static/js/assignments/site.js:184 +#: motions/static/js/motions/site.js:404 users/static/js/users/site.js:329 +msgid "Show extended fields" +msgstr "Показать дополнительные поля" + +#: motions/static/templates/motions/motion-detail.html:525 +msgid "Show history" +msgstr "Показать историю" + +#: agenda/static/templates/agenda/item-sort.html:19 +msgid "Show internal items" +msgstr "Показать внутренние элементы" + +#: core/static/js/core/site.js:1688 +msgid "Show logo on projector" +msgstr "Отображать логотип на проэкторе" + +#: agenda/static/js/agenda/site.js:711 +msgid "Show orange countdown in the last x seconds of speaking time" +msgstr "Показать оранжевый отсчет в последние х секунд выступления" + +#: core/static/js/core/site.js:1686 +msgid "Show this text on the login page" +msgstr "Показать этот текст на странице входа в систему" + +#: core/static/js/core/site.js:1695 +msgid "Show title and description of event on projector" +msgstr "Показать заголовок и описание события на проекторе" + +#: motions/static/js/motions/base.js:789 +msgid "Simple Workflow" +msgstr "Простой рабочий процесс" + +#: assignments/static/js/assignments/site.js:918 +#: motions/static/js/motions/site.js:2007 +msgid "Simple majority" +msgstr "Простое большинство" + +#: core/static/templates/core/manage-projectors.html:146 +#: core/static/templates/core/projector-controls.html:99 +msgid "Smaller" +msgstr "Меньше" + +#: assignments/static/templates/assignments/assignment-list.html:143 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:191 +#: motions/static/templates/motions/category-list.html:44 +#: motions/static/templates/motions/motion-list.html:292 +#: users/static/templates/users/user-list.html:221 +msgid "Sort" +msgstr "Сортировать" + +#: agenda/static/templates/agenda/item-list.html:78 +msgid "Sort ..." +msgstr "Сортировать ..." + +#: agenda/static/templates/agenda/item-sort.html:9 +msgid "Sort agenda" +msgstr "Сортировать повестку дня" + +#: users/static/js/users/site.js:1551 +msgid "Sort name of participants by" +msgstr "Сортировка участников по" + +#: assignments/static/templates/assignments/assignmentpoll-form.html:8 +#: motions/static/templates/motions/motionpoll-form.html:8 +msgid "Special values" +msgstr "Специальные значения" + +#: users/static/js/users/base.js:164 +msgid "Staff" +msgstr "Сотрудники" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:93 +#: core/static/templates/core/projector-controls.html:175 +msgid "Start" +msgstr "Старт" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:57 +#: core/static/templates/core/projector-controls.html:198 +msgid "Start time" +msgstr "Время начала" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:100 +msgid "Start/stop video" +msgstr "Старт/стоп видео" + +#: motions/static/js/motions/pdf.js:62 motions/static/js/motions/site.js:810 +#: motions/static/templates/motions/motion-block-detail.html:51 +#: motions/static/templates/motions/motion-detail.html:132 +#: motions/static/templates/motions/motion-detail.html:136 +#: motions/static/templates/motions/motion-list.html:164 +#: motions/static/templates/motions/slide_motion.html:5 +msgid "State" +msgstr "Состояние" + +#: motions/static/js/motions/docx.js:79 +msgid "Status" +msgstr "Статус" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:74 +msgid "Stop" +msgstr "Стоп" + +#: motions/static/js/motions/site.js:1971 +msgid "Stop submitting new motions by non-staff users" +msgstr "Остановка подачи новых заявлений не являющихся сотрудниками пользователей" + +#: users/static/js/users/pdf.js:67 users/static/js/users/site.js:1046 +#: users/static/js/users/site.js:270 users/static/js/users/site.js:570 +#: users/static/templates/users/user-detail.html:27 +#: users/static/templates/users/user-import.html:54 +#: users/static/templates/users/user-import.html:80 +#: users/static/templates/users/user-list.html:374 +#: users/static/templates/users/user-list.html:383 +msgid "Structure level" +msgstr "Уровень структуры" + +#: core/static/js/core/site.js:130 core/static/js/core/site.js:131 +msgid "Submit" +msgstr "Отправить" + +#: motions/static/templates/motions/motion-import.html:26 +#: motions/static/templates/motions/motion-import.html:47 +msgid "Submitter" +msgstr "Податель" + +#: motions/static/js/motions/docx.js:78 motions/static/js/motions/pdf.js:50 +#: motions/static/js/motions/site.js:322 motions/static/js/motions/site.js:804 +#: motions/static/templates/motions/motion-detail.html:92 +#: motions/static/templates/motions/slide_motion.html:15 +msgid "Submitters" +msgstr "Податели" + +#: motions/static/js/motions/pdf.js:204 +#: motions/static/templates/motions/motion-detail/change-summary.html:4 +msgid "Summary of change recommendations" +msgstr "Резюме рекомендаций по изменению" + +#: motions/static/templates/motions/motion-detail.html:107 +msgid "Support motion" +msgstr "Суппорт заявлений" + +#: motions/static/js/motions/site.js:1985 +#: motions/static/js/motions/site.js:484 +#: motions/static/templates/motions/motion-detail.html:99 +#: motions/static/templates/motions/motion-list.html:648 +msgid "Supporters" +msgstr "Сторонники" + +#: users/static/js/users/site.js:1554 users/static/js/users/site.js:257 +#: users/static/js/users/site.js:560 +#: users/static/templates/users/user-import.html:53 +#: users/static/templates/users/user-import.html:79 +msgid "Surname" +msgstr "Фамилия" + +#: users/static/js/users/site.js:1560 +msgid "System URL" +msgstr "URL системы" + +#: assignments/static/js/assignments/pdf.js:511 +#: motions/static/js/motions/docx.js:49 motions/static/js/motions/pdf.js:465 +msgid "Table of contents" +msgstr "Содержание" + +#: assignments/static/templates/assignments/assignment-list.html:100 +#: motions/static/templates/motions/motion-list.html:268 +msgid "Tag" +msgstr "Тэг" + +#: assignments/static/js/assignments/site.js:196 +#: assignments/static/templates/assignments/assignment-detail.html:53 +#: assignments/static/templates/assignments/assignment-list.html:10 +#: core/static/js/core/site.js:379 core/static/templates/core/tag-list.html:13 +#: motions/static/js/motions/site.js:470 +#: motions/static/templates/motions/motion-detail.html:265 +#: motions/static/templates/motions/motion-detail.html:269 +#: motions/static/templates/motions/motion-list.html:18 +msgid "Tags" +msgstr "Тэги" + +#: motions/static/js/motions/site.js:344 +#: motions/static/templates/motions/motion-import.html:24 +#: motions/static/templates/motions/motion-import.html:45 +#: topics/static/js/topics/site.js:100 +#: topics/static/templates/topics/topic-import.html:51 +#: topics/static/templates/topics/topic-import.html:70 +msgid "Text" +msgstr "Текст" + +#: motions/static/js/motions/site.js:260 +msgid "Text from line %from% to %to%" +msgstr "Текст строки от %from% до %to%" + +#: motions/static/js/motions/site.js:259 +msgid "Text in line %from%" +msgstr "Текст в строке %from%" + +#: motions/static/js/motions/site.js:1999 +msgid "The 100 % base of a voting result consists of" +msgstr " 100% основного результата голосования состоит из" + +#: assignments/static/js/assignments/site.js:901 +msgid "The 100-%-base of an election result consists of" +msgstr "100-%-база результата выборов состоит из" + +#: motions/static/js/motions/site.js:1961 +msgid "The assembly may decide:" +msgstr "Собрание может принять решение:" + +#: core/static/js/core/site.js:1471 +msgid "The delete was successful." +msgstr " Успешно удалено." + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:38 +msgid "The list of speakers is empty." +msgstr "Список спикеров пуст." + +#: motions/static/js/motions/site.js:1970 +msgid "" +"The maximum number of characters per line. Relevant when line numbering is " +"enabled. Min: 40" +msgstr "Максимальное количество символов в строке. Действительно, когда нумерация строк включена. Мин: 40" + +#: core/static/js/core/base.js:476 +msgid "The server didn't respond." +msgstr "" + +#: motions/static/templates/motions/motion-detail/view-original.html:8 +msgid "The text has been changed." +msgstr "Текст был изменен." + +#: motions/static/js/motions/site.js:1982 +msgid "The title of the motion is always applied." +msgstr "Название заявления всегда применяется." + +#: users/static/js/users/site.js:1029 +msgid "There are more than one duplicates of this user!" +msgstr "Есть более одного дубликата этого пользователя!" + +#: mediafiles/static/js/mediafiles/forms.js:78 +msgid "This does not protect the file but hides it for non authorized users." +msgstr "Это не защищает файл, но скрывает его от не авторизованных пользователей." + +#: motions/static/templates/motions/motion-detail.html:503 +msgid "This is the last active version." +msgstr "Это последняя активная версия." + +#: agenda/static/js/agenda/site.js:701 +msgid "This prefix will be set if you run the automatic agenda numbering." +msgstr "Этот префикс будет установлен, если вы запустите автоматическую нумерацию повестки дня." + +#: motions/static/templates/motions/motion-detail.html:72 +msgid "This version is not permitted." +msgstr "Эта версия не допускается." + +#: assignments/static/js/assignments/site.js:920 +#: motions/static/js/motions/site.js:2009 +msgid "Three-quarters majority" +msgstr "Три четверти большинства" + +#: assignments/static/js/assignments/site.js:125 +#: assignments/static/js/assignments/site.js:327 +#: mediafiles/static/js/mediafiles/forms.js:70 +#: mediafiles/static/js/mediafiles/list.js:95 +#: motions/static/js/motions/motion-block.js:78 +#: motions/static/js/motions/site.js:333 motions/static/js/motions/site.js:802 +#: motions/static/templates/motions/motion-import.html:23 +#: motions/static/templates/motions/motion-import.html:44 +#: topics/static/js/topics/site.js:92 +#: topics/static/templates/topics/topic-import.html:50 +#: topics/static/templates/topics/topic-import.html:69 +#: users/static/js/users/site.js:241 +#: users/static/templates/users/user-import.html:51 +#: users/static/templates/users/user-import.html:77 +msgid "Title" +msgstr "Название" + +#: motions/static/js/motions/site.js:2018 +msgid "Title for PDF and DOCX documents (all motions)" +msgstr "Заголовок для PDF и DOCX документов (все заявления)" + +#: assignments/static/js/assignments/site.js:922 +msgid "Title for PDF document (all elections)" +msgstr "Заголовок PDF-Документа (все выборы)" + +#: users/static/js/users/site.js:1557 +msgid "Title for access data and welcome PDF" +msgstr "Название для доступа к данным и приветствия PDF" + +#: topics/static/templates/topics/topic-import.html:56 +msgid "Title is required. All other fields are optional and may be empty." +msgstr "Необходимо указать название. Все остальные поля не являются обязательными и могут быть пустыми." + +#: motions/static/js/motions/site.js:237 +msgid "To Line" +msgstr "К строке" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:76 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:93 +msgid "Toggle fullscreen" +msgstr "Включить полноэкранный режим" + +#: topics/static/js/topics/base.js:16 +#: topics/static/templates/topics/topic-detail.html:24 +msgid "Topic" +msgstr "Тема" + +#: topics/static/js/topics/site.js:17 +msgid "Topics" +msgstr "Темы" + +#: motions/static/js/motions/site.js:365 +#: motions/static/templates/motions/motion-detail/view-original.html:17 +msgid "Trivial change" +msgstr "Тривиальное изменение" + +#: assignments/static/js/assignments/site.js:919 +#: motions/static/js/motions/site.js:2008 +msgid "Two-thirds majority" +msgstr "Две трети большинства" + +#: mediafiles/static/js/mediafiles/list.js:97 +msgid "Type" +msgstr "Тип" + +#: motions/static/templates/motions/motion-detail.html:112 +msgid "Unsupport motion" +msgstr "Не поддерживаемое заявление" + +#: mediafiles/static/js/mediafiles/list.js:101 +msgid "Upload time" +msgstr "Время загрузки" + +#: mediafiles/static/js/mediafiles/forms.js:87 +#: mediafiles/static/js/mediafiles/list.js:103 +msgid "Uploaded by" +msgstr "Загружено пользователем" + +#: assignments/static/js/assignments/site.js:914 +#: motions/static/js/motions/site.js:2014 +msgid "Use the following custom number" +msgstr "Использовать следующий пользовательский номер" + +#: users/static/js/users/site.js:1561 +msgid "Used for QRCode in PDF of access data." +msgstr "Используется для QR-Код в PDF данных доступа." + +#: users/static/js/users/site.js:1563 users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1567 +msgid "Used for WLAN QRCode in PDF of access data." +msgstr "Используется для WLAN QR-Код в PDF данных доступа." + +#: core/static/templates/core/login-form.html:12 +#: users/static/js/users/pdf.js:190 users/static/js/users/site.js:1047 +#: users/static/js/users/site.js:286 users/static/js/users/site.js:410 +#: users/static/templates/users/user-detail.html:41 +msgid "Username" +msgstr "Имя пользователя" + +#: motions/static/templates/motions/motion-import.html:115 +msgid "Users created" +msgstr "Пользователи созданы" + +#: users/static/templates/users/group-list.html:35 +msgid "Users without any assigned group gain the permissions from this group." +msgstr "Пользователи, не входящие в какою-либо группу, получают разрешения от этой группы." + +#: assignments/static/js/assignments/pdf.js:186 +#: assignments/static/js/assignments/site.js:825 +#: assignments/static/templates/assignments/assignment-detail.html:249 +#: assignments/static/templates/assignments/slide_assignment.html:82 +#: motions/static/js/motions/site.js:591 +#: motions/static/templates/motions/motion-detail.html:365 +msgid "Valid ballots" +msgstr "Действительные бюллетени" + +#: motions/static/js/motions/pdf.js:129 +msgid "Valid votes" +msgstr "Действительные голоса" + +#: motions/static/templates/motions/motion-detail.html:496 +#: motions/static/templates/motions/motion-detail.html:499 +msgid "Version" +msgstr "Версия" + +#: motions/static/templates/motions/motion-detail.html:492 +msgid "Version history" +msgstr "История версий" + +#. ballot of a motion +#: motions/static/js/motions/pdf.js:107 +#: motions/static/templates/motions/motion-detail.html:296 +#: motions/static/templates/motions/motionpoll-form.html:1 +#: motions/static/templates/motions/slide_motion.html:25 +msgid "Vote" +msgstr "Голос" + +#: assignments/static/js/assignments/pdf.js:151 +#: assignments/static/templates/assignments/assignment-detail.html:209 +#: assignments/static/templates/assignments/slide_assignment.html:36 +msgid "Votes" +msgstr "Голоса" + +#: motions/static/js/motions/pdf.js:143 +msgid "Votes cast" +msgstr "Количество голосовавших" + +#: assignments/static/js/assignments/site.js:926 +msgid "Voting" +msgstr "Голосование" + +#: motions/static/js/motions/site.js:1998 +msgid "Voting and ballot papers" +msgstr "Голосование и избирательные бюллетени" + +#: motions/static/js/motions/pdf.js:151 +#: motions/static/templates/motions/motion-detail.html:292 +#: motions/static/templates/motions/slide_motion.html:21 +msgid "Voting result" +msgstr "Результат голосования" + +#: users/static/js/users/site.js:1568 +msgid "WEP" +msgstr "WEP" + +#: users/static/js/users/pdf.js:134 +msgid "WLAN access data" +msgstr "WLAN Данные доступа " + +#: users/static/js/users/pdf.js:154 users/static/js/users/site.js:1566 +msgid "WLAN encryption" +msgstr "WLAN шифрование" + +#: users/static/js/users/pdf.js:138 users/static/js/users/site.js:1562 +msgid "WLAN name (SSID)" +msgstr "WLAN имя (SSID)" + +#: users/static/js/users/pdf.js:146 users/static/js/users/site.js:1564 +msgid "WLAN password" +msgstr "WLAN пароль" + +#: users/static/js/users/site.js:1569 +msgid "WPA/WPA2" +msgstr "WPA/WPA2" + +#: assignments/static/templates/assignments/slide_assignment.html:28 +msgid "Waiting for results ..." +msgstr "Ожидание результатов ..." + +#: core/static/js/core/site.js:1682 users/static/js/users/site.js:1556 +msgid "Welcome to OpenSlides" +msgstr "Добро пожаловать в OpenSlides" + +#: motions/static/js/motions/site.js:1975 +msgid "" +"Will be displayed as label before selected recommendation. Use an empty " +"value to disable the recommendation system." +msgstr "Будет отображаться в качестве метки перед выбранной рекомендацией. Используйте пустое значение, чтобы отключить систему рекомендаций." + +#: motions/static/js/motions/base.js:813 +msgid "Withdraw" +msgstr "Отозван" + +#: motions/static/js/motions/site.js:498 +msgid "Workflow" +msgstr "Рабочий процесс" + +#: motions/static/js/motions/site.js:1955 +msgid "Workflow of new motions" +msgstr "Рабочий процесс новых заявлений" + +#: assignments/static/js/assignments/pdf.js:299 +#: assignments/static/js/assignments/site.js:626 +#: assignments/static/js/assignments/site.js:773 +#: motions/static/js/motions/pdf.js:113 motions/static/js/motions/pdf.js:348 +#: motions/static/js/motions/site.js:564 +#: motions/static/templates/motions/motion-detail.html:329 +#: motions/static/templates/motions/slide_motion.html:33 +msgid "Yes" +msgstr "Да" + +#: motions/static/js/motions/site.js:2001 +msgid "Yes/No" +msgstr "Да/Нет" + +#: assignments/static/js/assignments/site.js:907 +#: assignments/static/templates/assignments/assignment-detail.html:193 +msgid "Yes/No per candidate" +msgstr "Да/Нет на одного кандидата" + +#: motions/static/js/motions/site.js:2000 +msgid "Yes/No/Abstain" +msgstr "Да/Нет/Воздержаться" + +#: assignments/static/js/assignments/site.js:906 +#: assignments/static/templates/assignments/assignment-detail.html:192 +msgid "Yes/No/Abstain per candidate" +msgstr "Да/Нет/Воздержитесь на одного кандидата" + +#: users/static/templates/users/group-list.html:69 +msgid "You are not allowed to lock yourself out of the configuration!" +msgstr "Вы не можете запереть себя из конфигурации!" + +#: core/static/js/core/site.js:1689 +msgid "" +"You can replace the logo. Just copy a file to \"static/img/logo-" +"projector.png\" in your OpenSlides data path." +msgstr "Вы можете заменить логотип. Просто скопируйте файл в \"static/img/logo-projector.png\"." + +#: users/static/js/users/site.js:1462 +msgid "You have to enable cookies to use OpenSlides." +msgstr "Вы должны включить куки для пользования OpenSlides." + +#: users/static/templates/users/user-change-password.html:17 +msgid "You override the personally set password of" +msgstr "Вы изменяете установленный персональный пароль от" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:66 +msgid "Zoom in" +msgstr "Увеличить" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:57 +msgid "Zoom out" +msgstr "Уменьшить" + +#: agenda/static/js/agenda/site.js:714 +msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." +msgstr "[Начало речи] начинает обратный отсчет, [Конец речи] останавливает отсчет времени." + +#: users/static/js/users/site.js:1558 +msgid "[Place for your welcome and help text.]" +msgstr "[Место для приветствия и текста справки.]" + +#: core/static/js/core/site.js:1684 +msgid "[Space for your welcome text.]" +msgstr "[Место для вашего текста приветствия.]" + +#: motions/static/js/motions/base.js:791 motions/static/js/motions/base.js:806 +msgid "accepted" +msgstr "принято" + +#: motions/static/js/motions/base.js:814 +msgid "adjourned" +msgstr "отложено" + +#: users/static/js/users/site.js:1048 +msgid "already exists." +msgstr "уже существует." + +#: motions/static/js/motions/motion-services.js:47 +msgid "ballot-paper" +msgstr "бюллетень" + +#: motions/static/templates/motions/motion-list.html:502 +msgid "by" +msgstr "по" + +#: core/static/js/core/site.js:46 +msgid "clear" +msgstr "очистить" + +#: core/static/js/core/site.js:58 +msgid "close" +msgstr "закрыть" + +#: users/static/js/users/site.js:954 +msgid "create duplicate" +msgstr "создать дубликат" + +#: core/static/js/core/site.js:50 +msgid "date" +msgstr "дата" + +#: users/static/templates/users/user-import.html:90 +msgid "duplicate" +msgstr "дубликат" + +#: users/static/templates/users/user-import.html:91 +msgid "duplicates" +msgstr "дубликаты" + +#: assignments/static/templates/assignments/assignment-list.html:76 +msgid "elections" +msgstr "выборы" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:143 +msgid "files" +msgstr "файлы" + +#: motions/static/templates/motions/motion-detail/toolbar.html:89 +msgid "go" +msgstr "идти" + +#. 'h' means time in hours +#: agenda/static/templates/agenda/item-list.html:309 +msgid "h" +msgstr "ч" + +#: topics/static/templates/topics/topic-import.html:27 +#: users/static/templates/users/user-import.html:28 +msgid "imported" +msgstr "импортный" + +#: motions/static/templates/motions/motion-detail/toolbar.html:40 +#: motions/static/templates/motions/motion-detail/toolbar.html:65 +msgid "inline" +msgstr "в очереди" + +#: motions/static/templates/motions/motion-detail/comments.html:26 +msgid "internal" +msgstr "внутренний" + +#: assignments/static/js/assignments/pdf.js:238 +#: assignments/static/templates/assignments/assignment-detail.html:219 +#: assignments/static/templates/assignments/assignment-detail.html:92 +#: assignments/static/templates/assignments/slide_assignment.html:22 +#: assignments/static/templates/assignments/slide_assignment.html:43 +msgid "is elected" +msgstr "избран" + +#: assignments/static/templates/assignments/assignment-detail.html:222 +msgid "is not elected" +msgstr "не избран" + +#: agenda/static/templates/agenda/item-list.html:133 +msgid "items" +msgstr "пункты" + +#: users/static/js/users/site.js:952 +msgid "keep original" +msgstr "сохранить оригинал" + +#: assignments/static/js/assignments/base.js:255 +#: assignments/static/js/assignments/base.js:44 +#: assignments/static/templates/assignments/assignmentpoll-form.html:9 +#: motions/static/js/motions/base.js:142 +#: motions/static/templates/motions/motionpoll-form.html:9 +msgid "majority" +msgstr "большинство" + +#: agenda/static/templates/agenda/list-of-speakers-partial-management.html:56 +msgid "minutes" +msgstr "минут" + +#: motions/static/templates/motions/motion-block-detail.html:43 +#: motions/static/templates/motions/motion-list.html:140 +msgid "motions" +msgstr "заявления" + +#: motions/static/templates/motions/motion-import.html:114 +msgid "motions were successfully imported." +msgstr "заявления были успешно импортированы." + +#: motions/static/templates/motions/motion-import.html:107 +msgid "motions will be imported." +msgstr "заявления будут импортированы." + +#: motions/static/templates/motions/motion-import.html:102 +msgid "motions will be not imported." +msgstr "заявления не будут импортированы." + +#: motions/static/js/motions/site.js:2022 +msgid "needed" +msgstr "необходимый" + +#: motions/static/js/motions/base.js:823 +msgid "needs review" +msgstr "требует пересмотра" + +#: motions/static/templates/motions/motion-detail/toolbar.html:34 +#: motions/static/templates/motions/motion-detail/toolbar.html:60 +msgid "none" +msgstr "никто" + +#: motions/static/js/motions/base.js:817 +msgid "not concerned" +msgstr "не касается" + +#: motions/static/js/motions/base.js:797 +msgid "not decided" +msgstr "не решено" + +#: core/static/js/core/site.js:38 +msgid "now" +msgstr "в настоящее время" + +#: mediafiles/static/templates/mediafiles/mediafile-list.html:47 +msgid "of" +msgstr "из" + +#: motions/static/templates/motions/motion-detail/toolbar.html:46 +#: motions/static/templates/motions/motion-detail/toolbar.html:70 +msgid "outside" +msgstr "вне" + +#: users/static/js/users/site.js:953 +msgid "override new" +msgstr "переопределить новый" + +#: users/static/templates/users/user-list.html:131 +msgid "participants" +msgstr "участники" + +#: users/static/templates/users/user-import.html:207 +msgid "participants were successfully imported." +msgstr "участники были успешно импортированы." + +#: users/static/templates/users/user-import.html:200 +msgid "participants will be imported." +msgstr "участники будут импортированы." + +#: users/static/templates/users/user-import.html:195 +msgid "participants will be not imported." +msgstr "участники не будут импортированы." + +#: motions/static/js/motions/base.js:803 +msgid "permitted" +msgstr "разрешено" + +#: motions/static/js/motions/base.js:802 +msgid "published" +msgstr "опубликовано" + +#: motions/static/js/motions/base.js:820 +msgid "refered to committee" +msgstr "отнесено к комитету" + +#: motions/static/js/motions/base.js:794 motions/static/js/motions/base.js:809 +msgid "rejected" +msgstr "отвергнуто" + +#: motions/static/js/motions/base.js:825 +msgid "rejected (not authorized)" +msgstr "отклонено (не авторизован)" + +#: search.html:28 +msgid "results" +msgstr "результаты" + +#: agenda/static/templates/agenda/item-list.html:134 +#: assignments/static/templates/assignments/assignment-list.html:77 +#: mediafiles/static/templates/mediafiles/mediafile-list.html:144 +#: motions/static/templates/motions/motion-list.html:141 +#: users/static/templates/users/user-list.html:132 +msgid "selected" +msgstr "выбранный" + +#: agenda/static/templates/agenda/slide-list-of-speakers.html:9 +msgid "speakers" +msgstr "спикеры" + +#: motions/static/js/motions/base.js:790 +msgid "submitted" +msgstr "отправлено" + +#: core/static/js/core/site.js:54 +msgid "time" +msgstr "время" + +#: core/static/js/core/site.js:42 +msgid "today" +msgstr "сегодня" + +#: topics/static/templates/topics/topic-import.html:116 +msgid "topics were successfully imported." +msgstr "темы были успешно импортированы." + +#: topics/static/templates/topics/topic-import.html:109 +msgid "topics will be imported." +msgstr "темы будут импортированы." + +#: topics/static/templates/topics/topic-import.html:104 +msgid "topics will be not imported." +msgstr "темы не будут импортированы." + +#: assignments/static/js/assignments/base.js:258 +#: assignments/static/js/assignments/base.js:47 +#: assignments/static/templates/assignments/assignmentpoll-form.html:10 +#: motions/static/js/motions/base.js:145 +#: motions/static/templates/motions/motionpoll-form.html:10 +msgid "undocumented" +msgstr "незадокументированно" + +#: motions/static/js/motions/base.js:812 +msgid "withdrawed" +msgstr "отозваны" diff --git a/openslides/locale/angular-gettext/template-en.pot b/openslides/locale/angular-gettext/template-en.pot index 37da20122..48ac5088c 100644 --- a/openslides/locale/angular-gettext/template-en.pot +++ b/openslides/locale/angular-gettext/template-en.pot @@ -4,11 +4,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Project-Id-Version: \n" -#: motions/static/js/motions/base.js:746 +#: motions/static/js/motions/base.js:751 msgid "%TYPE% from line %FROM% to %TO%" msgstr "" -#: motions/static/js/motions/base.js:748 +#: motions/static/js/motions/base.js:753 msgid "%TYPE% in line %FROM%" msgstr "" @@ -41,7 +41,7 @@ msgstr "" msgid "--- Set phase ---" msgstr "" -#: core/static/js/core/site.js:1657 +#: core/static/js/core/site.js:1670 msgid "OpenSlides is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly." msgstr "" @@ -56,8 +56,8 @@ msgid "About me" msgstr "" #: assignments/static/js/assignments/pdf.js:314 -#: assignments/static/js/assignments/site.js:629 -#: assignments/static/js/assignments/site.js:794 +#: assignments/static/js/assignments/site.js:628 +#: assignments/static/js/assignments/site.js:795 #: motions/static/js/motions/pdf.js:123 #: motions/static/js/motions/pdf.js:350 #: motions/static/js/motions/site.js:582 @@ -66,13 +66,13 @@ msgstr "" msgid "Abstain" msgstr "" -#: motions/static/js/motions/base.js:787 -#: motions/static/js/motions/base.js:802 +#: motions/static/js/motions/base.js:792 +#: motions/static/js/motions/base.js:807 msgid "Accept" msgstr "" -#: motions/static/js/motions/base.js:788 -#: motions/static/js/motions/base.js:803 +#: motions/static/js/motions/base.js:793 +#: motions/static/js/motions/base.js:808 msgid "Acceptance" msgstr "" @@ -81,7 +81,7 @@ msgctxt "special filetypes in a file open dialog" msgid "Accepted file types" msgstr "" -#: motions/static/js/motions/site.js:1997 +#: motions/static/js/motions/site.js:1979 msgid "Activate amendments" msgstr "" @@ -125,11 +125,11 @@ msgstr "" msgid "Add new message" msgstr "" -#: motions/static/js/motions/base.js:810 +#: motions/static/js/motions/base.js:815 msgid "Adjourn" msgstr "" -#: motions/static/js/motions/base.js:811 +#: motions/static/js/motions/base.js:816 msgid "Adjournment" msgstr "" @@ -140,10 +140,10 @@ msgstr "" #: agenda/static/js/agenda/base.js:65 #: agenda/static/js/agenda/pdf.js:15 #: agenda/static/js/agenda/site.js:19 -#: agenda/static/js/agenda/site.js:276 +#: agenda/static/js/agenda/site.js:279 #: agenda/static/js/agenda/site.js:31 #: agenda/static/js/agenda/site.js:49 -#: agenda/static/js/agenda/site.js:698 +#: agenda/static/js/agenda/site.js:702 #: agenda/static/templates/agenda/item-detail.html:6 #: agenda/static/templates/agenda/item-list.html:35 #: agenda/static/templates/agenda/item-list.html:61 @@ -151,13 +151,13 @@ msgstr "" msgid "Agenda" msgstr "" -#: assignments/static/js/assignments/site.js:913 -#: motions/static/js/motions/site.js:2021 +#: assignments/static/js/assignments/site.js:909 +#: motions/static/js/motions/site.js:2003 msgid "All casted ballots" msgstr "" -#: assignments/static/js/assignments/site.js:912 -#: motions/static/js/motions/site.js:2020 +#: assignments/static/js/assignments/site.js:908 +#: motions/static/js/motions/site.js:2002 msgid "All valid ballots" msgstr "" @@ -165,23 +165,23 @@ msgstr "" msgid "All your changes are saved immediately. Changes you make are only effective once you (or the users concerned) reload the page." msgstr "" -#: core/static/js/core/site.js:1672 +#: core/static/js/core/site.js:1685 msgid "Allow access for anonymous guest users" msgstr "" -#: motions/static/js/motions/site.js:1990 +#: motions/static/js/motions/site.js:1972 msgid "Allow to disable versioning" msgstr "" -#: assignments/static/js/assignments/site.js:901 +#: assignments/static/js/assignments/site.js:897 msgid "Always Yes-No-Abstain per candidate" msgstr "" -#: assignments/static/js/assignments/site.js:902 +#: assignments/static/js/assignments/site.js:898 msgid "Always Yes/No per candidate" msgstr "" -#: assignments/static/js/assignments/site.js:900 +#: assignments/static/js/assignments/site.js:896 msgid "Always one option per candidate" msgstr "" @@ -190,16 +190,16 @@ msgstr "" msgid "Amendment of motion" msgstr "" -#: motions/static/js/motions/site.js:1996 +#: motions/static/js/motions/site.js:1978 #: motions/static/templates/motions/motion-detail.html:118 msgid "Amendments" msgstr "" -#: motions/static/js/motions/site.js:1999 +#: motions/static/js/motions/site.js:1981 msgid "Apply text for new amendments" msgstr "" -#: agenda/static/js/agenda/site.js:701 +#: agenda/static/js/agenda/site.js:705 msgid "Arabic" msgstr "" @@ -223,7 +223,7 @@ msgstr "" msgid "Are you sure you want to delete all selected users?" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:145 +#: assignments/static/templates/assignments/assignment-detail.html:143 msgid "Are you sure you want to delete this ballot?" msgstr "" @@ -275,7 +275,7 @@ msgid "" msgstr "" #: motions/static/js/motions/site.js:419 -#: topics/static/js/topics/site.js:111 +#: topics/static/js/topics/site.js:112 msgid "Attachment" msgstr "" @@ -288,7 +288,7 @@ msgstr "" msgid "Autodetection" msgstr "" -#: assignments/static/js/assignments/site.js:899 +#: assignments/static/js/assignments/site.js:895 msgid "Automatic assign of method" msgstr "" @@ -301,7 +301,7 @@ msgstr "" msgid "Back to categories" msgstr "" -#: motions/static/templates/motions/motion-import.html:127 +#: motions/static/templates/motions/motion-import.html:130 msgid "Back to motions overview" msgstr "" @@ -328,19 +328,19 @@ msgstr "" msgid "Back to users overview" msgstr "" -#: core/static/js/core/site.js:1683 +#: core/static/js/core/site.js:1696 msgid "Background color of projector header and footer" msgstr "" #: assignments/static/js/assignments/pdf.js:139 #: assignments/static/js/assignments/pdf.js:288 -#: assignments/static/js/assignments/site.js:620 -#: assignments/static/templates/assignments/assignment-detail.html:133 +#: assignments/static/js/assignments/site.js:619 +#: assignments/static/templates/assignments/assignment-detail.html:131 #: assignments/static/templates/assignments/assignmentpoll-form.html:1 msgid "Ballot" msgstr "" -#: assignments/static/js/assignments/site.js:904 +#: assignments/static/js/assignments/site.js:900 msgid "Ballot and ballot papers" msgstr "" @@ -348,7 +348,7 @@ msgstr "" msgid "Begin next speech" msgstr "" -#: agenda/static/js/agenda/site.js:703 +#: agenda/static/js/agenda/site.js:707 msgid "Begin of event" msgstr "" @@ -380,51 +380,51 @@ msgstr "" msgid "CSV file" msgstr "" -#: users/static/js/users/site.js:1562 +#: users/static/js/users/site.js:1540 msgid "Can create motions" msgstr "" -#: users/static/js/users/site.js:1539 +#: users/static/js/users/site.js:1517 msgid "Can manage agenda" msgstr "" -#: users/static/js/users/site.js:1552 +#: users/static/js/users/site.js:1530 msgid "Can manage configuration" msgstr "" -#: users/static/js/users/site.js:1546 +#: users/static/js/users/site.js:1524 msgid "Can manage elections" msgstr "" -#: users/static/js/users/site.js:1558 +#: users/static/js/users/site.js:1536 msgid "Can manage files" msgstr "" -#: users/static/js/users/site.js:1564 +#: users/static/js/users/site.js:1542 msgid "Can manage motions" msgstr "" -#: users/static/js/users/site.js:1551 +#: users/static/js/users/site.js:1529 msgid "Can manage tags" msgstr "" -#: users/static/js/users/site.js:1554 +#: users/static/js/users/site.js:1532 msgid "Can manage the chat" msgstr "" -#: users/static/js/users/site.js:1549 +#: users/static/js/users/site.js:1527 msgid "Can manage the projector" msgstr "" -#: users/static/js/users/site.js:1569 +#: users/static/js/users/site.js:1547 msgid "Can manage users" msgstr "" -#: users/static/js/users/site.js:1544 +#: users/static/js/users/site.js:1522 msgid "Can nominate another participant" msgstr "" -#: users/static/js/users/site.js:1545 +#: users/static/js/users/site.js:1523 msgid "Can nominate oneself" msgstr "" @@ -432,63 +432,63 @@ msgstr "" msgid "Can not open the projector." msgstr "" -#: users/static/js/users/site.js:1541 +#: users/static/js/users/site.js:1519 msgid "Can put oneself on the list of speakers" msgstr "" -#: users/static/js/users/site.js:1538 +#: users/static/js/users/site.js:1516 msgid "Can see agenda" msgstr "" -#: users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1543 msgid "Can see and manage comments" msgstr "" -#: users/static/js/users/site.js:1543 +#: users/static/js/users/site.js:1521 msgid "Can see elections" msgstr "" -#: users/static/js/users/site.js:1568 +#: users/static/js/users/site.js:1546 msgid "Can see extra data of users (e.g. present and comment)" msgstr "" -#: users/static/js/users/site.js:1559 +#: users/static/js/users/site.js:1537 msgid "Can see hidden files" msgstr "" -#: users/static/js/users/site.js:1540 +#: users/static/js/users/site.js:1518 msgid "Can see hidden items and time scheduling of agenda" msgstr "" -#: users/static/js/users/site.js:1561 +#: users/static/js/users/site.js:1539 msgid "Can see motions" msgstr "" -#: users/static/js/users/site.js:1567 +#: users/static/js/users/site.js:1545 msgid "Can see names of users" msgstr "" -#: users/static/js/users/site.js:1550 +#: users/static/js/users/site.js:1528 msgid "Can see the front page" msgstr "" -#: users/static/js/users/site.js:1556 +#: users/static/js/users/site.js:1534 msgid "Can see the list of files" msgstr "" -#: users/static/js/users/site.js:1548 +#: users/static/js/users/site.js:1526 msgid "Can see the projector" msgstr "" -#: users/static/js/users/site.js:1563 +#: users/static/js/users/site.js:1541 msgid "Can support motions" msgstr "" -#: users/static/js/users/site.js:1557 +#: users/static/js/users/site.js:1535 msgid "Can upload files" msgstr "" -#: users/static/js/users/site.js:1553 +#: users/static/js/users/site.js:1531 msgid "Can use the chat" msgstr "" @@ -515,8 +515,8 @@ msgstr "" #: assignments/static/js/assignments/pdf.js:147 #: assignments/static/js/assignments/pdf.js:65 -#: assignments/static/templates/assignments/assignment-detail.html:185 -#: assignments/static/templates/assignments/assignment-detail.html:210 +#: assignments/static/templates/assignments/assignment-detail.html:183 +#: assignments/static/templates/assignments/assignment-detail.html:208 #: assignments/static/templates/assignments/assignment-detail.html:84 #: assignments/static/templates/assignments/assignment-list.html:312 #: assignments/static/templates/assignments/slide_assignment.html:18 @@ -525,8 +525,8 @@ msgid "Candidates" msgstr "" #: assignments/static/js/assignments/pdf.js:212 -#: assignments/static/js/assignments/site.js:840 -#: assignments/static/templates/assignments/assignment-detail.html:263 +#: assignments/static/js/assignments/site.js:841 +#: assignments/static/templates/assignments/assignment-detail.html:261 #: assignments/static/templates/assignments/slide_assignment.html:92 #: motions/static/js/motions/site.js:607 #: motions/static/templates/motions/motion-detail.html:383 @@ -541,7 +541,7 @@ msgstr "" msgid "Categories" msgstr "" -#: motions/static/templates/motions/motion-import.html:113 +#: motions/static/templates/motions/motion-import.html:116 msgid "Categories created" msgstr "" @@ -553,7 +553,7 @@ msgstr "" #: motions/static/templates/motions/motion-detail.html:227 #: motions/static/templates/motions/motion-import.html:27 #: motions/static/templates/motions/motion-import.html:48 -#: motions/static/templates/motions/motion-list.html:192 +#: motions/static/templates/motions/motion-list.html:220 msgid "Category" msgstr "" @@ -571,11 +571,13 @@ msgstr "" msgid "Change password for {{ user.get_short_name() }}" msgstr "" -#: motions/static/templates/motions/motion-detail/toolbar.html:71 +#: motions/static/templates/motions/motion-detail/toolbar.html:103 +#: motions/static/templates/motions/motion-detail/toolbar.html:139 msgid "Change recommendations" msgstr "" -#: motions/static/templates/motions/motion-detail/toolbar.html:86 +#: motions/static/templates/motions/motion-detail/toolbar.html:118 +#: motions/static/templates/motions/motion-detail/toolbar.html:151 msgid "Changed version" msgstr "" @@ -583,7 +585,7 @@ msgstr "" msgid "Chat" msgstr "" -#: motions/static/js/motions/site.js:2005 +#: motions/static/js/motions/site.js:1987 msgid "Choose 0 to disable the supporting system." msgstr "" @@ -592,7 +594,7 @@ msgstr "" msgid "Clear" msgstr "" -#: motions/static/templates/motions/motion-import.html:117 +#: motions/static/templates/motions/motion-import.html:120 #: topics/static/templates/topics/topic-import.html:120 #: users/static/templates/users/user-import.html:212 msgid "Clear preview" @@ -606,12 +608,12 @@ msgstr "" msgid "Closed" msgstr "" -#: agenda/static/js/agenda/site.js:133 -#: agenda/static/js/agenda/site.js:134 +#: agenda/static/js/agenda/site.js:140 +#: agenda/static/js/agenda/site.js:141 msgid "Closed items" msgstr "" -#: core/static/js/core/site.js:1687 +#: core/static/js/core/site.js:1700 msgid "Color for blanked projector" msgstr "" @@ -627,11 +629,11 @@ msgstr "" msgid "Comment" msgstr "" -#: motions/static/js/motions/site.js:2011 +#: motions/static/js/motions/site.js:1993 msgid "Comment fields for motions" msgstr "" -#: motions/static/js/motions/site.js:2010 +#: motions/static/js/motions/site.js:1992 #: motions/static/templates/motions/motion-detail/comments.html:17 msgid "Comments" msgstr "" @@ -645,7 +647,7 @@ msgstr "" msgid "Committees" msgstr "" -#: motions/static/js/motions/base.js:796 +#: motions/static/js/motions/base.js:801 msgid "Complex Workflow" msgstr "" @@ -653,6 +655,10 @@ msgstr "" msgid "Confirm new password" msgstr "" +#: core/static/js/core/base.js:490 +msgid "Connection lost. You are not connected to the server anymore." +msgstr "" + #: core/static/templates/core/login-form.html:23 msgid "Continue as guest" msgstr "" @@ -667,16 +673,16 @@ msgstr "" msgid "Copy and paste your topic titles in this textbox. Keep each item in a single line." msgstr "" -#: core/static/js/core/base.js:812 +#: core/static/js/core/base.js:917 msgid "Countdown" msgstr "" -#: core/static/js/core/base.js:813 +#: core/static/js/core/base.js:918 #: core/static/templates/core/projector-controls.html:142 msgid "Countdowns" msgstr "" -#: agenda/static/js/agenda/site.js:709 +#: agenda/static/js/agenda/site.js:713 msgid "Couple countdown with the list of speakers" msgstr "" @@ -688,7 +694,7 @@ msgstr "" msgid "Creation date" msgstr "" -#: core/static/js/core/site.js:1681 +#: core/static/js/core/site.js:1694 msgid "Current browser language" msgstr "" @@ -701,8 +707,8 @@ msgstr "" msgid "Current list of speakers" msgstr "" -#: assignments/static/js/assignments/site.js:919 -#: motions/static/js/motions/site.js:2033 +#: assignments/static/js/assignments/site.js:915 +#: motions/static/js/motions/site.js:2015 msgid "Custom number of ballot papers" msgstr "" @@ -722,23 +728,23 @@ msgstr "" msgid "Default comment on the ballot paper" msgstr "" -#: motions/static/js/motions/site.js:1980 +#: motions/static/js/motions/site.js:1962 msgid "Default line numbering" msgstr "" -#: assignments/static/js/assignments/site.js:921 +#: assignments/static/js/assignments/site.js:917 msgid "Default method to check whether a candidate has reached the required majority." msgstr "" -#: motions/static/js/motions/site.js:2024 +#: motions/static/js/motions/site.js:2006 msgid "Default method to check whether a motion has reached the required majority." msgstr "" -#: core/static/js/core/site.js:1691 +#: core/static/js/core/site.js:1704 msgid "Default projector" msgstr "" -#: motions/static/js/motions/site.js:1992 +#: motions/static/js/motions/site.js:1974 msgid "Default text version for change recommendations" msgstr "" @@ -747,7 +753,7 @@ msgid "Delegates" msgstr "" #: agenda/static/templates/agenda/item-list.html:287 -#: assignments/static/templates/assignments/assignment-detail.html:148 +#: assignments/static/templates/assignments/assignment-detail.html:146 #: assignments/static/templates/assignments/assignment-list.html:257 #: core/static/templates/core/manage-projectors.html:72 #: core/static/templates/core/tag-list.html:45 @@ -785,7 +791,7 @@ msgstr "" msgid "Delete selected participants" msgstr "" -#: motions/static/js/motions/base.js:755 +#: motions/static/js/motions/base.js:760 #: motions/static/js/motions/pdf.js:199 #: motions/static/js/motions/site.js:249 #: motions/static/templates/motions/motion-detail/change-summary.html:26 @@ -815,17 +821,18 @@ msgstr "" msgid "Designates whether this user should be treated as active. Unselect this instead of deleting the account." msgstr "" -#: motions/static/templates/motions/motion-detail/toolbar.html:92 +#: motions/static/templates/motions/motion-detail/toolbar.html:124 +#: motions/static/templates/motions/motion-detail/toolbar.html:156 msgid "Diff version" msgstr "" -#: assignments/static/js/assignments/site.js:925 -#: motions/static/js/motions/site.js:2028 +#: assignments/static/js/assignments/site.js:921 +#: motions/static/js/motions/site.js:2010 msgid "Disabled" msgstr "" -#: assignments/static/js/assignments/site.js:914 -#: motions/static/js/motions/site.js:2022 +#: assignments/static/js/assignments/site.js:910 +#: motions/static/js/motions/site.js:2004 msgid "Disabled (no percents)" msgstr "" @@ -833,11 +840,11 @@ msgstr "" msgid "Display an identifier message on all projectors with the id and the name." msgstr "" -#: motions/static/js/motions/base.js:813 +#: motions/static/js/motions/base.js:818 msgid "Do not concern" msgstr "" -#: motions/static/js/motions/base.js:793 +#: motions/static/js/motions/base.js:798 msgid "Do not decide" msgstr "" @@ -942,7 +949,7 @@ msgid "Edit participant" msgstr "" #: index.html:97 -#: users/static/js/users/site.js:828 +#: users/static/js/users/site.js:819 msgid "Edit profile" msgstr "" @@ -959,14 +966,14 @@ msgid "Editing the text is not possible anymore once there are change recommenda msgstr "" #: assignments/static/js/assignments/base.js:330 -#: assignments/static/js/assignments/site.js:604 +#: assignments/static/js/assignments/site.js:603 #: assignments/static/templates/assignments/assignment-detail.html:31 #: assignments/static/templates/assignments/slide_assignment.html:7 msgid "Election" msgstr "" -#: assignments/static/js/assignments/site.js:898 -#: assignments/static/templates/assignments/assignment-detail.html:192 +#: assignments/static/js/assignments/site.js:894 +#: assignments/static/templates/assignments/assignment-detail.html:190 msgid "Election method" msgstr "" @@ -979,7 +986,7 @@ msgstr "" #: assignments/static/js/assignments/site.js:31 #: assignments/static/js/assignments/site.js:387 #: assignments/static/js/assignments/site.js:49 -#: assignments/static/js/assignments/site.js:903 +#: assignments/static/js/assignments/site.js:899 #: assignments/static/templates/assignments/assignment-list.html:13 msgid "Elections" msgstr "" @@ -1000,32 +1007,36 @@ msgstr "" msgid "End speech" msgstr "" -#: agenda/static/js/agenda/site.js:708 +#: agenda/static/js/agenda/site.js:712 msgid "Enter duration in seconds. Choose 0 to disable warning color." msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:163 +#: assignments/static/templates/assignments/assignment-detail.html:161 msgid "Enter votes" msgstr "" +#: core/static/js/core/base.js:473 +msgid "Error" +msgstr "" + #: pdf-status.html:18 msgid "Error while generating PDF file" msgstr "" -#: users/static/js/users/site.js:1002 +#: users/static/js/users/site.js:986 msgid "Error: Given name or surname is required." msgstr "" -#: motions/static/js/motions/site.js:1644 +#: motions/static/js/motions/site.js:1632 msgid "Error: Identifier already exists." msgstr "" -#: motions/static/js/motions/site.js:1655 +#: motions/static/js/motions/site.js:1643 msgid "Error: Text is required." msgstr "" -#: motions/static/js/motions/site.js:1650 -#: topics/static/js/topics/site.js:306 +#: motions/static/js/motions/site.js:1638 +#: topics/static/js/topics/site.js:308 msgid "Error: Title is required." msgstr "" @@ -1033,23 +1044,23 @@ msgstr "" msgid "Estimated end:" msgstr "" -#: core/static/js/core/site.js:1662 +#: core/static/js/core/site.js:1675 msgid "Event" msgstr "" -#: core/static/js/core/site.js:1664 +#: core/static/js/core/site.js:1677 msgid "Event date" msgstr "" -#: core/static/js/core/site.js:1665 +#: core/static/js/core/site.js:1678 msgid "Event location" msgstr "" -#: core/static/js/core/site.js:1656 +#: core/static/js/core/site.js:1669 msgid "Event name" msgstr "" -#: core/static/js/core/site.js:1666 +#: core/static/js/core/site.js:1679 msgid "Event organizer" msgstr "" @@ -1096,7 +1107,8 @@ msgstr "" msgid "Filter" msgstr "" -#: motions/static/templates/motions/motion-detail/toolbar.html:99 +#: motions/static/templates/motions/motion-detail/toolbar.html:131 +#: motions/static/templates/motions/motion-detail/toolbar.html:161 msgid "Final version" msgstr "" @@ -1105,7 +1117,7 @@ msgctxt "resolution" msgid "Final version" msgstr "" -#: assignments/static/js/assignments/site.js:931 +#: assignments/static/js/assignments/site.js:927 msgid "Finished" msgstr "" @@ -1117,15 +1129,15 @@ msgstr "" msgid "Follow recommendations for all motions" msgstr "" -#: core/static/js/core/site.js:1684 +#: core/static/js/core/site.js:1697 msgid "Font color of projector header and footer" msgstr "" -#: core/static/js/core/site.js:1685 +#: core/static/js/core/site.js:1698 msgid "Font color of projector headline" msgstr "" -#: assignments/static/js/assignments/site.js:906 +#: assignments/static/js/assignments/site.js:902 msgid "For Yes/No/Abstain per candidate and Yes/No per candidate the 100-%-base depends on the election method: If there is only one option per candidate, the sum of all votes of all candidates is 100 %. Otherwise for each candidate the sum of all votes is 100 %." msgstr "" @@ -1133,18 +1145,18 @@ msgstr "" msgid "From Line" msgstr "" -#: core/static/js/core/site.js:1670 +#: core/static/js/core/site.js:1683 msgid "Front page text" msgstr "" -#: core/static/js/core/site.js:1668 +#: core/static/js/core/site.js:1681 msgid "Front page title" msgstr "" -#: core/static/js/core/site.js:1661 -#: motions/static/js/motions/site.js:1972 -#: users/static/js/users/site.js:1251 -#: users/static/js/users/site.js:1572 +#: core/static/js/core/site.js:1674 +#: motions/static/js/motions/site.js:1954 +#: users/static/js/users/site.js:1235 +#: users/static/js/users/site.js:1550 msgid "General" msgstr "" @@ -1162,7 +1174,7 @@ msgstr "" msgid "Generating PDF file {{ filename }} ..." msgstr "" -#: users/static/js/users/site.js:1575 +#: users/static/js/users/site.js:1553 #: users/static/js/users/site.js:249 #: users/static/js/users/site.js:558 #: users/static/templates/users/user-import.html:52 @@ -1188,7 +1200,7 @@ msgstr "" msgid "Groups created" msgstr "" -#: users/static/js/users/site.js:1581 +#: users/static/js/users/site.js:1559 msgid "Help text for access data and welcome PDF" msgstr "" @@ -1205,7 +1217,7 @@ msgstr "" msgid "Hide internal items" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:138 +#: assignments/static/templates/assignments/assignment-detail.html:136 msgid "Hint on the ballot paper." msgstr "" @@ -1214,7 +1226,7 @@ msgstr "" msgid "Home" msgstr "" -#: motions/static/js/motions/site.js:1974 +#: motions/static/js/motions/site.js:1956 #: motions/static/js/motions/site.js:213 #: motions/static/js/motions/site.js:314 #: motions/static/js/motions/site.js:800 @@ -1231,8 +1243,8 @@ msgstr "" msgid "Identify" msgstr "" -#: motions/static/js/motions/motion-block.js:85 -#: topics/static/js/topics/site.js:124 +#: motions/static/js/motions/motion-block.js:86 +#: topics/static/js/topics/site.js:125 msgid "If deactivated it appears as internal item on agenda." msgstr "" @@ -1278,7 +1290,7 @@ msgstr "" msgid "Import {{ itemsWillBeImported }} topics" msgstr "" -#: motions/static/templates/motions/motion-import.html:120 +#: motions/static/templates/motions/motion-import.html:123 msgid "Import {{ motionsWillBeImported }} motions" msgstr "" @@ -1304,7 +1316,7 @@ msgid "Initial password can not be changed." msgstr "" #. Line numbering: Inline -#: motions/static/js/motions/site.js:1984 +#: motions/static/js/motions/site.js:1966 msgid "Inline" msgstr "" @@ -1316,11 +1328,11 @@ msgstr "" msgid "Inline editing" msgstr "" -#: agenda/static/js/agenda/site.js:704 +#: agenda/static/js/agenda/site.js:708 msgid "Input format: DD.MM.YYYY HH:MM" msgstr "" -#: motions/static/js/motions/base.js:752 +#: motions/static/js/motions/base.js:757 #: motions/static/js/motions/pdf.js:197 #: motions/static/js/motions/site.js:248 #: motions/static/templates/motions/motion-detail/change-summary.html:25 @@ -1338,21 +1350,21 @@ msgstr "" msgid "Internal item" msgstr "" -#: agenda/static/js/agenda/site.js:139 -#: agenda/static/js/agenda/site.js:140 +#: agenda/static/js/agenda/site.js:146 +#: agenda/static/js/agenda/site.js:147 msgid "Internal items" msgstr "" #: assignments/static/js/assignments/pdf.js:199 -#: assignments/static/js/assignments/site.js:832 -#: assignments/static/templates/assignments/assignment-detail.html:257 +#: assignments/static/js/assignments/site.js:833 +#: assignments/static/templates/assignments/assignment-detail.html:255 #: assignments/static/templates/assignments/slide_assignment.html:87 #: motions/static/js/motions/site.js:599 #: motions/static/templates/motions/motion-detail.html:374 msgid "Invalid ballots" msgstr "" -#: agenda/static/js/agenda/site.js:699 +#: agenda/static/js/agenda/site.js:703 msgid "Invalid input." msgstr "" @@ -1434,6 +1446,10 @@ msgstr "" msgid "Item" msgstr "" +#: motions/static/templates/motions/motion-detail/toolbar.html:85 +msgid "Jump to a given line number" +msgstr "" + #: motions/static/js/motions/site.js:814 #: motions/static/templates/motions/motion-detail.html:519 msgid "Last modified" @@ -1447,9 +1463,9 @@ msgstr "" msgid "Leave empty for autodetection of the separator." msgstr "" -#: core/static/js/core/site.js:1667 +#: core/static/js/core/site.js:1680 #: core/static/js/core/site.js:344 -#: index.html:187 +#: index.html:250 #: legalnotice.html:3 msgid "Legal notice" msgstr "" @@ -1457,29 +1473,31 @@ msgstr "" #: motions/static/js/motions/pdf.js:191 #: motions/static/templates/motions/motion-detail/change-summary.html:18 #: motions/static/templates/motions/motion-detail/change-summary.html:21 +#: motions/static/templates/motions/motion-detail/toolbar.html:78 msgid "Line" msgstr "" -#: motions/static/js/motions/site.js:1987 +#: motions/static/js/motions/site.js:1969 msgid "Line length" msgstr "" #: motions/static/templates/motions/motion-detail/toolbar.html:28 +#: motions/static/templates/motions/motion-detail/toolbar.html:53 msgid "Line numbering" msgstr "" -#: users/static/js/users/site.js:699 +#: users/static/js/users/site.js:695 #: users/static/templates/users/user-list.html:54 msgid "List of access data" msgstr "" #: users/static/js/users/pdf.js:15 -#: users/static/js/users/site.js:693 +#: users/static/js/users/site.js:689 #: users/static/templates/users/user-list.html:49 msgid "List of participants" msgstr "" -#: agenda/static/js/agenda/site.js:706 +#: agenda/static/js/agenda/site.js:710 #: agenda/static/templates/agenda/item-detail.html:21 #: agenda/static/templates/agenda/item-detail.html:47 #: agenda/static/templates/agenda/item-list.html:284 @@ -1493,7 +1511,7 @@ msgstr "" msgid "List of speakers" msgstr "" -#: core/static/js/core/site.js:1688 +#: core/static/js/core/site.js:1701 msgid "List of speakers overlay" msgstr "" @@ -1523,13 +1541,13 @@ msgstr "" msgid "Manage the current list of speakers" msgstr "" -#: core/static/js/core/base.js:761 +#: core/static/js/core/base.js:866 #: core/static/js/core/site.js:421 #: core/static/templates/core/projector-controls.html:235 msgid "Message" msgstr "" -#: core/static/js/core/base.js:762 +#: core/static/js/core/base.js:867 #: core/static/templates/core/projector-controls.html:229 msgid "Messages" msgstr "" @@ -1559,7 +1577,7 @@ msgstr "" #: motions/static/templates/motions/motion-block-detail.html:24 #: motions/static/templates/motions/motion-detail.html:243 #: motions/static/templates/motions/motion-detail.html:247 -#: motions/static/templates/motions/motion-list.html:216 +#: motions/static/templates/motions/motion-list.html:244 #: motions/static/templates/motions/slide_motion_block.html:5 msgid "Motion block" msgstr "" @@ -1570,12 +1588,12 @@ msgstr "" msgid "Motion blocks" msgstr "" -#: motions/static/js/motions/site.js:1978 +#: motions/static/js/motions/site.js:1960 msgid "Motion preamble" msgstr "" #: motions/static/js/motions/base.js:214 -#: motions/static/js/motions/site.js:1969 +#: motions/static/js/motions/site.js:1951 #: motions/static/js/motions/site.js:22 #: motions/static/js/motions/site.js:34 #: motions/static/js/motions/site.js:52 @@ -1595,17 +1613,17 @@ msgstr "" msgid "Name" msgstr "" -#: motions/static/js/motions/site.js:1991 +#: motions/static/js/motions/site.js:1973 msgid "Name of recommender" msgstr "" -#: motions/static/js/motions/base.js:819 +#: motions/static/js/motions/base.js:824 msgid "Needs review" msgstr "" #: agenda/static/templates/agenda/item-list.html:8 #: assignments/static/templates/assignments/assignment-list.html:6 -#: core/static/js/core/site.js:966 +#: core/static/js/core/site.js:990 #: core/static/templates/core/manage-projectors.html:8 #: core/static/templates/core/tag-list.html:10 #: mediafiles/static/templates/mediafiles/mediafile-list.html:6 @@ -1625,8 +1643,7 @@ msgstr "" msgid "New amendment of motion" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:128 -#: assignments/static/templates/assignments/assignment-detail.html:276 +#: assignments/static/templates/assignments/assignment-detail.html:127 msgid "New ballot" msgstr "" @@ -1634,7 +1651,7 @@ msgstr "" msgid "New category" msgstr "" -#: motions/static/js/motions/site.js:1694 +#: motions/static/js/motions/site.js:1682 msgid "New category will be created." msgstr "" @@ -1662,7 +1679,7 @@ msgstr "" msgid "New participant" msgstr "" -#: motions/static/js/motions/site.js:1677 +#: motions/static/js/motions/site.js:1665 msgid "New participant will be created." msgstr "" @@ -1693,8 +1710,8 @@ msgid "Next page" msgstr "" #: assignments/static/js/assignments/pdf.js:305 -#: assignments/static/js/assignments/site.js:628 -#: assignments/static/js/assignments/site.js:782 +#: assignments/static/js/assignments/site.js:627 +#: assignments/static/js/assignments/site.js:783 #: motions/static/js/motions/pdf.js:118 #: motions/static/js/motions/pdf.js:349 #: motions/static/js/motions/site.js:573 @@ -1711,7 +1728,7 @@ msgstr "" msgid "No category" msgstr "" -#: motions/static/templates/motions/motion-list.html:206 +#: motions/static/templates/motions/motion-list.html:234 #: motions/static/templates/motions/motion-list.html:362 msgid "No category set" msgstr "" @@ -1720,15 +1737,15 @@ msgstr "" msgid "No change recommendations yet" msgstr "" -#: motions/static/js/motions/base.js:814 +#: motions/static/js/motions/base.js:819 msgid "No concernment" msgstr "" -#: motions/static/js/motions/base.js:794 +#: motions/static/js/motions/base.js:799 msgid "No decision" msgstr "" -#: users/static/js/users/site.js:1592 +#: users/static/js/users/site.js:1570 msgid "No encryption" msgstr "" @@ -1737,7 +1754,7 @@ msgstr "" msgid "No group set" msgstr "" -#: agenda/static/js/agenda/site.js:141 +#: agenda/static/js/agenda/site.js:148 msgid "No internal items" msgstr "" @@ -1749,7 +1766,7 @@ msgstr "" msgid "No motion block" msgstr "" -#: motions/static/templates/motions/motion-list.html:230 +#: motions/static/templates/motions/motion-list.html:258 #: motions/static/templates/motions/motion-list.html:388 msgid "No motion block set" msgstr "" @@ -1758,7 +1775,7 @@ msgstr "" msgid "No motions available." msgstr "" -#: motions/static/templates/motions/motion-list.html:258 +#: motions/static/templates/motions/motion-list.html:210 msgid "No recommendation set" msgstr "" @@ -1788,7 +1805,7 @@ msgid "No." msgstr "" #. Line numbering: None -#: motions/static/js/motions/site.js:1986 +#: motions/static/js/motions/site.js:1968 msgid "None" msgstr "" @@ -1804,27 +1821,27 @@ msgstr "" msgid "Now choose the last line to be changed" msgstr "" -#: users/static/js/users/site.js:1060 +#: users/static/js/users/site.js:1044 #: users/static/js/users/site.js:568 msgid "Number" msgstr "" -#: motions/static/js/motions/site.js:2004 +#: motions/static/js/motions/site.js:1986 msgid "Number of (minimum) required supporters for a motion" msgstr "" -#: assignments/static/js/assignments/site.js:916 -#: motions/static/js/motions/site.js:2030 +#: assignments/static/js/assignments/site.js:912 +#: motions/static/js/motions/site.js:2012 msgid "Number of all delegates" msgstr "" -#: assignments/static/js/assignments/site.js:917 -#: motions/static/js/motions/site.js:2031 +#: assignments/static/js/assignments/site.js:913 +#: motions/static/js/motions/site.js:2013 msgid "Number of all participants" msgstr "" -#: assignments/static/js/assignments/site.js:915 -#: motions/static/js/motions/site.js:2029 +#: assignments/static/js/assignments/site.js:911 +#: motions/static/js/motions/site.js:2011 msgid "Number of ballot papers (selection)" msgstr "" @@ -1832,7 +1849,7 @@ msgstr "" msgid "Number of candidates" msgstr "" -#: agenda/static/js/agenda/site.js:705 +#: agenda/static/js/agenda/site.js:709 msgid "Number of last speakers to be shown on the projector" msgstr "" @@ -1842,7 +1859,7 @@ msgstr "" msgid "Number of persons to be elected" msgstr "" -#: motions/static/js/motions/site.js:1975 +#: motions/static/js/motions/site.js:1957 msgid "Numbered per category" msgstr "" @@ -1851,11 +1868,11 @@ msgstr "" msgid "Numbering" msgstr "" -#: agenda/static/js/agenda/site.js:696 +#: agenda/static/js/agenda/site.js:700 msgid "Numbering prefix for agenda items" msgstr "" -#: agenda/static/js/agenda/site.js:700 +#: agenda/static/js/agenda/site.js:704 msgid "Numeral system for agenda items" msgstr "" @@ -1863,7 +1880,7 @@ msgstr "" msgid "Old password" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:193 +#: assignments/static/templates/assignments/assignment-detail.html:191 msgid "One vote per candidate" msgstr "" @@ -1889,7 +1906,7 @@ msgstr "" msgid "Open election detail view after save." msgstr "" -#: agenda/static/js/agenda/site.js:135 +#: agenda/static/js/agenda/site.js:142 msgid "Open items" msgstr "" @@ -1909,19 +1926,20 @@ msgstr "" msgid "Origin" msgstr "" -#: motions/static/templates/motions/motion-detail/toolbar.html:78 +#: motions/static/templates/motions/motion-detail/toolbar.html:110 +#: motions/static/templates/motions/motion-detail/toolbar.html:146 msgid "Original version" msgstr "" #. Line numbering: Outside -#: motions/static/js/motions/site.js:1982 +#: motions/static/js/motions/site.js:1964 msgid "Outside" msgstr "" #: assignments/static/templates/assignments/assignment-detail.html:26 #: assignments/static/templates/assignments/assignment-list.html:44 #: motions/static/templates/motions/motion-detail.html:59 -#: users/static/js/users/site.js:1577 +#: users/static/js/users/site.js:1555 msgid "PDF" msgstr "" @@ -1934,9 +1952,9 @@ msgid "Page" msgstr "" #: assignments/static/js/assignments/site.js:169 -#: motions/static/js/motions/motion-block.js:93 +#: motions/static/js/motions/motion-block.js:94 #: motions/static/js/motions/site.js:386 -#: topics/static/js/topics/site.js:135 +#: topics/static/js/topics/site.js:136 msgid "Parent item" msgstr "" @@ -1953,7 +1971,7 @@ msgstr "" #: users/static/js/users/base.js:19 #: users/static/js/users/base.js:20 -#: users/static/js/users/site.js:1574 +#: users/static/js/users/site.js:1552 #: users/static/js/users/site.js:19 #: users/static/js/users/site.js:30 #: users/static/js/users/site.js:48 @@ -1965,7 +1983,7 @@ msgstr "" msgid "Password" msgstr "" -#: users/static/js/users/site.js:900 +#: users/static/js/users/site.js:889 msgid "Password confirmation does not match." msgstr "" @@ -1973,7 +1991,7 @@ msgstr "" msgid "Pause" msgstr "" -#: motions/static/js/motions/base.js:800 +#: motions/static/js/motions/base.js:805 msgid "Permission" msgstr "" @@ -1981,7 +1999,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: motions/static/js/motions/base.js:799 +#: motions/static/js/motions/base.js:804 msgid "Permit" msgstr "" @@ -2017,15 +2035,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: motions/static/js/motions/site.js:2037 +#: motions/static/js/motions/site.js:2019 msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "" -#: assignments/static/js/assignments/site.js:927 +#: assignments/static/js/assignments/site.js:923 msgid "Preamble text for PDF document (all elections)" msgstr "" -#: core/static/js/core/site.js:1686 +#: core/static/js/core/site.js:1699 msgid "Predefined seconds of new countdowns" msgstr "" @@ -2034,7 +2052,7 @@ msgstr "" msgid "Prefix" msgstr "" -#: motions/static/js/motions/site.js:1998 +#: motions/static/js/motions/site.js:1980 msgid "Prefix for the identifier for amendments" msgstr "" @@ -2045,7 +2063,7 @@ msgstr "" msgid "Present" msgstr "" -#: core/static/js/core/site.js:1655 +#: core/static/js/core/site.js:1668 msgid "Presentation and assembly system" msgstr "" @@ -2063,16 +2081,16 @@ msgstr "" msgid "Previous page" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:157 +#: assignments/static/templates/assignments/assignment-detail.html:155 #: motions/static/templates/motions/motion-detail.html:314 msgid "Print ballot paper" msgstr "" -#: motions/static/js/motions/site.js:2013 +#: motions/static/js/motions/site.js:1995 msgid "Private" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:174 +#: assignments/static/templates/assignments/assignment-detail.html:172 msgid "Project" msgstr "" @@ -2115,37 +2133,39 @@ msgstr "" #: agenda/static/templates/agenda/item-list.html:229 #: agenda/static/templates/agenda/item-list.html:27 #: core/static/js/core/projector.js:327 -#: core/static/js/core/site.js:1679 -#: index.html:200 +#: core/static/js/core/site.js:1692 +#: index.html:190 +#: index.html:218 +#: index.html:231 #: mediafiles/static/templates/mediafiles/mediafile-list.html:254 #: motions/static/templates/motions/motion-detail.html:16 #: projector-button.html:2 #: projector-container.html:7 -#: users/static/js/users/site.js:1249 +#: users/static/js/users/site.js:1233 msgid "Projector" msgstr "" -#: core/static/js/core/site.js:1680 +#: core/static/js/core/site.js:1693 msgid "Projector language" msgstr "" -#: motions/static/js/motions/site.js:2012 +#: motions/static/js/motions/site.js:1994 msgid "Public" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:170 +#: assignments/static/templates/assignments/assignment-detail.html:168 msgid "Publish" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:212 +#: assignments/static/templates/assignments/assignment-detail.html:210 msgid "Quorum" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:244 +#: assignments/static/templates/assignments/assignment-detail.html:242 msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) not reached." msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:241 +#: assignments/static/templates/assignments/assignment-detail.html:239 msgid "Quorum ({{ option.getVoteYes() - option.majorityReached }}) reached." msgstr "" @@ -2163,16 +2183,16 @@ msgstr "" #: motions/static/templates/motions/motion-detail.html:479 #: motions/static/templates/motions/motion-import.html:25 #: motions/static/templates/motions/motion-import.html:46 -#: motions/static/templates/motions/slide_motion.html:127 +#: motions/static/templates/motions/slide_motion.html:125 msgid "Reason" msgstr "" #: motions/static/templates/motions/motion-block-detail.html:52 -#: motions/static/templates/motions/motion-list.html:240 +#: motions/static/templates/motions/motion-list.html:192 msgid "Recommendation" msgstr "" -#: motions/static/js/motions/base.js:816 +#: motions/static/js/motions/base.js:821 msgid "Refer to committee" msgstr "" @@ -2180,16 +2200,16 @@ msgstr "" msgid "Reference for current list of speakers" msgstr "" -#: motions/static/js/motions/base.js:817 +#: motions/static/js/motions/base.js:822 msgid "Referral to committee" msgstr "" -#: motions/static/js/motions/base.js:790 -#: motions/static/js/motions/base.js:805 +#: motions/static/js/motions/base.js:795 +#: motions/static/js/motions/base.js:810 msgid "Reject" msgstr "" -#: motions/static/js/motions/base.js:821 +#: motions/static/js/motions/base.js:826 msgid "Reject (not authorized)" msgstr "" @@ -2203,12 +2223,12 @@ msgstr "" msgid "Rejected" msgstr "" -#: motions/static/js/motions/base.js:791 -#: motions/static/js/motions/base.js:806 +#: motions/static/js/motions/base.js:796 +#: motions/static/js/motions/base.js:811 msgid "Rejection" msgstr "" -#: motions/static/js/motions/base.js:822 +#: motions/static/js/motions/base.js:827 msgid "Rejection (not authorized)" msgstr "" @@ -2223,7 +2243,7 @@ msgstr "" msgid "Remove all speakers" msgstr "" -#: motions/static/js/motions/site.js:2006 +#: motions/static/js/motions/site.js:1988 msgid "Remove all supporters of a motion if a submitter edits his motion in early state" msgstr "" @@ -2249,7 +2269,7 @@ msgstr "" msgid "Remove message" msgstr "" -#: motions/static/js/motions/base.js:758 +#: motions/static/js/motions/base.js:763 #: motions/static/js/motions/pdf.js:195 #: motions/static/js/motions/site.js:247 #: motions/static/templates/motions/motion-detail/change-summary.html:24 @@ -2262,9 +2282,9 @@ msgstr "" msgid "Required comma or semicolon separated values with these column header names in the first row" msgstr "" -#: assignments/static/js/assignments/site.js:920 -#: assignments/static/templates/assignments/assignment-detail.html:201 -#: motions/static/js/motions/site.js:2023 +#: assignments/static/js/assignments/site.js:916 +#: assignments/static/templates/assignments/assignment-detail.html:199 +#: motions/static/js/motions/site.js:2005 #: motions/static/templates/motions/motion-detail.html:396 msgid "Required majority" msgstr "" @@ -2310,7 +2330,7 @@ msgstr "" msgid "Revert" msgstr "" -#: agenda/static/js/agenda/site.js:702 +#: agenda/static/js/agenda/site.js:706 msgid "Roman" msgstr "" @@ -2372,7 +2392,7 @@ msgstr "" msgid "Search results" msgstr "" -#: assignments/static/js/assignments/site.js:929 +#: assignments/static/js/assignments/site.js:925 msgid "Searching for candidates" msgstr "" @@ -2395,9 +2415,9 @@ msgid "Select a file" msgstr "" #: assignments/static/js/assignments/site.js:172 -#: motions/static/js/motions/motion-block.js:96 +#: motions/static/js/motions/motion-block.js:97 #: motions/static/js/motions/site.js:389 -#: topics/static/js/topics/site.js:138 +#: topics/static/js/topics/site.js:139 msgid "Select a parent item ..." msgstr "" @@ -2437,7 +2457,7 @@ msgid "Select or search a workflow ..." msgstr "" #: motions/static/js/motions/site.js:422 -#: topics/static/js/topics/site.js:114 +#: topics/static/js/topics/site.js:115 msgid "Select or search an attachment ..." msgstr "" @@ -2449,7 +2469,7 @@ msgstr "" msgid "Separator" msgstr "" -#: core/static/js/core/site.js:1674 +#: core/static/js/core/site.js:1687 msgid "Separator used for all csv exports and examples" msgstr "" @@ -2458,7 +2478,7 @@ msgstr "" msgid "Sequential number" msgstr "" -#: motions/static/js/motions/site.js:1976 +#: motions/static/js/motions/site.js:1958 msgid "Serially numbered" msgstr "" @@ -2488,11 +2508,11 @@ msgstr "" msgid "Set global action" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:139 +#: assignments/static/templates/assignments/assignment-detail.html:137 msgid "Set hint for ballot paper ..." msgstr "" -#: motions/static/js/motions/site.js:1977 +#: motions/static/js/motions/site.js:1959 msgid "Set it manually" msgstr "" @@ -2532,14 +2552,14 @@ msgstr "" msgid "Settings" msgstr "" -#: core/static/js/core/site.js:1663 +#: core/static/js/core/site.js:1676 msgid "Short description of event" msgstr "" #: assignments/static/js/assignments/site.js:157 -#: motions/static/js/motions/motion-block.js:84 +#: motions/static/js/motions/motion-block.js:85 #: motions/static/js/motions/site.js:374 -#: topics/static/js/topics/site.js:123 +#: topics/static/js/topics/site.js:124 msgid "Show as agenda item" msgstr "" @@ -2557,28 +2577,28 @@ msgstr "" msgid "Show internal items" msgstr "" -#: core/static/js/core/site.js:1675 +#: core/static/js/core/site.js:1688 msgid "Show logo on projector" msgstr "" -#: agenda/static/js/agenda/site.js:707 +#: agenda/static/js/agenda/site.js:711 msgid "Show orange countdown in the last x seconds of speaking time" msgstr "" -#: core/static/js/core/site.js:1673 +#: core/static/js/core/site.js:1686 msgid "Show this text on the login page" msgstr "" -#: core/static/js/core/site.js:1682 +#: core/static/js/core/site.js:1695 msgid "Show title and description of event on projector" msgstr "" -#: motions/static/js/motions/base.js:784 +#: motions/static/js/motions/base.js:789 msgid "Simple Workflow" msgstr "" -#: assignments/static/js/assignments/site.js:922 -#: motions/static/js/motions/site.js:2025 +#: assignments/static/js/assignments/site.js:918 +#: motions/static/js/motions/site.js:2007 msgid "Simple majority" msgstr "" @@ -2603,7 +2623,7 @@ msgstr "" msgid "Sort agenda" msgstr "" -#: users/static/js/users/site.js:1573 +#: users/static/js/users/site.js:1551 msgid "Sort name of participants by" msgstr "" @@ -2648,12 +2668,12 @@ msgstr "" msgid "Stop" msgstr "" -#: motions/static/js/motions/site.js:1989 +#: motions/static/js/motions/site.js:1971 msgid "Stop submitting new motions by non-staff users" msgstr "" #: users/static/js/users/pdf.js:67 -#: users/static/js/users/site.js:1062 +#: users/static/js/users/site.js:1046 #: users/static/js/users/site.js:270 #: users/static/js/users/site.js:570 #: users/static/templates/users/user-detail.html:27 @@ -2692,14 +2712,14 @@ msgstr "" msgid "Support motion" msgstr "" -#: motions/static/js/motions/site.js:2003 +#: motions/static/js/motions/site.js:1985 #: motions/static/js/motions/site.js:484 #: motions/static/templates/motions/motion-detail.html:99 #: motions/static/templates/motions/motion-list.html:648 msgid "Supporters" msgstr "" -#: users/static/js/users/site.js:1576 +#: users/static/js/users/site.js:1554 #: users/static/js/users/site.js:257 #: users/static/js/users/site.js:560 #: users/static/templates/users/user-import.html:53 @@ -2707,7 +2727,7 @@ msgstr "" msgid "Surname" msgstr "" -#: users/static/js/users/site.js:1582 +#: users/static/js/users/site.js:1560 msgid "System URL" msgstr "" @@ -2737,7 +2757,7 @@ msgstr "" #: motions/static/js/motions/site.js:344 #: motions/static/templates/motions/motion-import.html:24 #: motions/static/templates/motions/motion-import.html:45 -#: topics/static/js/topics/site.js:99 +#: topics/static/js/topics/site.js:100 #: topics/static/templates/topics/topic-import.html:51 #: topics/static/templates/topics/topic-import.html:70 msgid "Text" @@ -2751,19 +2771,19 @@ msgstr "" msgid "Text in line %from%" msgstr "" -#: motions/static/js/motions/site.js:2017 +#: motions/static/js/motions/site.js:1999 msgid "The 100 % base of a voting result consists of" msgstr "" -#: assignments/static/js/assignments/site.js:905 +#: assignments/static/js/assignments/site.js:901 msgid "The 100-%-base of an election result consists of" msgstr "" -#: motions/static/js/motions/site.js:1979 +#: motions/static/js/motions/site.js:1961 msgid "The assembly may decide:" msgstr "" -#: core/static/js/core/site.js:1446 +#: core/static/js/core/site.js:1471 msgid "The delete was successful." msgstr "" @@ -2771,19 +2791,23 @@ msgstr "" msgid "The list of speakers is empty." msgstr "" -#: motions/static/js/motions/site.js:1988 +#: motions/static/js/motions/site.js:1970 msgid "The maximum number of characters per line. Relevant when line numbering is enabled. Min: 40" msgstr "" +#: core/static/js/core/base.js:476 +msgid "The server didn't respond." +msgstr "" + #: motions/static/templates/motions/motion-detail/view-original.html:8 msgid "The text has been changed." msgstr "" -#: motions/static/js/motions/site.js:2000 +#: motions/static/js/motions/site.js:1982 msgid "The title of the motion is always applied." msgstr "" -#: users/static/js/users/site.js:1045 +#: users/static/js/users/site.js:1029 msgid "There are more than one duplicates of this user!" msgstr "" @@ -2795,7 +2819,7 @@ msgstr "" msgid "This is the last active version." msgstr "" -#: agenda/static/js/agenda/site.js:697 +#: agenda/static/js/agenda/site.js:701 msgid "This prefix will be set if you run the automatic agenda numbering." msgstr "" @@ -2803,8 +2827,8 @@ msgstr "" msgid "This version is not permitted." msgstr "" -#: assignments/static/js/assignments/site.js:924 -#: motions/static/js/motions/site.js:2027 +#: assignments/static/js/assignments/site.js:920 +#: motions/static/js/motions/site.js:2009 msgid "Three-quarters majority" msgstr "" @@ -2812,12 +2836,12 @@ msgstr "" #: assignments/static/js/assignments/site.js:327 #: mediafiles/static/js/mediafiles/forms.js:70 #: mediafiles/static/js/mediafiles/list.js:95 -#: motions/static/js/motions/motion-block.js:77 +#: motions/static/js/motions/motion-block.js:78 #: motions/static/js/motions/site.js:333 #: motions/static/js/motions/site.js:802 #: motions/static/templates/motions/motion-import.html:23 #: motions/static/templates/motions/motion-import.html:44 -#: topics/static/js/topics/site.js:91 +#: topics/static/js/topics/site.js:92 #: topics/static/templates/topics/topic-import.html:50 #: topics/static/templates/topics/topic-import.html:69 #: users/static/js/users/site.js:241 @@ -2826,15 +2850,15 @@ msgstr "" msgid "Title" msgstr "" -#: motions/static/js/motions/site.js:2036 +#: motions/static/js/motions/site.js:2018 msgid "Title for PDF and DOCX documents (all motions)" msgstr "" -#: assignments/static/js/assignments/site.js:926 +#: assignments/static/js/assignments/site.js:922 msgid "Title for PDF document (all elections)" msgstr "" -#: users/static/js/users/site.js:1579 +#: users/static/js/users/site.js:1557 msgid "Title for access data and welcome PDF" msgstr "" @@ -2865,8 +2889,8 @@ msgstr "" msgid "Trivial change" msgstr "" -#: assignments/static/js/assignments/site.js:923 -#: motions/static/js/motions/site.js:2026 +#: assignments/static/js/assignments/site.js:919 +#: motions/static/js/motions/site.js:2008 msgid "Two-thirds majority" msgstr "" @@ -2887,31 +2911,31 @@ msgstr "" msgid "Uploaded by" msgstr "" -#: assignments/static/js/assignments/site.js:918 -#: motions/static/js/motions/site.js:2032 +#: assignments/static/js/assignments/site.js:914 +#: motions/static/js/motions/site.js:2014 msgid "Use the following custom number" msgstr "" -#: users/static/js/users/site.js:1583 +#: users/static/js/users/site.js:1561 msgid "Used for QRCode in PDF of access data." msgstr "" -#: users/static/js/users/site.js:1585 -#: users/static/js/users/site.js:1587 -#: users/static/js/users/site.js:1589 +#: users/static/js/users/site.js:1563 +#: users/static/js/users/site.js:1565 +#: users/static/js/users/site.js:1567 msgid "Used for WLAN QRCode in PDF of access data." msgstr "" #: core/static/templates/core/login-form.html:12 #: users/static/js/users/pdf.js:190 -#: users/static/js/users/site.js:1063 +#: users/static/js/users/site.js:1047 #: users/static/js/users/site.js:286 #: users/static/js/users/site.js:410 #: users/static/templates/users/user-detail.html:41 msgid "Username" msgstr "" -#: motions/static/templates/motions/motion-import.html:112 +#: motions/static/templates/motions/motion-import.html:115 msgid "Users created" msgstr "" @@ -2920,8 +2944,8 @@ msgid "Users without any assigned group gain the permissions from this group." msgstr "" #: assignments/static/js/assignments/pdf.js:186 -#: assignments/static/js/assignments/site.js:824 -#: assignments/static/templates/assignments/assignment-detail.html:251 +#: assignments/static/js/assignments/site.js:825 +#: assignments/static/templates/assignments/assignment-detail.html:249 #: assignments/static/templates/assignments/slide_assignment.html:82 #: motions/static/js/motions/site.js:591 #: motions/static/templates/motions/motion-detail.html:365 @@ -2950,7 +2974,7 @@ msgid "Vote" msgstr "" #: assignments/static/js/assignments/pdf.js:151 -#: assignments/static/templates/assignments/assignment-detail.html:211 +#: assignments/static/templates/assignments/assignment-detail.html:209 #: assignments/static/templates/assignments/slide_assignment.html:36 msgid "Votes" msgstr "" @@ -2959,11 +2983,11 @@ msgstr "" msgid "Votes cast" msgstr "" -#: assignments/static/js/assignments/site.js:930 +#: assignments/static/js/assignments/site.js:926 msgid "Voting" msgstr "" -#: motions/static/js/motions/site.js:2016 +#: motions/static/js/motions/site.js:1998 msgid "Voting and ballot papers" msgstr "" @@ -2973,7 +2997,7 @@ msgstr "" msgid "Voting result" msgstr "" -#: users/static/js/users/site.js:1590 +#: users/static/js/users/site.js:1568 msgid "WEP" msgstr "" @@ -2982,21 +3006,21 @@ msgid "WLAN access data" msgstr "" #: users/static/js/users/pdf.js:154 -#: users/static/js/users/site.js:1588 +#: users/static/js/users/site.js:1566 msgid "WLAN encryption" msgstr "" #: users/static/js/users/pdf.js:138 -#: users/static/js/users/site.js:1584 +#: users/static/js/users/site.js:1562 msgid "WLAN name (SSID)" msgstr "" #: users/static/js/users/pdf.js:146 -#: users/static/js/users/site.js:1586 +#: users/static/js/users/site.js:1564 msgid "WLAN password" msgstr "" -#: users/static/js/users/site.js:1591 +#: users/static/js/users/site.js:1569 msgid "WPA/WPA2" msgstr "" @@ -3004,16 +3028,16 @@ msgstr "" msgid "Waiting for results ..." msgstr "" -#: core/static/js/core/site.js:1669 -#: users/static/js/users/site.js:1578 +#: core/static/js/core/site.js:1682 +#: users/static/js/users/site.js:1556 msgid "Welcome to OpenSlides" msgstr "" -#: motions/static/js/motions/site.js:1993 +#: motions/static/js/motions/site.js:1975 msgid "Will be displayed as label before selected recommendation. Use an empty value to disable the recommendation system." msgstr "" -#: motions/static/js/motions/base.js:808 +#: motions/static/js/motions/base.js:813 msgid "Withdraw" msgstr "" @@ -3021,13 +3045,13 @@ msgstr "" msgid "Workflow" msgstr "" -#: motions/static/js/motions/site.js:1973 +#: motions/static/js/motions/site.js:1955 msgid "Workflow of new motions" msgstr "" #: assignments/static/js/assignments/pdf.js:299 -#: assignments/static/js/assignments/site.js:627 -#: assignments/static/js/assignments/site.js:772 +#: assignments/static/js/assignments/site.js:626 +#: assignments/static/js/assignments/site.js:773 #: motions/static/js/motions/pdf.js:113 #: motions/static/js/motions/pdf.js:348 #: motions/static/js/motions/site.js:564 @@ -3036,21 +3060,21 @@ msgstr "" msgid "Yes" msgstr "" -#: motions/static/js/motions/site.js:2019 +#: motions/static/js/motions/site.js:2001 msgid "Yes/No" msgstr "" -#: assignments/static/js/assignments/site.js:911 -#: assignments/static/templates/assignments/assignment-detail.html:195 +#: assignments/static/js/assignments/site.js:907 +#: assignments/static/templates/assignments/assignment-detail.html:193 msgid "Yes/No per candidate" msgstr "" -#: motions/static/js/motions/site.js:2018 +#: motions/static/js/motions/site.js:2000 msgid "Yes/No/Abstain" msgstr "" -#: assignments/static/js/assignments/site.js:910 -#: assignments/static/templates/assignments/assignment-detail.html:194 +#: assignments/static/js/assignments/site.js:906 +#: assignments/static/templates/assignments/assignment-detail.html:192 msgid "Yes/No/Abstain per candidate" msgstr "" @@ -3058,11 +3082,11 @@ msgstr "" msgid "You are not allowed to lock yourself out of the configuration!" msgstr "" -#: core/static/js/core/site.js:1676 +#: core/static/js/core/site.js:1689 msgid "You can replace the logo. Just copy a file to \"static/img/logo-projector.png\" in your OpenSlides data path." msgstr "" -#: users/static/js/users/site.js:1484 +#: users/static/js/users/site.js:1462 msgid "You have to enable cookies to use OpenSlides." msgstr "" @@ -3078,28 +3102,28 @@ msgstr "" msgid "Zoom out" msgstr "" -#: agenda/static/js/agenda/site.js:710 +#: agenda/static/js/agenda/site.js:714 msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." msgstr "" -#: users/static/js/users/site.js:1580 +#: users/static/js/users/site.js:1558 msgid "[Place for your welcome and help text.]" msgstr "" -#: core/static/js/core/site.js:1671 +#: core/static/js/core/site.js:1684 msgid "[Space for your welcome text.]" msgstr "" -#: motions/static/js/motions/base.js:786 -#: motions/static/js/motions/base.js:801 +#: motions/static/js/motions/base.js:791 +#: motions/static/js/motions/base.js:806 msgid "accepted" msgstr "" -#: motions/static/js/motions/base.js:809 +#: motions/static/js/motions/base.js:814 msgid "adjourned" msgstr "" -#: users/static/js/users/site.js:1064 +#: users/static/js/users/site.js:1048 msgid "already exists." msgstr "" @@ -3119,7 +3143,7 @@ msgstr "" msgid "close" msgstr "" -#: users/static/js/users/site.js:970 +#: users/static/js/users/site.js:954 msgid "create duplicate" msgstr "" @@ -3143,7 +3167,7 @@ msgstr "" msgid "files" msgstr "" -#: motions/static/templates/motions/motion-detail/toolbar.html:59 +#: motions/static/templates/motions/motion-detail/toolbar.html:89 msgid "go" msgstr "" @@ -3158,6 +3182,7 @@ msgid "imported" msgstr "" #: motions/static/templates/motions/motion-detail/toolbar.html:40 +#: motions/static/templates/motions/motion-detail/toolbar.html:65 msgid "inline" msgstr "" @@ -3166,14 +3191,14 @@ msgid "internal" msgstr "" #: assignments/static/js/assignments/pdf.js:238 -#: assignments/static/templates/assignments/assignment-detail.html:221 +#: assignments/static/templates/assignments/assignment-detail.html:219 #: assignments/static/templates/assignments/assignment-detail.html:92 #: assignments/static/templates/assignments/slide_assignment.html:22 #: assignments/static/templates/assignments/slide_assignment.html:43 msgid "is elected" msgstr "" -#: assignments/static/templates/assignments/assignment-detail.html:224 +#: assignments/static/templates/assignments/assignment-detail.html:222 msgid "is not elected" msgstr "" @@ -3181,7 +3206,7 @@ msgstr "" msgid "items" msgstr "" -#: users/static/js/users/site.js:968 +#: users/static/js/users/site.js:952 msgid "keep original" msgstr "" @@ -3202,35 +3227,36 @@ msgstr "" msgid "motions" msgstr "" -#: motions/static/templates/motions/motion-import.html:111 +#: motions/static/templates/motions/motion-import.html:114 msgid "motions were successfully imported." msgstr "" -#: motions/static/templates/motions/motion-import.html:104 +#: motions/static/templates/motions/motion-import.html:107 msgid "motions will be imported." msgstr "" -#: motions/static/templates/motions/motion-import.html:99 +#: motions/static/templates/motions/motion-import.html:102 msgid "motions will be not imported." msgstr "" -#: motions/static/js/motions/site.js:2040 +#: motions/static/js/motions/site.js:2022 msgid "needed" msgstr "" -#: motions/static/js/motions/base.js:818 +#: motions/static/js/motions/base.js:823 msgid "needs review" msgstr "" #: motions/static/templates/motions/motion-detail/toolbar.html:34 +#: motions/static/templates/motions/motion-detail/toolbar.html:60 msgid "none" msgstr "" -#: motions/static/js/motions/base.js:812 +#: motions/static/js/motions/base.js:817 msgid "not concerned" msgstr "" -#: motions/static/js/motions/base.js:792 +#: motions/static/js/motions/base.js:797 msgid "not decided" msgstr "" @@ -3243,10 +3269,11 @@ msgid "of" msgstr "" #: motions/static/templates/motions/motion-detail/toolbar.html:46 +#: motions/static/templates/motions/motion-detail/toolbar.html:70 msgid "outside" msgstr "" -#: users/static/js/users/site.js:969 +#: users/static/js/users/site.js:953 msgid "override new" msgstr "" @@ -3266,24 +3293,24 @@ msgstr "" msgid "participants will be not imported." msgstr "" -#: motions/static/js/motions/base.js:798 +#: motions/static/js/motions/base.js:803 msgid "permitted" msgstr "" -#: motions/static/js/motions/base.js:797 +#: motions/static/js/motions/base.js:802 msgid "published" msgstr "" -#: motions/static/js/motions/base.js:815 +#: motions/static/js/motions/base.js:820 msgid "refered to committee" msgstr "" -#: motions/static/js/motions/base.js:789 -#: motions/static/js/motions/base.js:804 +#: motions/static/js/motions/base.js:794 +#: motions/static/js/motions/base.js:809 msgid "rejected" msgstr "" -#: motions/static/js/motions/base.js:820 +#: motions/static/js/motions/base.js:825 msgid "rejected (not authorized)" msgstr "" @@ -3303,7 +3330,7 @@ msgstr "" msgid "speakers" msgstr "" -#: motions/static/js/motions/base.js:785 +#: motions/static/js/motions/base.js:790 msgid "submitted" msgstr "" @@ -3335,6 +3362,6 @@ msgstr "" msgid "undocumented" msgstr "" -#: motions/static/js/motions/base.js:807 +#: motions/static/js/motions/base.js:812 msgid "withdrawed" msgstr "" diff --git a/openslides/locale/cs/LC_MESSAGES/django.mo b/openslides/locale/cs/LC_MESSAGES/django.mo index 67f9f40e8..aab527434 100644 Binary files a/openslides/locale/cs/LC_MESSAGES/django.mo and b/openslides/locale/cs/LC_MESSAGES/django.mo differ diff --git a/openslides/locale/cs/LC_MESSAGES/django.po b/openslides/locale/cs/LC_MESSAGES/django.po index 353d349fe..c5bf4ed66 100644 --- a/openslides/locale/cs/LC_MESSAGES/django.po +++ b/openslides/locale/cs/LC_MESSAGES/django.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-18 11:11+0100\n" -"PO-Revision-Date: 2017-01-05 19:32+0000\n" -"Last-Translator: fri\n" +"POT-Creation-Date: 2017-02-24 16:10+0100\n" +"PO-Revision-Date: 2017-02-24 15:16+0000\n" +"Last-Translator: Emanuel Schütze \n" "Language-Team: Czech (http://www.transifex.com/openslides/openslides/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,249 +40,277 @@ msgstr "{user} je již na seznamu řečníků." msgid "An anonymous user can not be on lists of speakers." msgstr "Anonymní uživatel nemůže být v seznamu řečníků." -#: agenda/views.py:85 +#: agenda/views.py:87 msgid "The list of speakers is closed." msgstr "Seznam řečníků je uzavřen." -#: agenda/views.py:94 +#: agenda/views.py:96 msgid "User does not exist." msgstr "Uživatel neexistuje." -#: agenda/views.py:102 +#: agenda/views.py:104 #, python-format msgid "User %s was successfully added to the list of speakers." msgstr "Uživatel %s byl úspěšně přidán do seznamu řečníků." -#: agenda/views.py:119 +#: agenda/views.py:121 msgid "You are not on the list of speakers." msgstr "Nejste na seznamu řečníků." -#: agenda/views.py:122 +#: agenda/views.py:124 msgid "You are successfully removed from the list of speakers." msgstr "Jste úspěšně odstraněn ze seznamu řečníků." -#: agenda/views.py:133 agenda/views.py:162 -msgid "Speaker does not exist." -msgstr "Řečník neexistuje." +#: agenda/views.py:142 +msgid "speakers have been removed from the list of speakers." +msgstr "" -#: agenda/views.py:136 +#: agenda/views.py:144 #, python-format -msgid "Speaker %s was successfully removed from the list of speakers." -msgstr "Uživatel %s byl úspěšně odstraněn ze seznamu řečníků." +msgid "User %s has been removed from the list of speakers." +msgstr "" -#: agenda/views.py:157 +#: agenda/views.py:146 +msgid "No speakers have been removed from the list of speakers." +msgstr "" + +#: agenda/views.py:166 msgid "The list of speakers is empty." msgstr "Seznam řečníků je prázdný." -#: agenda/views.py:164 +#: agenda/views.py:171 +msgid "Speaker does not exist." +msgstr "Řečník neexistuje." + +#: agenda/views.py:173 msgid "User is now speaking." msgstr "Uživatel nyní mluví." -#: agenda/views.py:175 +#: agenda/views.py:184 #, python-format msgid "There is no one speaking at the moment according to %(item)s." msgstr "Nyní nemluví žádný řečník podle %(item)s." -#: agenda/views.py:177 +#: agenda/views.py:186 msgid "The speech is finished now." msgstr "Řeč je nyní skončena." -#: agenda/views.py:196 agenda/views.py:208 +#: agenda/views.py:205 agenda/views.py:217 assignments/views.py:216 msgid "Invalid data." msgstr "Neplatná data." -#: agenda/views.py:218 +#: agenda/views.py:230 msgid "List of speakers successfully sorted." msgstr "Seznam řečníků úspěšně roztříděn." -#: agenda/views.py:227 +#: agenda/views.py:239 msgid "The agenda has been numbered." msgstr "Pořad jednání byl očíslován." -#: assignments/models.py:146 +#: agenda/views.py:264 +msgid "There must not be a hierarchical loop. Please reload the page." +msgstr "" + +#: agenda/views.py:268 +msgid "The agenda has been sorted." +msgstr "" + +#: assignments/models.py:163 msgid "Election" msgstr "Volba" -#: assignments/serializers.py:138 +#: assignments/serializers.py:30 +msgid "Value for {} must be greater than 0" +msgstr "" + +#: assignments/serializers.py:148 #, python-format msgid "You have to submit data for %d candidates." msgstr "Musíte předat data pro %d uchazečů." -#: assignments/serializers.py:142 motions/serializers.py:214 +#: assignments/serializers.py:152 motions/serializers.py:215 #, python-format msgid "You have to submit data for %d vote values." msgstr "Musíte předat data pro %d voleb." -#: assignments/serializers.py:146 motions/serializers.py:218 +#: assignments/serializers.py:156 motions/serializers.py:219 #, python-format msgid "Vote value %s is invalid." msgstr "Hodnota pro volby %s je neplatná." -#: assignments/views.py:64 +#: assignments/views.py:66 msgid "You are already elected." msgstr "Již jste zvolen." -#: assignments/views.py:74 +#: assignments/views.py:76 msgid "You can not candidate to this election because it is finished." msgstr "Nemůžete se ucházet o zvolení v těchto volbách, protože tyto jsou již skončeny." -#: assignments/views.py:80 +#: assignments/views.py:82 msgid "You were nominated successfully." msgstr "Byl jste úspěšně navržen." -#: assignments/views.py:85 +#: assignments/views.py:87 msgid "" "You can not withdraw your candidature to this election because it is " "finished." msgstr "Nemůžete stáhnout své uchazečství o zvolení v těchto volbách, protože tyto jsou již skončeny." -#: assignments/views.py:90 +#: assignments/views.py:92 msgid "You are not a candidate of this election." msgstr "Nejste uchazeč/uchazečka pro tyto volby." -#: assignments/views.py:92 +#: assignments/views.py:94 msgid "You have withdrawn your candidature successfully." msgstr "Stáhl jste své uchazečství úspěšně." -#: assignments/views.py:101 +#: assignments/views.py:103 #, python-format msgid "Invalid data. Expected dictionary, got %s." msgstr "Neplatná data. Očekáván slovník, obdrženo %s." -#: assignments/views.py:107 +#: assignments/views.py:109 msgid "Invalid data. Expected something like {\"user\": }." msgstr "Neplatná data. Očekáváno něco jako {\"user\": }." -#: assignments/views.py:111 +#: assignments/views.py:113 #, python-format msgid "Invalid data. User %d does not exist." msgstr "Neplatná data. Uživatel %d neexistuje." -#: assignments/views.py:131 +#: assignments/views.py:133 #, python-format msgid "User %s is already elected." msgstr "Uživatel %s je již zvolen." -#: assignments/views.py:133 +#: assignments/views.py:135 msgid "You can not nominate someone to this election because it is finished." msgstr "Nemůžete někoho jmenovat do těchto voleb, protože tyto jsou již skončeny." -#: assignments/views.py:139 +#: assignments/views.py:141 #, python-format msgid "User %s is already nominated." msgstr "Uživatel %s je již jmenován." -#: assignments/views.py:141 +#: assignments/views.py:143 #, python-format msgid "User %s was nominated successfully." msgstr "Uchazeč %s byl úspěšně jmenován." -#: assignments/views.py:148 +#: assignments/views.py:150 msgid "" "You can not delete someone's candidature to this election because it is " "finished." msgstr "Nemůžete smazat něčí uchazečství o zvolení v těchto volbách, protože tyto jsou již skončeny." -#: assignments/views.py:151 +#: assignments/views.py:153 #, python-format msgid "User %s has no status in this election." msgstr "Uživatel %s v těchto volbách nemá žádné postavení." -#: assignments/views.py:153 +#: assignments/views.py:155 #, python-format msgid "Candidate %s was withdrawn successfully." msgstr "Uchazeč %s byl úspěšně stažen." -#: assignments/views.py:165 +#: assignments/views.py:167 #, python-format msgid "User %s is not a candidate of this election." msgstr "Uživatel %s není uchazečem v těchto volbách." -#: assignments/views.py:167 +#: assignments/views.py:169 #, python-format msgid "User %s was successfully elected." msgstr "Uživatel %s byl úspěšně zvolen." -#: assignments/views.py:171 +#: assignments/views.py:173 #, python-format msgid "User %s is not an elected candidate of this election." msgstr "Uživatel %s není zvoleným uchazečem v těchto volbách." -#: assignments/views.py:174 +#: assignments/views.py:176 #, python-format msgid "User %s was successfully unelected." msgstr "Postavení uživatele/uživatelky %s jako zvoleného/zvolené byl úspěšně zrušeno." -#: assignments/views.py:184 +#: assignments/views.py:186 msgid "Can not create ballot because there are no candidates." msgstr "Nelze vyvolat hlasování, protože nejsou uchazeči." -#: assignments/views.py:187 +#: assignments/views.py:189 msgid "Ballot created successfully." msgstr "Hlasování bylo úspěšně vyvoláno." -#: core/config.py:40 core/config.py:67 +#: 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:41 core/config.py:68 msgid "The config variable {} was not found." msgstr "Proměnná nastavení {} nebyla nalezena." -#: core/config.py:76 +#: core/config.py:77 #, python-format msgid "Wrong datatype. Expected %(expected_type)s, got %(got_type)s." msgstr "Nesprávný typ dat. Očekáváno %(expected_type)s, obdrženo %(got_type)s." -#: core/config.py:86 +#: core/config.py:87 msgid "Invalid input. Choice does not match." msgstr "Neplatný vstup. Výběr neodpovídá." -#: core/config.py:95 +#: core/config.py:96 msgid "motions_comments has to be a list." msgstr "motions_comments musí být seznam." -#: core/config.py:98 +#: core/config.py:99 msgid "Each element in motions_comments has to be a dict." msgstr "Každý prvek v motions_comments musí být dict." -#: core/config.py:100 +#: core/config.py:101 msgid "A name and a public property have to be given." msgstr "Název a vlastnost public musí být zadány." -#: core/config.py:102 +#: core/config.py:103 msgid "name has to be string." msgstr "Název musí být řetězec." -#: core/config.py:104 +#: core/config.py:105 msgid "public property has to be bool." msgstr "Vlastnost public musí být booleánská hodnota." -#: core/config.py:129 +#: core/config.py:130 msgid "Too many values for config variable {} found." msgstr "Nalezeno příliš mnoho hodnot pro proměnnou nastavení {}." -#: core/config.py:199 +#: core/config.py:200 msgid "Invalid value for config attribute input_type." msgstr "Neplatná hodnota pro vlastnost nastavení input_type." -#: core/config.py:201 +#: core/config.py:202 msgid "" "Either config attribute 'choices' must not be None or 'input_type' must not " "be 'choice'." msgstr "Buď nesmí být vlastnost nastavení 'choices' žádná nebo 'input_type' nesmí být 'choice'." -#: core/config.py:204 +#: core/config.py:205 msgid "" "Either config attribute 'choices' must be None or 'input_type' must be " "'choice'." msgstr "Buď musí být vlastnost nastavení 'choices' žádná nebo 'input_type' musí být 'choice'." -#: core/config.py:214 +#: core/config.py:215 msgid "General" msgstr "Obecné" -#: core/views.py:709 +#: core/views.py:738 msgid "All chat messages deleted successfully." msgstr "Úspěšně smazány všechny zprávy rozhovoru." -#: mediafiles/models.py:65 +#: mediafiles/models.py:63 msgid "unknown" msgstr "neznámý" @@ -290,16 +318,16 @@ msgstr "neznámý" msgid "Motion" msgstr "Návrh" -#: motions/models.py:718 +#: motions/models.py:686 msgid "new" msgstr "Nový" -#: motions/models.py:912 +#: motions/models.py:873 #, python-format msgid "%(time_and_messages)s by %(person)s" msgstr "%(time_and_messages)s od %(person)s" -#: motions/serializers.py:34 +#: motions/serializers.py:35 #, python-format msgid "Workflow %(pk)d does not exist." msgstr "Průběh práce %(pk)d neexistuje." @@ -324,7 +352,7 @@ msgstr "nerozhodnuto" msgid "published" msgstr "zveřejněno" -#: motions/signals.py:47 motions/views.py:189 +#: motions/signals.py:47 motions/views.py:216 msgid "permitted" msgstr "schváleno" @@ -352,116 +380,132 @@ msgstr "potřeba posouzení" msgid "rejected (not authorized)" msgstr "odmítnuto (není schváleno)" -#: motions/views.py:109 +#: motions/views.py:94 +msgid "The parent motion does not exist." +msgstr "" + +#: motions/views.py:134 msgid "Motion created" msgstr "Návrh vytvořen" -#: motions/views.py:157 +#: motions/views.py:184 msgid "Motion updated" msgstr "Návrh aktualizován" -#: motions/views.py:161 +#: motions/views.py:188 msgid "All supporters removed" msgstr "Všichni podporovatelé odstraněni" -#: motions/views.py:187 motions/views.py:199 +#: motions/views.py:214 motions/views.py:226 msgid "Version" msgstr "Verze" -#: motions/views.py:191 +#: motions/views.py:218 #, python-format msgid "Version %d permitted successfully." msgstr "Verze %d úspěšně schválena." -#: motions/views.py:196 +#: motions/views.py:223 msgid "You can not delete the active version of a motion." msgstr "Nelze smazat platnou verzi návrhu." -#: motions/views.py:201 +#: motions/views.py:228 msgid "deleted" msgstr "smazáno" -#: motions/views.py:203 +#: motions/views.py:230 #, python-format msgid "Version %d deleted successfully." msgstr "Verze %d úspěšně smazána." -#: motions/views.py:224 +#: motions/views.py:253 msgid "You can not support this motion." msgstr "Nesmíte podporovat tento návrh." -#: motions/views.py:226 +#: motions/views.py:255 msgid "Motion supported" msgstr "Návrh podporován" -#: motions/views.py:227 +#: motions/views.py:256 msgid "You have supported this motion successfully." msgstr "Podporoval jste úspěšně tento návrh." -#: motions/views.py:232 +#: motions/views.py:261 msgid "You can not unsupport this motion." msgstr "Nesmíte odepřít svou podporu pro tento návrh." -#: motions/views.py:234 +#: motions/views.py:263 msgid "Motion unsupported" msgstr "Podpora pro návrh stažena" -#: motions/views.py:235 +#: motions/views.py:264 msgid "You have unsupported this motion successfully." msgstr "Svou podporu pro návrh jste úspěšně stáhl." -#: motions/views.py:258 +#: motions/views.py:287 msgid "Invalid data. State must be an integer." msgstr "Neplatná data. Stav musí být celé číslo." -#: motions/views.py:261 +#: motions/views.py:290 #, python-format msgid "You can not set the state to %(state_id)d." msgstr "Nelze nastavit stav na %(state_id)d." -#: motions/views.py:269 +#: motions/views.py:298 #, python-format msgid "The state of the motion was set to %s." msgstr "Stav návrhu byl nastaven na %s." -#: motions/views.py:273 motions/views.py:490 +#: motions/views.py:302 motions/views.py:584 msgid "State set to" msgstr "Stav nastaven na" -#: motions/views.py:295 +#: motions/views.py:324 msgid "Invalid data. Recommendation must be an integer." msgstr "Neplatná data. Doporučení musí být celé číslo." -#: motions/views.py:299 +#: motions/views.py:328 #, python-brace-format msgid "You can not set the recommendation to {recommendation_state_id}." msgstr "Doporučení nelze nastavit na {recommendation_state_id}." -#: motions/views.py:309 +#: motions/views.py:338 #, python-format msgid "The recommendation of the motion was set to %s." msgstr "Doporučení návrhu bylo nastaveno na %s." -#: motions/views.py:313 +#: motions/views.py:342 msgid "Recommendation set to" msgstr "Doporučení nastaveno na" -#: motions/views.py:328 +#: motions/views.py:359 +msgid "Vote created" +msgstr "" + +#: motions/views.py:360 msgid "Vote created successfully." msgstr "Hlasování bylo úspěšně vytvořeno." -#: motions/views.py:440 +#: motions/views.py:385 +msgid "Vote updated" +msgstr "" + +#: motions/views.py:394 +msgid "Vote deleted" +msgstr "" + +#: motions/views.py:533 msgid "" "Error: At least one identifier of this category does already exist in " "another category." msgstr "Chyba: Alespoň jeden dentifikátor (označení dat) tohoto oboru činnosti již je v jiném oboru činnosti." -#: motions/views.py:444 +#: motions/views.py:538 #, python-brace-format msgid "All motions in category {category} numbered successfully." msgstr "Všechny návrhy v oboru činnosti {category} úspěšně očíslovány." -#: motions/views.py:495 +#: motions/views.py:589 msgid "Followed recommendations successfully." msgstr "Doporučení sledována úspěšně." @@ -477,53 +521,57 @@ msgstr "nedokumentováno" msgid "Value for {} must not be less than -2" msgstr "Hodnota pro {} nesmí být menší než -2" -#: users/serializers.py:44 +#: users/serializers.py:46 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her groups." msgstr "Skupina, k níž tento uživatel patří. Uživatel dostane oprávnění udělená každému v jeho/její skupině." -#: users/serializers.py:58 -msgid "Username, first name and last name can not all be empty." -msgstr "Uživatelské jméno, křestní jméno a příjmení nesmí být prázdné." +#: users/serializers.py:60 +msgid "Username, given name and surname can not all be empty." +msgstr "" -#: users/serializers.py:90 +#: users/serializers.py:95 #, python-brace-format msgid "Incorrect value \"{value}\". Expected app_label.codename string." msgstr "Nesprávná hodnota \"{value}\". Očekáván řetězec app_label.codename." -#: users/serializers.py:91 +#: users/serializers.py:96 #, python-brace-format msgid "Invalid permission \"{value}\". Object does not exist." msgstr "Neplatné oprávnění \"{value}\". Předmět neexistuje." -#: users/views.py:64 +#: users/views.py:71 msgid "You can not deactivate yourself." msgstr "Nemůžete vypnout sami sebe." -#: users/views.py:80 +#: users/views.py:92 msgid "You can not delete yourself." msgstr "Nemůžete smazat sami sebe." -#: users/views.py:93 +#: users/views.py:105 msgid "Password successfully reset." msgstr "Heslo bylo úspěšně nastaveno znovu." -#: users/views.py:169 +#: users/views.py:184 +msgid "Cookies have to be enabled to use OpenSlides." +msgstr "" + +#: users/views.py:187 msgid "Username or password is not correct." msgstr "Uživatelské jméno nebo heslo není správné." -#: users/views.py:195 +#: users/views.py:213 #, python-brace-format msgid "" "Installation was successfully. Use {username} and {password} for first " "login. Important: Please change your password!" msgstr "Instalace proběhla úspěšně. Použijte {username} a {password} při prvním přihlášení. Důležité: Změňte, prosím, své heslo!" -#: users/views.py:216 +#: users/views.py:236 msgid "You are not authenticated." msgstr "Nejste ověřen." -#: users/views.py:250 +#: users/views.py:279 msgid "Old password does not match." msgstr "Staré heslo se neshoduje." diff --git a/openslides/locale/en/LC_MESSAGES/django.mo b/openslides/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9643e6f87 Binary files /dev/null and b/openslides/locale/en/LC_MESSAGES/django.mo differ diff --git a/openslides/locale/es/LC_MESSAGES/django.mo b/openslides/locale/es/LC_MESSAGES/django.mo index c1edcfc49..08614f695 100644 Binary files a/openslides/locale/es/LC_MESSAGES/django.mo and b/openslides/locale/es/LC_MESSAGES/django.mo differ diff --git a/openslides/locale/es/LC_MESSAGES/django.po b/openslides/locale/es/LC_MESSAGES/django.po index 576d181a2..60e7f7870 100644 --- a/openslides/locale/es/LC_MESSAGES/django.po +++ b/openslides/locale/es/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-18 11:11+0100\n" -"PO-Revision-Date: 2017-01-24 16:24+0000\n" -"Last-Translator: Maximilian Krambach \n" +"POT-Creation-Date: 2017-02-24 16:10+0100\n" +"PO-Revision-Date: 2017-02-24 15:16+0000\n" +"Last-Translator: Emanuel Schütze \n" "Language-Team: Spanish (http://www.transifex.com/openslides/openslides/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,249 +36,277 @@ msgstr "{user} ya está en la lista de oradores." msgid "An anonymous user can not be on lists of speakers." msgstr "Un usuario anónimo no puede estar en listas de oradores." -#: agenda/views.py:85 +#: agenda/views.py:87 msgid "The list of speakers is closed." msgstr "La lista de oradores se cerró." -#: agenda/views.py:94 +#: agenda/views.py:96 msgid "User does not exist." msgstr "El usuario no existe." -#: agenda/views.py:102 +#: agenda/views.py:104 #, python-format msgid "User %s was successfully added to the list of speakers." msgstr "Usuario %s se ha añadido correctamente a la lista de oradores." -#: agenda/views.py:119 +#: agenda/views.py:121 msgid "You are not on the list of speakers." msgstr "Usted no está en la lista de oradores." -#: agenda/views.py:122 +#: agenda/views.py:124 msgid "You are successfully removed from the list of speakers." msgstr "Usted ha sido eliminado de la lista de oradores." -#: agenda/views.py:133 agenda/views.py:162 -msgid "Speaker does not exist." -msgstr "El orador no existe." +#: agenda/views.py:142 +msgid "speakers have been removed from the list of speakers." +msgstr "" -#: agenda/views.py:136 +#: agenda/views.py:144 #, python-format -msgid "Speaker %s was successfully removed from the list of speakers." -msgstr "Orador %s ha sido eliminado de la lista de oradores." +msgid "User %s has been removed from the list of speakers." +msgstr "" -#: agenda/views.py:157 +#: agenda/views.py:146 +msgid "No speakers have been removed from the list of speakers." +msgstr "" + +#: agenda/views.py:166 msgid "The list of speakers is empty." msgstr "La lista de oradores está vacía." -#: agenda/views.py:164 +#: agenda/views.py:171 +msgid "Speaker does not exist." +msgstr "El orador no existe." + +#: agenda/views.py:173 msgid "User is now speaking." msgstr "El usuario está hablando." -#: agenda/views.py:175 +#: agenda/views.py:184 #, python-format msgid "There is no one speaking at the moment according to %(item)s." msgstr "No hay nadie hablando acerca de %(item)s." -#: agenda/views.py:177 +#: agenda/views.py:186 msgid "The speech is finished now." msgstr "El discurso está terminado ahora." -#: agenda/views.py:196 agenda/views.py:208 +#: agenda/views.py:205 agenda/views.py:217 assignments/views.py:216 msgid "Invalid data." msgstr "Datos inválidos." -#: agenda/views.py:218 +#: agenda/views.py:230 msgid "List of speakers successfully sorted." msgstr "Lista de oradores has sido ordenada correctamente." -#: agenda/views.py:227 +#: agenda/views.py:239 msgid "The agenda has been numbered." msgstr "Los temas del programa han sido numerados." -#: assignments/models.py:146 +#: agenda/views.py:264 +msgid "There must not be a hierarchical loop. Please reload the page." +msgstr "" + +#: agenda/views.py:268 +msgid "The agenda has been sorted." +msgstr "" + +#: assignments/models.py:163 msgid "Election" msgstr "Elección" -#: assignments/serializers.py:138 +#: assignments/serializers.py:30 +msgid "Value for {} must be greater than 0" +msgstr "" + +#: assignments/serializers.py:148 #, python-format msgid "You have to submit data for %d candidates." msgstr "Usted tiene que enviar datos para %d candidatos." -#: assignments/serializers.py:142 motions/serializers.py:214 +#: assignments/serializers.py:152 motions/serializers.py:215 #, python-format msgid "You have to submit data for %d vote values." msgstr "Usted tiene que enviar datos para %d valores de voto." -#: assignments/serializers.py:146 motions/serializers.py:218 +#: assignments/serializers.py:156 motions/serializers.py:219 #, python-format msgid "Vote value %s is invalid." msgstr "El valor de voto %s no es válido." -#: assignments/views.py:64 +#: assignments/views.py:66 msgid "You are already elected." msgstr "Usted ya ha sido elegido." -#: assignments/views.py:74 +#: assignments/views.py:76 msgid "You can not candidate to this election because it is finished." msgstr "Usted no puede ser candidato para esta elección porque la elección ha terminado." -#: assignments/views.py:80 +#: assignments/views.py:82 msgid "You were nominated successfully." msgstr "Usted ha sido nombrado correctamente." -#: assignments/views.py:85 +#: assignments/views.py:87 msgid "" "You can not withdraw your candidature to this election because it is " "finished." msgstr "Usted no puede retirar su candidatura para esta elección porque ha terminado." -#: assignments/views.py:90 +#: assignments/views.py:92 msgid "You are not a candidate of this election." msgstr "Usted no es un candidato para esta elección." -#: assignments/views.py:92 +#: assignments/views.py:94 msgid "You have withdrawn your candidature successfully." msgstr "Usted ha retirado su candidatura con éxito." -#: assignments/views.py:101 +#: assignments/views.py:103 #, python-format msgid "Invalid data. Expected dictionary, got %s." msgstr "Datos inválidos. Esperaba un diccionario, llegó %s." -#: assignments/views.py:107 +#: assignments/views.py:109 msgid "Invalid data. Expected something like {\"user\": }." msgstr "Datos inválidos. Esperaba algo como {\"user\": }." -#: assignments/views.py:111 +#: assignments/views.py:113 #, python-format msgid "Invalid data. User %d does not exist." msgstr "Datos inválidos. El usuario %d no existe." -#: assignments/views.py:131 +#: assignments/views.py:133 #, python-format msgid "User %s is already elected." msgstr "El usuario %s ya está elegido." -#: assignments/views.py:133 +#: assignments/views.py:135 msgid "You can not nominate someone to this election because it is finished." msgstr "No se puede nominar a alguien a esta elección porque ha terminado." -#: assignments/views.py:139 +#: assignments/views.py:141 #, python-format msgid "User %s is already nominated." msgstr "El usuario %s ya está nominado." -#: assignments/views.py:141 +#: assignments/views.py:143 #, python-format msgid "User %s was nominated successfully." msgstr "El usuario %s fue nominado correctamente." -#: assignments/views.py:148 +#: assignments/views.py:150 msgid "" "You can not delete someone's candidature to this election because it is " "finished." msgstr "No se puede eliminar la candidatura de alguien para esta elección porque ya ha terminado." -#: assignments/views.py:151 +#: assignments/views.py:153 #, python-format msgid "User %s has no status in this election." msgstr "El usuario %s no tiene estatus en esta elección." -#: assignments/views.py:153 +#: assignments/views.py:155 #, python-format msgid "Candidate %s was withdrawn successfully." msgstr "%s candidato fue retirado con éxito." -#: assignments/views.py:165 +#: assignments/views.py:167 #, python-format msgid "User %s is not a candidate of this election." msgstr "El usuario %s no es un candidato de esta elección." -#: assignments/views.py:167 +#: assignments/views.py:169 #, python-format msgid "User %s was successfully elected." msgstr "El usuario %s fue elegido con éxito." -#: assignments/views.py:171 +#: assignments/views.py:173 #, python-format msgid "User %s is not an elected candidate of this election." msgstr "El usuario %s no es un candidato electo de esta elección." -#: assignments/views.py:174 +#: assignments/views.py:176 #, python-format msgid "User %s was successfully unelected." msgstr "La elección del usuario %s de deshizo correctamente." -#: assignments/views.py:184 +#: assignments/views.py:186 msgid "Can not create ballot because there are no candidates." msgstr "No se puede crear la votación porque no hay candidatos." -#: assignments/views.py:187 +#: assignments/views.py:189 msgid "Ballot created successfully." msgstr "Boleta creada correctamente." -#: core/config.py:40 core/config.py:67 +#: 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:41 core/config.py:68 msgid "The config variable {} was not found." msgstr "La variable de configuración {} no fue encontrado." -#: core/config.py:76 +#: core/config.py:77 #, python-format msgid "Wrong datatype. Expected %(expected_type)s, got %(got_type)s." msgstr "Tipo de datos incorrecto. Espera %(expected_type)s, obtuvo %(got_type)s." -#: core/config.py:86 +#: core/config.py:87 msgid "Invalid input. Choice does not match." msgstr "Entrada inválida. Selección no coincide." -#: core/config.py:95 +#: core/config.py:96 msgid "motions_comments has to be a list." msgstr "motions_comments debe ser una lista." -#: core/config.py:98 +#: core/config.py:99 msgid "Each element in motions_comments has to be a dict." msgstr "Cada elemento de motions_comments debe ser un diccionario(dict)." -#: core/config.py:100 +#: core/config.py:101 msgid "A name and a public property have to be given." msgstr "Un nombre y una propiedad pública tienen que ser transmitidos." -#: core/config.py:102 +#: core/config.py:103 msgid "name has to be string." msgstr "Name debe ser una cadena de caracteres." -#: core/config.py:104 +#: core/config.py:105 msgid "public property has to be bool." msgstr "La propiedad pública debe de ser booleano" -#: core/config.py:129 +#: core/config.py:130 msgid "Too many values for config variable {} found." msgstr "Demasiados valores para la variable de configuración {}." -#: core/config.py:199 +#: core/config.py:200 msgid "Invalid value for config attribute input_type." msgstr "Valor inválido para el atributo input_type." -#: core/config.py:201 +#: core/config.py:202 msgid "" "Either config attribute 'choices' must not be None or 'input_type' must not " "be 'choice'." msgstr "El atributo 'choices' debe de ser None o 'input_type' no debe de ser 'choice'." -#: core/config.py:204 +#: core/config.py:205 msgid "" "Either config attribute 'choices' must be None or 'input_type' must be " "'choice'." msgstr "El atributo 'choices' debe ser Ninguno o 'input_type' debe ser 'choice'." -#: core/config.py:214 +#: core/config.py:215 msgid "General" msgstr "General" -#: core/views.py:709 +#: core/views.py:738 msgid "All chat messages deleted successfully." msgstr "Todos los mensajes de charla se han eliminado correctamente." -#: mediafiles/models.py:65 +#: mediafiles/models.py:63 msgid "unknown" msgstr "desconocido" @@ -286,16 +314,16 @@ msgstr "desconocido" msgid "Motion" msgstr "Moción" -#: motions/models.py:718 +#: motions/models.py:686 msgid "new" msgstr "nuevo" -#: motions/models.py:912 +#: motions/models.py:873 #, python-format msgid "%(time_and_messages)s by %(person)s" msgstr "%(time_and_messages)s de %(person)s" -#: motions/serializers.py:34 +#: motions/serializers.py:35 #, python-format msgid "Workflow %(pk)d does not exist." msgstr "Flujo %(pk)d no existe." @@ -320,7 +348,7 @@ msgstr "no decidido" msgid "published" msgstr "publicado" -#: motions/signals.py:47 motions/views.py:189 +#: motions/signals.py:47 motions/views.py:216 msgid "permitted" msgstr "permitido" @@ -348,116 +376,132 @@ msgstr "necesita revisión" msgid "rejected (not authorized)" msgstr "rechazado (no autorizado)" -#: motions/views.py:109 +#: motions/views.py:94 +msgid "The parent motion does not exist." +msgstr "" + +#: motions/views.py:134 msgid "Motion created" msgstr "Moción creada" -#: motions/views.py:157 +#: motions/views.py:184 msgid "Motion updated" msgstr "Moción actualizada" -#: motions/views.py:161 +#: motions/views.py:188 msgid "All supporters removed" msgstr "Todos los apoyadores fueron retirados" -#: motions/views.py:187 motions/views.py:199 +#: motions/views.py:214 motions/views.py:226 msgid "Version" msgstr "Versión" -#: motions/views.py:191 +#: motions/views.py:218 #, python-format msgid "Version %d permitted successfully." msgstr "Versión %d permitida correctamente." -#: motions/views.py:196 +#: motions/views.py:223 msgid "You can not delete the active version of a motion." msgstr "No puede eliminar la versión activa de una moción." -#: motions/views.py:201 +#: motions/views.py:228 msgid "deleted" msgstr "eliminado" -#: motions/views.py:203 +#: motions/views.py:230 #, python-format msgid "Version %d deleted successfully." msgstr "La versión %d se ha eliminado correctamente." -#: motions/views.py:224 +#: motions/views.py:253 msgid "You can not support this motion." msgstr "Usted no puede apoyar esta propuesta." -#: motions/views.py:226 +#: motions/views.py:255 msgid "Motion supported" msgstr "Moción apoyada" -#: motions/views.py:227 +#: motions/views.py:256 msgid "You have supported this motion successfully." msgstr "Le ha apoyado esta moción correctamente." -#: motions/views.py:232 +#: motions/views.py:261 msgid "You can not unsupport this motion." msgstr "No puede desapoyar esta moción." -#: motions/views.py:234 +#: motions/views.py:263 msgid "Motion unsupported" msgstr "Moción desapoyada." -#: motions/views.py:235 +#: motions/views.py:264 msgid "You have unsupported this motion successfully." msgstr "Usted desapoyó esta moción correctamente." -#: motions/views.py:258 +#: motions/views.py:287 msgid "Invalid data. State must be an integer." msgstr "Datos inválidos. Estado debe ser un número entero." -#: motions/views.py:261 +#: motions/views.py:290 #, python-format msgid "You can not set the state to %(state_id)d." msgstr "No puede asignar el estado a %(state_id)d." -#: motions/views.py:269 +#: motions/views.py:298 #, python-format msgid "The state of the motion was set to %s." msgstr "El estado de la moción fue establecido en %s." -#: motions/views.py:273 motions/views.py:490 +#: motions/views.py:302 motions/views.py:584 msgid "State set to" msgstr "Estado establecido en" -#: motions/views.py:295 +#: motions/views.py:324 msgid "Invalid data. Recommendation must be an integer." msgstr "Datos inválidos. Recomendación debe de ser un número entero." -#: motions/views.py:299 +#: motions/views.py:328 #, python-brace-format msgid "You can not set the recommendation to {recommendation_state_id}." msgstr "No puede asignar la recomendación a {recommendation_state_id}." -#: motions/views.py:309 +#: motions/views.py:338 #, python-format msgid "The recommendation of the motion was set to %s." msgstr "La recomendación de la moción fue establecido en %s." -#: motions/views.py:313 +#: motions/views.py:342 msgid "Recommendation set to" msgstr "Recomendación establecido en" -#: motions/views.py:328 +#: motions/views.py:359 +msgid "Vote created" +msgstr "" + +#: motions/views.py:360 msgid "Vote created successfully." msgstr "Voto creado correctamente." -#: motions/views.py:440 +#: motions/views.py:385 +msgid "Vote updated" +msgstr "" + +#: motions/views.py:394 +msgid "Vote deleted" +msgstr "" + +#: motions/views.py:533 msgid "" "Error: At least one identifier of this category does already exist in " "another category." msgstr "Error: Al menos un identificador de esta categoría ya existe en otra categoría." -#: motions/views.py:444 +#: motions/views.py:538 #, python-brace-format msgid "All motions in category {category} numbered successfully." msgstr "Todas mociones de la categoría {category} numeradas correctamente." -#: motions/views.py:495 +#: motions/views.py:589 msgid "Followed recommendations successfully." msgstr "Las recomendaciones se han seguidos con éxito." @@ -473,53 +517,57 @@ msgstr "Indocumentado" msgid "Value for {} must not be less than -2" msgstr "El valor de {} no debe ser inferior a -2" -#: users/serializers.py:44 +#: users/serializers.py:46 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her groups." msgstr "Los grupos a las que pertenece este usuario. Un usuario obtendrá todos los permisos concedidos a cada uno de sus grupos." -#: users/serializers.py:58 -msgid "Username, first name and last name can not all be empty." -msgstr "Nombre de usuario, nombre y apellido no todos pueden estar vacíos." +#: users/serializers.py:60 +msgid "Username, given name and surname can not all be empty." +msgstr "" -#: users/serializers.py:90 +#: users/serializers.py:95 #, python-brace-format msgid "Incorrect value \"{value}\". Expected app_label.codename string." msgstr "Valor incorrecto \"{value}\". Esperaba app_label.codename cadena." -#: users/serializers.py:91 +#: users/serializers.py:96 #, python-brace-format msgid "Invalid permission \"{value}\". Object does not exist." msgstr "Permiso inválido: \"{value}\". El objeto no existe." -#: users/views.py:64 +#: users/views.py:71 msgid "You can not deactivate yourself." msgstr "No puede desactivarse a sí mismo." -#: users/views.py:80 +#: users/views.py:92 msgid "You can not delete yourself." msgstr "No puede borrar a sí mismo." -#: users/views.py:93 +#: users/views.py:105 msgid "Password successfully reset." msgstr "Contraseña restablecida correctamente." -#: users/views.py:169 +#: users/views.py:184 +msgid "Cookies have to be enabled to use OpenSlides." +msgstr "" + +#: users/views.py:187 msgid "Username or password is not correct." msgstr "Nombre de usuario o la contraseña no es correcta." -#: users/views.py:195 +#: users/views.py:213 #, python-brace-format msgid "" "Installation was successfully. Use {username} and {password} for first " "login. Important: Please change your password!" msgstr "Instalación exitosa. Utilice {username} y {password} para el primer inicio de sesión. Importante: ¡Cambie su contraseña!" -#: users/views.py:216 +#: users/views.py:236 msgid "You are not authenticated." msgstr "Usted no está autenticado." -#: users/views.py:250 +#: users/views.py:279 msgid "Old password does not match." msgstr "La contraseña antigua no coincide." diff --git a/openslides/locale/fr/LC_MESSAGES/django.mo b/openslides/locale/fr/LC_MESSAGES/django.mo index 65a2d6fd1..73c2b0db8 100644 Binary files a/openslides/locale/fr/LC_MESSAGES/django.mo and b/openslides/locale/fr/LC_MESSAGES/django.mo differ diff --git a/openslides/locale/fr/LC_MESSAGES/django.po b/openslides/locale/fr/LC_MESSAGES/django.po index 66a0a3cef..6e8eb70c2 100644 --- a/openslides/locale/fr/LC_MESSAGES/django.po +++ b/openslides/locale/fr/LC_MESSAGES/django.po @@ -3,14 +3,14 @@ # Copyright (C) 2011–2015 by OpenSlides team, see AUTHORS. # This file is distributed under the same license as the OpenSlides package. # Translators: -# Moira Brülisauer , 2015-2016 +# Moira Brülisauer , 2015-2017 msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-20 23:29+0100\n" -"PO-Revision-Date: 2016-03-21 11:50+0000\n" -"Last-Translator: Moira Brülisauer \n" +"POT-Creation-Date: 2017-02-24 16:10+0100\n" +"PO-Revision-Date: 2017-02-24 15:16+0000\n" +"Last-Translator: Emanuel Schütze \n" "Language-Team: French (http://www.transifex.com/openslides/openslides/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,901 +18,497 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: agenda/models.py:196 +#: agenda/models.py:204 msgid "Agenda item" msgstr "Point de l'ordre du jour" -#: agenda/models.py:197 +#: agenda/models.py:205 msgid "Hidden item" msgstr "élément masqué" -#: agenda/models.py:348 +#: agenda/models.py:342 #, python-brace-format msgid "{user} is already on the list of speakers." msgstr "{user} est déjà sur la liste des orateurs." -#: agenda/models.py:351 +#: agenda/models.py:345 msgid "An anonymous user can not be on lists of speakers." msgstr "Un utilisateur anonyme no peut pas être sur la liste des orateurs." -#: agenda/signals.py:19 -msgid "Invalid input." -msgstr "Entrée invalide." - -#: agenda/signals.py:31 -msgid "Numbering prefix for agenda items" -msgstr "Numérotation préfixe pour points de l'ordre du jour" - -#: agenda/signals.py:32 -msgid "This prefix will be set if you run the automatic agenda numbering." -msgstr "Ce préfixe sera fixé si vous exécutez la numérotation automatique pour l'ordre du jour." - -#: agenda/signals.py:34 agenda/signals.py:47 agenda/signals.py:57 -#: agenda/signals.py:69 agenda/signals.py:80 agenda/signals.py:91 -#: agenda/views.py:281 agenda/views.py:282 -msgid "Agenda" -msgstr "Ordre du jour" - -#: agenda/signals.py:35 agenda/signals.py:48 agenda/signals.py:58 -#: core/config.py:181 core/signals.py:44 core/signals.py:53 core/signals.py:63 -#: core/signals.py:71 core/signals.py:79 core/signals.py:91 -#: core/signals.py:100 core/signals.py:110 core/signals.py:122 -#: core/signals.py:130 motions/signals.py:28 motions/signals.py:41 -#: motions/signals.py:49 motions/signals.py:59 motions/signals.py:68 -msgid "General" -msgstr "Général" - -#: agenda/signals.py:42 -msgid "Numeral system for agenda items" -msgstr "système de numération de points de l'ordre du jour" - -#: agenda/signals.py:44 -msgid "Arabic" -msgstr "arabe" - -#: agenda/signals.py:45 -msgid "Roman" -msgstr "romain" - -#: agenda/signals.py:54 -msgid "Begin of event" -msgstr "Début de l'événement" - -#: agenda/signals.py:55 -msgid "Input format: DD.MM.YYYY HH:MM" -msgstr "Format d'entrée: DD.MM.YYYY HH:MM" - -#: agenda/signals.py:67 -msgid "Number of last speakers to be shown on the projector" -msgstr "Nombre de derniers orateurs à faire figurer sur le projecteur" - -#: agenda/signals.py:70 agenda/signals.py:81 agenda/signals.py:92 -msgid "List of speakers" -msgstr "Liste des orateurs" - -#: agenda/signals.py:77 -msgid "Show orange countdown in the last x seconds of speaking time" -msgstr "Afficher le compte à rebours orange dans les x dernières secondes de temps de parole" - -#: agenda/signals.py:78 -msgid "Enter duration in seconds. Choose 0 to disable warning color." -msgstr "Entrez la durée en secondes. Choisissez 0 pour désactiver la couleur d'avertissement." - -#: agenda/signals.py:88 -msgid "Couple countdown with the list of speakers" -msgstr "Couple compte à rebours avec la liste des orateurs" - -#: agenda/signals.py:89 -msgid "[Begin speech] starts the countdown, [End speech] stops the countdown." -msgstr "[Commencer discours] démarre le compte à rebours, [Arreter discours] arrête le compte à rebours." - -#: agenda/views.py:108 +#: agenda/views.py:87 msgid "The list of speakers is closed." msgstr "La liste des orateurs est fermée." -#: agenda/views.py:117 +#: agenda/views.py:96 msgid "User does not exist." msgstr "L'utilisateur n'existe pas." -#: agenda/views.py:125 +#: agenda/views.py:104 #, python-format msgid "User %s was successfully added to the list of speakers." msgstr "L'utilisateur %s a été ajouté avec succès à la liste des orateurs." -#: agenda/views.py:143 +#: agenda/views.py:121 msgid "You are not on the list of speakers." msgstr "Vous n'êtes pas sur la liste des orateurs." -#: agenda/views.py:151 agenda/views.py:181 -msgid "Speaker does not exist." -msgstr "Orateur n'existe pas." +#: agenda/views.py:124 +msgid "You are successfully removed from the list of speakers." +msgstr "Vous avez été envelé à la liste des orateurs avec succès." -#: agenda/views.py:155 +#: agenda/views.py:142 +msgid "speakers have been removed from the list of speakers." +msgstr "" + +#: agenda/views.py:144 #, python-format -msgid "Speaker %s was successfully removed from the list of speakers." -msgstr "L'orateur %s a été envelé avec succès à la liste des orateurs." +msgid "User %s has been removed from the list of speakers." +msgstr "" -#: agenda/views.py:176 +#: agenda/views.py:146 +msgid "No speakers have been removed from the list of speakers." +msgstr "" + +#: agenda/views.py:166 msgid "The list of speakers is empty." msgstr "La liste des orateurs est vide." -#: agenda/views.py:183 +#: agenda/views.py:171 +msgid "Speaker does not exist." +msgstr "Orateur n'existe pas." + +#: agenda/views.py:173 msgid "User is now speaking." msgstr "utilisateur est entrain de parler." -#: agenda/views.py:194 +#: agenda/views.py:184 #, python-format msgid "There is no one speaking at the moment according to %(item)s." msgstr "Il n'y a pas un a parlé au moment selon %(item)s." -#: agenda/views.py:196 +#: agenda/views.py:186 msgid "The speech is finished now." msgstr "Le discours maintenant terminé." -#: agenda/views.py:215 agenda/views.py:227 +#: agenda/views.py:205 agenda/views.py:217 assignments/views.py:216 msgid "Invalid data." msgstr "Données invalides." -#: agenda/views.py:237 +#: agenda/views.py:230 msgid "List of speakers successfully sorted." msgstr "Liste des orateurs a été trié avec succès." -#: agenda/views.py:271 +#: agenda/views.py:239 msgid "The agenda has been numbered." msgstr "L'ordre du jour a été numéroté." -#: assignments/models.py:64 -msgid "Searching for candidates" -msgstr "Recherche de candidats" +#: agenda/views.py:264 +msgid "There must not be a hierarchical loop. Please reload the page." +msgstr "" -#: assignments/models.py:65 -msgid "Voting" -msgstr "Vote" +#: agenda/views.py:268 +msgid "The agenda has been sorted." +msgstr "" -#: assignments/models.py:66 -msgid "Finished" -msgstr "Terminé" - -#: assignments/models.py:123 assignments/views.py:234 assignments/views.py:426 -#: assignments/views.py:443 +#: assignments/models.py:163 msgid "Election" msgstr "Election" -#: assignments/serializers.py:138 +#: assignments/serializers.py:30 +msgid "Value for {} must be greater than 0" +msgstr "" + +#: assignments/serializers.py:148 #, python-format msgid "You have to submit data for %d candidates." msgstr "Vous devez soumettre des données pour %d candidats." -#: assignments/serializers.py:142 motions/serializers.py:177 +#: assignments/serializers.py:152 motions/serializers.py:215 #, python-format msgid "You have to submit data for %d vote values." msgstr "Vous devez soumettre des données pour les valeurs %d votes." -#: assignments/serializers.py:146 motions/serializers.py:181 +#: assignments/serializers.py:156 motions/serializers.py:219 #, python-format msgid "Vote value %s is invalid." msgstr "Valeur de vote %s est invalide." -#: assignments/signals.py:22 -msgid "Election method" -msgstr "Mode d'élection" - -#: assignments/signals.py:24 -msgid "Automatic assign of method" -msgstr "Assignation automatique de la méthode." - -#: assignments/signals.py:25 -msgid "Always one option per candidate" -msgstr "Toujours une option par candidat" - -#: assignments/signals.py:26 -msgid "Always Yes-No-Abstain per candidate" -msgstr "Toujours Oui-Non-Abstention par candidat" - -#: assignments/signals.py:28 assignments/signals.py:38 -#: assignments/signals.py:51 assignments/signals.py:60 -#: assignments/signals.py:71 assignments/signals.py:78 -#: assignments/signals.py:81 assignments/signals.py:90 -#: assignments/views.py:237 -msgid "Elections" -msgstr "Elections" - -#: assignments/signals.py:29 assignments/signals.py:39 -#: assignments/signals.py:52 assignments/signals.py:61 -#: assignments/signals.py:72 -msgid "Ballot and ballot papers" -msgstr "Vote et les bulletins de vote" - -#: assignments/signals.py:35 -msgid "The 100 % base of an election result consists of" -msgstr "La base d'un résultat de l'élection de 100% est constitué de" - -#: assignments/signals.py:45 motions/signals.py:129 -msgid "Number of ballot papers (selection)" -msgstr "Nombre de bulletins de vote (sélection)" - -#: assignments/signals.py:47 motions/signals.py:131 -msgid "Number of all delegates" -msgstr "Nombre de délégués" - -#: assignments/signals.py:48 motions/signals.py:132 -msgid "Number of all participants" -msgstr "Nombre de participants" - -#: assignments/signals.py:49 motions/signals.py:133 -msgid "Use the following custom number" -msgstr "Utilisez le nombre personnalisé suivant" - -#: assignments/signals.py:58 motions/signals.py:142 -msgid "Custom number of ballot papers" -msgstr "Nombre personnalisé de bulletins de vote" - -#: assignments/signals.py:68 -msgid "Publish election result for elected candidates only (projector view)" -msgstr "Ne que publier le résultat des candidats élus (vue du projecteur)" - -#: assignments/signals.py:79 -msgid "Title for PDF document (all elections)" -msgstr "Titre du fichier PDF (toutes les élections)" - -#: assignments/signals.py:82 assignments/signals.py:91 motions/signals.py:156 -#: motions/signals.py:165 motions/signals.py:174 users/signals.py:37 -#: users/signals.py:46 users/signals.py:57 users/signals.py:66 -#: users/signals.py:75 users/signals.py:90 -msgid "PDF" -msgstr "PDF" - -#: assignments/signals.py:88 -msgid "Preamble text for PDF document (all elections)" -msgstr "Texte de préambule pour le fichier PDF (toutes les élections)" - -#: assignments/views.py:81 +#: assignments/views.py:66 msgid "You are already elected." msgstr "Vous êtes déja elu." -#: assignments/views.py:91 +#: assignments/views.py:76 msgid "You can not candidate to this election because it is finished." msgstr "Vous ne pouvez pas vous présenter pour cette élection car elle terminée." -#: assignments/views.py:97 +#: assignments/views.py:82 msgid "You were nominated successfully." msgstr "Vous avez été nominé avec succès. " -#: assignments/views.py:102 +#: assignments/views.py:87 msgid "" "You can not withdraw your candidature to this election because it is " "finished." msgstr "Vous ne pouvez pas retirer votre candidature à cette élection car elle terminée." -#: assignments/views.py:107 +#: assignments/views.py:92 msgid "You are not a candidate of this election." msgstr "Vous n'êtes pas un candidat de cette élection." -#: assignments/views.py:109 +#: assignments/views.py:94 msgid "You have withdrawn your candidature successfully." msgstr "Vous avez retiré votre candidature avec succès." -#: assignments/views.py:118 +#: assignments/views.py:103 #, python-format msgid "Invalid data. Expected dictionary, got %s." msgstr "Données invalides. Dictionnaire attendu, obtenu %s." -#: assignments/views.py:124 +#: assignments/views.py:109 msgid "Invalid data. Expected something like {\"user\": }." msgstr "Données invalides. Attendu quelque chose comme {\"user\": }." -#: assignments/views.py:128 +#: assignments/views.py:113 #, python-format msgid "Invalid data. User %d does not exist." msgstr "Données invalides. L'utilisateur %d ne existe pas." -#: assignments/views.py:148 +#: assignments/views.py:133 #, python-format msgid "User %s is already elected." msgstr "L'utilisateur %s est déja elu." -#: assignments/views.py:150 +#: assignments/views.py:135 msgid "You can not nominate someone to this election because it is finished." msgstr "Vous ne pouvez pas nommer quelqu'un pour cette élection, car elle terminée." -#: assignments/views.py:156 +#: assignments/views.py:141 #, python-format msgid "User %s is already nominated." msgstr "L'utilisateur %s est déja nommé." -#: assignments/views.py:158 +#: assignments/views.py:143 #, python-format msgid "User %s was nominated successfully." msgstr "Le candidat %s a été nommé avec succès. " -#: assignments/views.py:165 +#: assignments/views.py:150 msgid "" "You can not delete someone's candidature to this election because it is " "finished." msgstr "Vous ne pouvez pas supprimer la candidature de quelqu'un à cette élection, car il est terminé." -#: assignments/views.py:168 +#: assignments/views.py:153 #, python-format msgid "User %s has no status in this election." msgstr "L'utilisateur %s n'a pas de statut dans cette élection." -#: assignments/views.py:170 +#: assignments/views.py:155 #, python-format msgid "Candidate %s was withdrawn successfully." msgstr "Le candidat %s a été rejeté avec succès." -#: assignments/views.py:182 +#: assignments/views.py:167 #, python-format msgid "User %s is not a candidate of this election." msgstr "L'utilisateur %s n'est pas un candidat de cette élection." -#: assignments/views.py:184 +#: assignments/views.py:169 #, python-format msgid "User %s was successfully elected." msgstr "L'utilisateur %s a été élu avec succès." -#: assignments/views.py:188 +#: assignments/views.py:173 #, python-format msgid "User %s is not an elected candidate of this election." msgstr "L'utilisateur %s n'est pas un candidat élu de cette élection." -#: assignments/views.py:191 +#: assignments/views.py:176 #, python-format msgid "User %s was successfully unelected." msgstr "L'utilisateur %s a été non élu avec succès." -#: assignments/views.py:201 +#: assignments/views.py:186 msgid "Can not create ballot because there are no candidates." msgstr "Vous ne pouvez pas créer des scrutins, car il n'y a pas de candidats." -#: assignments/views.py:204 +#: assignments/views.py:189 msgid "Ballot created successfully." msgstr "Le scrutin a été créé avec succès." -#: assignments/views.py:258 -msgid "No elections available." -msgstr "Pas d' élections disponibles." +#: assignments/views.py:204 +msgid "users has to be a list of IDs." +msgstr "" -#: assignments/views.py:277 -#, python-format -msgid "Election: %s" -msgstr "Election: %s" +#: assignments/views.py:231 +msgid "Assignment related users successfully sorted." +msgstr "" -#: assignments/views.py:286 -msgid "Number of members to be elected" -msgstr "Nombre de membres à élire" +#: core/config.py:41 core/config.py:68 +msgid "The config variable {} was not found." +msgstr "La variable de configuration {} n'a pas été trouvé." -#: assignments/views.py:293 assignments/views.py:321 -msgid "Candidates" -msgstr "Candidats" - -#: assignments/views.py:317 -msgid "Election result" -msgstr "Résultat de l'élection" - -#: assignments/views.py:323 -msgid "ballot" -msgstr "vote" - -#: assignments/views.py:342 -#, python-format -msgid "" -"Y: %(YES)s\n" -"N: %(NO)s\n" -"A: %(ABSTAIN)s" -msgstr "O: %(YES)s\nN: %(NO)s\nA: %(ABSTAIN)s" - -#: assignments/views.py:353 motions/pdf.py:116 -msgid "Valid votes" -msgstr "Votes valides" - -#: assignments/views.py:364 motions/pdf.py:118 -msgid "Invalid votes" -msgstr "Votes invalides" - -#: assignments/views.py:375 motions/pdf.py:120 -msgid "Votes cast" -msgstr "Nombre de votants" - -#: assignments/views.py:397 -msgid "elected" -msgstr "élu" - -#: assignments/views.py:450 -#, python-format -msgid "%d. ballot" -msgstr "%d. vote" - -#: assignments/views.py:452 -#, python-format -msgid "%d candidate" -msgid_plural "%d candidates" -msgstr[0] "%d candidat" -msgstr[1] "%d candidats" - -#: assignments/views.py:454 -#, python-format -msgid "%d available post" -msgid_plural "%d available posts" -msgstr[0] "%d poste disponible" -msgstr[1] "%d postes disponibles" - -#: assignments/views.py:506 motions/pdf.py:126 motions/pdf.py:349 -msgid "Yes" -msgstr "Oui" - -#: assignments/views.py:507 motions/pdf.py:126 motions/pdf.py:351 -msgid "No" -msgstr "Non" - -#: assignments/views.py:508 motions/pdf.py:126 motions/pdf.py:353 -msgid "Abstain" -msgstr "Abstention" - -#: core/config.py:30 core/config.py:61 -#, python-format -msgid "The config variable %s was not found." -msgstr "La variable de configuration %s n'a pas été trouvé." - -#: core/config.py:70 +#: core/config.py:77 #, python-format msgid "Wrong datatype. Expected %(expected_type)s, got %(got_type)s." msgstr "Type de données erronées. %(expected_type)s, obtenu %(got_type)s." -#: core/config.py:73 +#: core/config.py:87 msgid "Invalid input. Choice does not match." msgstr "Entrée invalide. Choix ne correspond pas." -#: core/config.py:115 -#, python-format -msgid "Too many values for config variable %s found." -msgstr "Trop de valeurs pour la variable den configuration %s ont été trouvé." +#: core/config.py:96 +msgid "motions_comments has to be a list." +msgstr "motions_comments doit être une liste." -#: core/config.py:166 +#: core/config.py:99 +msgid "Each element in motions_comments has to be a dict." +msgstr "Chaque éléments dans motions_comments doit être un dict." + +#: core/config.py:101 +msgid "A name and a public property have to be given." +msgstr "" + +#: core/config.py:103 +msgid "name has to be string." +msgstr "" + +#: core/config.py:105 +msgid "public property has to be bool." +msgstr "" + +#: core/config.py:130 +msgid "Too many values for config variable {} found." +msgstr "" + +#: core/config.py:200 msgid "Invalid value for config attribute input_type." msgstr "Valeur incorrecte pour l'attribut de configuration input_type." -#: core/config.py:168 +#: core/config.py:202 msgid "" "Either config attribute 'choices' must not be None or 'input_type' must not " "be 'choice'." msgstr "Soit l'attribut de configuration 'choix' ne doit pas être aucun ou 'input_type' ne dois pas être 'choix'." -#: core/config.py:171 +#: core/config.py:205 msgid "" "Either config attribute 'choices' must be None or 'input_type' must be " "'choice'." msgstr "Soit l'attribut de configuration 'choix' ne doit pas être aucun ou 'input_type' ne doit être 'choix'." -#: core/signals.py:42 -msgid "Event name" -msgstr "Nom de l'événement" +#: core/config.py:215 +msgid "General" +msgstr "Général" -#: core/signals.py:45 core/signals.py:54 core/signals.py:64 core/signals.py:72 -#: core/signals.py:80 core/signals.py:92 core/signals.py:101 -#: core/signals.py:111 -msgid "Event" -msgstr "Evénement" +#: core/views.py:738 +msgid "All chat messages deleted successfully." +msgstr "" -#: core/signals.py:50 -msgid "Presentation and assembly system" -msgstr "Système de présentation et d'assemblée" - -#: core/signals.py:51 -msgid "Short description of event" -msgstr "Une courte description de l'événement" - -#: core/signals.py:61 -msgid "Event date" -msgstr "Date de l'événement" - -#: core/signals.py:69 -msgid "Event location" -msgstr "Lieu de l'événement" - -#: core/signals.py:77 -msgid "Event organizer" -msgstr "Organisateur de l'événement" - -#: core/signals.py:85 -msgid "" -"OpenSlides is a free web based " -"presentation and assembly system for visualizing and controlling agenda, " -"motions and elections of an assembly." -msgstr "OpenSlides est un system de présentation et d'assemblée libre, basé sur le Web. OpenSlides est un système de visualisation et de contrôle de l'ordre du jour, des motions et des élections d'une assemblée." - -#: core/signals.py:89 -msgid "Legal notice" -msgstr "Mention légale" - -#: core/signals.py:97 -msgid "Welcome to OpenSlides" -msgstr "Bienvenue sur OpenSlides!" - -#: core/signals.py:98 -msgid "Front page title" -msgstr "Titre de la première page" - -#: core/signals.py:106 -msgid "[Space for your welcome text.]" -msgstr "[Espace pour votre texte de bienvenue ici.]" - -#: core/signals.py:108 -msgid "Front page text" -msgstr "Texte de la première page" - -#: core/signals.py:120 -msgid "Allow access for anonymous guest users" -msgstr "Autoriser l'accès pour les utilisateurs anonymes" - -#: core/signals.py:123 core/signals.py:131 -msgid "System" -msgstr "Système" - -#: core/signals.py:128 -msgid "Show this text on the login page." -msgstr "Montrer ce texte sur la page de connexion." - -#: core/signals.py:139 -msgid "Show logo on projector" -msgstr "Afficher le logo sur le projecteur" - -#: core/signals.py:141 -msgid "" -"You can replace the logo. Just copy a file to \"static/img/logo-" -"projector.png\" in your OpenSlides data path." -msgstr "Vous pouvez remplacer le logo. Il suffit de copier un fichier à \"static/img/logo-projector.png\" dans votre chemin de données de OpenSlides." - -#: core/signals.py:144 core/signals.py:152 core/signals.py:160 -#: core/signals.py:168 core/signals.py:176 core/signals.py:183 -msgid "Projector" -msgstr "Projecteur" - -#: core/signals.py:150 -msgid "Show title and description of event on projector" -msgstr "Afficher le titre et la description de l'événement sur ​​le projecteur" - -#: core/signals.py:158 -msgid "Background color of projector header and footer" -msgstr "La couleur de fond d'en-tête du projecteur et pied de page" - -#: core/signals.py:166 -msgid "Font color of projector header and footer" -msgstr "Couleur de la police d'en-tête et pied de page du projecteur" - -#: core/signals.py:174 -msgid "Font color of projector headline" -msgstr "Couleur de la police du projecteur titre" - -#: core/signals.py:181 -msgid "Default countdown" -msgstr "Valeur par défaut du compte à rebours" - -#: global_settings.py:16 -msgid "Czech" -msgstr "Tchèque" - -#: global_settings.py:17 -msgid "English" -msgstr "Anglais" - -#: global_settings.py:18 -msgid "French" -msgstr "Français" - -#: global_settings.py:19 -msgid "German" -msgstr "Allemand" - -#: global_settings.py:20 -msgid "Portuguese" -msgstr "Portugais" - -#: mediafiles/models.py:61 +#: mediafiles/models.py:63 msgid "unknown" msgstr "inconnu" -#: motions/models.py:125 motions/pdf.py:39 motions/pdf.py:338 -#: motions/signals.py:27 motions/signals.py:40 motions/signals.py:48 -#: motions/signals.py:58 motions/signals.py:67 motions/signals.py:79 -#: motions/signals.py:88 motions/signals.py:100 motions/signals.py:110 -#: motions/signals.py:122 motions/signals.py:135 motions/signals.py:144 -#: motions/signals.py:155 motions/signals.py:164 motions/signals.py:173 -#: motions/views.py:349 motions/views.py:409 +#: motions/models.py:187 msgid "Motion" msgstr "Motion" -#: motions/models.py:617 +#: motions/models.py:686 msgid "new" msgstr "nouveau" -#: motions/models.py:689 +#: motions/models.py:873 #, python-format msgid "%(time_and_messages)s by %(person)s" msgstr "%(time_and_messages)s par %(person)s" -#: motions/pdf.py:46 -msgid "Submitter" -msgstr "Requérant" - -#: motions/pdf.py:60 -msgid "Signature" -msgstr "Signature" - -#: motions/pdf.py:71 motions/signals.py:101 motions/signals.py:111 -msgid "Supporters" -msgstr "Partisants" - -#: motions/pdf.py:82 -msgid "State" -msgstr "Statut" - -#: motions/pdf.py:92 motions/views.py:158 motions/views.py:170 -msgid "Version" -msgstr "Version" - -#: motions/pdf.py:108 -msgid "Vote result" -msgstr "Résultat du vote" - -#: motions/pdf.py:122 motions/views.py:349 -msgid "Vote" -msgstr "Vote" - -#: motions/pdf.py:149 -msgid "Reason" -msgstr "Motivation" - -#: motions/pdf.py:325 -msgid "Categories" -msgstr "Catégories" - -#: motions/pdf.py:332 -msgid "No motions available." -msgstr "Aucune motion disponible." - -#: motions/pdf.py:345 -#, python-format -msgid "Motion No. %s" -msgstr "Motion No %s" - -#: motions/serializers.py:31 +#: motions/serializers.py:35 #, python-format msgid "Workflow %(pk)d does not exist." msgstr "Flux de travail %(pk)d n'existe pas." -#: motions/signals.py:24 -msgid "Workflow of new motions" -msgstr "Flux de travail des nouvelles motions" - -#: motions/signals.py:34 -msgid "Identifier" -msgstr "Identificateur" - -#: motions/signals.py:36 -msgid "Numbered per category" -msgstr "Numérotée par catégorie" - -#: motions/signals.py:37 -msgid "Serially numbered" -msgstr "Numérotés en série" - -#: motions/signals.py:38 -msgid "Set it manually" -msgstr "Réglez manuellement" - -#: motions/signals.py:45 -msgid "The assembly may decide," -msgstr "Je demande a l'Assemblée de décider sur," - -#: motions/signals.py:46 -msgid "Motion preamble" -msgstr "Préambule de la motion" - -#: motions/signals.py:56 -msgid "Stop submitting new motions by non-staff users" -msgstr "Arrêtez de soumettre de nouvelles motions par les utilisateurs non-employés" - -#: motions/signals.py:65 -msgid "Allow to disable versioning" -msgstr "Permettre de désactiver le versionnage" - -#: motions/signals.py:76 -msgid "Activate amendments" -msgstr "Activer amendements" - -#: motions/signals.py:80 motions/signals.py:89 -msgid "Amendments" -msgstr "Amendements" - -#: motions/signals.py:84 -msgctxt "Prefix for the identifier for amendments" -msgid "A" -msgstr "A" - -#: motions/signals.py:85 -msgid "Prefix for the identifier for amendments" -msgstr "Préfixe pour l'identificateur d'amendements" - -#: motions/signals.py:97 -msgid "Number of (minimum) required supporters for a motion" -msgstr "(minimum) de personnes nécessaire au soutient d'une motion" - -#: motions/signals.py:98 -msgid "Choose 0 to disable the supporting system." -msgstr "Choisissez 0 pour desactiver le système de soutien." - -#: motions/signals.py:108 -msgid "" -"Remove all supporters of a motion if a submitter edits his motion in early " -"state" -msgstr "Supprimer tous les partisans d'une motion si un expéditeur édite sa motion dans un statut précoce" - -#: motions/signals.py:119 -msgid "The 100 % base of a voting result consists of" -msgstr "La base d'un résultat de vote de 100% est constitué de" - -#: motions/signals.py:123 motions/signals.py:136 motions/signals.py:145 -msgid "Voting and ballot papers" -msgstr "Bulletins de vote et d'élection" - -#: motions/signals.py:152 motions/views.py:402 -msgid "Motions" -msgstr "Motions" - -#: motions/signals.py:153 -msgid "Title for PDF document (all motions)" -msgstr "Titre pour le document PDF (toutes les motions)" - -#: motions/signals.py:162 -msgid "Preamble text for PDF document (all motions)" -msgstr "Texte de préambule pour le document PDF (toutes les motions)" - -#: motions/signals.py:171 -msgid "Show paragraph numbering (only in PDF)" -msgstr "Afficher la numérotation des paragraphes (uniquement en PDF)" - -#: motions/signals.py:188 +#: motions/signals.py:17 msgid "submitted" msgstr "présenté" -#: motions/signals.py:193 motions/signals.py:222 +#: motions/signals.py:22 motions/signals.py:55 msgid "accepted" msgstr "accepté" -#: motions/signals.py:197 motions/signals.py:227 +#: motions/signals.py:27 motions/signals.py:61 msgid "rejected" msgstr "rejeté" -#: motions/signals.py:201 +#: motions/signals.py:32 msgid "not decided" msgstr "ne pas decidé" -#: motions/signals.py:210 +#: motions/signals.py:42 msgid "published" msgstr "publié" -#: motions/signals.py:215 motions/views.py:160 +#: motions/signals.py:47 motions/views.py:216 msgid "permitted" msgstr "permis" -#: motions/signals.py:232 +#: motions/signals.py:67 msgid "withdrawed" msgstr "retiré" -#: motions/signals.py:237 +#: motions/signals.py:72 msgid "adjourned" msgstr "ajourné" -#: motions/signals.py:242 +#: motions/signals.py:78 msgid "not concerned" msgstr "non concerné" -#: motions/signals.py:247 -msgid "commited a bill" -msgstr "commis un projet de loi" +#: motions/signals.py:84 +msgid "refered to committee" +msgstr "" -#: motions/signals.py:252 +#: motions/signals.py:90 msgid "needs review" msgstr "doit être revu" -#: motions/signals.py:257 +#: motions/signals.py:95 msgid "rejected (not authorized)" msgstr "Rejeté (non autorisé)" -#: motions/views.py:86 +#: motions/views.py:94 +msgid "The parent motion does not exist." +msgstr "" + +#: motions/views.py:134 msgid "Motion created" msgstr "Motion créé" -#: motions/views.py:128 +#: motions/views.py:184 msgid "Motion updated" msgstr "motion mise à jour" -#: motions/views.py:132 +#: motions/views.py:188 msgid "All supporters removed" msgstr "Tous les partisans supprimés" -#: motions/views.py:162 +#: motions/views.py:214 motions/views.py:226 +msgid "Version" +msgstr "Version" + +#: motions/views.py:218 #, python-format msgid "Version %d permitted successfully." msgstr "Version %d a été autorisé avec succes." -#: motions/views.py:167 +#: motions/views.py:223 msgid "You can not delete the active version of a motion." msgstr "Vous ne pouvez pas suprimer la version active de cette motion. " -#: motions/views.py:172 +#: motions/views.py:228 msgid "deleted" msgstr "Suprimé" -#: motions/views.py:174 +#: motions/views.py:230 #, python-format msgid "Version %d deleted successfully." msgstr "Version %d a été suprimé avec succes." -#: motions/views.py:195 +#: motions/views.py:253 msgid "You can not support this motion." msgstr "Vous ne pouvez pas soutenir cette motion. " -#: motions/views.py:197 +#: motions/views.py:255 msgid "Motion supported" msgstr "Motion soutenu" -#: motions/views.py:198 +#: motions/views.py:256 msgid "You have supported this motion successfully." msgstr "Vous soutenez maintenant cette motion, vous avez été ajouté avec succès." -#: motions/views.py:203 +#: motions/views.py:261 msgid "You can not unsupport this motion." msgstr "Vous ne pouvez pas retirer votre soutien pour cette motion. " -#: motions/views.py:205 +#: motions/views.py:263 msgid "Motion unsupported" msgstr "Motion ne plus soutenue" -#: motions/views.py:206 +#: motions/views.py:264 msgid "You have unsupported this motion successfully." msgstr "Vous avez retiré votre soutien pour cette motion avec succès." -#: motions/views.py:229 +#: motions/views.py:287 msgid "Invalid data. State must be an integer." msgstr "Données invalides. Le statut doit être intègre." -#: motions/views.py:232 +#: motions/views.py:290 #, python-format msgid "You can not set the state to %(state_id)d." msgstr "Vous ne pouvez pas fixé le statut à %(state_id)d." -#: motions/views.py:240 +#: motions/views.py:298 #, python-format msgid "The state of the motion was set to %s." msgstr "Le statut de la motion a été fixé à %s." -#: motions/views.py:244 +#: motions/views.py:302 motions/views.py:584 msgid "State set to" msgstr "Changer le statut à" -#: motions/views.py:259 +#: motions/views.py:324 +msgid "Invalid data. Recommendation must be an integer." +msgstr "" + +#: motions/views.py:328 +#, python-brace-format +msgid "You can not set the recommendation to {recommendation_state_id}." +msgstr "" + +#: motions/views.py:338 +#, python-format +msgid "The recommendation of the motion was set to %s." +msgstr "" + +#: motions/views.py:342 +msgid "Recommendation set to" +msgstr "" + +#: motions/views.py:359 +msgid "Vote created" +msgstr "" + +#: motions/views.py:360 msgid "Vote created successfully." msgstr "La votation a été créé avec succès." -#: poll/models.py:71 -msgid "Only all valid votes" -msgstr "Seulement tout les votes valides" +#: motions/views.py:385 +msgid "Vote updated" +msgstr "" -#: poll/models.py:72 -msgid "All votes cast (including invalid votes)" -msgstr "Tous les votes émis (y compris les les votes non valables)" +#: motions/views.py:394 +msgid "Vote deleted" +msgstr "" -#: poll/models.py:73 -msgid "Disabled (no percents)" -msgstr "Désactivé (aucun pourcentage)" +#: motions/views.py:533 +msgid "" +"Error: At least one identifier of this category does already exist in " +"another category." +msgstr "" -#: poll/models.py:262 +#: motions/views.py:538 +#, python-brace-format +msgid "All motions in category {category} numbered successfully." +msgstr "" + +#: motions/views.py:589 +msgid "Followed recommendations successfully." +msgstr "" + +#: poll/models.py:225 msgid "majority" msgstr "majorité" -#: poll/models.py:264 poll/models.py:266 +#: poll/models.py:227 poll/models.py:229 msgid "undocumented" msgstr "non documenté" @@ -920,193 +516,57 @@ msgstr "non documenté" msgid "Value for {} must not be less than -2" msgstr "La valeur pour {} ne doit pas être inférieure à -2" -#: users/pdf.py:26 -msgid "Title" -msgstr "Titre" - -#: users/pdf.py:26 -msgid "Last Name" -msgstr "Nom" - -#: users/pdf.py:26 -msgid "First Name" -msgstr "Prénom" - -#: users/pdf.py:27 -msgid "Structure level" -msgstr "Niveau de structure" - -#: users/pdf.py:27 -msgid "Group" -msgstr "Groupe" - -#: users/pdf.py:95 -msgid "WLAN access data" -msgstr "Données d'accès du réseau sans fil" - -#: users/pdf.py:97 users/signals.py:62 -msgid "WLAN name (SSID)" -msgstr "Nom du réseau sans fil (SSID)" - -#: users/pdf.py:101 users/signals.py:71 -msgid "WLAN password" -msgstr "Mot de passe du réseau sans fils" - -#: users/pdf.py:105 users/signals.py:81 -msgid "WLAN encryption" -msgstr "cryptage du réseau sans fil" - -#: users/pdf.py:112 -msgid "OpenSlides access data" -msgstr " Données d'accès OpenSlides" - -#: users/pdf.py:114 -msgid "Username" -msgstr "Nom d'utilisateur" - -#: users/pdf.py:118 -msgid "Password" -msgstr "Mot de passe" - -#: users/pdf.py:131 -msgid "Scan this QRCode to connect WLAN." -msgstr "Scannez ce code QR pour se connecter au réseau sans fil." - -#: users/pdf.py:136 -msgid "Scan this QRCode to open URL." -msgstr "Scannez ce code QR pour ouvrir l'URL." - #: users/serializers.py:46 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her groups." msgstr "Les groupes auxquels cet utilisateur appartient. Un utilisateur obtiendra toutes les autorisations accordées à chacun de ses groupes." -#: users/serializers.py:74 -msgid "Username, first name and last name can not all be empty." -msgstr "Nom d'utilisateur, le prénom et le nom ne peuvent pas tous être vide." +#: users/serializers.py:60 +msgid "Username, given name and surname can not all be empty." +msgstr "" -#: users/serializers.py:107 +#: users/serializers.py:95 #, python-brace-format msgid "Incorrect value \"{value}\". Expected app_label.codename string." msgstr "Valeur incorrecte \"{value}\". Attendu sous app_label.codename string." -#: users/serializers.py:108 +#: users/serializers.py:96 #, python-brace-format msgid "Invalid permission \"{value}\". Object does not exist." msgstr "Autorisation non valable \"{value}\". L'object n'existe pas." -#: users/signals.py:23 -msgid "Sort users by first name" -msgstr "Classer les utilisateur par prénom" - -#: users/signals.py:24 -msgid "Disable for sorting by last name" -msgstr "Désactiver le classement par nom" - -#: users/signals.py:26 users/signals.py:36 users/signals.py:45 -#: users/signals.py:56 users/signals.py:65 users/signals.py:74 -#: users/signals.py:89 -msgid "Users" -msgstr "Utilisateurs" - -#: users/signals.py:27 -msgid "Sorting" -msgstr "Triage" - -#: users/signals.py:33 -msgid "Welcome to OpenSlides!" -msgstr "Bienvenue sur OpenSlides!" - -#: users/signals.py:34 -msgid "Title for access data and welcome PDF" -msgstr "Titre de données d'accès et PDF de bienvenue" - -#: users/signals.py:42 -msgid "[Place for your welcome and help text.]" -msgstr "[Insérer votre texte de bienvenue ici.]" - -#: users/signals.py:43 -msgid "Help text for access data and welcome PDF" -msgstr "Le texte d'aide pour les données d'accès et PDF de bienvenue" - -#: users/signals.py:53 -msgid "System URL" -msgstr "URL du système" - -#: users/signals.py:54 -msgid "Used for QRCode in PDF of access data." -msgstr "Utilisé pour le code QR dans le PDF des données d'accès." - -#: users/signals.py:63 users/signals.py:72 users/signals.py:82 -msgid "Used for WLAN QRCode in PDF of access data." -msgstr "Utilisé pour accès au réseau sans fil le QR Code dans le PDF des données d'accès." - -#: users/signals.py:85 -msgid "WEP" -msgstr "WEP" - -#: users/signals.py:86 -msgid "WPA/WPA2" -msgstr "WPA/WPA2" - -#: users/signals.py:87 -msgid "No encryption" -msgstr "Pas de chiffrement" - -#: users/views.py:114 +#: users/views.py:71 msgid "You can not deactivate yourself." msgstr "Vous ne pouvez pas vous désactiver vous-même." -#: users/views.py:153 +#: users/views.py:92 msgid "You can not delete yourself." msgstr "Vous ne pouvez pas vous suprimer vous même." -#: users/views.py:167 +#: users/views.py:105 msgid "Password successfully reset." msgstr "Le mot de passe a été réinitialisé avec succès." -#: users/views.py:237 +#: users/views.py:184 +msgid "Cookies have to be enabled to use OpenSlides." +msgstr "" + +#: users/views.py:187 msgid "Username or password is not correct." msgstr "Nom d'utilisateur ou mot de passe n'est pas correcte." -#: users/views.py:263 +#: users/views.py:213 #, python-brace-format msgid "" "Installation was successfully. Use {username} and {password} for first " "login. Important: Please change your password!" msgstr "L'installation a été terminé avec succès. Utilisez {username} et {password} pour la première connexion. Important: S'il vous plaît changer votre mot de passe!" -#: users/views.py:284 +#: users/views.py:236 msgid "You are not authenticated." msgstr "Vous n'êtes pas authentifié." -#: users/views.py:318 +#: users/views.py:279 msgid "Old password does not match." msgstr "L'ancien mot de passe ne correspond pas." - -#: users/views.py:329 -msgid "user-list" -msgstr "Liste des utilisateur" - -#: users/views.py:330 -msgid "List of users" -msgstr "List des utilisateur" - -#: users/views.py:344 -msgid "user-access-data" -msgstr "Données d'accès des utilisateur" - -#: utils/pdf.py:252 -#, python-format -msgid "As of: %s" -msgstr "A partir de: %s" - -#: utils/pdf.py:263 utils/pdf.py:272 -#, python-format -msgid "Page %s" -msgstr "Page %s" - -#: utils/views.py:59 -msgid "undefined-filename" -msgstr "nom de fichier indéterminé" diff --git a/openslides/locale/pt/LC_MESSAGES/django.mo b/openslides/locale/pt/LC_MESSAGES/django.mo index 3f1c2be7e..7d54d602f 100644 Binary files a/openslides/locale/pt/LC_MESSAGES/django.mo and b/openslides/locale/pt/LC_MESSAGES/django.mo differ diff --git a/openslides/locale/pt/LC_MESSAGES/django.po b/openslides/locale/pt/LC_MESSAGES/django.po index 73558b88d..5ef4aa39e 100644 --- a/openslides/locale/pt/LC_MESSAGES/django.po +++ b/openslides/locale/pt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenSlides\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-18 11:11+0100\n" -"PO-Revision-Date: 2016-11-18 10:19+0000\n" +"POT-Creation-Date: 2017-02-24 16:10+0100\n" +"PO-Revision-Date: 2017-02-24 15:16+0000\n" "Last-Translator: Emanuel Schütze \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/openslides/openslides/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -35,249 +35,277 @@ msgstr "{user} já está na lista de oradores." msgid "An anonymous user can not be on lists of speakers." msgstr "Um utilizador anónimo não pode estar em listas de oradores." -#: agenda/views.py:85 +#: agenda/views.py:87 msgid "The list of speakers is closed." msgstr "A lista de oradores está fechada." -#: agenda/views.py:94 +#: agenda/views.py:96 msgid "User does not exist." msgstr "Utilizador não existe." -#: agenda/views.py:102 +#: agenda/views.py:104 #, python-format msgid "User %s was successfully added to the list of speakers." msgstr "Utilizador %s adicionado com sucesso à lista de oradores." -#: agenda/views.py:119 +#: agenda/views.py:121 msgid "You are not on the list of speakers." msgstr "Não estás na lista de oradores." -#: agenda/views.py:122 +#: agenda/views.py:124 msgid "You are successfully removed from the list of speakers." msgstr "Foste removido com sucesso da lista de oradores." -#: agenda/views.py:133 agenda/views.py:162 -msgid "Speaker does not exist." -msgstr "Orador não existe." +#: agenda/views.py:142 +msgid "speakers have been removed from the list of speakers." +msgstr "" -#: agenda/views.py:136 +#: agenda/views.py:144 #, python-format -msgid "Speaker %s was successfully removed from the list of speakers." -msgstr "Orador %s foi removido com sucesso da lista de oradores." +msgid "User %s has been removed from the list of speakers." +msgstr "" -#: agenda/views.py:157 +#: agenda/views.py:146 +msgid "No speakers have been removed from the list of speakers." +msgstr "" + +#: agenda/views.py:166 msgid "The list of speakers is empty." msgstr "A lista de oradores está vazia." -#: agenda/views.py:164 +#: agenda/views.py:171 +msgid "Speaker does not exist." +msgstr "Orador não existe." + +#: agenda/views.py:173 msgid "User is now speaking." msgstr "Utilizador está agora a discursar." -#: agenda/views.py:175 +#: agenda/views.py:184 #, python-format msgid "There is no one speaking at the moment according to %(item)s." msgstr "Não há ninguém a discursar no momento, de acordo com %(item)s." -#: agenda/views.py:177 +#: agenda/views.py:186 msgid "The speech is finished now." msgstr "O discurso está terminado agora." -#: agenda/views.py:196 agenda/views.py:208 +#: agenda/views.py:205 agenda/views.py:217 assignments/views.py:216 msgid "Invalid data." msgstr "Dados inválidos." -#: agenda/views.py:218 +#: agenda/views.py:230 msgid "List of speakers successfully sorted." msgstr "Lista de oradores ordenada com sucesso." -#: agenda/views.py:227 +#: agenda/views.py:239 msgid "The agenda has been numbered." msgstr "A agenda foi numerada." -#: assignments/models.py:146 +#: agenda/views.py:264 +msgid "There must not be a hierarchical loop. Please reload the page." +msgstr "" + +#: agenda/views.py:268 +msgid "The agenda has been sorted." +msgstr "" + +#: assignments/models.py:163 msgid "Election" msgstr "Eleição" -#: assignments/serializers.py:138 +#: assignments/serializers.py:30 +msgid "Value for {} must be greater than 0" +msgstr "" + +#: assignments/serializers.py:148 #, python-format msgid "You have to submit data for %d candidates." msgstr "Tens de submeter dados para %d candidatos." -#: assignments/serializers.py:142 motions/serializers.py:214 +#: assignments/serializers.py:152 motions/serializers.py:215 #, python-format msgid "You have to submit data for %d vote values." msgstr "Tens de submeter dados para %d valores de voto." -#: assignments/serializers.py:146 motions/serializers.py:218 +#: assignments/serializers.py:156 motions/serializers.py:219 #, python-format msgid "Vote value %s is invalid." msgstr "O valor de voto %s é inválido." -#: assignments/views.py:64 +#: assignments/views.py:66 msgid "You are already elected." msgstr "Já estás eleito." -#: assignments/views.py:74 +#: assignments/views.py:76 msgid "You can not candidate to this election because it is finished." msgstr "Não podes candidatar-te a esta eleição porque ela está terminada." -#: assignments/views.py:80 +#: assignments/views.py:82 msgid "You were nominated successfully." msgstr "Foste nomeado com sucesso." -#: assignments/views.py:85 +#: assignments/views.py:87 msgid "" "You can not withdraw your candidature to this election because it is " "finished." msgstr "Não podes retirar a tua candidatura a esta eleição porque ela está terminada." -#: assignments/views.py:90 +#: assignments/views.py:92 msgid "You are not a candidate of this election." msgstr "Não és candidato desta eleição." -#: assignments/views.py:92 +#: assignments/views.py:94 msgid "You have withdrawn your candidature successfully." msgstr "Retiraste a tua candidatura com sucesso." -#: assignments/views.py:101 +#: assignments/views.py:103 #, python-format msgid "Invalid data. Expected dictionary, got %s." msgstr "Dados inválidos. Dicionário esperado, obteve-se %s." -#: assignments/views.py:107 +#: assignments/views.py:109 msgid "Invalid data. Expected something like {\"user\": }." msgstr "Dados inválidos. Esperava-se algo como {\"utilizador\": }." -#: assignments/views.py:111 +#: assignments/views.py:113 #, python-format msgid "Invalid data. User %d does not exist." msgstr "Dados inválidos. Utilizador %d não existe." -#: assignments/views.py:131 +#: assignments/views.py:133 #, python-format msgid "User %s is already elected." msgstr "O utilizador %s já está eleito." -#: assignments/views.py:133 +#: assignments/views.py:135 msgid "You can not nominate someone to this election because it is finished." msgstr "Não podes nomear alguém para esta eleição porque ela está terminada." -#: assignments/views.py:139 +#: assignments/views.py:141 #, python-format msgid "User %s is already nominated." msgstr "O utilizador %s já está nomeado." -#: assignments/views.py:141 +#: assignments/views.py:143 #, python-format msgid "User %s was nominated successfully." msgstr "O utilizador %s foi nomeado com sucesso." -#: assignments/views.py:148 +#: assignments/views.py:150 msgid "" "You can not delete someone's candidature to this election because it is " "finished." msgstr "Não podes excluir a candidatura de alguém a esta eleição porque ela está terminada." -#: assignments/views.py:151 +#: assignments/views.py:153 #, python-format msgid "User %s has no status in this election." msgstr "O utilizador %s não tem status nesta eleição." -#: assignments/views.py:153 +#: assignments/views.py:155 #, python-format msgid "Candidate %s was withdrawn successfully." msgstr "O candidato %s foi retirado com sucesso." -#: assignments/views.py:165 +#: assignments/views.py:167 #, python-format msgid "User %s is not a candidate of this election." msgstr "O utilizador %s não é um candidato desta eleição." -#: assignments/views.py:167 +#: assignments/views.py:169 #, python-format msgid "User %s was successfully elected." msgstr "O utilizador %s foi eleito com sucesso." -#: assignments/views.py:171 +#: assignments/views.py:173 #, python-format msgid "User %s is not an elected candidate of this election." msgstr "O utilizador %s não é um candidato eleito desta eleição." -#: assignments/views.py:174 +#: assignments/views.py:176 #, python-format msgid "User %s was successfully unelected." msgstr "O utilizador %s foi não eleito com sucesso." -#: assignments/views.py:184 +#: assignments/views.py:186 msgid "Can not create ballot because there are no candidates." msgstr "Não é possível criar votação porque não há candidatos." -#: assignments/views.py:187 +#: assignments/views.py:189 msgid "Ballot created successfully." msgstr "Votação criada com sucesso." -#: core/config.py:40 core/config.py:67 +#: 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:41 core/config.py:68 msgid "The config variable {} was not found." msgstr "A variável de configuração {} não foi encontrada." -#: core/config.py:76 +#: core/config.py:77 #, python-format msgid "Wrong datatype. Expected %(expected_type)s, got %(got_type)s." msgstr "Tipo de dados errado. Esperava-se %(expected_type)s, obteu-se %(got_type)s." -#: core/config.py:86 +#: core/config.py:87 msgid "Invalid input. Choice does not match." msgstr "Entrada inválida. A escolha não coincide." -#: core/config.py:95 +#: core/config.py:96 msgid "motions_comments has to be a list." msgstr "motions_comments tem de ser uma lista." -#: core/config.py:98 +#: core/config.py:99 msgid "Each element in motions_comments has to be a dict." msgstr "Cada elemento em motions_comments tem de ser um dict." -#: core/config.py:100 +#: core/config.py:101 msgid "A name and a public property have to be given." msgstr "É necessário um nome e uma propriedade pública." -#: core/config.py:102 +#: core/config.py:103 msgid "name has to be string." msgstr "o nome tem de ser uma string." -#: core/config.py:104 +#: core/config.py:105 msgid "public property has to be bool." msgstr "a propriedade pública tem de ser booleano." -#: core/config.py:129 +#: core/config.py:130 msgid "Too many values for config variable {} found." msgstr "Demasiados valores encontrados para a variável de configuração {}." -#: core/config.py:199 +#: core/config.py:200 msgid "Invalid value for config attribute input_type." msgstr "Valor inválido para atributo de configuração input_type." -#: core/config.py:201 +#: core/config.py:202 msgid "" "Either config attribute 'choices' must not be None or 'input_type' must not " "be 'choice'." msgstr "Qualquer atributo de configuração 'choices' não pode ser None ou 'input_type' não pode ser 'choice'." -#: core/config.py:204 +#: core/config.py:205 msgid "" "Either config attribute 'choices' must be None or 'input_type' must be " "'choice'." msgstr "Qualquer atributo de configuração 'choices' deve ser None ou 'input_type' deve ser 'choice'." -#: core/config.py:214 +#: core/config.py:215 msgid "General" msgstr "Geral" -#: core/views.py:709 +#: core/views.py:738 msgid "All chat messages deleted successfully." msgstr "Todas as mensagens de chat apagadas com sucesso." -#: mediafiles/models.py:65 +#: mediafiles/models.py:63 msgid "unknown" msgstr "desconhecido" @@ -285,16 +313,16 @@ msgstr "desconhecido" msgid "Motion" msgstr "Moção" -#: motions/models.py:718 +#: motions/models.py:686 msgid "new" msgstr "novo" -#: motions/models.py:912 +#: motions/models.py:873 #, python-format msgid "%(time_and_messages)s by %(person)s" msgstr "%(time_and_messages)s por %(person)s" -#: motions/serializers.py:34 +#: motions/serializers.py:35 #, python-format msgid "Workflow %(pk)d does not exist." msgstr "Fluxo de trabalho %(pk)d não existe." @@ -319,7 +347,7 @@ msgstr "não decidido" msgid "published" msgstr "publicado" -#: motions/signals.py:47 motions/views.py:189 +#: motions/signals.py:47 motions/views.py:216 msgid "permitted" msgstr "permitido" @@ -347,116 +375,132 @@ msgstr "necessita de revisão" msgid "rejected (not authorized)" msgstr "rejeitado (não autorizado)" -#: motions/views.py:109 +#: motions/views.py:94 +msgid "The parent motion does not exist." +msgstr "" + +#: motions/views.py:134 msgid "Motion created" msgstr "Moção criada" -#: motions/views.py:157 +#: motions/views.py:184 msgid "Motion updated" msgstr "Moção actualizada" -#: motions/views.py:161 +#: motions/views.py:188 msgid "All supporters removed" msgstr "Todos os apoiantes removidos" -#: motions/views.py:187 motions/views.py:199 +#: motions/views.py:214 motions/views.py:226 msgid "Version" msgstr "Versão" -#: motions/views.py:191 +#: motions/views.py:218 #, python-format msgid "Version %d permitted successfully." msgstr "Versão %d permitida com sucesso." -#: motions/views.py:196 +#: motions/views.py:223 msgid "You can not delete the active version of a motion." msgstr "Não podes eliminar a versão activa de uma moção.." -#: motions/views.py:201 +#: motions/views.py:228 msgid "deleted" msgstr "eliminada" -#: motions/views.py:203 +#: motions/views.py:230 #, python-format msgid "Version %d deleted successfully." msgstr "Versão %d eliminada com sucesso." -#: motions/views.py:224 +#: motions/views.py:253 msgid "You can not support this motion." msgstr "Não podes apoiar esta moção." -#: motions/views.py:226 +#: motions/views.py:255 msgid "Motion supported" msgstr "Moção apoiada" -#: motions/views.py:227 +#: motions/views.py:256 msgid "You have supported this motion successfully." msgstr "Apoiaste esta moção com sucesso." -#: motions/views.py:232 +#: motions/views.py:261 msgid "You can not unsupport this motion." msgstr "Não podes desapoiar esta moção." -#: motions/views.py:234 +#: motions/views.py:263 msgid "Motion unsupported" msgstr "Moção não apoiada" -#: motions/views.py:235 +#: motions/views.py:264 msgid "You have unsupported this motion successfully." msgstr "Desapoiaste esta moção com sucesso." -#: motions/views.py:258 +#: motions/views.py:287 msgid "Invalid data. State must be an integer." msgstr "Dados inválidos. O estado deve ser um inteiro." -#: motions/views.py:261 +#: motions/views.py:290 #, python-format msgid "You can not set the state to %(state_id)d." msgstr "Não podes definir o estado para %(state_id)d." -#: motions/views.py:269 +#: motions/views.py:298 #, python-format msgid "The state of the motion was set to %s." msgstr "O estado da moção foi definido para %s." -#: motions/views.py:273 motions/views.py:490 +#: motions/views.py:302 motions/views.py:584 msgid "State set to" msgstr "Estado definido para" -#: motions/views.py:295 +#: motions/views.py:324 msgid "Invalid data. Recommendation must be an integer." msgstr "Dados inválidos. A recomendação deve ser um inteiro." -#: motions/views.py:299 +#: motions/views.py:328 #, python-brace-format msgid "You can not set the recommendation to {recommendation_state_id}." msgstr "Não podes definir a recomendação para {recommendation_state_id}." -#: motions/views.py:309 +#: motions/views.py:338 #, python-format msgid "The recommendation of the motion was set to %s." msgstr "A recomendação da moção foi definida para %s." -#: motions/views.py:313 +#: motions/views.py:342 msgid "Recommendation set to" msgstr "Recomendação definida para" -#: motions/views.py:328 +#: motions/views.py:359 +msgid "Vote created" +msgstr "" + +#: motions/views.py:360 msgid "Vote created successfully." msgstr "Voto criado com sucesso." -#: motions/views.py:440 +#: motions/views.py:385 +msgid "Vote updated" +msgstr "" + +#: motions/views.py:394 +msgid "Vote deleted" +msgstr "" + +#: motions/views.py:533 msgid "" "Error: At least one identifier of this category does already exist in " "another category." msgstr "Erro: Pelo menos um identificador desta categoria já existe noutra categoria." -#: motions/views.py:444 +#: motions/views.py:538 #, python-brace-format msgid "All motions in category {category} numbered successfully." msgstr "Todas as moções na categoria {category} numeradas com sucesso." -#: motions/views.py:495 +#: motions/views.py:589 msgid "Followed recommendations successfully." msgstr "Recomendações seguidas com sucesso." @@ -472,53 +516,57 @@ msgstr "indocumentado" msgid "Value for {} must not be less than -2" msgstr "Valor para {} não pode ser inferior a -2" -#: users/serializers.py:44 +#: users/serializers.py:46 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her groups." msgstr "Os grupos a que este utilizador pertence. Um utilizador terá todas as permissões concedidas para cada um dos seus grupos." -#: users/serializers.py:58 -msgid "Username, first name and last name can not all be empty." -msgstr "Username, primeiro nome e apelido não podem estar todos vazios." +#: users/serializers.py:60 +msgid "Username, given name and surname can not all be empty." +msgstr "" -#: users/serializers.py:90 +#: users/serializers.py:95 #, python-brace-format msgid "Incorrect value \"{value}\". Expected app_label.codename string." msgstr "Valor incorrecto \"{value}\". Esperava-se uma string app_label.codename." -#: users/serializers.py:91 +#: users/serializers.py:96 #, python-brace-format msgid "Invalid permission \"{value}\". Object does not exist." msgstr "Permissão inválida \"{value}\". O objecto não existe." -#: users/views.py:64 +#: users/views.py:71 msgid "You can not deactivate yourself." msgstr "Não podes desactivar-te a ti mesmo." -#: users/views.py:80 +#: users/views.py:92 msgid "You can not delete yourself." msgstr "Não podes apagar-te a ti mesmo." -#: users/views.py:93 +#: users/views.py:105 msgid "Password successfully reset." msgstr "Senha redefinida com sucesso." -#: users/views.py:169 +#: users/views.py:184 +msgid "Cookies have to be enabled to use OpenSlides." +msgstr "" + +#: users/views.py:187 msgid "Username or password is not correct." msgstr "Username ou senha incorrectos." -#: users/views.py:195 +#: users/views.py:213 #, python-brace-format msgid "" "Installation was successfully. Use {username} and {password} for first " "login. Important: Please change your password!" msgstr "Instalação com sucesso. Usa {username} e {password} no primeiro login. Importante: Por favor altera a tua senha!" -#: users/views.py:216 +#: users/views.py:236 msgid "You are not authenticated." msgstr "Não estás autenticado." -#: users/views.py:250 +#: users/views.py:279 msgid "Old password does not match." msgstr "A senha antiga não corresponde." diff --git a/openslides/locale/ru/LC_MESSAGES/django.mo b/openslides/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9270614a3 Binary files /dev/null and b/openslides/locale/ru/LC_MESSAGES/django.mo differ diff --git a/openslides/locale/ru/LC_MESSAGES/django.po b/openslides/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 000000000..cc5b90056 --- /dev/null +++ b/openslides/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,572 @@ +# 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. +# Translators: +# Andreas Engler , 2017 +msgid "" +msgstr "" +"Project-Id-Version: OpenSlides\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-24 16:10+0100\n" +"PO-Revision-Date: 2017-02-24 15:16+0000\n" +"Last-Translator: Emanuel Schütze \n" +"Language-Team: Russian (http://www.transifex.com/openslides/openslides/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: agenda/models.py:204 +msgid "Agenda item" +msgstr "Пункт плана" + +#: agenda/models.py:205 +msgid "Hidden item" +msgstr "Скрытый элемент" + +#: agenda/models.py:342 +#, python-brace-format +msgid "{user} is already on the list of speakers." +msgstr "{user} уже в списке спикеров." + +#: agenda/models.py:345 +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 +msgid "User does not exist." +msgstr "Пользователь не существует." + +#: agenda/views.py:104 +#, python-format +msgid "User %s was successfully added to the list of speakers." +msgstr "Пользователь %s был успешно добавлен в список спикеров." + +#: agenda/views.py:121 +msgid "You are not on the list of speakers." +msgstr "Вас нет в списке спикеров." + +#: agenda/views.py:124 +msgid "You are successfully removed from the list of speakers." +msgstr "Вы успешно удалены из списка спикеров." + +#: agenda/views.py:142 +msgid "speakers have been removed from the list of speakers." +msgstr "Спикеры удалены из списка спикеров." + +#: agenda/views.py:144 +#, python-format +msgid "User %s has been removed from the list of speakers." +msgstr "Пользователь %s удален из списка спикеров." + +#: agenda/views.py:146 +msgid "No speakers have been removed from the list of speakers." +msgstr "Никакие спикеры не были удалены из списка спикеров." + +#: agenda/views.py:166 +msgid "The list of speakers is empty." +msgstr "Список спикеров пуст." + +#: agenda/views.py:171 +msgid "Speaker does not exist." +msgstr "Спикер не существует." + +#: agenda/views.py:173 +msgid "User is now speaking." +msgstr "Пользователь сейчас говорит." + +#: agenda/views.py:184 +#, python-format +msgid "There is no one speaking at the moment according to %(item)s." +msgstr "В данный момент нет спикера, согласованного с %(item)s." + +#: agenda/views.py:186 +msgid "The speech is finished now." +msgstr "Речь закончена." + +#: agenda/views.py:205 agenda/views.py:217 assignments/views.py:216 +msgid "Invalid data." +msgstr "Неверные данные." + +#: agenda/views.py:230 +msgid "List of speakers successfully sorted." +msgstr "Список ораторов успешно отсортирован." + +#: agenda/views.py:239 +msgid "The agenda has been numbered." +msgstr "План был пронумерован." + +#: agenda/views.py:264 +msgid "There must not be a hierarchical loop. Please reload the page." +msgstr "Там не должно быть иерархического цикла. Перезагрузите пожалуйста страницу." + +#: agenda/views.py:268 +msgid "The agenda has been sorted." +msgstr "Повестка дня отсортирована." + +#: assignments/models.py:163 +msgid "Election" +msgstr "Выборы" + +#: assignments/serializers.py:30 +msgid "Value for {} must be greater than 0" +msgstr "Значение {} должно быть больше 0" + +#: assignments/serializers.py:148 +#, python-format +msgid "You have to submit data for %d candidates." +msgstr "Вы должны предоставить данные для %d кандидатов." + +#: assignments/serializers.py:152 motions/serializers.py:215 +#, python-format +msgid "You have to submit data for %d vote values." +msgstr "Вы должны представить данные для %d значения голосования." + +#: assignments/serializers.py:156 motions/serializers.py:219 +#, python-format +msgid "Vote value %s is invalid." +msgstr " Количество голосов %s является недопустимым." + +#: 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:82 +msgid "You were nominated successfully." +msgstr "Вы были успешно выдвинуты." + +#: assignments/views.py:87 +msgid "" +"You can not withdraw your candidature to this election because it is " +"finished." +msgstr "Вы не можете снять свою кандидатуру на этих выборах, потому что они уже закончены." + +#: assignments/views.py:92 +msgid "You are not a candidate of this election." +msgstr "Вы не являетесь кандидатом этих выборов." + +#: assignments/views.py:94 +msgid "You have withdrawn your candidature successfully." +msgstr "Вы успешно отозвали свою кандидатуру." + +#: assignments/views.py:103 +#, python-format +msgid "Invalid data. Expected dictionary, got %s." +msgstr "Неверные данные. Ожидаемый словарь, получил %s." + +#: assignments/views.py:109 +msgid "Invalid data. Expected something like {\"user\": }." +msgstr "Неверные данные. Ожидаемое что-то вроде {\"user\": }." + +#: assignments/views.py:113 +#, python-format +msgid "Invalid data. User %d does not exist." +msgstr "Неверные данные. Пользователь %d не существует." + +#: assignments/views.py:133 +#, python-format +msgid "User %s is already elected." +msgstr "Пользователь %s уже избран." + +#: assignments/views.py:135 +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 "Пользователь %s уже выдвинут." + +#: assignments/views.py:143 +#, python-format +msgid "User %s was nominated successfully." +msgstr "Пользователь %s был успешно выдвинут." + +#: assignments/views.py:150 +msgid "" +"You can not delete someone's candidature to this election because it is " +"finished." +msgstr "Вы не можете удалять чью-то кандидатуру на этих выборах, потому что они уже закончены." + +#: assignments/views.py:153 +#, python-format +msgid "User %s has no status in this election." +msgstr "Пользователь %s не имеет статуса в этих выборах." + +#: assignments/views.py:155 +#, python-format +msgid "Candidate %s was withdrawn successfully." +msgstr "Кандидат %s был успешно снят." + +#: assignments/views.py:167 +#, python-format +msgid "User %s is not a candidate of this election." +msgstr "Пользователь %s не является кандидатом на этих выборах." + +#: assignments/views.py:169 +#, python-format +msgid "User %s was successfully elected." +msgstr "Пользователь %s был успешно избран." + +#: assignments/views.py:173 +#, python-format +msgid "User %s is not an elected candidate of this election." +msgstr "Пользователь %s не был избран на этих выборах." + +#: assignments/views.py:176 +#, python-format +msgid "User %s was successfully unelected." +msgstr "Пользователь %s не был успешно избран." + +#: assignments/views.py:186 +msgid "Can not create ballot because there are no candidates." +msgstr "Невозможно создать избирательный бюллетень, потому что нет кандидатов." + +#: assignments/views.py:189 +msgid "Ballot created successfully." +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:41 core/config.py:68 +msgid "The config variable {} was not found." +msgstr "Переменная конфигурации {} не была найдена." + +#: core/config.py:77 +#, python-format +msgid "Wrong datatype. Expected %(expected_type)s, got %(got_type)s." +msgstr "Неправильный тип данных. Ожидаемое %(expected_type)s, получили %(got_type)s." + +#: core/config.py:87 +msgid "Invalid input. Choice does not match." +msgstr "Неправильный ввод. Выбор не соответствует." + +#: core/config.py:96 +msgid "motions_comments has to be a list." +msgstr "motions_comments должен быть списком." + +#: core/config.py:99 +msgid "Each element in motions_comments has to be a dict." +msgstr "Каждый элемент в motions_comments должен быть ДИКТ." + +#: core/config.py:101 +msgid "A name and a public property have to be given." +msgstr "Имя и публичное свойство должны быть заполнены." + +#: core/config.py:103 +msgid "name has to be string." +msgstr "имя должно быть строкой." + +#: core/config.py:105 +msgid "public property has to be bool." +msgstr "Публичное свойство должна быть BOOL." + +#: core/config.py:130 +msgid "Too many values for config variable {} found." +msgstr "Слишком много значений для переменной конфигурации {} найдено." + +#: core/config.py:200 +msgid "Invalid value for config attribute input_type." +msgstr "Недопустимое значение атрибута конфигурации input_type." + +#: core/config.py:202 +msgid "" +"Either config attribute 'choices' must not be None or 'input_type' must not " +"be 'choice'." +msgstr "Либо конфигурационный атрибут 'choices' не должен быть None или 'input_type' не должно быть 'choice'." + +#: core/config.py:205 +msgid "" +"Either config attribute 'choices' must be None or 'input_type' must be " +"'choice'." +msgstr "Либо конфигурационный атрибут 'choices' должен быть None или 'input_type' должно быть 'choice'." + +#: core/config.py:215 +msgid "General" +msgstr "Генеральный" + +#: core/views.py:738 +msgid "All chat messages deleted successfully." +msgstr "Все сообщения чата успешно удалены." + +#: mediafiles/models.py:63 +msgid "unknown" +msgstr "неизвестный" + +#: motions/models.py:187 +msgid "Motion" +msgstr "Заявление" + +#: motions/models.py:686 +msgid "new" +msgstr "Новый" + +#: motions/models.py:873 +#, python-format +msgid "%(time_and_messages)s by %(person)s" +msgstr "%(time_and_messages)s от %(person)s" + +#: motions/serializers.py:35 +#, python-format +msgid "Workflow %(pk)d does not exist." +msgstr "Процесс %(pk)d не существует." + +#: motions/signals.py:17 +msgid "submitted" +msgstr "Отправлено" + +#: motions/signals.py:22 motions/signals.py:55 +msgid "accepted" +msgstr "принято" + +#: motions/signals.py:27 motions/signals.py:61 +msgid "rejected" +msgstr "отвергнуто" + +#: motions/signals.py:32 +msgid "not decided" +msgstr "не решено" + +#: motions/signals.py:42 +msgid "published" +msgstr "опубликовано" + +#: motions/signals.py:47 motions/views.py:216 +msgid "permitted" +msgstr "разрешено" + +#: motions/signals.py:67 +msgid "withdrawed" +msgstr "отозваны" + +#: motions/signals.py:72 +msgid "adjourned" +msgstr "отложено" + +#: motions/signals.py:78 +msgid "not concerned" +msgstr "не касается" + +#: motions/signals.py:84 +msgid "refered to committee" +msgstr "отнесено к комитету" + +#: motions/signals.py:90 +msgid "needs review" +msgstr "требует пересмотра" + +#: motions/signals.py:95 +msgid "rejected (not authorized)" +msgstr "отклонено (не авторизован)" + +#: motions/views.py:94 +msgid "The parent motion does not exist." +msgstr "" + +#: motions/views.py:134 +msgid "Motion created" +msgstr "Заявление создано" + +#: motions/views.py:184 +msgid "Motion updated" +msgstr "Заявление обновлено" + +#: motions/views.py:188 +msgid "All supporters removed" +msgstr "Все сторонники удалены" + +#: motions/views.py:214 motions/views.py:226 +msgid "Version" +msgstr "Версия" + +#: motions/views.py:218 +#, python-format +msgid "Version %d permitted successfully." +msgstr "Версия %d успешно стартовала." + +#: motions/views.py:223 +msgid "You can not delete the active version of a motion." +msgstr "Вы не можете удалить активную версию заявления." + +#: motions/views.py:228 +msgid "deleted" +msgstr "удалено " + +#: motions/views.py:230 +#, python-format +msgid "Version %d deleted successfully." +msgstr "Версия %d успешно удалена." + +#: motions/views.py:253 +msgid "You can not support this motion." +msgstr "Вы не можете поддерживать это заявление." + +#: motions/views.py:255 +msgid "Motion supported" +msgstr "Заявление поддерживается" + +#: motions/views.py:256 +msgid "You have supported this motion successfully." +msgstr "Вы успешно поддержали это заявление." + +#: motions/views.py:261 +msgid "You can not unsupport this motion." +msgstr "Вы не можете поддерживать это заявление." + +#: motions/views.py:263 +msgid "Motion unsupported" +msgstr "Заявление без поддержки" + +#: motions/views.py:264 +msgid "You have unsupported this motion successfully." +msgstr "Вы не успешно поддерживаете это заявление." + +#: motions/views.py:287 +msgid "Invalid data. State must be an integer." +msgstr "Неверные данные. Состояние должно быть целым числом." + +#: motions/views.py:290 +#, python-format +msgid "You can not set the state to %(state_id)d." +msgstr "Вы не можете установить состояние на %(state_id)d." + +#: motions/views.py:298 +#, python-format +msgid "The state of the motion was set to %s." +msgstr "Состояние заявления было установлено в %s." + +#: motions/views.py:302 motions/views.py:584 +msgid "State set to" +msgstr "Состояние установлено на" + +#: motions/views.py:324 +msgid "Invalid data. Recommendation must be an integer." +msgstr "Неверные данные. Рекомендация должна быть целом числом." + +#: motions/views.py:328 +#, python-brace-format +msgid "You can not set the recommendation to {recommendation_state_id}." +msgstr "Вы не можете установить рекомендацию {recommendation_state_id}." + +#: motions/views.py:338 +#, python-format +msgid "The recommendation of the motion was set to %s." +msgstr "Рекомендация заявления была установлена на %s." + +#: motions/views.py:342 +msgid "Recommendation set to" +msgstr "Рекомендацию установить на" + +#: motions/views.py:359 +msgid "Vote created" +msgstr "" + +#: motions/views.py:360 +msgid "Vote created successfully." +msgstr "Голосование успешно создано." + +#: motions/views.py:385 +msgid "Vote updated" +msgstr "" + +#: motions/views.py:394 +msgid "Vote deleted" +msgstr "" + +#: motions/views.py:533 +msgid "" +"Error: At least one identifier of this category does already exist in " +"another category." +msgstr "Ошибка: По крайней мере один идентификатор этой категории уже существует в другой категории." + +#: motions/views.py:538 +#, python-brace-format +msgid "All motions in category {category} numbered successfully." +msgstr "Все заявления в категории {category} успешно пронумерованы." + +#: motions/views.py:589 +msgid "Followed recommendations successfully." +msgstr "Следующие рекомендации успешно." + +#: poll/models.py:225 +msgid "majority" +msgstr "большинство" + +#: poll/models.py:227 poll/models.py:229 +msgid "undocumented" +msgstr "недокументированный" + +#: poll/serializers.py:16 +msgid "Value for {} must not be less than -2" +msgstr "Значение для {} не должно быть меньше, чем -2" + +#: users/serializers.py:46 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her groups." +msgstr "Группы, к которым принадлежит данный пользователь. Пользователь получит все права, предоставленные каждому из его / ее группы." + +#: users/serializers.py:60 +msgid "Username, given name and surname can not all be empty." +msgstr "Имя пользователя, имя и фамилия не могут быть пустыми." + +#: users/serializers.py:95 +#, python-brace-format +msgid "Incorrect value \"{value}\". Expected app_label.codename string." +msgstr "Неверное значение \"{value}\". Ожидаемая app_label.codename строка." + +#: users/serializers.py:96 +#, python-brace-format +msgid "Invalid permission \"{value}\". Object does not exist." +msgstr "Неверное разрешение \"{value}\". Объект не существует." + +#: users/views.py:71 +msgid "You can not deactivate yourself." +msgstr "Вы не можете отключить себя." + +#: users/views.py:92 +msgid "You can not delete yourself." +msgstr "Вы не можете удалить себя." + +#: users/views.py:105 +msgid "Password successfully reset." +msgstr "Пароль успешно сброшен." + +#: users/views.py:184 +msgid "Cookies have to be enabled to use OpenSlides." +msgstr "Куки должны быть включены для пользования OpenSlides." + +#: users/views.py:187 +msgid "Username or password is not correct." +msgstr "Имя пользователя или пароль не является правильным." + +#: users/views.py:213 +#, python-brace-format +msgid "" +"Installation was successfully. Use {username} and {password} for first " +"login. Important: Please change your password!" +msgstr "Установка была успешна. Используйте {username} и {password} для первого входа в систему. Важно: Пожалуйста, измените пароль!" + +#: users/views.py:236 +msgid "You are not authenticated." +msgstr "Вы не авторизованы." + +#: users/views.py:279 +msgid "Old password does not match." +msgstr "Старый пароль не совпадает."