From a8c70f3a5c9c92111a9f8351941f06f7c9188264 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 8 Apr 2021 16:45:04 +0200 Subject: [PATCH] bring back things to labase folder --- .../proza_libre/prozalibre-bold-webfont.woff | Bin 0 -> 29584 bytes .../proza_libre/prozalibre-bold-webfont.woff2 | Bin 0 -> 22412 bytes .../prozalibre-medium-webfont.woff | Bin 0 -> 29528 bytes .../prozalibre-medium-webfont.woff2 | Bin 0 -> 22444 bytes .../prozalibre-regular-webfont.woff | Bin 0 -> 29164 bytes .../prozalibre-regular-webfont.woff2 | Bin 0 -> 22208 bytes .../prozalibre-semibold-webfont.woff | Bin 0 -> 29324 bytes .../prozalibre-semibold-webfont.woff2 | Bin 0 -> 22212 bytes .../fonts/pt_sans/pt_sans_bold-webfont.woff | Bin 0 -> 29448 bytes .../fonts/pt_sans/pt_sans_bold-webfont.woff2 | Bin 0 -> 22696 bytes .../pt_sans/pt_sans_regular-webfont.woff | Bin 0 -> 28868 bytes .../pt_sans/pt_sans_regular-webfont.woff2 | Bin 0 -> 22356 bytes public/assets/i18n/EN.json | 624 ++++++ public/assets/i18n/FR.json | 627 ++++++ public/assets/i18n/po/br.po | 1930 ++++++++++++++++ public/assets/i18n/po/ca.po | 1951 ++++++++++++++++ public/assets/i18n/po/converted/br.json | 427 ++++ public/assets/i18n/po/converted/ca.json | 427 ++++ public/assets/i18n/po/converted/de.json | 427 ++++ public/assets/i18n/po/converted/el.json | 427 ++++ public/assets/i18n/po/converted/en.json | 428 ++++ public/assets/i18n/po/converted/es.json | 427 ++++ public/assets/i18n/po/converted/fr.json | 428 ++++ public/assets/i18n/po/converted/gl.json | 427 ++++ public/assets/i18n/po/converted/hu.json | 427 ++++ public/assets/i18n/po/converted/it.json | 427 ++++ public/assets/i18n/po/converted/nl.json | 427 ++++ public/assets/i18n/po/converted/oc.json | 427 ++++ public/assets/i18n/po/converted/sv.json | 427 ++++ public/assets/i18n/po/de.po | 1971 ++++++++++++++++ public/assets/i18n/po/el.po | 1931 ++++++++++++++++ public/assets/i18n/po/en.po | 1932 ++++++++++++++++ public/assets/i18n/po/es.po | 1967 ++++++++++++++++ public/assets/i18n/po/fr.po | 1981 +++++++++++++++++ public/assets/i18n/po/framadate.pot | 1804 +++++++++++++++ public/assets/i18n/po/gl.po | 1907 ++++++++++++++++ public/assets/i18n/po/hu.po | 1934 ++++++++++++++++ public/assets/i18n/po/it.po | 1958 ++++++++++++++++ public/assets/i18n/po/nl.po | 1922 ++++++++++++++++ public/assets/i18n/po/oc.po | 1958 ++++++++++++++++ public/assets/i18n/po/sv.po | 1896 ++++++++++++++++ public/assets/img/.gitkeep | 0 public/assets/img/check-2.svg | 6 + public/assets/img/check.svg | 3 + public/assets/img/croix.svg | 3 + public/assets/img/fleche_bas.png | Bin 0 -> 158 bytes public/assets/img/fleche_bas.svg | 7 + public/assets/img/framadate_funky_schema.png | Bin 0 -> 171182 bytes public/assets/img/framadate_funky_schema.svg | 861 +++++++ public/assets/img/framadate_v1_schema.png | Bin 0 -> 113084 bytes public/assets/img/framadate_v1_schema.svg | 623 ++++++ public/assets/img/icon_voter_MAYBE.svg | 10 + public/assets/img/icon_voter_YES.svg | 9 + public/assets/img/icone-langue.svg | 3 + public/assets/img/icone-menu.svg | 3 + public/assets/img/kind/classic.jpeg | Bin 0 -> 23737 bytes public/assets/img/kind/date.jpeg | Bin 0 -> 23500 bytes public/assets/img/logo.png | Bin 0 -> 17645 bytes public/assets/img/undraw_Chatting_re_j55r.svg | 1 + public/assets/img/undraw_Moving_twwf.svg | 1 + .../assets/img/undraw_group_selfie_ijc6.svg | 1 + public/assets/img/undraw_having_fun_iais.svg | 1 + .../img/undraw_prototyping_process_rswj.svg | 1 + public/old/AdminController.php | 100 + public/old/CommentController.php | 177 ++ public/old/DefaultController.php | 34 + public/old/FramadateController.php | 159 ++ public/old/MigrationController.php | 32 + public/old/OwnerController.php | 85 + public/old/PollController.php | 104 + public/old/VoteController.php | 216 ++ public/old/api/PollController.php | 474 ++++ src/DataFixtures/AppFixtures.php | 17 + src/DataFixtures/AppPollFixtures.php | 235 ++ src/DataFixtures/CommentFixtures.php | 76 + src/DataFixtures/VotesStacksFixtures.php | 148 ++ src/Form/PollType.php | 39 + src/GraphQL/Resolver/ApartmentResolver.php | 30 + src/Service/MailService.php | 212 ++ 79 files changed, 37517 insertions(+) create mode 100644 public/assets/fonts/proza_libre/prozalibre-bold-webfont.woff create mode 100644 public/assets/fonts/proza_libre/prozalibre-bold-webfont.woff2 create mode 100644 public/assets/fonts/proza_libre/prozalibre-medium-webfont.woff create mode 100644 public/assets/fonts/proza_libre/prozalibre-medium-webfont.woff2 create mode 100644 public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff create mode 100644 public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff2 create mode 100644 public/assets/fonts/proza_libre/prozalibre-semibold-webfont.woff create mode 100644 public/assets/fonts/proza_libre/prozalibre-semibold-webfont.woff2 create mode 100644 public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff create mode 100644 public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff2 create mode 100644 public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff create mode 100644 public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff2 create mode 100644 public/assets/i18n/EN.json create mode 100644 public/assets/i18n/FR.json create mode 100644 public/assets/i18n/po/br.po create mode 100644 public/assets/i18n/po/ca.po create mode 100644 public/assets/i18n/po/converted/br.json create mode 100644 public/assets/i18n/po/converted/ca.json create mode 100644 public/assets/i18n/po/converted/de.json create mode 100644 public/assets/i18n/po/converted/el.json create mode 100644 public/assets/i18n/po/converted/en.json create mode 100644 public/assets/i18n/po/converted/es.json create mode 100644 public/assets/i18n/po/converted/fr.json create mode 100644 public/assets/i18n/po/converted/gl.json create mode 100644 public/assets/i18n/po/converted/hu.json create mode 100644 public/assets/i18n/po/converted/it.json create mode 100644 public/assets/i18n/po/converted/nl.json create mode 100644 public/assets/i18n/po/converted/oc.json create mode 100644 public/assets/i18n/po/converted/sv.json create mode 100644 public/assets/i18n/po/de.po create mode 100644 public/assets/i18n/po/el.po create mode 100644 public/assets/i18n/po/en.po create mode 100644 public/assets/i18n/po/es.po create mode 100644 public/assets/i18n/po/fr.po create mode 100644 public/assets/i18n/po/framadate.pot create mode 100644 public/assets/i18n/po/gl.po create mode 100644 public/assets/i18n/po/hu.po create mode 100644 public/assets/i18n/po/it.po create mode 100644 public/assets/i18n/po/nl.po create mode 100644 public/assets/i18n/po/oc.po create mode 100644 public/assets/i18n/po/sv.po create mode 100644 public/assets/img/.gitkeep create mode 100644 public/assets/img/check-2.svg create mode 100644 public/assets/img/check.svg create mode 100644 public/assets/img/croix.svg create mode 100644 public/assets/img/fleche_bas.png create mode 100644 public/assets/img/fleche_bas.svg create mode 100644 public/assets/img/framadate_funky_schema.png create mode 100644 public/assets/img/framadate_funky_schema.svg create mode 100644 public/assets/img/framadate_v1_schema.png create mode 100644 public/assets/img/framadate_v1_schema.svg create mode 100644 public/assets/img/icon_voter_MAYBE.svg create mode 100644 public/assets/img/icon_voter_YES.svg create mode 100644 public/assets/img/icone-langue.svg create mode 100644 public/assets/img/icone-menu.svg create mode 100644 public/assets/img/kind/classic.jpeg create mode 100644 public/assets/img/kind/date.jpeg create mode 100644 public/assets/img/logo.png create mode 100644 public/assets/img/undraw_Chatting_re_j55r.svg create mode 100644 public/assets/img/undraw_Moving_twwf.svg create mode 100644 public/assets/img/undraw_group_selfie_ijc6.svg create mode 100644 public/assets/img/undraw_having_fun_iais.svg create mode 100644 public/assets/img/undraw_prototyping_process_rswj.svg create mode 100755 public/old/AdminController.php create mode 100644 public/old/CommentController.php create mode 100755 public/old/DefaultController.php create mode 100644 public/old/FramadateController.php create mode 100755 public/old/MigrationController.php create mode 100755 public/old/OwnerController.php create mode 100644 public/old/PollController.php create mode 100644 public/old/VoteController.php create mode 100644 public/old/api/PollController.php create mode 100755 src/DataFixtures/AppFixtures.php create mode 100755 src/DataFixtures/AppPollFixtures.php create mode 100644 src/DataFixtures/CommentFixtures.php create mode 100644 src/DataFixtures/VotesStacksFixtures.php create mode 100644 src/Form/PollType.php create mode 100644 src/GraphQL/Resolver/ApartmentResolver.php create mode 100644 src/Service/MailService.php diff --git a/public/assets/fonts/proza_libre/prozalibre-bold-webfont.woff b/public/assets/fonts/proza_libre/prozalibre-bold-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..da2c9ae1c311b108b4ba987ff27c7dfc7bdf7a1c GIT binary patch literal 29584 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%0Au6Mb}JB;@g3-qQwfAHTz|0 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 literal 0 HcmV?d00001 diff --git a/public/assets/fonts/proza_libre/prozalibre-medium-webfont.woff2 b/public/assets/fonts/proza_libre/prozalibre-medium-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..211dc62034b52976531fe68d095e788776cdd48c GIT binary patch literal 22444 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 literal 0 HcmV?d00001 diff --git a/public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff b/public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..f164952351e89379032ff8e2e72d6b3b842ee863 GIT binary patch literal 29164 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 literal 0 HcmV?d00001 diff --git a/public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff2 b/public/assets/fonts/proza_libre/prozalibre-regular-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..e3201834975a0e51b0eca8e49eefdede6e69c741 GIT binary patch literal 22208 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 literal 0 HcmV?d00001 diff --git a/public/assets/fonts/proza_libre/prozalibre-semibold-webfont.woff b/public/assets/fonts/proza_libre/prozalibre-semibold-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..fec9d320b4db11d82794e7050fa7299033019856 GIT binary patch literal 29324 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 TSb4|I$9-tGwJHh(3M&8rkO@&P literal 0 HcmV?d00001 diff --git a/public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff b/public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..87dcdb8f49e69bb4c70c8a51516be2ea951ec559 GIT binary patch literal 29448 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 literal 0 HcmV?d00001 diff --git a/public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff2 b/public/assets/fonts/pt_sans/pt_sans_bold-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..afb2d612d93c5fd0e400d4f77a130b27b0e8e4fe GIT binary patch literal 22696 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 literal 0 HcmV?d00001 diff --git a/public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff b/public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..10a1458fb3ff1586d45717b4b2af361d53d70811 GIT binary patch literal 28868 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 literal 0 HcmV?d00001 diff --git a/public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff2 b/public/assets/fonts/pt_sans/pt_sans_regular-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..16d093b0c8cadef19109fa8dfa400cc3036242c6 GIT binary patch literal 22356 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 Ln!c}a0{{R3P55-m literal 0 HcmV?d00001 diff --git a/public/assets/i18n/EN.json b/public/assets/i18n/EN.json new file mode 100644 index 0000000..993cee8 --- /dev/null +++ b/public/assets/i18n/EN.json @@ -0,0 +1,624 @@ +{ + "Language": "Language", + "Title": "Translation example", + "Intro": "Hello I am {{name}}, I am {{age}} years old.", + "home": { + "title": "Welcome at", + "subtitle": "Simply get together to collectivly organize", + "search_title": "Where are my polls ? ", + "create_button": "Create a new poll", + "search_button": "Search" + }, + "PAGE_NOT_FOUND": { + "DEFAULT": "This page doesn’t exist.", + "POLL": "This poll doesn’t exist." + }, + "config": { + "demo": "this is a demo", + "demo_other": "this is an other demo", + "continue": "Continue", + "perfect": "That's perfect", + "title": "Create a poll", + "letsgo": "Lets go!", + "description": "Shedule appointments with your friends or your family, or create a pool with text, pictures or links… A real survey!", + "find_my_polls": "Where are my polls ?", + "find_helper": "I am looking for polls linked to my email", + "find_button": "Find my polls" + }, + "creation": { + "title": "To begin with", + "want": "I want to create a poll", + "advanced": "More options", + "kind": { + "classic": "classic", + "date": "special dates" + }, + "choose_title": "Whom title will be", + "choose_title_placeholder": "title", + "name": "I can also specify my name if i want", + "name_placeholder": "my name", + "description": "and the description would be", + "description_placeholder": "summary of the poll's purpose" + }, + "dates": { + "title": "Config especially for the dates", + "hours_different": "I want to put", + "hours_each_day": "slots for each day", + "multiple": { + "identical": "the same", + "different": "possibly different" + }, + "add": "Add a date choice", + "add_time": "Add a schedule proposal", + "empty": "Empty", + "count_dates": "choices of dates", + "count_time": "choices of schedules", + "add_interval": "Add a date interval", + "interval_propose": "I want to suggest all the dates from", + "interval_span": "to", + "interval_button": "Add these", + "interval_button_dates": "dates" + }, + "choices": { + "title": "Write the proposals", + "helper": "You can use markdown syntax", + "answer_preset_1": "Demo answer 1", + "answer_preset_2": "answer 2", + "answer_preset_3": "and D, the answer D", + "add": "Add", + "continue": "Let's see how it goes" + }, + "resume": { + "title": "And that's all for us!", + "admins": "Admin side", + "users": "Respondent side", + "links_mail": "Receive links by email" + }, + "visibility": { + "top_txt": "A few settings...", + "title": "Visibility of answers", + "visibility_want": "I want that", + "visibility_link": "anybody having the link", + "visibility_nobody": "nobody", + "visibility_see": "can see answers to the pool.", + "votes": "Votes", + "votes_possible": "Possible answers will be", + "votes_possible_single": "only \"yes\"", + "votes_possible_normal": "\"yes\" or \"maybe\"", + "votes_possible_full": "\"yes\" or \"maybe\" or \"no\"", + "archiving": "Polled people will be able to vote until", + "archiving_start": "They", + "archiving_can": "will", + "archiving_can_not": "will not", + "archiving_end": "be able to edit", + "archiving_end_not": "be able to edit answers", + "modfiy_their": "their vote", + "modfiy_everyone": "all the votes", + "access": "Access to the poll", + "access_url": "Pooled people will be able to access it via this address:", + "access_url_key": "URL", + "see_pass": "see", + "access_instructions": "may contain letters, numbers and dashes", + "access_want": "I", + "access_want_yes": "want", + "access_want_no": "do not need", + "access_protect": "it to be password-protected.", + "validate_btn": "Create this poll!" + }, + "admin": { + "choose_title": "The pool title is", + "description": "and its description is", + "info_section_title": "Pool informations", + "settings_section_title": "Settings", + "votes_deletion_desc": "To start over from scratch, I can delete them all", + "votes_deletion_btn": "Delete all the votes", + "comments_deletion_title": "Comments", + "comments_deletion_desc": "If I wish, I can delete all the comments", + "comments_deletion_btn": "Delete all the comments", + "archiving_title": "Archiving", + "archiving_desc": "This poll will no longer be editable from", + "deletion": "Delete all", + "deletion_desc": "In the case you want do delete everything, this button is for you:", + "deletion_btn": "Delete the poll", + "link": "Links to access the survey", + "link_admin": "Administrator's side", + "link_admin_desc": "To access the poll and all its settings", + "link_admin_btn": "To see the poll as an administrator", + "copy_link": "Copy the link", + "polled_people": "Polled side", + "polled_people_desc": "To access the poll and all its settings", + "polled_people_btn": "See the poll", + "email_links": "Receive the links by email", + "email_links_desc": "To be sure to find these links, they can be sent to you by email", + "email_links_key": "email", + "email_links_btn": "Send the links to the poll" + }, + "pollGraphic": { + "choiceColorblind": "I am", + "choiceNotColorblind": "I am not", + "colorblindText": "colorblind." + }, + "selectors": { + "lang": "Select the lang" + }, + "SENTENCES": { + "create-a-poll": "Create a poll", + "define-dates-or-subjects-to-choose-from": "Define dates or subjects to choose from", + "discuss-and-make-a-decision": "Discuss and make a decision", + "do-you-want-to": "Do you want to", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate is an online service for planning an appointment or making a decision quickly and easily. No registration is required.", + "here-is-how-it-works": "Here is how it works:", + "send-the-poll-link-to-your-friends-or-colleagues": "Send the poll link to your friends or colleagues", + "what-is-framadate": "What is Framadate?", + "view-an-example": "view an example?", + "cecill-b-license": "CeCILL-B license", + "framadate-is-licensed-under-the": "Framadate is licensed under the", + "framadate-was-initially-based-on": "Framadate was initially based on", + "the-software": "The software", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "This software needs javascript and cookies enabled. It is compatible with the following web browsers:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "software developed by the University of Strasbourg. These days, it is developed by the Framasoft association.", + "grow-your-own": "Grow your own", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "If you want to install the software for your own use and thus increase your independence, we can help you at:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "To participate in the software development, suggest improvements or simply download it, please visit", + "the-development-site": "the development site", + "Actions": "Actions", + "Administration": "Administration", + "Author": "Author", + "back-to-administration": "Back to administration", + "change-the-poll": "Change the poll", + "Email": "Email", + "Executed": "Executed", + "expiry-date": "Expiry date", + "Fail": "Fail", + "failed": "Failed:", + "Format": "Format", + "Installation": "Installation", + "Logs": "Logs", + "Migration": "Migration", + "Nothing": "Nothing", + "pages": "Pages:", + "poll-id": "Poll ID", + "poll-deleted": "Poll deleted", + "Polls": "Polls", + "Purge": "Purge", + "purge-the-polls": "Purge the polls", + "purged": "Purged:", + "see-the-poll": "See the poll", + "skipped": "Skipped:", + "Status": "Status", + "succeeded": "Succeeded:", + "Success": "Success", + "Summary": "Summary", + "Title": "Title", + "Votes": "Votes", + "Waiting": "Waiting", + "polls-in-the-database-at-this-time": "polls in the database at this time", + "check-again": "Check again", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Consider enabling the PHP extension OpenSSL for increased security.", + "consider-setting-the-date-timezone-in-php-ini": "Consider setting the date.timezone in php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Consider setting « session.cookie_httponly = 1 » inside your php.ini or add « php_value session.cookie_httponly 1 » to your .htaccess so that cookies can't be accessed through Javascript.", + "continue-the-installation": "Continue the installation", + "cookies-are-served-from-http-only": "Cookies are served from HTTP only.", + "installation-checking": "Installation checking", + "openssl-extension-loaded": "OpenSSL extension loaded.", + "php-intl-extension-is-enabled": "PHP Intl extension is enabled.", + "php-version-x-is-enough-needed-at-least-php-x": "PHP version %s is enough (needed at least PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "The config file directory (%s) is not writable and the config file (%s) does not exists.", + "the-config-file-directory-x-is-writable": "The config file directory (%s) is writable.", + "the-config-file-exists": "The config file exists.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "The template compile directory (%s) doesn't exist in \"%s\". Retry the installation process.", + "the-template-compile-directory-x-is-not-writable": "The template compile directory (%s) is not writable.", + "the-template-compile-directory-x-is-writable": "The template compile directory (%s) is writable.", + "you-need-to-enable-the-php-intl-extension": "You need to enable the PHP Intl extension.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Your PHP version (%s) is too old. This application needs at least PHP %s.", + "date-timezone-is-set": "date.timezone is set.", + "add-a-comment-to-the-poll": "Add a comment to the poll", + "Comment": "Comment", + "comment-saved": "Comment saved", + "Comments": "Comments", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Enter your name and comment prior to submitting the form", + "remove-comment": "Remove comment", + "submit-comment": "Submit comment", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A, %B %e, %Y", + "b-y": "%B %Y", + "y-m-x": "%Y-%m-%d", + "a-e": "%a %e", + "m-x-y-h-m": "%m/%d/%Y %H:%M", + "add-range-dates": "Add range dates", + "end-date": "End date", + "start-date": "Start date", + "Y-m-d": "Y-m-d", + "you-can-select-at-most-4-months": "You can select at most 4 months", + "yyyy-mm-dd": "yyyy-mm-dd", + "yyyy-mm-dd-for-humans": "year-month-day", + "edit-link-for-poll-x": "Edit link for poll \"%s\"", + "here-is-the-link-for-editing-your-vote": "Here is the link for editing your vote:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "If you don't want to lose your personalized link, we can send it to you by email.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Please wait %d seconds before we can send an email to you then try again.", + "REMINDER": "REMINDER", + "Send": "Send", + "the-email-address-is-not-correct": "The email address is not correct.", + "your-reminder-has-been-successfully-sent": "Your reminder has been successfully sent!", + "adding-vote-failed": "Adding vote failed", + "cant-create-an-empty-column": "Can't create an empty column.", + "cant-create-the-config-php-file-in-x": "Can't create the config.php file in '%s'.", + "comment-failed": "Comment failed", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Cookies are disabled on your browser. They are required to be able to create a poll.", + "enter-a-name": "Enter a name", + "enter-a-name-and-a-comment": "Enter a name and a comment!", + "enter-a-title": "Enter a title", + "enter-an-email-address": "Enter an email address", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Error on amount of votes limitation: Value must be an integer greater than 0", + "error": "Error!", + "failed-to-delete-all-comments": "Failed to delete all comments", + "failed-to-delete-all-votes": "Failed to delete all votes", + "failed-to-delete-column": "Failed to delete column", + "failed-to-delete-the-comment": "Failed to delete the comment", + "failed-to-delete-the-poll": "Failed to delete the poll", + "failed-to-delete-the-vote": "Failed to delete the vote!", + "failed-to-insert-the-comment": "Failed to insert the comment!", + "failed-to-save-poll": "Failed to save poll", + "forbidden": "Forbidden!", + "GenericErrorPollCreation": "Oh no! Your poll could not be created at the moment. Sorry about that. Please try again later.", + "identifier-is-already-used": "Identifier is already used", + "if-you-quit-now-your-changes-will-be-lost": "If you quit now, your changes will be lost.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "JavaScript is disabled on your browser. It is required to create a poll.", + "missing-values": "Missing values", + "no-polls-found": "No polls found", + "password-is-empty": "Password is empty.", + "passwords-do-not-match": "Passwords do not match.", + "poll-has-been-updated-before-you-vote": "Poll has been updated before you vote", + "something-has-gone-wrong": "Something has gone wrong...", + "something-is-wrong-with-the-format": "Something is wrong with the format", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Something is wrong with the format: Customized URLs should only consist of alphanumeric characters and hyphens.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Something is wrong with the format: name shouldn't have any spaces before or after", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "The address is not correct! You should enter a valid email address (like r.stallman@outlock.com) in order to receive the link to your poll.", + "the-column-already-exists": "The column already exists", + "the-name-is-invalid": "The name is invalid.", + "the-name-youve-chosen-already-exists-in-this-poll": "The name you've chosen already exists in this poll!", + "there-is-a-problem-with-your-choices": "There is a problem with your choices", + "this-identifier-is-not-allowed": "This identifier is not allowed", + "this-poll-doesnt-exist": "This poll doesn't exist!", + "unable-to-connect-to-database": "Unable to connect to database", + "update-vote-failed": "Update vote failed", + "you-already-voted": "You already voted", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "You can't create a poll with hidden results with the following option: ", + "you-cant-select-more-than-x-dates": "You can't select more than %d dates", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "You haven't filled the first section of the poll creation, or your session has expired.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Your vote wasn't counted, because someone voted in the meantime and it conflicted with your choices and the poll conditions. Please retry.", + "Address": "Address", + "created-polls": "Created polls", + "have-a-good-day": "Have a good day!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Here is the list of the polls that you manage on %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "If you weren't the source of this action and if you think this is an abuse of the service, please notify the administrator at %s.", + "its-address": "Its address", + "last-access-date": "Last access date", + "list-of-your-polls": "List of your polls", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS: this email has been sent because you – or someone else – asked to get back the polls created with your email address.", + "polls-saved-inside-this-browser": "Polls saved inside this browser", + "polls-sent": "Polls sent", + "remove-all-my-polls-from-this-browsers-index": "Remove all my polls from this browser's index", + "remove-poll-from-index": "Remove poll from index", + "send-me-my-polls": "Send me my polls", + "send-my-polls-by-email": "Send my polls by email", + "the-date-you-created-or-last-accessed-the-poll": "The date you created or last accessed the poll", + "the-title-of-the-poll": "The title of the poll", + "there-are-no-polls-saved-inside-your-browser-yet": "There are no polls saved inside your browser yet", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "To delete this data click the trashcan on the according line or click the « delete my polls index » option. This won't delete your polls.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "To help you find your previous polls, we save each poll you create or access inside your browser. This data is saved inside this browser only. The following data will be saved:", + "visited-polls": "Visited polls", + "in-the-format-name-mail-com": "(in the format name@mail.com)", + "Add": "Add", + "Back": "Back", + "back-to-the-homepage-of": "Back to the homepage of", + "Cancel": "Cancel", + "Choice": "Choice", + "Classic": "Classic", + "Close": "Close", + "create-your-own-polls": "Create your own polls", + "creation-date": "Creation date:", + "Date": "Date", + "Day": "Day", + "Description": "Description", + "Edit": "Edit", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate is an online service for planning an appointment or making a decision quickly and easily.", + "Home": "Home", + "Information": "Information", + "legend": "Legend:", + "Link": "Link", + "Markdown": "Markdown", + "Next": "Next", + "No": "No", + "page-generated-in": "Page generated in", + "Poll": "Poll", + "Remove": "Remove", + "Save": "Save", + "Search": "Search", + "Time": "Time", + "under-reserve": "Under reserve", + "Unknown": "Unknown", + "Validate": "Validate", + "Yes": "Yes", + "your-email-address": "Your email address", + "your-name": "Your name", + "days": "days", + "for": "for", + "months": "months", + "seconds": "seconds", + "vote": "vote", + "votes": "votes", + "with": "with", + "make-a-standard-poll": "Make a standard poll", + "schedule-an-event": "Schedule an event", + "where-are-my-polls": "Where are my polls?", + "administrator-mail-address": "Administrator mail address", + "application-name": "Application name", + "clean-url": "Clean URL", + "database-driver": "Database driver", + "database-hostname": "Database hostname", + "database-name": "Database name", + "database-port": "Database port", + "default-language": "Default language", + "General": "General", + "Install": "Install", + "migration-table": "Migration table", + "Password": "Password", + "Prefix": "Prefix", + "respond-to-mail-address": "Respond-to mail address", + "User": "User", + "change-language": "Change language", + "select-language": "Select language", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "\"The road is long, but the way is clear…\"
Framasoft lives only by your donations.
Thank you in advance for your support https://soutenir.framasoft.org", + "message-for-the-author": "Message for the author", + "notification-of-poll-x": "Notification of poll: %s", + "participant-link": "Participant link", + "poll-participation-x": "Poll participation: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Someone just changed your poll at the following link
%1$s.", + "someone-just-deleted-your-poll-x": "Someone just deleted your poll \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Thank you for participating in the poll at the following link", + "thank-you-for-your-trust": "Thank you for your trust.", + "this-is-the-message-to-forward-to-the-poll-participants": "This is the message to forward to the poll participants.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "This message should NOT be sent to the poll participants. You should keep it private.

You can modify your poll at the following link", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "added a vote.
You can visit your poll at the link", + "has-just-created-a-poll-called": "has just created a poll called", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "updated a vote.
You can visit your poll at the link", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "wrote a comment.
You can visit your poll at the link", + "thank-you-for-your-understanding": "Thank you for your understanding.", + "the-application": "The application", + "is-currently-under-maintenance": "is currently under maintenance.", + "submit-access": "Submit access", + "wrong-password": "Wrong password", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "You have to provide a password so you can participate to the poll.", + "you-have-to-provide-a-password-to-access-the-poll": "You have to provide a password to access the poll.", + "x-option": "%s option", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Anyone will be able to see your email address after you voted", + "best-choice": "Best choice", + "best-choices": "Best choices", + "Chart": "Chart", + "display-the-chart-of-the-results": "Display the chart of the results", + "edit-line-x": "Edit line: %s", + "link-to-edit-this-particular-line": "Link to edit this particular line", + "remove-line": "Remove line:", + "save-choices": "Save choices", + "scroll-to-the-left": "Scroll to the left", + "scroll-to-the-right": "Scroll to the right", + "the-current-best-choice-is": "The current best choice is:", + "the-current-best-choices-are": "The current best choices are:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "The link to edit this particular line has been copied to the clipboard!", + "Total": "Total", + "vote-no-for": "Vote \"no\" for", + "vote-yes-for": "Vote \"yes\" for", + "votes-under-reserve-for": "Votes under reserve for", + "polled-user": "polled user", + "polled-users": "polled users", + "admin-link-for-the-poll": "Admin link for the poll", + "cancel-the-description-edit": "Cancel the description edit", + "cancel-the-email-address-edit": "Cancel the email address edit", + "cancel-the-expiration-date-edit": "Cancel the expiration date edit", + "cancel-the-name-edit": "Cancel the name edit", + "cancel-the-rules-edit": "Cancel the rules edit", + "cancel-the-title-edit": "Cancel the title edit", + "creator-of-the-poll": "Creator of the poll", + "edit-name": "Edit name", + "edit-the-description": "Edit the description", + "edit-the-email-address": "Edit the email address", + "edit-the-expiry-date": "Edit the expiry date", + "edit-the-poll-rules": "Edit the poll rules", + "edit-title": "Edit title", + "export-to-csv": "Export to CSV", + "no-password": "No password", + "only-votes-are-protected": "Only votes are protected", + "password-protected": "Password protected", + "poll-rules": "Poll rules", + "Print": "Print", + "public-link-to-the-poll": "Public link to the poll", + "remove-all-comments": "Remove all comments", + "remove-all-votes": "Remove all votes", + "remove-password": "Remove password", + "remove-the-poll": "Remove the poll", + "results-are-hidden": "Results are hidden", + "results-are-visible": "Results are visible", + "rich-editor": "Rich editor", + "save-the-description": "Save the description", + "save-the-email-address": "Save the email address", + "save-the-new-expiration-date": "Save the new expiration date", + "save-the-new-name": "Save the new name", + "save-the-new-rules": "Save the new rules", + "save-the-new-title": "Save the new title", + "simple-editor": "Simple editor", + "title-of-the-poll": "Title of the poll", + "voters-email-addresses-are-collected": "Voters' email addresses are collected", + "voters-email-addresses-are-collected-and-required": "Voters' email addresses are collected and required", + "voters-email-addresses-are-collected-required-and-verified": "Voters' email addresses are collected, required and verified", + "voters-email-addresses-are-not-collected": "Voters' email addresses are not collected", + "votes-and-comments-are-locked": "Votes and comments are locked", + "votes-protected-by-password": "Votes protected by password", + "all-voters-can-modify-any-vote": "All voters can modify any vote", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "By defining an identifier that can facilitate access to the poll for unwanted people. It is recommended to protect it with a password.", + "collect-voters-email-addresses": "Collect voters' email addresses", + "Confirmation": "Confirmation", + "customize-the-url": "Customize the URL", + "email-addresses-are-collected-but-not-required": "Email addresses are collected but not required", + "email-addresses-are-not-collected": "Email addresses are not collected", + "email-addresses-are-required": "Email addresses are required", + "email-addresses-are-required-and-verified": "Email addresses are required and verified", + "go-to-step-2": "Go to step 2", + "limit-the-amount-of-voters-per-option": "Limit the amount of voters per option", + "more-informations-here": "More informations here:", + "only-the-poll-maker-can-see-the-poll-results": "Only the poll maker can see the poll results", + "optional-parameters": "Optional parameters", + "Permissions": "Permissions", + "poll-creation-1-of-3": "Poll creation (1 of 3)", + "poll-link": "Poll link", + "poll-title": "Poll title", + "receive-an-email-for-each-new-comment": "Receive an email for each new comment", + "receive-an-email-for-each-new-vote": "Receive an email for each new vote", + "required-fields-cannot-be-left-blank": "Required fields cannot be left blank.", + "the-identifier-can-contain-letters-numbers-and-dashes": "The identifier can contain letters, numbers and dashes \"-\".", + "the-results-are-publicly-visible": "The results are publicly visible", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "To make the description more attractive, you can use the Markdown format.", + "use-a-password-to-restrict-access": "Use a password to restrict access", + "value-max": "Value Max", + "voters-can-modify-their-own-vote-themselves": "Voters can modify their own vote themselves", + "votes-cannot-be-modified": "Votes cannot be modified", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Warning: Anyone can see the polled users' email addresses since all voters can modify any vote. You should restrict permission rules.", + "you-are-in-the-poll-creation-section": "You are in the poll creation section.", + "you-can-enable-or-disable-the-editor-at-will": "You can enable or disable the editor at will.", + "votes-per-option": "votes per option", + "go-to-step-3": "Go to step 3", + "return-to-step-1": "Return to step 1", + "add-a-choice": "Add a choice", + "add-a-link-or-an-image": "Add a link or an image", + "alternative-text": "Alternative text", + "links-or-images-can-be-included-using": "Links or images can be included using", + "markdown-syntax": "Markdown syntax", + "poll-options-2-of-3": "Poll options (2 of 3)", + "remove-a-choice": "Remove a choice", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "These fields are optional. You can add a link, an image or both.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "To create a poll you should provide at least two different choices.", + "url-of-the-image": "URL of the image", + "you-can-add-or-remove-choices-with-the-buttons": "You can add or remove choices with the buttons", + "add-a-day": "Add a day", + "add-a-time-slot": "Add a time slot", + "choose-dates-for-your-poll": "Choose dates for your poll", + "copy-times-from-the-first-day": "Copy times from the first day", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "For each selected day, you are free to suggest meeting times (e.g., \"8h\", \"8:30\", \"8h-10h\", \"evening\", etc.)", + "poll-dates-2-of-3": "Poll dates (2 of 3)", + "remove-a-day": "Remove a day", + "remove-a-time-slot": "Remove a time slot", + "remove-all-days": "Remove all days", + "remove-all-times": "Remove all times", + "remove-this-day": "Remove this day", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "To schedule an event you need to provide at least two choices (e.g., two time slots on one day or two days).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "You can add or remove additional days and times with the buttons", + "back-to-step-2": "Back to step 2", + "confirm-the-creation-of-your-poll": "Confirm the creation of your poll", + "create-the-poll": "Create the poll", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Expiry date:", + "list-of-options": "List of options", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Once you have confirmed the creation of your poll, you will automatically be redirected to the poll's administration page.", + "removal-date-and-confirmation-3-of-3": "Removal date and confirmation (3 of 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Then you will receive two emails: one containing the link of your poll for sending to the participants, the other containing the link to the poll administration page.", + "you-can-set-a-specific-expiry-date-for-the-poll": "You can set a specific expiry date for the poll.", + "your-poll-will-automatically-be-archived": "Your poll will automatically be archived", + "your-poll-will-be-automatically-archived-in-x-days": "Your poll will be automatically archived in %d days.", + "after-the-last-date-of-your-poll": "after the last date of your poll.", + "version-x": "Version %s", + "add-a-column": "Add a column", + "adding-a-column": "Adding a column", + "all-comments-deleted": "All comments deleted", + "all-votes-deleted": "All votes deleted", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "As poll administrator, you can change all the lines of this poll with this button", + "back-to-the-poll": "Back to the poll", + "choice-added": "Choice added", + "collect-the-emails-of-the-polled-users-for-the-choice": "Collect the emails of the polled users for the choice", + "column-deleted": "Column deleted", + "comment-deleted": "Comment deleted", + "confirm-removal-of-all-comments": "Confirm removal of all comments", + "confirm-removal-of-all-votes": "Confirm removal of all votes", + "confirm-removal-of-the-column": "Confirm removal of the column.", + "confirm-removal-of-your-poll": "Confirm removal of your poll", + "delete-poll": "Delete poll", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Finally, you can change the properties of this poll such as the title, the comments or your email address.", + "keep-comments": "Keep comments", + "keep-the-comments": "Keep the comments", + "keep-the-poll": "Keep the poll", + "keep-the-votes": "Keep the votes", + "keep-this-poll": "Keep this poll", + "keep-votes": "Keep votes", + "poll-fully-deleted": "Poll fully deleted", + "poll-saved": "Poll saved", + "remove-column": "Remove column", + "remove-the-comments": "Remove the comments", + "remove-the-votes": "Remove the votes", + "the-poll-was-created": "The poll was created.", + "vote-added": "Vote added", + "vote-deleted": "Vote deleted", + "vote-updated": "Vote updated", + "you-can-add-a-new-scheduling-date-to-your-poll": "You can add a new scheduling date to your poll.", + "your-poll-has-been-removed": "Your poll has been removed!", + "and-add-a-new-column-with": "and add a new column with", + "remove-a-column-or-a-line-with": "remove a column or a line with", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Users who voted \"If need be\" for this option have left those email addresses:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Users who voted \"No\" for this option have left those email addresses:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Users who voted \"Yes\" for this option have left those email addresses:", + "deletion-date": "Deletion date:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "If you want to vote in this poll, you have to give your name, make your choice, and submit it by selecting the save button at the end of the line.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "The administrator locked this poll. Votes and comments are frozen, it is no longer possible to participate", + "the-poll-has-expired-it-will-soon-be-deleted": "The poll has expired, it will soon be deleted.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Your vote has been saved, but please note: you need to keep this personalised link to be able to edit your vote." + } +, + "LANGUAGES": { + "DE": "Allemand", + "FR": "French", + "BR": "Breton", + "CA": "Canadien", + "EL": "el", + "ES": "Espagnol", + "EN": "English", + "GL": "gl", + "HU": "hu", + "IT": "Italien", + "NL": "Néérlandais", + "OC": "oc", + "SV": "sv" + }, + + "calendar_widget" : { + "startsWith": "Starts with", + "contains": "Contains", + "notContains": "Not contains", + "endsWith": "Ends with", + "equals": "Equals", + "notEquals": "Not equals", + "noFilter": "No Filter", + "lt": "Less than", + "lte": "Less than or equal to", + "gt": "Greater than", + "gte": "Great then or equals", + "is": "Is", + "isNot": "Is not", + "before": "Before", + "after": "After", + "clear": "Clear", + "apply": "Apply", + "matchAll": "Match All", + "matchAny": "Match Any", + "addRule": "Add Rule", + "removeRule": "Remove Rule", + "accept": "Yes", + "reject": "No", + "choose": "Choose", + "upload": "Upload", + "cancel": "Cancel", + "dayNames": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], + "dayNamesShort": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], + "dayNamesMin": ["Su","Mo","Tu","We","Th","Fr","Sa"], + "monthNames": ["January","February","March","April","May","June","July","August","September","October","November","December"], + "monthNamesShort": ["Jan", "Feb", "Mar", "Apr", "May", "Jun","Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], + "today": "Today", + "weekHeader": "Wk" + } +} diff --git a/public/assets/i18n/FR.json b/public/assets/i18n/FR.json new file mode 100644 index 0000000..2721c87 --- /dev/null +++ b/public/assets/i18n/FR.json @@ -0,0 +1,627 @@ +{ + "Language": "Langue", + "Title": "Exemple de traduction", + "Intro": "Bonjour je m'appelle {{name}}, j'ai {{age}} ans.", + "home": { + "title": "Bienvenue sur", + "subtitle": "Se consulter simplement pour s’organiser collectivement.", + "search_title": "Où sont mes sondages? ", + "create_button": "Créer un nouveau sondage ", + "search_button": "Rechercher" + }, + "PAGE_NOT_FOUND": { + "DEFAULT": "Cette page n’existe pas.", + "POLL": "Ce sondage n’existe pas." + }, + "config": { + "demo": "C'est une démo traduite en Français", + "demo_other": "C'est une autre démo traduite en Français", + "continue": "Continuer", + "perfect": "C'est parfait", + "title": "Créer un sondage", + "letsgo": "C'est parti !", + "description": "Planifiez des rendez-vous avec vos amis ou votre famille ou créez un sondage avec du texte, des images ou des liens… un sondage quoi !", + "find_my_polls": "Mes sondages", + "find_helper": "Je cherche d'autres sondages qui correspondent à mon mail", + "find_button": "Retrouver mes sondages" + }, + "creation": { + "title": "Créer un sondage", + "want": "Je veux créer un sondage", + "advanced": "Options avancées", + "kind": { + "classic": "classique", + "date": "spécial dates" + }, + "choose_title": "Dont le titre sera", + "choose_title_placeholder": "titre", + "choices_hint": "Utilisez les flèches haut ⬆️ et bas ⬇️ pour passer d'un choix à un autre", + "name": "Je peux aussi préciser mon nom si je le souhaite", + "name_placeholder": "mon nom", + "email": "Mon email", + "email_placeholder": "mon-email@example.com", + "description": "et la description serait", + "description_placeholder": "description" + }, + "dates": { + "title": "Config spécialement pour les dates", + "hours_different": "Je souhaite mettre des créneaux horaires", + "hours_each_day": "pour chaque journée", + "multiple": { + "identical": "identiques", + "different": "possiblement différents" + }, + "add": "Ajouter une date", + "add_time": "Ajouter une plage horaire", + "empty": "Vider", + "count_dates": "choix de dates", + "count_time": "choix de plages horaires", + "add_interval": "Ajouter un intervalle de dates", + "interval_propose": "Je souhaite proposer pour mon sondage toutes les dates entre le", + "interval_span": "et le", + "interval_button": "Ajouter ces", + "interval_button_dates": "dates" + }, + "choices": { + "title": "Choisir les propositions", + "helper": "vous pouvez utiliser la syntaxe markdown ", + "answer_preset_1": "réponse de démo 1", + "answer_preset_2": "réponse 2", + "answer_preset_3": "la réponse D", + "add": "Ajouter", + "continue": "Voyons ce que ça donne" + }, + "resume": { + "title": "Et c'est tout pour nous !", + "admins": "Côté administrateur-ice-eux", + "users": "Côté sondés", + "links_mail": "Recevoir les liens par e-mail" + }, + "visibility": { + "top_txt": "Un peu de paramétrage…", + "title": "Visibilité des réponses", + "visibility_want": "Je veux que", + "visibility_link": "tous ceux qui ont le lien puissent", + "visibility_nobody": "seulement moi puisse", + "visibility_see": "voir les réponses au sondage.", + "votes": "Votes", + "votes_possible": "Les réponses possibles seront :", + "votes_possible_single": "Uniquement « oui »", + "votes_possible_normal": "« oui » ou « peut-être »", + "votes_possible_full": "« oui » ou « peut-être » ou « non »", + "archiving": "Les personnes sondées pourront voter jusqu’au", + "archiving_start": "Elles", + "archiving_can": "auront", + "archiving_can_not": "n'auront pas", + "archiving_end": "la possibilité de modifier", + "archiving_end_not": "la possibilité de modifier de votes", + "modfiy_their": "leur vote", + "modfiy_everyone": "tous les votes", + "access": "Accès au sondage", + "access_url": "Les votants pourront y accéder via cette adresse :", + "access_url_key": "URL", + "see_pass": "voir", + "access_instructions": "peut contenir des lettres, chiffres et des tirets", + "access_want": "Je", + "access_want_yes": "souhaite", + "access_want_no": "n'ai pas besoin", + "access_protect": "qu’il soit protégé par un mot de passe.", + "validate_btn": "Créer ce sondage !" + }, + "admin": { + "choose_title": "Le titre du sondage est", + "description": "et sa description :", + "info_section_title": "Informations du sondage", + "settings_section_title": "Paramètres", + "votes_deletion_desc": "Pour repartir à zéro, je peux tous les supprimer :", + "votes_deletion_btn": "Supprimer tous les votes", + "comments_deletion_title": "Commentaires", + "comments_deletion_desc": "Si je le souhaite, je peux supprimer l'ensemble des commentaires", + "comments_deletion_btn": "Supprimer tous les commentaires", + "archiving_title": "Archivage", + "archiving_desc": "Ce sondage ne sera plus éditable à partir du", + "deletion": "Tout supprimer", + "deletion_desc": "Dans le cas où vous voudriez tout supprimer, ce bouton est fait pour vous :", + "deletion_btn": "Supprimer le sondage", + "link": "Liens d’accès au sondage", + "link_admin": "Coté administrateur·ice", + "link_admin_desc": "Pour accéder au sondage et à tous ses paramètres :", + "link_admin_btn": "Voir le sondage coté administrateur·ice", + "copy_link": "Copier le lien", + "polled_people": "Côté sondé·es", + "polled_people_desc": "Pour accéder au sondage et à tous ses paramètres :", + "polled_people_btn": "Voir le sondage", + "email_links": "Recevoir les liens par mail", + "email_links_desc": "Pour être sûr de retrouver ces liens, nous pouvons vous les envoyer sur votre boîte mail.", + "email_links_key": "mail", + "email_links_btn": "Envoyer les liens du sondage" + }, + "pollGraphic": { + "choiceColorblind": "Je suis", + "choiceNotColorblind": "Je ne suis pas", + "colorblindText": "daltonien." + }, + "selectors": { + "lang": "Sélectionner la langue" + }, + "SENTENCES": { + "create-a-poll": "Créez un sondage", + "define-dates-or-subjects-to-choose-from": "Déterminez les dates ou les sujets à choisir", + "discuss-and-make-a-decision": "Discutez et prenez votre décision", + "do-you-want-to": "Voulez-vous", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement. Aucune inscription préalable n’est nécessaire.", + "here-is-how-it-works": "Voici comment ça fonctionne :", + "send-the-poll-link-to-your-friends-or-colleagues": "Créez un sondage en choisissant les réponses possibles, et vous recevez un lien par email. Envoyez le lien du sondage à vos ami·e·s ou collègues.", + "what-you-can-do": "Vous pouvez faire des propositions de dates et horaires de rendez-vous, limiter le nombre de participants, poser des questions de toutes sortes, permettre de la finesse dans les réponses, exporter les données... tout reste sous votre contrôle et vos libertés seront toujours respectées, car c'est un logiciel libre.", + "what-is-framadate": "Prise en main", + "view-an-example": "voir un exemple ?", + "cecill-b-license": "licence CeCILL-B", + "framadate-is-licensed-under-the": "Il est régi par la", + "framadate-was-initially-based-on": "Framadate est initialement basé sur", + "the-software": "Le logiciel", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Ce logiciel requiert l’activation du JavaScript et des cookies. Il est compatible avec les navigateurs web suivants :", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "un logiciel développé par l'Université de Strasbourg. Aujourd'hui, son développement est assuré par l’association Framasoft.", + "grow-your-own": "Cultivez votre jardin", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Si vous souhaitez installer ce logiciel pour votre propre usage et ainsi gagner en autonomie, nous vous aidons sur :", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Pour participer au développement du logiciel, proposer des améliorations ou simplement le télécharger, rendez-vous sur", + "the-development-site": "le site de développement", + "Actions": "Actions", + "Administration": "Administration", + "Author": "Auteur·rice", + "back-to-administration": "Retour à l'administration", + "change-the-poll": "Modifier le sondage", + "Email": "Courriel", + "Executed": "Exécutées", + "expiry-date": "Date d’expiration", + "Fail": "Échec", + "failed": "Échec :", + "Format": "Format", + "Installation": "Installation", + "Logs": "Historique", + "Migration": "Migration", + "Nothing": "Rien", + "pages": "Pages :", + "poll-id": "ID sondage", + "poll-deleted": "Sondage complètement supprimé", + "Polls": "Sondages", + "Purge": "Purger", + "purge-the-polls": "Purger les sondages", + "purged": "Purgés :", + "see-the-poll": "Voir le sondage", + "skipped": "Passé :", + "Status": "Statut", + "succeeded": "Succès :", + "Success": "Réussite", + "Summary": "Résumé", + "Title": "Titre", + "Votes": "Votes", + "Waiting": "En attente", + "polls-in-the-database-at-this-time": "sondages dans la base actuellement", + "check-again": "Vérifier à nouveau", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Veuillez considérer l'activation de l'extension PHP OpenSSL pour améliorer la sécurité.", + "consider-setting-the-date-timezone-in-php-ini": "Veuillez considérer la définition de date.timezone dans le php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Pensez à définir « session.cookie_httponly = 1 » dans votre fichier php.ini ou bien ajouter « php_value session.cookie_httponly 1 » à votre fichier .htaccess de telle sorte que les cookies ne puissent pas être accessibles depuis Javascript.", + "continue-the-installation": "Continuer l'installation", + "cookies-are-served-from-http-only": "Les cookies sont accessibles uniquement via HTTP.", + "installation-checking": "Vérifications de l'installation", + "openssl-extension-loaded": "L'extension PHP OpenSSL est chargée.", + "php-intl-extension-is-enabled": "L'extension PHP Intl est activée.", + "php-version-x-is-enough-needed-at-least-php-x": "Version de PHP %s suffisante (nécessite au moins PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'existe pas.", + "the-config-file-directory-x-is-writable": "Le dossier du fichier de configuration (%s) est accessible en écriture.", + "the-config-file-exists": "Le fichier de configuration existe.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "Le dossier de compilation des templates (%s) n'existe pas dans \"%s\". Essayez de relancer l'installation.", + "the-template-compile-directory-x-is-not-writable": "Le dossier de compilation des templates (%s) n'est pas accessible en écriture.", + "the-template-compile-directory-x-is-writable": "Le dossier de compilation des templates (%s) est accessible en écriture.", + "you-need-to-enable-the-php-intl-extension": "Vous devez activer l'extension PHP Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Votre version de PHP (%s) est trop vieille. Cette application a besoin de PHP %s au moins.", + "date-timezone-is-set": "date.timezone est défini.", + "add-a-comment-to-the-poll": "Ajouter un commentaire au sondage", + "Comment": "Votre commentaire", + "comment-saved": "Commentaire ajouté", + "Comments": "Commentaires de sondé·e·s", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Entrez votre nom et commentaire avant de soumettre le formulaire", + "remove-comment": "Supprimer le commentaire", + "submit-comment": "Envoyer le commentaire", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A %e %B %Y", + "b-y": "%B %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d-%m-%Y %H:%M", + "add-range-dates": "Ajout d'un intervalle de dates", + "end-date": "Date de fin", + "start-date": "Date de début", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Vous pouvez sélectionner au maximum 4 mois", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "jour / mois / année", + "edit-link-for-poll-x": "Lien d'édition du sondage \"%s\"", + "here-is-the-link-for-editing-your-vote": "Voici le lien pour éditer votre vote :", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Afin de ne pas perdre ce lien d'édition de vote, nous pouvons vous l'envoyer par courriel.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Veuillez patienter encore %d secondes avant que nous puissions vous envoyer un email, puis réessayez.", + "REMINDER": "RAPPEL", + "Send": "Envoyer", + "the-email-address-is-not-correct": "Courriel incorrect.", + "your-reminder-has-been-successfully-sent": "Votre rappel a été envoyé avec succès !", + "adding-vote-failed": "Échec de l'ajout d'un vote", + "cant-create-an-empty-column": "Impossible de créer une colonne vide.", + "cant-create-the-config-php-file-in-x": "Impossible de créer le fichier config.php dans '%s'.", + "comment-failed": "Échec du commentaire", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Les cookies sont désactivés sur votre navigateur. Leur activation est requise pour la création d'un sondage.", + "enter-a-name": "Vous n'avez pas saisi de nom !", + "enter-a-name-and-a-comment": "Merci de remplir les deux champs !", + "enter-a-title": "Il faut saisir un titre !", + "enter-an-email-address": "Il faut saisir une adresse électronique !", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Erreur : le nombre de votants doit être un nombre supérieur à 0", + "error": "Erreur !", + "failed-to-delete-all-comments": "Impossible de supprimer tous les commentaires", + "failed-to-delete-all-votes": "Impossible de supprimer tous les votes", + "failed-to-delete-column": "Échec de la suppression de colonne", + "failed-to-delete-the-comment": "Impossible de supprimer le commentaire", + "failed-to-delete-the-poll": "Impossible de supprimer le sondage", + "failed-to-delete-the-vote": "Échec de la suppression du vote !", + "failed-to-insert-the-comment": "Échec à l'insertion du commentaire !", + "failed-to-save-poll": "Échec de la sauvegarde du sondage", + "forbidden": "Interdit !", + "GenericErrorPollCreation": "Oh non ! Votre sondage n'a pas pu être enregistré. Nous sommes désolés. Merci de réessayer.", + "identifier-is-already-used": "L'identifiant est déjà utilisé", + "if-you-quit-now-your-changes-will-be-lost": "Si vous quittez maintenant, vos modifications seront perdues.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "JavaScript est désactivé sur votre navigateur. Son activation est requise pour la création d'un sondage.", + "missing-values": "Il manque des valeurs", + "no-polls-found": "Aucun sondage n'a été trouvé", + "password-is-empty": "Le mot de passe est vide.", + "passwords-do-not-match": "Les mots de passe ne correspondent pas.", + "poll-has-been-updated-before-you-vote": "Le sondage a été mis à jour avant votre vote", + "something-has-gone-wrong": "Quelque chose ne va pas...", + "something-is-wrong-with-the-format": "Quelque chose ne va pas avec le format", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Format incorrect : seuls les caractères alphabétiques, nombres et tirets sont acceptés dans les URLs personnalisées.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Quelque chose ne va pas avec le format : le nom ne devrait pas contenir d'espaces avant ou après", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "L'adresse saisie n'est pas correcte ! Il faut une adresse électronique valide (par exemple r.stallman@outlock.com) pour recevoir le lien vers le sondage.", + "the-column-already-exists": "La colonne existe déjà", + "the-name-is-invalid": "Le nom n'est pas valide.", + "the-name-youve-chosen-already-exists-in-this-poll": "Le nom que vous avez choisi existe déjà !", + "there-is-a-problem-with-your-choices": "Il y a un problème avec vos choix", + "this-identifier-is-not-allowed": "Cet id n'est pas autorisé", + "this-poll-doesnt-exist": "Ce sondage n'existe pas !", + "unable-to-connect-to-database": "Impossible de se connecter à la base de données", + "update-vote-failed": "Échec de la mise à jour du vote", + "you-already-voted": "Vous avez déjà voté", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Vous ne pouvez pas créer de sondage avec résulats cachés avec les options d'édition suivantes : ", + "you-cant-select-more-than-x-dates": "Vous ne pouvez pas choisir plus de %d dates", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Vous n'avez pas renseigné la première page du sondage, ou bien votre session a expiré.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Votre vote n'a pas été pris en compte, car quelqu'un a voté entre temps et cela entre en conflit avec vos choix et les conditions du sondage. Merci de réessayer.", + "Address": "Adresse", + "created-polls": "Sondages créés", + "have-a-good-day": "Bonne journée !", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Voici la liste des sondages que vous administrez sur %s :", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Si jamais vous n'étiez pas à l'origine de cette action et que vous pensez qu'il s'agit d'un abus, vous pouvez nous le signaler à l'administrateur·rice sur %s.", + "its-address": "Son adresse", + "last-access-date": "Date de dernier accès", + "list-of-your-polls": "Liste de vos sondages", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS : ce mail a été envoyé parce que vous – ou quelqu'un d'autre – avez demandé la récupération des sondages créés à l'aide de votre adresse email.", + "polls-saved-inside-this-browser": "Sondages stockés dans ce navigateur", + "polls-sent": "Sondages envoyés", + "remove-all-my-polls-from-this-browsers-index": "Supprimer tous mes sondages de l'index de ce navigateur", + "remove-poll-from-index": "Supprimer le sondage de l'index", + "send-me-my-polls": "Envoyer mes sondages", + "send-my-polls-by-email": "Envoyer mes sondages par courriel", + "the-date-you-created-or-last-accessed-the-poll": "La date à laquelle vous avez créé ou accédé en dernier le sondage", + "the-title-of-the-poll": "Le titre du sondage", + "there-are-no-polls-saved-inside-your-browser-yet": "Il n'y a pas encore de sondages sauvegardés dans votre navigateur", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Pour supprimer ces données, cliquez sur l'icône en forme de poubelle en face de chaque ligne ou cliquez sur le bouton « Supprimer l'index de mes sondages ». Cela ne supprimera pas vos sondages.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Pour vous aider à trouver vos sondages précédents, nous enregistrons des informations sur chaque sondage que vous effectuez ou auquel vous accédez dans votre navigateur. Ces données sont sauvegardées uniquement dans votre navigateur. Les données suivantes seront enregistrées :", + "visited-polls": "Sondages accédés", + "in-the-format-name-mail-com": "(au format nom@mail.com)", + "Add": "Ajouter", + "Back": "Précédent", + "back-to-the-homepage-of": "Retourner à la page d'accueil de", + "Cancel": "Annuler", + "Choice": "Choix", + "Classic": "Classique", + "Close": "Fermer", + "create-your-own-polls": "Créez vos propres sondages", + "creation-date": "Date de création :", + "Date": "Date", + "Day": "Jour", + "Description": "Description", + "Edit": "Modifier", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.", + "Home": "Accueil", + "Information": "Légende", + "legend": "Légende :", + "Link": "Lien", + "Markdown": "Markdown", + "Next": "Continuer", + "No": "Non", + "page-generated-in": "Page générée en", + "Poll": "Sondage", + "Remove": "Effacer", + "Save": "Enregistrer", + "Search": "Chercher", + "Time": "Horaire", + "under-reserve": "Si nécessaire", + "Unknown": "Inconnu", + "Validate": "Valider", + "Yes": "Oui", + "your-email-address": "Votre courriel", + "your-name": "Votre nom", + "days": "jours", + "for": "à", + "months": "mois", + "seconds": "secondes", + "vote": "vote", + "votes": "votes", + "with": "avec", + "make-a-standard-poll": "Créer un sondage classique", + "schedule-an-event": "Créer un sondage spécial dates", + "where-are-my-polls": "Où sont mes sondages ?", + "administrator-mail-address": "Adresse mail de l'application", + "application-name": "Nom de l'application", + "clean-url": "URL propres", + "database-driver": "Pilote de la base de données", + "database-hostname": "Nom d'hôte", + "database-name": "Nom de la base de données", + "database-port": "Port de la base de données", + "default-language": "Langue par défaut", + "General": "Général", + "Install": "Installer", + "migration-table": "Table de migration", + "Password": "Mot de passe", + "Prefix": "Préfixe", + "respond-to-mail-address": "Mail de réponse", + "User": "Utilisateur·rice", + "change-language": "Changer la langue", + "select-language": "Choisir la langue", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "« La route est longue, mais la voie est libre… »
Framasoft ne vit que par vos dons (déductibles des impôts).
Merci d'avance pour votre soutien https://soutenir.framasoft.org.", + "message-for-the-author": "Réservé à l'auteur·rice", + "notification-of-poll-x": "Notification d'un sondage : %s", + "participant-link": "Pour diffusion aux sondé·e·s", + "poll-participation-x": "Participation au sondage : %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Quelqu'un·e vient de modifier votre sondage accessible au lien suivant %1$s.", + "someone-just-deleted-your-poll-x": "Quelqu'un·e vient de supprimer votre sondage \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Merci de bien vouloir participer au sondage à l'adresse suivante", + "thank-you-for-your-trust": "Merci de votre confiance.", + "this-is-the-message-to-forward-to-the-poll-participants": "Ceci est le message qui doit être envoyé aux sondé·e·s.
Vous pouvez maintenant transmettre ce message à toutes les personnes susceptibles de participer au vote.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Ce message ne doit PAS être diffusé aux sondé·e·s. Il est réservé à l'auteur·rice du sondage.

Vous pouvez modifier ce sondage à l'adresse suivante", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "vient de voter.
Vous pouvez retrouver votre sondage avec le lien suivant", + "has-just-created-a-poll-called": "vient de créer un sondage intitulé", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "vient de mettre à jour un vote.
Vous pouvez retrouver votre sondage avec le lien suivant", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "vient de rédiger un commentaire.
Vous pouvez retrouver votre sondage avec le lien suivant", + "thank-you-for-your-understanding": "Merci de votre compréhension.", + "the-application": "L'application", + "is-currently-under-maintenance": "est en cours de maintenance.", + "submit-access": "Accéder", + "wrong-password": "Mot de passe incorrect.", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Vous devez donner le mot de passe pour pouvoir participer à ce sondage.", + "you-have-to-provide-a-password-to-access-the-poll": "Vous devez donner le mot de passe pour avoir accès à ce sondage.", + "x-option": "%s option", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Tout le monde pourra accéder à votre courriel après que vous ayez voté", + "best-choice": "Meilleur choix", + "best-choices": "Meilleurs choix", + "Chart": "Graphique", + "display-the-chart-of-the-results": "Afficher le graphique des résultats", + "edit-line-x": "Modifier la ligne : %s", + "link-to-edit-this-particular-line": "Lien pour éditer cette ligne", + "remove-line": "Supprimer la ligne :", + "save-choices": "Enregistrer les choix", + "scroll-to-the-left": "Faire défiler à gauche", + "scroll-to-the-right": "Faire défiler à droite", + "the-current-best-choice-is": "Pour l'instant, le choix ayant reçu le plus grand nombre de votes est :", + "the-current-best-choices-are": "Pour l'instant, les choix ayant reçu le plus grand nombre de votes sont :", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Le lien pour l'édition de cette ligne a été copié dans le presse-papier !", + "Total": "Somme", + "vote-no-for": "Voter « non » pour", + "vote-yes-for": "Voter « oui » pour", + "votes-under-reserve-for": "Si nécessaire", + "polled-user": "votant·e", + "polled-users": "votant·e·s", + "admin-link-for-the-poll": "Lien d'administration du sondage", + "cancel-the-description-edit": "Annuler le changement de description", + "cancel-the-email-address-edit": "Annuler le changement de courriel", + "cancel-the-expiration-date-edit": "Annuler le changement de date d'expiration", + "cancel-the-name-edit": "Annuler le changement d'auteur·rice", + "cancel-the-rules-edit": "Annuler le changement de permissions", + "cancel-the-title-edit": "Annuler le changement de titre", + "creator-of-the-poll": "Auteur·rice du sondage", + "edit-name": "Modification de l'auteur·rice", + "edit-the-description": "Modifier la description", + "edit-the-email-address": "Modifier le courriel", + "edit-the-expiry-date": "Modifier la date d'expiration", + "edit-the-poll-rules": "Modifier les permissions du sondage", + "edit-title": "Modifier le titre", + "export-to-csv": "Export Tableur (CSV)", + "no-password": "Pas de mot de passe", + "only-votes-are-protected": "Seul les votes sont protégés", + "password-protected": "Protégé par mot de passe", + "poll-rules": "Permissions du sondage", + "Print": "Imprimer", + "public-link-to-the-poll": "Lien public du sondage", + "remove-all-comments": "Supprimer tous les commentaires", + "remove-all-votes": "Supprimer tous les votes", + "remove-password": "Supprimer le mot de passe", + "remove-the-poll": "Supprimer le sondage", + "results-are-hidden": "Les résultats sont cachés", + "results-are-visible": "Les résultats sont visibles", + "rich-editor": "Editeur avancé", + "save-the-description": "Enregistrer la description", + "save-the-email-address": "Enregistrer le courriel", + "save-the-new-expiration-date": "Enregistrer la date d'expiration", + "save-the-new-name": "Enregistrer l'auteur·rice", + "save-the-new-rules": "Enregistrer les nouvelles permissions", + "save-the-new-title": "Enregistrer le nouveau titre", + "simple-editor": "Editeur simple", + "title-of-the-poll": "Titre du sondage", + "voters-email-addresses-are-collected": "Les courriels des votants sont collectés", + "voters-email-addresses-are-collected-and-required": "Les courriels des votants sont collectés et requis", + "voters-email-addresses-are-collected-required-and-verified": "Les courriels des votants sont collectés, requis et vérifiés", + "voters-email-addresses-are-not-collected": "Les courriels des votants ne sont pas collectés", + "votes-and-comments-are-locked": "Il n'est plus possible de voter", + "votes-protected-by-password": "Votes protégés par mot de passe", + "all-voters-can-modify-any-vote": "Tou·te·s les sondé·e·s peuvent modifier tous les votes", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "La modification du lien du sondage peut faciliter l'accès à ce sondage pour des personnes non désirées. Il est recommandé de le protéger par mot de passe.", + "collect-voters-email-addresses": "Collecter les courriels des votants", + "Confirmation": "Confirmation", + "customize-the-url": "Personnaliser le lien", + "email-addresses-are-collected-but-not-required": "Les courriels sont collectés mais pas requis", + "email-addresses-are-not-collected": "Les courriels ne sont pas collectés", + "email-addresses-are-required": "Les courriels sont requis", + "email-addresses-are-required-and-verified": "Les courriels sont requis et vérifiés", + "go-to-step-2": "Aller à l'étape 2", + "limit-the-amount-of-voters-per-option": "Limiter le nombre de votant·e·s par option", + "more-informations-here": "Plus d'informations ici :", + "only-the-poll-maker-can-see-the-poll-results": "Seul·e le ou la créateur·rice du sondage peut voir les résultats", + "optional-parameters": "Paramètres facultatifs", + "Permissions": "Permissions", + "poll-creation-1-of-3": "Création de sondage (1 sur 3)", + "poll-link": "Lien du sondage", + "poll-title": "Titre du sondage", + "receive-an-email-for-each-new-comment": "Recevoir un courriel à chaque commentaire", + "receive-an-email-for-each-new-vote": "Recevoir un courriel à chaque participation", + "required-fields-cannot-be-left-blank": "Merci de remplir les champs obligatoires, marqués d'une *.", + "the-identifier-can-contain-letters-numbers-and-dashes": "(peut contenir des lettres, des chiffres et des tirets \"-\")", + "the-results-are-publicly-visible": "Les résultats sont visibles sans mot de passe", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez utiliser le formatage Markdown.", + "use-a-password-to-restrict-access": "Restreindre l'accès au sondage par mot de passe", + "value-max": "Valeur Maximale", + "voters-can-modify-their-own-vote-themselves": "Chaque sondé·e peut modifier son propre vote", + "votes-cannot-be-modified": "Aucun vote ne peut être modifié", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Attention : tout le monde pourra accéder aux courriels des votants car tout le monde peut éditer chaque vote. Vous devriez restreindre les règles de permission.", + "you-are-in-the-poll-creation-section": "Vous avez choisi de créer un nouveau sondage.", + "you-can-enable-or-disable-the-editor-at-will": "Vous pouvez activer ou désactiver l'éditeur à votre guise.", + "votes-per-option": "votes par choix", + "go-to-step-3": "Aller à l’étape 3", + "return-to-step-1": "Revenir à l’étape 1", + "add-a-choice": "Ajouter un choix", + "add-a-link-or-an-image": "Ajouter un lien ou une image", + "alternative-text": "Texte alternatif", + "links-or-images-can-be-included-using": "Il est possible d’insérer des liens ou des images en utilisant", + "markdown-syntax": "la syntaxe Markdown", + "poll-options-2-of-3": "Choix des sujets (2 sur 3)", + "remove-a-choice": "Supprimer le dernier choix", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Ces champs sont facultatifs. Vous pouvez ajouter un lien, une image ou les deux.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Pour créer un sondage classique, vous devez proposer au moins deux choix différents.", + "url-of-the-image": "URL de l'image", + "you-can-add-or-remove-choices-with-the-buttons": "Vous pouvez ajouter ou supprimer des choix supplémentaires avec les boutons", + "add-a-day": "Ajouter un jour", + "add-a-time-slot": "Ajouter un horaire", + "choose-dates-for-your-poll": "Choisissez les dates de votre sondage", + "copy-times-from-the-first-day": "Reporter les horaires du premier jour sur les autres jours", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Pour chacun des jours sélectionnés, vous avez la possibilité de choisir ou non, des heures de réunion (par exemple : \"8h\", \"8:30\", \"8h-10h\", \"soir\", etc.)", + "poll-dates-2-of-3": "Choix des dates (2 sur 3)", + "remove-a-day": "Supprimer le dernier jour", + "remove-a-time-slot": "Supprimer le dernier horaire", + "remove-all-days": "Effacer tous les jours", + "remove-all-times": "Effacer tous les horaires", + "remove-this-day": "Supprimer ce jour", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Pour créer un sondage spécial dates vous devez proposer au moins deux choix (deux horaires pour une même journée ou deux jours).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Vous pouvez ajouter ou supprimer des jours et horaires supplémentaires avec les boutons", + "back-to-step-2": "Revenir à l’étape 2", + "confirm-the-creation-of-your-poll": "Confirmez la création de votre sondage", + "create-the-poll": "Créer le sondage", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Date d'archivage :", + "list-of-options": "Liste de vos choix", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Une fois que vous aurez confirmé la création du sondage, vous serez redirigé·e automatiquement vers la page d'administration de votre sondage.", + "removal-date-and-confirmation-3-of-3": "Date d'expiration et confirmation (3 sur 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "En même temps, vous recevrez deux courriels : l'un contenant le lien vers votre sondage pour le faire suivre aux futur·e·s sondé·e·s, l'autre contenant le lien vers la page d'administration du sondage.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Vous pouvez décider d'une date d'archivage plus proche.", + "your-poll-will-automatically-be-archived": "Votre sondage sera automatiquement archivé", + "your-poll-will-be-automatically-archived-in-x-days": "Votre sondage sera automatiquement archivé dans %d jours.", + "after-the-last-date-of-your-poll": "après le dernier jour de votre sondage.", + "version-x": "Version %s", + "add-a-column": "Ajouter une colonne", + "adding-a-column": "Ajout de colonne", + "all-comments-deleted": "Tous les commentaires ont été supprimés", + "all-votes-deleted": "Tous les votes ont été supprimés", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "En tant qu'administrateur·rice, vous pouvez modifier toutes les lignes de ce sondage avec ce bouton", + "back-to-the-poll": "Retour au sondage", + "choice-added": "Choix ajouté", + "collect-the-emails-of-the-polled-users-for-the-choice": "Collecter les courriels des utilisateurs pour ce choix", + "column-deleted": "Colonne supprimée", + "comment-deleted": "Commentaire supprimé", + "confirm-removal-of-all-comments": "Confirmer la suppression de tous les commentaires de ce sondage", + "confirm-removal-of-all-votes": "Confirmer la suppression de tous les votes de ce sondage", + "confirm-removal-of-the-column": "Confirmer la suppression de cette colonne.", + "confirm-removal-of-your-poll": "Confirmer la suppression du sondage", + "delete-poll": "Supprimer le sondage", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Vous pouvez enfin également modifier les informations relatives à ce sondage comme le titre, les commentaires ou encore votre courriel.", + "keep-comments": "Garder les commentaires", + "keep-the-comments": "Garder les commentaires", + "keep-the-poll": "Je garde le sondage", + "keep-the-votes": "Garder les votes", + "keep-this-poll": "Garder ce sondage", + "keep-votes": "Garder les votes", + "poll-fully-deleted": "Sondage complètement supprimé", + "poll-saved": "Sondage sauvegardé", + "remove-column": "Effacer la colonne", + "remove-the-comments": "Supprimer les commentaires", + "remove-the-votes": "Supprimer les votes", + "the-poll-was-created": "Le sondage a été créé", + "vote-added": "Vote ajouté", + "vote-deleted": "Vote supprimé", + "vote-updated": "Vote mis à jour", + "you-can-add-a-new-scheduling-date-to-your-poll": "Vous pouvez ajouter une date à votre sondage.", + "your-poll-has-been-removed": "Votre sondage a été supprimé !", + "and-add-a-new-column-with": "et si vous avez oublié de saisir un choix, vous pouvez rajouter une colonne en cliquant sur", + "remove-a-column-or-a-line-with": "effacer une colonne ou une ligne avec", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Les utilisateurs qui ont voté « Si nécessaire » pour cette option ont laissé les courriels suivants :", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Les utilisateurs qui ont voté « Non » pour cette option ont laissé les courriels suivants :", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Les utilisateurs qui ont voté « Oui » pour cette option ont laissé les courriels suivants :", + "deletion-date": "Date de suppression :", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Pour participer à ce sondage, veuillez entrer votre nom, choisir toutes les valeurs qui vous conviennent et valider votre choix avec le bouton en bout de ligne.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "L'administrateur·rice a verrouillé ce sondage. Les votes et commentaires sont gelés, il n'est plus possible de participer", + "the-poll-has-expired-it-will-soon-be-deleted": "Le sondage a expiré, il sera bientôt supprimé.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Votre vote a bien été pris en compte, mais faites attention : ce sondage n'autorise l'édition de votre vote qu'avec le lien personnalisé suivant ; conservez-le précieusement !" + } +, + "LANGUAGES": { + "DE": "Allemand", + "FR": "Français", + "BR": "Breton", + "CA": "Canadien", + "EL": "el", + "ES": "Espagnol", + "EN": "English", + "GL": "gl", + "HU": "hu", + "IT": "Italien", + "NL": "Néérlandais", + "OC": "oc", + "SV": "sv" + }, + "calendar_widget" : { + "startsWith": "Starts with", + "contains": "Contains", + "notContains": "Not contains", + "endsWith": "Ends with", + "equals": "Equals", + "notEquals": "Not equals", + "noFilter": "No Filter", + "lt": "Less than", + "lte": "Less than or equal to", + "gt": "Greater than", + "gte": "Great then or equals", + "is": "Is", + "isNot": "Is not", + "before": "Before", + "after": "After", + "clear": "Clear", + "apply": "Apply", + "matchAll": "Match All", + "matchAny": "Match Any", + "addRule": "Add Rule", + "removeRule": "Remove Rule", + "accept": "Yes", + "reject": "No", + "choose": "Choose", + "upload": "Upload", + "cancel": "Cancel", + "dayNames": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], + "dayNamesShort": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], + "dayNamesMin": ["Su","Mo","Tu","We","Th","Fr","Sa"], + "monthNames": ["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"], + "monthNamesShort": ["Jan", "Feb", "Mar", "Apr", "May", "Jun","Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], + "today": "Aujourd'hui", + "weekHeader": "Wk" +} +} diff --git a/public/assets/i18n/po/br.po b/public/assets/i18n/po/br.po new file mode 100644 index 0000000..b543f54 --- /dev/null +++ b/public/assets/i18n/po/br.po @@ -0,0 +1,1930 @@ +# Gwenn M , 2018. #zanata +# Luc Didry , 2018. #zanata +# Thomas Citharel , 2018. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2019-04-19 06:59+0000\n" +"Last-Translator: Thomas Citharel \n" +"Language-Team: LANGUAGE \n" +"X-Generator: Zanata 4.6.2\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Krouiñ ur sontadeg" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Despizit an deiziadoù pe an danvezioù da zibab" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Kaozeit ha kemerit ho tiviz" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Fellout a ra deoc'h" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Ur gwazerezh enlinenn evit prientiñ un emgav pe kemer un diviz a-stroll en " +"un doare eeun hag aes eo Framadate. N'eus marilhadur ebet goulennet." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Setu penaos ez a en-dro:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Kasit ere ar sontadeg d'ho mignoned pe d'ho kenseurted" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Petra eo?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "gwelet ur skouer?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "CeCILL-B eo" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Dindan al lañvaz" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "War" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Ar meziant" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"eo diazezet Framadate. Ur meziant diorroet gant Skol-Veur Straßburg an hini " +"eo. Gant ar gevredigezh Framasoft eo diorroet bremañ." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Digreizennit ho stlenneg" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Ma fell deoc'h staliañ ar meziant evit hoc'h arver personel ha gounit " +"emrenerezh e c'hallit kaout skoazell war:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Evit kemer perzh e diorren ar meziant, kinnig gwellaennoù pe e bellgargañ, " +"kit war" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "lec'hienn an diorren" + +#: .Admin.Actions +msgid "Actions" +msgstr "Gweredeoù" + +#: .Admin.Administration +msgid "Administration" +msgstr "Pajenn verañ" + +#: .Admin.Author +msgid "Author" +msgstr "Aozer" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Distreiñ d'ar bajenn verañ" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Kemmañ ar sontadeg" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Chomlec'h postel" + +#: .Admin.Executed +msgid "Executed" +msgstr "" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Diamzeriñ" + +#: .Admin.Fail +msgid "Fail" +msgstr "C'hwitadenn" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "C'hwitadenn:" + +#: .Admin.Format +msgid "Format" +msgstr "Mentrezh" + +#: .Admin.Installation +msgid "Installation" +msgstr "BR_Installation" + +#: .Admin.Logs +msgid "Logs" +msgstr "Roll istor" + +#: .Admin.Migration +msgid "Migration" +msgstr "Treuztiriañ" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Netra" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Pajennoù:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Naoudi ar sontadeg" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Dilemel ar sontadeg" + +#: .Admin.Polls +msgid "Polls" +msgstr "Sontadegoù" + +#: .Admin.Purge +msgid "Purge" +msgstr "Spurjañ" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Spurjañ ar sontadegoù" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Spurjet:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Sellet ar sontadeg" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Tremenet:" + +#: .Admin.Status +msgid "Status" +msgstr "" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Berzh:" + +#: .Admin.Success +msgid "Success" +msgstr "Berzh" + +#: .Admin.Summary +msgid "Summary" +msgstr "Diverradenn" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Titl" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Mouezhioù" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "sontadeg er stlennvon" + +#: .Check.Check+again +msgid "Check again" +msgstr "Gwiriañ en-dro" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Aliañ a reomp gweredekaat an askouezh OpenSSL evit ;uioc'h a surentez." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Aliañ a reomp da lakaat date.timezone e php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"BR_Consider setting « session.cookie_httponly = 1 » inside your php.ini or " +"add « php_value session.cookie_httponly 1 » to your .htaccess so that " +"cookies can't be accessed through Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Kenderc'hel gant ar staliadur" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "BR_Cookies are served from HTTP only." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Gwiriañ ar staliadur" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "Askouezh OpenSSL karget." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "Gweredekaet eo an askouezh PHP Intl." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "Trawalc'h eo an handelv PHP %s (PHP %s goulennet d'an nebeutañ)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"N'haller ket skrivañ e kavlec'h ar restr kefluniañ (%s) ha n'eus ket eus ar " +"restr kefluniañ (%s)." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "Gallout a raer skrivañ e kavlec'h ar restr kefluniañ (%s)." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Amañ mañ ar restr kefnluniañ." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"BR_The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "N'haller ket skrivañ e kavlec'h kempunañ ar patromoù (%s)." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "Gallout a raer skrivañ e kavlec'h kempunañ ar patromoù (%s)." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Ret eo deoc'h gweredekaat an askouezh PHP Intl." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Re gozh eo hoc'h handelv PHP (%s). PHP %s a zo dleet evit an arload-ma d'an " +"nebeutañ." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "Arventennet eo date.timezone." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Ouzhpennañ un evezhiadenn d'ar sontadeg" + +#: .Comments.Comment +msgid "Comment" +msgstr "Hoc'h evezhiadenn" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Evezhiadenn ouzhpennet" + +#: .Comments.Comments +msgid "Comments" +msgstr "Evezhiadennoù" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Dilemel an evezhiadenn" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Kas an evezhiadenn" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e a viz %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A %e a viz %B %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%d-%m-%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Ouzhpennañ" + +#: .Date.End+date +msgid "End date" +msgstr "Deiziad dibenn" + +#: .Date.Start+date +msgid "Start date" +msgstr "Deiziad deraouiñ" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d/m/Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Gallout a rit diuzañ 4 miz d'ar muiañ" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "devezh / miz / bloaz" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Ere embann ar sontadeg \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Setu an ere evidoc'h da embann ho mouezh:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Ma ne fell ket deoc'h koll hoc'h ere personelaet e c'hallomp kas anezhañ dre " +"bostel." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Gortozit % eilenn, amzer deomp kas ur postel deoc'h ha klaskit en-dro." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "KOUNADUR" + +#: .EditLink.Send +msgid "Send" +msgstr "Kas" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Direizh eo ar chomlec'h postel." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Kaset eo bet ho kounadur gant berzh!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "C'hwitadenn war ouzhpennadenn ar vouezh" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "N'haller ket krouiñ ur bann goullo." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "N'haller ket krouiñ ar restr config.php e '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "C'hiwtadenn war an evezhiadenn" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Diweredekaet eo an toupinoù war ho merdeer. Ret eo gweredekaat anezho evit " +"krouiñ ur sontadeg." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Ret eo deoc'h enankañ un anv" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Enankit un anv hag un evezhiadenn!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Ret eo enankañ un titl!" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Ret eo enankañ ur chomlec'h postel" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Fazi!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "C'hwitadenn en ur zilemel an holl evezhiadennoù" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "C'hwitadenn en ur zilemel an holl vouezhioù" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "C'hwitadenn war zilemel ar bann" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "C'hwitadenn en ur zilemel an evezhiadenn" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "C'hwitadenn en ur zilemel ar sontadeg" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "C'hwitadenn en ur zilemel ar vouezh!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "C'hwitadenn en ur enlakaat an evezhiadenn!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "C'hwitadenn war enrolladenn ar sontadeg" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Difennet!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Arveret eo an naoudi endeo" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "" + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"Diweredekaet eo JavaScript war ho merdeer. Ret eo gweredekaat anezhañ evit " +"krouiñ ur sontadeg." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Talvoudoù a vank" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "N'eus bet kavet sontadeg ebet" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Goullo eo ar ger-tremen." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Ne glot ket ar gerioù-tremen." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Hizivaet eo bet ar sontadeg a-raok ho mouezh" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Un dra bennak a-dreuz a zo..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Un dra bennak a-dreuz a zo gant ar mentrezh" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"Didalvoudek eo ar chomlec'h postel enanket. Ret eo lakaat ur chomlec'h " +"postel talvoudek (skouer: mari-jo@gozmail.bzh)evit resevout ere ar sontadeg." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "Ar bann a zo anezhañ endeo" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Didalvoudek eo an anv." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "An anv bet enanket ganeoc'h a zo dioutañ endeo!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Ur gudenn a zo gant ho tibaboù" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "N'eus ket eus ar sontadeg-mañ!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "N'haller ket kennaskañ ouzh ar stlennvon" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "C'hwitadenn war hizivadenn ar vouezh" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Mouezhzt ho peus endeo" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"N'hallit ket krouiñ ur sontadeg gant respontoù kuzhet gant an dibarzhioù " +"embann da heul:" + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "N'hallit ket diuzañ ouzhpenn %d a zeiziadoù" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." + +#: .FindPolls.Address +msgid "Address" +msgstr "" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Devezh mat deoc'h!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Sed aze roll ho sontadegoù a verit war %s" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Ma n'ho peus ket savet ar goulenn ha ma soñj deoc'h eo un drougimplij eus ar " +"gwazerezh kit e darempred gant merour %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Roll ho sontadegoù" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS: kaset eo bet ar postel-mañ deoc'h peogwir ho peus (pe unan bennak all) " +"goulennet vefe kaset deoc'h roll ar sontadegoù krouet gant ar chomlec'h " +"postel-mañ." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Kaset eo bet ar sontadegoù" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Kasit din ma sontadegoù" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "Titl ar sontadeg" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(dindan ar stumm anv@postel.bzh)" + +#: .Generic.Add +msgid "Add" +msgstr "Ouzhpennañ" + +#: .Generic.Back +msgid "Back" +msgstr "Kent" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Distreiñ da bajenn degemer" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Nullañ" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Dibab" + +#: .Generic.Classic +msgid "Classic" +msgstr "Klasel" + +#: .Generic.Close +msgid "Close" +msgstr "Serriñ" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Aozit emgavioù en un doare simpl ha dieub" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Deiziad krouidigezh:" + +#: .Generic.Date +msgid "Date" +msgstr "Deiziad" + +#: .Generic.Day +msgid "Day" +msgstr "Devezh" + +#: .Generic.Description +msgid "Description" +msgstr "Deskrivadur" + +#: .Generic.Edit +msgid "Edit" +msgstr "Modify" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Ur gwazerezh enlinenn evit prientiñ un emgav pe kemer un diviz a-stroll en " +"un doare eeun hag aes eo Framadate." + +#: .Generic.Home +msgid "Home" +msgstr "Degemer" + +#: .Generic.Information +msgid "Information" +msgstr "Alc'hwez" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Alc'hwez:" + +#: .Generic.Link +msgid "Link" +msgstr "Ere" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Kenderc'hel" + +#: .Generic.No +msgid "No" +msgstr "Ket" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Pajenn savet e" + +#: .Generic.Poll +msgid "Poll" +msgstr "Sontadeg" + +#: .Generic.Remove +msgid "Remove" +msgstr "Dilemel" + +#: .Generic.Save +msgid "Save" +msgstr "Enrollañ" + +#: .Generic.Search +msgid "Search" +msgstr "Klask" + +#: .Generic.Time +msgid "Time" +msgstr "Eur" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Marteze" + +#: .Generic.Validate +msgid "Validate" +msgstr "Kadarnaat" + +#: .Generic.Yes +msgid "Yes" +msgstr "Ya" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Ho chomlec'h postel" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Hoc'h anv" + +#: .Generic.days +msgid "days" +msgstr "a zevezhioù" + +#: .Generic.for +msgid "for" +msgstr "evit" + +#: .Generic.months +msgid "months" +msgstr "a vizioù" + +#: .Generic.seconds +msgid "seconds" +msgstr "eilenn" + +#: .Generic.vote +msgid "vote" +msgstr "vouezh" + +#: .Generic.votes +msgid "votes" +msgstr "a vouezhioù" + +#: .Generic.with +msgid "with" +msgstr "gant" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Krouiñ ur sontadeg klasel" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Krouiñ ur sontadeg deiziadoù" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "E pelec'h emañ ma sontadegoù?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Chomlec'h postel an arload" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Anv an arload" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "URL naet" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "" + +#: .Installation.Database+name +msgid "Database name" +msgstr "" + +#: .Installation.Database+port +msgid "Database port" +msgstr "" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Yezh dre ziouer" + +#: .Installation.General +msgid "General" +msgstr "Hollek" + +#: .Installation.Install +msgid "Install" +msgstr "Staliañ" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Taol dreuztiriañ" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Ger-tremen" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Rakger" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Chomlec'h postel respont" + +#: .Installation.User +msgid "User" +msgstr "Arveriad" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Kemmañ ar yezh" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Dibabit ar yezh" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"« Hir eo an hent, met frank eo ar roudenn… »
Framasoft a vev gant ho " +"roadoù hepken (didennadus eus an tailhoù).
Trugarez en a-raok evit ho " +"skoazell https://soutenir.framasoft.org." + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Evit an aozer hepken" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Rebuziñ ur sontadeg: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Da gas d'an dud sontet" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Mouezh nevez: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Kemmet eo bet ho sontadeg. Gallout a rit e adkavout gant an ere-mañ: %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Dilamet eo bet ho sontadeg \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Trugarez da gemer perzh er sontadeg dre an ere a-us" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Trugarez evit ho fiziañs." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "" +"Setu ar gemennadenn a rank bezañ kaset d'an holl dud sontet.
Gallout a " +"rit bremañ treuzkas ar gemennadenn-mañ d'an holl dud a rank kemer perzh er " +"sontadeg." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"ARABAT treuzkas ar gemennadenn-mañ d'an dud sontet. Evit aozer ar sontadeg " +"eo nemetken.

Gallout a rit kemmañ ar sontadeg gant an ere da heul " + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "" +"a zo o paouez mouezhiañ.
Gallout a rit adkavout ho sontadeg gant an ere " +"da heul" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr " a zo o paouez krouiñ ur sontadeg anvet " + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"a zo o paouez hizivaat ur vouezh.
Gallout a rit adkavout ho sontadeg " +"gant an ere da heul" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"a zo o paouez skrivañ un evezhiadenn.
Gallout a rit adkavout ho sontadeg " +"gant an ere da heul" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Trugarez evit ho komprenezon." + +#: .Maintenance.The+application +msgid "The application" +msgstr "War drezalc'h" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "emañ an arload evit ar mare." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Mont-tre" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Ger-tremen direizh" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Ret eo deoc'h reiñ ur ger-tremen evit kemer perzh er sontadeg." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Ret eo deoc'h reiñ ur ger-tremen evit mont d'ar sontadeg." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Dibab gwellañ" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Dibaboù gwellañ" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Diervad" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Skrammañ diervad an disoc'hoù" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Kemmañ al linenn: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Dilemel al linenn:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Enrollañ an dibaboù" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Dibunañ d'an tu kleiz" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Dibunañ d'an tu dehou" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Evit ar mare, an dibab gant ar muiañ a vouezhioù a zo:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Evit ar mare, an dibaboù gant ar muiañ a vouezhioù a zo:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "" + +#: .Poll+results.Total +msgid "Total" +msgstr "Sammad" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Mouezhiañ « ket » evit" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Mouezhiañ « ya » evit" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "mouezhier" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "a vouezhierien" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Ere merañ ar sontadeg" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Nullañ an embann deskrivadur" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Nullañ embann ar chomlec'h postel" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Nullañ embann an deiziad diamzeriñ" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Nullañ embann an anv" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Nullañ embann an aotreoù" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Nullañ embann an titl" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Aozer ar sontadeg" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Embann an anv" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Embann an deskrivadur" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Embann ar chomlec'h postel" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Embann an deiziad diamzeriñ" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Embann aotreoù ar sontadeg" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Kemmañ an titl" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Ezporzhiañ e CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Ger-tremen ebet" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Only votes are protected" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Gwarezet gant ur ger-tremen" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Aotreoù ar sontadeg" + +#: .PollInfo.Print +msgid "Print" +msgstr "Moullañ" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Ere foran ar sontadeg" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Dilemel an holl evezhiadennoù" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Dilemel an holl vouezhioù" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Dilemel ar ger-tremen" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Dilemel ar sontadeg" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Kuzhet eo an disoc'hoù" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Gwelus eo an disoc'ho" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Embanner pinvidik" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Enrollañ an deskrivadur" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Enrollañ ar chomlec'h postel" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Enrollañ an deiziad diamzeriñ" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Enrollañ an anv nevez" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Enrollañ an aotreoù nevez" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Enrollañ an titl nevez" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Embanner eeun" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Titl ar sontadeg" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Prennet eo ar mouezhioù hag an evezhiadennoù" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Gwarezet eo ar mouezhioù gant ur ger-tremen" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "An holl vouezhierien a c'hall kemmañ an holl vouezhioù" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Ma lakait un naoudi re simpl e c'hallo tud all dont war bajenn ho sontadeg. " +"Aliet eo gwareziñ anezhañ gant ur ger-tremen." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Kadarnadur" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Personelaat an ere" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Mont d'ar bazenn 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Bevenniñ an niver a vouezhierien dre zibab" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Titouroù ouzhpenn amañ:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "N'eus nemet krouer ar sontadeg a c'hell gwelet an disoc'hoù" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Arventennoù diret" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Aotreoù" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Krouidigezh ar sontadeg (1 war 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Naoudi" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Titl ar sontadeg" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Degemer ur postel evit pep evezhiadenn nevez" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Degemer ur postel evit pep mouezh nevez" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Trugarez da leuniañ ar maeziennoù ret, merket gant ur *." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "" +"Gallout a ra an naoudi enderc'hel lizherennoù, niverennoù ha tiredoù \"-\"." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Gwelus d'an holl eo an disc'hoù" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Evit kinklañ an deskrivadur e c'hallit ober gant ar c'hevradur Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Lakaat ur ger-tremen evit bevenniñ an haeziñ" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Talvoud uc'hek" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Pep mouezhier a c'hell kemmañ e vouezh" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "N'hall ket ar mouezhioù bezañ kemmet" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Dibabet ho peus krouiñ ur sontadeg nevez." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "" +"Gallout a rit gweredekaat pe ziweredekaat an embanner diouzh ho tibab." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Mont d'ar bazenn 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Distreiñ d'ar bazenn 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Ouzhpennañ un dibab" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Ouzhpennañ un ere pe ur skeudenn" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Testenn dazeilel" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Gallout a rit enlakaat ereoù pe skeudennoù gant" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "ar c'hevreadur Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Dibab an danvezioù (2 War 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Dilemel an dibab diwezhañ" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Diret eo ar maeziennoù-mañ. Gallout a rit ouhzpennañ un ere, ur skeudenn pe " +"an daou." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Evit krouiñ ur sontadeg klasel eo ret deoc'h kinnig daou zibab disheñvel " +"d'an nebeutañ." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL ar skeudenn" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Gallout a rit ouzhpennañ pe zilemel dibaboù ouzhpenn gant an afelloù" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Ouzhpennañ un devezh" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Ouzhpennañ un eur" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Dibabit deiziadoù ho sontadeg" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Eilañ eurioù an devezh kentañ war an devezhioù all" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Evit kement devezh diuzet e c'hallit dibab eurioù (da skouer: \"8e\", \"8:" +"30\", \"8e-10e\", \"diouzh noz\", hag all.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Dibab an deiziadoù (2 war 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Dilemel an devezh diwezhañ" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Dileml an eur diwezhañ" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Dilemel an holl zevezhioù" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Dilemel an holl eurioù" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Dilemel an devezh-mañ" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Evit krouiñ ur sontadeg deiziadoù eo ret deoc'h kinnig daou zibab d'an " +"nebeutañ (div eur evit an hevelep devezh pe daou zevezh)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "" +"Gallout a rit ouzhpennañ pe dilemel devezhioù hag eurioù ouzhpenn gant an " +"afelloù" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Distreiñ d'ar bazenn 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Kadarnait krouidigezh ho sontadeg" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Krouiñ ar sontadeg" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Deiziad diellaouiñ:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Roll ho tibaboù" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Ur wech kadarnaet krouidigezh ar sontadeg e viot adheñchet ent emgefreek " +"etrezek pajenn verañ ar sontadeg." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Deiziad diamzeriñ ha kadarnadur (3 war 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"War un dro e resevot daou bostel: unan zo ennañ un ere etrezek ho sontadeg " +"evit e rannañ gant an dud da vezañ sontet hag un eil ennañ un ere etrezek " +"pajenn verañ ar sontadeg." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Gallout a rit dibab un deiziad diellaouiñ tostoc'h." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Diellaouet e vo ho sontadeg ent emgefreek" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Diellaouet e vo ho sontadeg a-benn %d a zevezhioù ent emgefreek." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "goude devezh diwezhañ ar sontadeg." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Ouzhpennañ ur bann" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Ouzhpennañ ur bann" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Dilamet eo bet an holl evezhiadennoù" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Dilamet eo bet an holl vouezhioù" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Dre ma'z oc'h merour e c'hallit kemmañ holl linennoù ar sontadeg gant an " +"afell-mañ" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Distreiñ d'ar sontadeg" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Dibab ouzhpennet" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Bann dilamet" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Dilamet eo bet an evezhiadenn" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Kadarnaat dilemel holl evezhiadennoù ar sontadeg" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Kadarnaat dilemel holl vouezhioù ar sontadeg" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Kadarnaat dilemel ar bann." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Kadarnaat dilemel ar sontadeg" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Gallout a rit ivez kemmañ an titouroù a-zivout ar sontadeg evel an titl, an " +"evezhiadennoù pe ho chomlec'h postel." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Mirout an evezhiadennoù" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Mirout an evezhiadennoù" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Mirout ar sontadeg" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Mirout ar mouezhioù" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Mirout ar sontadeg" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Mirout ar mouezhioù" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Sontadeg dilamet betek penn" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Enrollet eo bet ar sontadeg" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Dilemel ar bann" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Dilemel an evezhiadennoù" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Dilemel ar mouezhioù" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "" + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Dilamet eo bet ar vouezh" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Gallout a rit ouzhpennañ un deiziad d'ho sontadeg." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Dilamet eo bet ar sontadeg!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "" +"ha m'ho peus disoñjet un dibab e c'hallit ouzhpennañ ur bann en ur glikañ " +"war" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "dilemel ur bann pe ul linenn gant" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Deiziad dilemel:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Evit kemer perzh er sontadeg-mañ, enankit hoc'h anv, grit ho tibab ha " +"kadarnait gant an afell e dibenn al linenn." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"Prennet eo bet ar sontadeg-mañ gant ar merour. Skornet eo ar mouezhioù hag " +"an evezhiadennoù, n'hallit ket kemer perzh ken" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "Diamzeret eo ar sontadeg, dilamet e vo a-benn nebeut." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Kemeret eo bet ho mouezh e kont, met diwallit: n'hallit kemmañ ho mouezh " +"nemet gant an ere personelaet da-heul : mirit anezhañ gant evezh!" diff --git a/public/assets/i18n/po/ca.po b/public/assets/i18n/po/ca.po new file mode 100644 index 0000000..128173e --- /dev/null +++ b/public/assets/i18n/po/ca.po @@ -0,0 +1,1951 @@ +# Antoni Serrano , 2018. #zanata +# Antoni Serrano , 2019. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-08-10 20:51+0000\n" +"Last-Translator: Joan Montané \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Creeu una enquesta" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Definiu les dates o els temes per triar" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Discutiu i preneu una decisió" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Voleu" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate és un servei en línia per a planificar una cita o prendre una " +"decisió de forma ràpida i senzilla. No cal registrar-s'hi." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Així és com funciona:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Envieu l'enllaç de l'enquesta als amics o col·legues" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Què és Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "veure'n un exemple?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "Llicència CeCILL-B" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Framadate està llicenciat sota la" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate inicialment es va basar en" + +#: .2nd+section.The+software +msgid "The software" +msgstr "El programari" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Aquest programari requereix tenir el Javascript i les galetes habilitats. És " +"compatible amb els navegadors web següents:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"programari desenvolupat per la Universitat d'Estrasburg. Actualment " +"desenvolupat per l'associació Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Cultiveu el vostre jardí" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Si voleu instal·lar el programari per al vostre ús i, per tant, augmentar la " +"vostra independència, us podem ajudar en:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Per a participar en el desenvolupament del programari, suggerir millores o " +"senzillament baixar-lo, visiteu" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "el lloc del desenvolupament" + +#: .Admin.Actions +msgid "Actions" +msgstr "Accions" + +#: .Admin.Administration +msgid "Administration" +msgstr "Administració" + +#: .Admin.Author +msgid "Author" +msgstr "Autor" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Torna a l'administració" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Canvia l'enquesta" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Adreça electrònica" + +#: .Admin.Executed +msgid "Executed" +msgstr "Executat" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Data de caducitat" + +#: .Admin.Fail +msgid "Fail" +msgstr "Fallada" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Ha fallat:" + +#: .Admin.Format +msgid "Format" +msgstr "Format de" + +#: .Admin.Installation +msgid "Installation" +msgstr "Instal·lació" + +#: .Admin.Logs +msgid "Logs" +msgstr "Registre" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migració" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Res" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Pàgines:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "ID de l'enquesta" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Enquesta eliminada" + +#: .Admin.Polls +msgid "Polls" +msgstr "Enquestes" + +#: .Admin.Purge +msgid "Purge" +msgstr "Purga" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Purga les enquestes" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Purgats:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Mostra l'enquesta" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Omesos:" + +#: .Admin.Status +msgid "Status" +msgstr "Estat" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Amb èxit:" + +#: .Admin.Success +msgid "Success" +msgstr "Èxit" + +#: .Admin.Summary +msgid "Summary" +msgstr "Resum" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Títol" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Vots" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Esperant" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "enquestes a la base de dades en aquest moment" + +#: .Check.Check+again +msgid "Check again" +msgstr "Comprova-ho una altra vegada" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Per a més seguretat, considereu habilitar l'extensió OpenSSL de PHP OpenSSL." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Considereu definir un valor per a date.timezone al fitxer php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Considereu definirr «session.cookie_httponly = 1» al fitxer php.ini o " +"afegegiu «php_value session.cookie_httponly 1» al fitxer .htaccess de forma " +"que les galetes no siguin accessibles des de Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Continua amb la instal·lació" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Les galetes només es poden enviar des d'HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Comprovació de la instal·lació" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "L'extensió OpenSSL s'ha carregat." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "L'extensió de PHP Intl està habilitada." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "La versió %s PHP és suficient (almenys es necessita PHP %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"El directori de fitxers de configuració (%s) no es pot escriure i el fitxer " +"de configuració (%s) no existeix." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "El directori de fitxers de configuració (%s) es pot escriure." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Existeix el fitxer de configuració." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"El directori de compilació de plantilles (%s) no existeix al «%s». Torneu a " +"intentar el procés d'instal·lació." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "El directori de compilació de plantilla (%s) no es pot escriure." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "El directori de compilació de la plantilla (%s) es pot escriure." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Cal que habiliteu l'extensió de PHP Intl." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"La vostra versió PHP (%s) és massa vella. Aquesta aplicació necessita " +"almenys PHP %s." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone està establert." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Afegeix un comentari a l'enquesta" + +#: .Comments.Comment +msgid "Comment" +msgstr "Comentari" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "S'ha desat el comentari" + +#: .Comments.Comments +msgid "Comments" +msgstr "Comentaris" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Introduïu el vostre nom i el comentari abans d'enviar el formulari" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Elimina el comentari" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Envia el comentari" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A, %e %B, %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%m/%d/%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Afegeix un interval de dates" + +#: .Date.End+date +msgid "End date" +msgstr "Data final" + +#: .Date.Start+date +msgid "Start date" +msgstr "Data d'inici" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d/m/Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Podeu seleccionar com a màxim 4 mesos" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "dia/mes/any" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Edita l'enllaç de l'enquesta «%s»" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Aquest és l'enllaç per a editar el vostre vot:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Si no voleu perdre l'enllaç personalitzat, us el podem enviar per correu " +"electrònic." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Espereu %d segons abans que us puguem enviar un correu electrònic i torna-ho " +"a provar." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "RECORDATORI" + +#: .EditLink.Send +msgid "Send" +msgstr "Envia" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "L'adreça de correu electrònic no és correcta." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "El recordatori s'ha enviat amb èxit!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "S'ha produït un error en afegir el vot" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "No es pot crear una columna buida." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "No es pot crear el fitxer config.php a «%s»." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Error de comentari" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Les galetes estan desactivades al vostre navegador. Cal que estiguin " +"activades per a poder crear una enquesta." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Introduïu un nom" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Introduiïu un nom i un comentari!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Intrdoduïu un títol" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Introduïu una adreça de correu electrònic" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Error en la limitació de la quantitat de vots: El valor ha de ser un enter " +"més gran que 0" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Error!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "No s'han pogut eliminar tots els comentaris" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "No s'han pogut eliminar tots els vots" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "No s'ha pogut eliminar la columna" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "No s'han pogut eliminar el comentari" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "No s'ha pogut eliminar l'enquesta" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "No s'ha pogut eliminar el vot!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "No s'ha pogut inserí el comentari!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "No ha pogut desar l'enquesta" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Prohibit!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "Oh, no! No s'ha pogut crear l'enquesta. Torneu-ho a intentar." + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Ja s'utilitza l'identificador" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Si tanqueu ara, es perdran els canvis." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"JavaScript està desactivat al vostre navegador. Cal activar-lo per a crear " +"una enquesta." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Valors que manquen" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "No s'ha trobat cap enquesta" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "La contrasenya és buida." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Les contrasenyes no coincideixen." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "L'enquesta s'ha actualitzat abans que votéssiu" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Alguna cosa no ha anat bé..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Alguna cosa està malament amb el format" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Alguna cosa està malament amb el format: els URL personalitzats només han de " +"consistir en caràcters alfanumèrics i guions." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Alguna cosa està malament amb el format: el nom no hauria de tenir cap espai " +"abans ni després" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"L'adreça no és correcta. Has d'introduir una adreça de correu electrònic " +"vàlida (com ara r.stallman@outlock.com) per a rebre l'enllaç a l'enquesta." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "La columna ja existeix" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "El nom no és vàlid." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "El nom que heu introduït ja existeix!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Hi ha un problema amb les vostres eleccions" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Aquest identificador no és permès" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Aquesta enquesta no existeix!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "No es pot connectar a la base de dades" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "S'ha produït un error en actualitzar el vot" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Ja heu votat" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"No podeu crear una enquesta amb resultats ocults amb la següent opció:· " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "No podeu seleccionar més de %d dates" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"No heu omplert la primera secció de la creació de l'enquesta, o la sessió ha " +"expirat." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"El vostre vot no es tindrà en compte, perquè algú ha votat en el mateix " +"moment i això entra en conflicte amb les vostres opcions i les condicions de " +"l'enquesta. Torneu-ho a provar." + +#: .FindPolls.Address +msgid "Address" +msgstr "Adreça" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Enquestes creades" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Que tingueu un bon dia!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Aquesta és la llista de les enquestes que gestioneu a %s:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Si no sou l'origen d'aquesta acció i si penseu que aquest és un abús del " +"servei, notifiqueu-ho a l'administrador a %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "La seva adreça" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Última data d'accés" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Llista de les vostres enquestes" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS: aquest correu electrònic s'ha enviat perquè heu sol·licitat (o algú " +"altre) recuperar les enquestes creades amb la vostra adreça de correu " +"electrònic." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Enquestes desades en aquest navegador" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Enquestes enviades" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Elimina totes les meves enquestes de l'índex d'aquest navegador" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Elimina l'enquesta de l'índex" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Envia'm les enquestes" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Envia les meves enquestes per correu electrònic" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "La data en què vau crear o accedir per darrer cop a l'enquesta" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "El títol de l'enquesta" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Encara no hi ha enquestes desades al navegador" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Per a eliminar aquestes dades feu clic a la paperera a la línia corresponent " +"o feu clic a l'opció «Elimina els índexs d'enquestes». Això no suprimirà les " +"enquestes." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Per a ajudar-vos a trobar les enquestes anteriors, desem cada enquesta que " +"creeu o accediu al navegador. Aquestes dades només es desen en aquest " +"navegador. Es desaran les dades següents:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Enquestes visitades" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(en format nom@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Afegeix" + +#: .Generic.Back +msgid "Back" +msgstr "Enrere" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Torna a la pàgina d'inici de" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Cancel·la" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Elecció" + +#: .Generic.Classic +msgid "Classic" +msgstr "Clàssic" + +#: .Generic.Close +msgid "Close" +msgstr "Tanca" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Creeu les vostres enquestes" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Data de creació:" + +#: .Generic.Date +msgid "Date" +msgstr "Data" + +#: .Generic.Day +msgid "Day" +msgstr "Dia" + +#: .Generic.Description +msgid "Description" +msgstr "Descripció" + +#: .Generic.Edit +msgid "Edit" +msgstr "Edita" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate és un servei en línia per a planificar una cita o prendre una " +"decisió de forma ràpida i senzilla." + +#: .Generic.Home +msgid "Home" +msgstr "Inici" + +#: .Generic.Information +msgid "Information" +msgstr "Informació" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Llegenda:" + +#: .Generic.Link +msgid "Link" +msgstr "Enllaç" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Pròxim" + +#: .Generic.No +msgid "No" +msgstr "No" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Pàgina generada en" + +#: .Generic.Poll +msgid "Poll" +msgstr "Enquesta" + +#: .Generic.Remove +msgid "Remove" +msgstr "Elimina" + +#: .Generic.Save +msgid "Save" +msgstr "Desa" + +#: .Generic.Search +msgid "Search" +msgstr "Cerca" + +#: .Generic.Time +msgid "Time" +msgstr "Hora" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Si és necessari" + +#: .Generic.Validate +msgid "Validate" +msgstr "Valida" + +#: .Generic.Yes +msgid "Yes" +msgstr "Sí" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "La vostra adreça de correu electrònic" + +#: .Generic.Your+name +msgid "Your name" +msgstr "El vostre nom" + +#: .Generic.days +msgid "days" +msgstr "dies" + +#: .Generic.for +msgid "for" +msgstr "per a" + +#: .Generic.months +msgid "months" +msgstr "mesos" + +#: .Generic.seconds +msgid "seconds" +msgstr "segons" + +#: .Generic.vote +msgid "vote" +msgstr "vot" + +#: .Generic.votes +msgid "votes" +msgstr "vots" + +#: .Generic.with +msgid "with" +msgstr "amb" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Feu una enquesta estàndard" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Programeu un esdeveniment" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "On són les enquestes?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Adreça de correu d'administrador" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Nom de l'aplicació" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Neteja l'URL" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Controlador de base de dades" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Nom del servidor de base de dades" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Nom de la base de dades" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Port de base de dades" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Llengua predeterminada" + +#: .Installation.General +msgid "General" +msgstr "General" + +#: .Installation.Install +msgid "Install" +msgstr "Instal·la" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Taula de migració" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Contrasenya" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefix" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Respon a l'adreça de correu" + +#: .Installation.User +msgid "User" +msgstr "Usuari" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Canvia la llengua" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Trieu la llengua" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"\"El camí és llarg, però el camí està clar ...\"
Framasoft només viu " +"de les vostres donacions.
Gràcies per endavant pel vostre suport https:" +"//soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Missatge per a l'autor" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notificació de l'enquesta: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Enllaç per als participants" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Participació en l'enquesta: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Algú ha canviat l'enquesta de l'enllaç següent %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Algú acaba d'eliminar la vostra enquesta «%s»." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Gràcies per participar en l'enquesta de l'enllaç següent" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Gràcies per la vostra confiança." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "" +"Aquest és el missatge que es reenviarà als participants de l'enquesta." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Aquest missatge NO l'heu d'enviar als participants de l'enquesta. Heu de " +"mantenir-lo privat.

Podeu modificar l'enquesta amb l'enllaç " +"següent" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "ha votat.
Podeu visitar l'enquesta a l'enllaç" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "acaba de crear una enquesta anomenada" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"s'ha actualitzat una votació.
Podeu visitar l'enquesta en l'enllaç" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "ha escrit un comentari.
Podeu visitar l'enquesta a l'enllaç" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Gràcies per la vostra comprensió." + +#: .Maintenance.The+application +msgid "The application" +msgstr "L'aplicació" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "actualment està en manteniment." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Enviar accés" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "La contrasenya és errònia" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "" +"Cal que proporcioneu una contrasenya perquè pugeu participar en l'enquesta." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Cal que proporcioneu una contrasenya per a accedir a l'enquesta." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s opció" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "" +"Qualsevol persona podrà veure la vostra adreça de correu electrònic després " +"que hàgiu votat" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Millor elecció" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Millors eleccions" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Gràfic" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Mostra el gràfic dels resultats" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Edita la línia: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Enllaç per a editar aquesta línia en particular" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Suprimeix la línia:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Desa les opcions" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Desplaça't cap a l'esquerra" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Desplaça't cap a la dreta" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Ara per ara, l'opció més votada és:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Ara per ara, les opcions més votades són:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "" +"L'enllaç per a editar aquesta línia en particular s'ha copiat al porta-" +"retalls!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Total" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Vota «no» per a" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Vota «sí» per a" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Vots «si és necessari» per a" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "usuari enquestat" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "usuaris enquestats" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Enllaç d'administració per a l'enquesta" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Cancel·la l'edició de la descripció" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Cancel·la l'edició de l'adreça electrònica" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Cancel·la l'edició de la data de venciment" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Cancel·la l'edició del nom" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Cancel·la l'edició de les regles" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Cancel·la l'edició del títol" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Creador de l'enquesta" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Edita el nom" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Edita la descripció" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Edita l'adreça de correu electrònic" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Edita la data de venciment" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Edita les regles d'enquesta" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Edita el títol" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Exporta a CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Sense contrasenya" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Només els vots estan protegits" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Contrasenya protegida" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Regles de l'enquesta" + +#: .PollInfo.Print +msgid "Print" +msgstr "Imprimeix" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Enllaç públic de l'enquesta" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Elimina tots els comentaris" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Elimina tots els vots" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Elimina la contrasenya" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Elimina l'enquesta" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Els resultats són ocults" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Els resultats són visibles" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Editor enriquit" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Desa la descripció" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Desa l'adreça de correu electrònic" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Desa la nova data de venciment" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Desa el nom nou" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Desa les regles noves" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Desa el títol nou" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Editor simple" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Títol de l'enquesta" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Es recullen les adreces de correu electrònic dels votants" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "" +"Les adreces de correu electrònic dels votants es recullen i són necessàries" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" +"Les adreces de correu electrònic dels votants es recullen, són necessàries i " +"es verifiquen" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Les adreces de correu electrònic dels votants no es recullen" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Els vots i els comentaris estan blocats" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Vots protegits amb contrasenya" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Tots els votants poden modificar qualsevol vot" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Si definiu un identificador per a l'enquesta, podríeu facilitar-hi l'accés " +"per a persones no desitjades. Es recomana protegir-la amb una contrasenya." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Recull les adreces de correu electrònic dels votants" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Confirmació" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Personalitza l'URL" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Les adreces electròniques es recopilen però no són necessàries" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "No es recullen adreces de correu electrònic" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Les adreces correu electrònic són necessàries" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Ls adreces de correu electrònic són necessàries i es verifiquen" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Ves al pas 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limita la quantitat de votants per opció" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Més informació aquí:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Només el creador de l'enquesta pot veure els resultats de l'enquesta" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Paràmetres opcionals" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Permisos" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Creació d'enquestes (1 de 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Enllaç de l'enquesta" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Títol de l'enquesta" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Rebreu un correu electrònic per a cada comentari nou" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Rebeu un correu electrònic per a cada nou vot" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Els camps obligatoris no es poden deixar en blanc." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "L'identificador pot contenir lletres, números i guions \"-\"." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Els resultats són visibles públicament" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Per a fer que la descripció sigui més atractiva, podeu utilitzar el format " +"Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Utilitzeu una contrasenya per restringir l'accés" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Valor màxim" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Els votants poden modificar el seu vot ells mateixos" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Els vots no es poden modificar" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Advertència: qualsevol pot veure les adreces de correu electrònic dels " +"usuaris enquestats ja que tots els votants poden modificar qualsevol vot. " +"Heu de restringir les regles de permís." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Sou a la secció de creació d'enquestes." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Podeu habilitar o deshabilitar l'editor a voluntat." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "vots per opció" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Vés al pas 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Torna al pas 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Afegeix una elecció" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Afegeix un enllaç o una imatge" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Text alternatiu" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Es poden incloure enllaços o imatges utilitzant" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "Sintaxi Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Opcions de votació (2 de 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Elimina una elecció" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Aquests camps són opcionals. Podeu afegir un enllaç, una imatge o ambdós." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Per a crear una enquesta, heu de proporcionar almenys dues opcions diferents." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL de la imatge" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Podeu afegir o eliminar opcions amb els botons" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Afegeix un dia" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Afegeix un espai horari" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Tria dates per a l'enquesta" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Copia els temps del primer dia" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Per cada dia seleccionat, podeu suggerir temps de trobada (per exemple, \"" +"8h\", \"8:30\", \"8h-10h\", \"tarda\", etc.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Dates de l'enquesta (2 de 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Elimina un dia" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Elimina un espai horari" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Elimina tots els dies" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Elimina tots els temps" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Elimina aquest dia" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Per a programar un esdeveniment, cal que proporcioneu almenys dues opcions (" +"per exemple, dos espais horaris en un o dos dies)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "Podeu afegir o treure dies i hores addicionals amb els botons" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Torna al pas 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Confirmeu la creació de l'enquesta" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Crea l'enquesta" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Data de venciment:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Llista d'opcions" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Un cop hagis confirmat la creació de l'enquesta, se us redirigirà " +"automàticament a la pàgina d'administració de l'enquesta." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Data de supressió i confirmació (3 de 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"A continuació, rebreu dos correus electrònics: un que contindrà l'enllaç de " +"l'enquesta per a enviar-la als participants i l'altre que contindrà l'enllaç " +"a la pàgina d'administració de l'enquesta." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Podeu establir una data de venciment específica de l'enquesta." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "L'enquesta s'arxivarà automàticament" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "L'enquesta s'arxivarà automàticament d'aquí a %d dies." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "després de l'última data de l'enquesta." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Versió %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Afegeix una columna" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Creació d'una columna" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "S'han suprimit tots els comentaris" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "S'han suprimit tots els vots" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Com a administrador, podeu canviar totes les línies d'aquesta enquesta amb " +"aquest botó" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Torna a l'enquesta" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "S'ha afegit una opció" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "" +"Recopila els correus electrònics dels usuaris enquestats per a l'elecció" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "S'ha suprimit la columna" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Comentaris eliminats" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Confirmeu l'eliminació de tots els comentaris" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Confirma l'eliminació de tots els vots" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Confirmeu l'eliminació de la columna." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Confirmeu l'eliminació de l'enquesta" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Suprimeix l'enquesta" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Finalment, podeu canviar les propietats d'aquesta enquesta, com ara el " +"títol, els comentaris o l'adreça de correu electrònic." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Conserva els comentaris" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Conserva els comentaris" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Conserva l'enquesta" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Conserva els vots" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Conserva aquesta enquesta" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Conserva els vots" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "L'enquesta s'ha eliminat completament" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "S'ha desat la votació" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Elimina la columna" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Elimina els comentaris" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Elimina els vots" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "S'ha creat l'enquesta." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "S'ha afegit el vot" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "S'ha suprimit el vot" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "S'ha actualitzat el vot" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Podeu afegir una altra data de programació a l'enquesta." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "S'ha eliminat l'enquesta!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "i afegeix una columna nova amb" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "treu una columna o una línia amb" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Els usuaris que han votat «Si cal» per a aquesta opció han deixat aquestes " +"adreces de correu electrònic:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"Els usuaris que han votat «No» per a aquesta opció han deixat aquestes " +"adreces de correu electrònic:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Els usuaris que han votat «Sí» per a aquesta opció han deixat aquestes " +"adreces de correu electrònic:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Data de supressió:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Si voleu votar en aquesta enquesta, cal que indiqueu el vostre nom, feu " +"l'elecció i envieu-la seleccionant el botó de desar al final de la línia." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"L'administrador ha blocat aquesta enquesta. Els vots i els comentaris estan " +"congelats, ja no és possible de participar-hi" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "L'enquesta ha caducat, aviat se suprimirà." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"S'ha desat el vostre vot, però tingueu en compte que cal que conserveu " +"aquest enllaç personalitzat per a poder-lo modificar." diff --git a/public/assets/i18n/po/converted/br.json b/public/assets/i18n/po/converted/br.json new file mode 100644 index 0000000..bdf345d --- /dev/null +++ b/public/assets/i18n/po/converted/br.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Krouiñ ur sontadeg", + "define-dates-or-subjects-to-choose-from": "Despizit an deiziadoù pe an danvezioù da zibab", + "discuss-and-make-a-decision": "Kaozeit ha kemerit ho tiviz", + "do-you-want-to": "Fellout a ra deoc'h", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Ur gwazerezh enlinenn evit prientiñ un emgav pe kemer un diviz a-stroll en un doare eeun hag aes eo Framadate. N'eus marilhadur ebet goulennet.", + "here-is-how-it-works": "Setu penaos ez a en-dro:", + "send-the-poll-link-to-your-friends-or-colleagues": "Kasit ere ar sontadeg d'ho mignoned pe d'ho kenseurted", + "what-is-framadate": "Petra eo?", + "view-an-example": "gwelet ur skouer?", + "cecill-b-license": "CeCILL-B eo", + "framadate-is-licensed-under-the": "Dindan al lañvaz", + "framadate-was-initially-based-on": "War", + "the-software": "Ar meziant", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "eo diazezet Framadate. Ur meziant diorroet gant Skol-Veur Straßburg an hini eo. Gant ar gevredigezh Framasoft eo diorroet bremañ.", + "grow-your-own": "Digreizennit ho stlenneg", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Ma fell deoc'h staliañ ar meziant evit hoc'h arver personel ha gounit emrenerezh e c'hallit kaout skoazell war:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Evit kemer perzh e diorren ar meziant, kinnig gwellaennoù pe e bellgargañ, kit war", + "the-development-site": "lec'hienn an diorren", + "Actions": "Gweredeoù", + "Administration": "Pajenn verañ", + "Author": "Aozer", + "back-to-administration": "Distreiñ d'ar bajenn verañ", + "change-the-poll": "Kemmañ ar sontadeg", + "Email": "Chomlec'h postel", + "Executed": "", + "expiry-date": "Diamzeriñ", + "Fail": "C'hwitadenn", + "failed": "C'hwitadenn:", + "Format": "Mentrezh", + "Installation": "BR_Installation", + "Logs": "Roll istor", + "Migration": "Treuztiriañ", + "Nothing": "Netra", + "pages": "Pajennoù:", + "poll-id": "Naoudi ar sontadeg", + "poll-deleted": "Dilemel ar sontadeg", + "Polls": "Sontadegoù", + "Purge": "Spurjañ", + "purge-the-polls": "Spurjañ ar sontadegoù", + "purged": "Spurjet:", + "see-the-poll": "Sellet ar sontadeg", + "skipped": "Tremenet:", + "Status": "", + "succeeded": "Berzh:", + "Success": "Berzh", + "Summary": "Diverradenn", + "Title": "Titl", + "Votes": "Mouezhioù", + "Waiting": "", + "polls-in-the-database-at-this-time": "sontadeg er stlennvon", + "check-again": "Gwiriañ en-dro", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Aliañ a reomp gweredekaat an askouezh OpenSSL evit ;uioc'h a surentez.", + "consider-setting-the-date-timezone-in-php-ini": "Aliañ a reomp da lakaat date.timezone e php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "BR_Consider setting « session.cookie_httponly = 1 » inside your php.ini or add « php_value session.cookie_httponly 1 » to your .htaccess so that cookies can't be accessed through Javascript.", + "continue-the-installation": "Kenderc'hel gant ar staliadur", + "cookies-are-served-from-http-only": "BR_Cookies are served from HTTP only.", + "installation-checking": "Gwiriañ ar staliadur", + "openssl-extension-loaded": "Askouezh OpenSSL karget.", + "php-intl-extension-is-enabled": "Gweredekaet eo an askouezh PHP Intl.", + "php-version-x-is-enough-needed-at-least-php-x": "Trawalc'h eo an handelv PHP %s (PHP %s goulennet d'an nebeutañ).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "N'haller ket skrivañ e kavlec'h ar restr kefluniañ (%s) ha n'eus ket eus ar restr kefluniañ (%s).", + "the-config-file-directory-x-is-writable": "Gallout a raer skrivañ e kavlec'h ar restr kefluniañ (%s).", + "the-config-file-exists": "Amañ mañ ar restr kefnluniañ.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "BR_The template compile directory (%s) doesn't exist in \"%s\". Retry the installation process.", + "the-template-compile-directory-x-is-not-writable": "N'haller ket skrivañ e kavlec'h kempunañ ar patromoù (%s).", + "the-template-compile-directory-x-is-writable": "Gallout a raer skrivañ e kavlec'h kempunañ ar patromoù (%s).", + "you-need-to-enable-the-php-intl-extension": "Ret eo deoc'h gweredekaat an askouezh PHP Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Re gozh eo hoc'h handelv PHP (%s). PHP %s a zo dleet evit an arload-ma d'an nebeutañ.", + "date-timezone-is-set": "Arventennet eo date.timezone.", + "add-a-comment-to-the-poll": "Ouzhpennañ un evezhiadenn d'ar sontadeg", + "Comment": "Hoc'h evezhiadenn", + "comment-saved": "Evezhiadenn ouzhpennet", + "Comments": "Evezhiadennoù", + "enter-your-name-and-comment-prior-to-submitting-the-form": "", + "remove-comment": "Dilemel an evezhiadenn", + "submit-comment": "Kas an evezhiadenn", + "a-e-b-y": "%A %e a viz %B %Y", + "a-b-e-y": "%A %e a viz %B %Y", + "b-y": "%B %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d-%m-%Y %H:%M", + "add-range-dates": "Ouzhpennañ", + "end-date": "Deiziad dibenn", + "start-date": "Deiziad deraouiñ", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Gallout a rit diuzañ 4 miz d'ar muiañ", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "devezh / miz / bloaz", + "edit-link-for-poll-x": "Ere embann ar sontadeg \"%s\"", + "here-is-the-link-for-editing-your-vote": "Setu an ere evidoc'h da embann ho mouezh:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Ma ne fell ket deoc'h koll hoc'h ere personelaet e c'hallomp kas anezhañ dre bostel.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Gortozit % eilenn, amzer deomp kas ur postel deoc'h ha klaskit en-dro.", + "REMINDER": "KOUNADUR", + "Send": "Kas", + "the-email-address-is-not-correct": "Direizh eo ar chomlec'h postel.", + "your-reminder-has-been-successfully-sent": "Kaset eo bet ho kounadur gant berzh!", + "adding-vote-failed": "C'hwitadenn war ouzhpennadenn ar vouezh", + "cant-create-an-empty-column": "N'haller ket krouiñ ur bann goullo.", + "cant-create-the-config-php-file-in-x": "N'haller ket krouiñ ar restr config.php e '%s'.", + "comment-failed": "C'hiwtadenn war an evezhiadenn", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Diweredekaet eo an toupinoù war ho merdeer. Ret eo gweredekaat anezho evit krouiñ ur sontadeg.", + "enter-a-name": "Ret eo deoc'h enankañ un anv", + "enter-a-name-and-a-comment": "Enankit un anv hag un evezhiadenn!", + "enter-a-title": "Ret eo enankañ un titl!", + "enter-an-email-address": "Ret eo enankañ ur chomlec'h postel", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "", + "error": "Fazi!", + "failed-to-delete-all-comments": "C'hwitadenn en ur zilemel an holl evezhiadennoù", + "failed-to-delete-all-votes": "C'hwitadenn en ur zilemel an holl vouezhioù", + "failed-to-delete-column": "C'hwitadenn war zilemel ar bann", + "failed-to-delete-the-comment": "C'hwitadenn en ur zilemel an evezhiadenn", + "failed-to-delete-the-poll": "C'hwitadenn en ur zilemel ar sontadeg", + "failed-to-delete-the-vote": "C'hwitadenn en ur zilemel ar vouezh!", + "failed-to-insert-the-comment": "C'hwitadenn en ur enlakaat an evezhiadenn!", + "failed-to-save-poll": "C'hwitadenn war enrolladenn ar sontadeg", + "forbidden": "Difennet!", + "GenericErrorPollCreation": "", + "identifier-is-already-used": "Arveret eo an naoudi endeo", + "if-you-quit-now-your-changes-will-be-lost": "", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "Diweredekaet eo JavaScript war ho merdeer. Ret eo gweredekaat anezhañ evit krouiñ ur sontadeg.", + "missing-values": "Talvoudoù a vank", + "no-polls-found": "N'eus bet kavet sontadeg ebet", + "password-is-empty": "Goullo eo ar ger-tremen.", + "passwords-do-not-match": "Ne glot ket ar gerioù-tremen.", + "poll-has-been-updated-before-you-vote": "Hizivaet eo bet ar sontadeg a-raok ho mouezh", + "something-has-gone-wrong": "Un dra bennak a-dreuz a zo...", + "something-is-wrong-with-the-format": "Un dra bennak a-dreuz a zo gant ar mentrezh", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "Didalvoudek eo ar chomlec'h postel enanket. Ret eo lakaat ur chomlec'h postel talvoudek (skouer: mari-jo@gozmail.bzh)evit resevout ere ar sontadeg.", + "the-column-already-exists": "Ar bann a zo anezhañ endeo", + "the-name-is-invalid": "Didalvoudek eo an anv.", + "the-name-youve-chosen-already-exists-in-this-poll": "An anv bet enanket ganeoc'h a zo dioutañ endeo!", + "there-is-a-problem-with-your-choices": "Ur gudenn a zo gant ho tibaboù", + "this-identifier-is-not-allowed": "", + "this-poll-doesnt-exist": "N'eus ket eus ar sontadeg-mañ!", + "unable-to-connect-to-database": "N'haller ket kennaskañ ouzh ar stlennvon", + "update-vote-failed": "C'hwitadenn war hizivadenn ar vouezh", + "you-already-voted": "Mouezhzt ho peus endeo", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "N'hallit ket krouiñ ur sontadeg gant respontoù kuzhet gant an dibarzhioù embann da heul:", + "you-cant-select-more-than-x-dates": "N'hallit ket diuzañ ouzhpenn %d a zeiziadoù", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Your vote wasn't counted, because someone voted in the meantime and it conflicted with your choices and the poll conditions. Please retry.", + "Address": "", + "created-polls": "", + "have-a-good-day": "Devezh mat deoc'h!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Sed aze roll ho sontadegoù a verit war %s", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Ma n'ho peus ket savet ar goulenn ha ma soñj deoc'h eo un drougimplij eus ar gwazerezh kit e darempred gant merour %s.", + "its-address": "", + "last-access-date": "", + "list-of-your-polls": "Roll ho sontadegoù", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS: kaset eo bet ar postel-mañ deoc'h peogwir ho peus (pe unan bennak all) goulennet vefe kaset deoc'h roll ar sontadegoù krouet gant ar chomlec'h postel-mañ.", + "polls-saved-inside-this-browser": "", + "polls-sent": "Kaset eo bet ar sontadegoù", + "remove-all-my-polls-from-this-browsers-index": "", + "remove-poll-from-index": "", + "send-me-my-polls": "Kasit din ma sontadegoù", + "send-my-polls-by-email": "", + "the-date-you-created-or-last-accessed-the-poll": "", + "the-title-of-the-poll": "Titl ar sontadeg", + "there-are-no-polls-saved-inside-your-browser-yet": "", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "", + "visited-polls": "", + "in-the-format-name-mail-com": "(dindan ar stumm anv@postel.bzh)", + "Add": "Ouzhpennañ", + "Back": "Kent", + "back-to-the-homepage-of": "Distreiñ da bajenn degemer", + "Cancel": "Nullañ", + "Choice": "Dibab", + "Classic": "Klasel", + "Close": "Serriñ", + "create-your-own-polls": "Aozit emgavioù en un doare simpl ha dieub", + "creation-date": "Deiziad krouidigezh:", + "Date": "Deiziad", + "Day": "Devezh", + "Description": "Deskrivadur", + "Edit": "Modify", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Ur gwazerezh enlinenn evit prientiñ un emgav pe kemer un diviz a-stroll en un doare eeun hag aes eo Framadate.", + "Home": "Degemer", + "Information": "Alc'hwez", + "legend": "Alc'hwez:", + "Link": "Ere", + "Markdown": "Markdown", + "Next": "Kenderc'hel", + "No": "Ket", + "page-generated-in": "Pajenn savet e", + "Poll": "Sontadeg", + "Remove": "Dilemel", + "Save": "Enrollañ", + "Search": "Klask", + "Time": "Eur", + "under-reserve": "Marteze", + "Validate": "Kadarnaat", + "Yes": "Ya", + "your-email-address": "Ho chomlec'h postel", + "your-name": "Hoc'h anv", + "days": "a zevezhioù", + "for": "evit", + "months": "a vizioù", + "seconds": "eilenn", + "vote": "vouezh", + "votes": "a vouezhioù", + "with": "gant", + "make-a-standard-poll": "Krouiñ ur sontadeg klasel", + "schedule-an-event": "Krouiñ ur sontadeg deiziadoù", + "where-are-my-polls": "E pelec'h emañ ma sontadegoù?", + "administrator-mail-address": "Chomlec'h postel an arload", + "application-name": "Anv an arload", + "clean-url": "URL naet", + "database-driver": "", + "database-hostname": "", + "database-name": "", + "database-port": "", + "default-language": "Yezh dre ziouer", + "General": "Hollek", + "Install": "Staliañ", + "migration-table": "Taol dreuztiriañ", + "Password": "Ger-tremen", + "Prefix": "Rakger", + "respond-to-mail-address": "Chomlec'h postel respont", + "User": "Arveriad", + "change-language": "Kemmañ ar yezh", + "select-language": "Dibabit ar yezh", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "« Hir eo an hent, met frank eo ar roudenn… »
Framasoft a vev gant ho roadoù hepken (didennadus eus an tailhoù).
Trugarez en a-raok evit ho skoazell https://soutenir.framasoft.org.", + "message-for-the-author": "Evit an aozer hepken", + "notification-of-poll-x": "Rebuziñ ur sontadeg: %s", + "participant-link": "Da gas d'an dud sontet", + "poll-participation-x": "Mouezh nevez: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Kemmet eo bet ho sontadeg. Gallout a rit e adkavout gant an ere-mañ: %1$s.", + "someone-just-deleted-your-poll-x": "Dilamet eo bet ho sontadeg \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Trugarez da gemer perzh er sontadeg dre an ere a-us", + "thank-you-for-your-trust": "Trugarez evit ho fiziañs.", + "this-is-the-message-to-forward-to-the-poll-participants": "Setu ar gemennadenn a rank bezañ kaset d'an holl dud sontet.
Gallout a rit bremañ treuzkas ar gemennadenn-mañ d'an holl dud a rank kemer perzh er sontadeg.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "ARABAT treuzkas ar gemennadenn-mañ d'an dud sontet. Evit aozer ar sontadeg eo nemetken.

Gallout a rit kemmañ ar sontadeg gant an ere da heul ", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "a zo o paouez mouezhiañ.
Gallout a rit adkavout ho sontadeg gant an ere da heul", + "has-just-created-a-poll-called": " a zo o paouez krouiñ ur sontadeg anvet ", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "a zo o paouez hizivaat ur vouezh.
Gallout a rit adkavout ho sontadeg gant an ere da heul", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "a zo o paouez skrivañ un evezhiadenn.
Gallout a rit adkavout ho sontadeg gant an ere da heul", + "thank-you-for-your-understanding": "Trugarez evit ho komprenezon.", + "the-application": "War drezalc'h", + "is-currently-under-maintenance": "emañ an arload evit ar mare.", + "submit-access": "Mont-tre", + "wrong-password": "Ger-tremen direizh", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Ret eo deoc'h reiñ ur ger-tremen evit kemer perzh er sontadeg.", + "you-have-to-provide-a-password-to-access-the-poll": "Ret eo deoc'h reiñ ur ger-tremen evit mont d'ar sontadeg.", + "x-option": "", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "", + "best-choice": "Dibab gwellañ", + "best-choices": "Dibaboù gwellañ", + "Chart": "Diervad", + "display-the-chart-of-the-results": "Skrammañ diervad an disoc'hoù", + "edit-line-x": "Kemmañ al linenn: %s", + "link-to-edit-this-particular-line": "", + "remove-line": "Dilemel al linenn:", + "save-choices": "Enrollañ an dibaboù", + "scroll-to-the-left": "Dibunañ d'an tu kleiz", + "scroll-to-the-right": "Dibunañ d'an tu dehou", + "the-current-best-choice-is": "Evit ar mare, an dibab gant ar muiañ a vouezhioù a zo:", + "the-current-best-choices-are": "Evit ar mare, an dibaboù gant ar muiañ a vouezhioù a zo:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "", + "Total": "Sammad", + "vote-no-for": "Mouezhiañ « ket » evit", + "vote-yes-for": "Mouezhiañ « ya » evit", + "votes-under-reserve-for": "", + "polled-user": "mouezhier", + "polled-users": "a vouezhierien", + "admin-link-for-the-poll": "Ere merañ ar sontadeg", + "cancel-the-description-edit": "Nullañ an embann deskrivadur", + "cancel-the-email-address-edit": "Nullañ embann ar chomlec'h postel", + "cancel-the-expiration-date-edit": "Nullañ embann an deiziad diamzeriñ", + "cancel-the-name-edit": "Nullañ embann an anv", + "cancel-the-rules-edit": "Nullañ embann an aotreoù", + "cancel-the-title-edit": "Nullañ embann an titl", + "creator-of-the-poll": "Aozer ar sontadeg", + "edit-name": "Embann an anv", + "edit-the-description": "Embann an deskrivadur", + "edit-the-email-address": "Embann ar chomlec'h postel", + "edit-the-expiry-date": "Embann an deiziad diamzeriñ", + "edit-the-poll-rules": "Embann aotreoù ar sontadeg", + "edit-title": "Kemmañ an titl", + "export-to-csv": "Ezporzhiañ e CSV", + "no-password": "Ger-tremen ebet", + "only-votes-are-protected": "Only votes are protected", + "password-protected": "Gwarezet gant ur ger-tremen", + "poll-rules": "Aotreoù ar sontadeg", + "Print": "Moullañ", + "public-link-to-the-poll": "Ere foran ar sontadeg", + "remove-all-comments": "Dilemel an holl evezhiadennoù", + "remove-all-votes": "Dilemel an holl vouezhioù", + "remove-password": "Dilemel ar ger-tremen", + "remove-the-poll": "Dilemel ar sontadeg", + "results-are-hidden": "Kuzhet eo an disoc'hoù", + "results-are-visible": "Gwelus eo an disoc'ho", + "rich-editor": "Embanner pinvidik", + "save-the-description": "Enrollañ an deskrivadur", + "save-the-email-address": "Enrollañ ar chomlec'h postel", + "save-the-new-expiration-date": "Enrollañ an deiziad diamzeriñ", + "save-the-new-name": "Enrollañ an anv nevez", + "save-the-new-rules": "Enrollañ an aotreoù nevez", + "save-the-new-title": "Enrollañ an titl nevez", + "simple-editor": "Embanner eeun", + "title-of-the-poll": "Titl ar sontadeg", + "voters-email-addresses-are-collected": "", + "voters-email-addresses-are-collected-and-required": "", + "voters-email-addresses-are-collected-required-and-verified": "", + "voters-email-addresses-are-not-collected": "", + "votes-and-comments-are-locked": "Prennet eo ar mouezhioù hag an evezhiadennoù", + "votes-protected-by-password": "Gwarezet eo ar mouezhioù gant ur ger-tremen", + "all-voters-can-modify-any-vote": "An holl vouezhierien a c'hall kemmañ an holl vouezhioù", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Ma lakait un naoudi re simpl e c'hallo tud all dont war bajenn ho sontadeg. Aliet eo gwareziñ anezhañ gant ur ger-tremen.", + "collect-voters-email-addresses": "", + "Confirmation": "Kadarnadur", + "customize-the-url": "Personelaat an ere", + "email-addresses-are-collected-but-not-required": "", + "email-addresses-are-not-collected": "", + "email-addresses-are-required": "", + "email-addresses-are-required-and-verified": "", + "go-to-step-2": "Mont d'ar bazenn 2", + "limit-the-amount-of-voters-per-option": "Bevenniñ an niver a vouezhierien dre zibab", + "more-informations-here": "Titouroù ouzhpenn amañ:", + "only-the-poll-maker-can-see-the-poll-results": "N'eus nemet krouer ar sontadeg a c'hell gwelet an disoc'hoù", + "optional-parameters": "Arventennoù diret", + "Permissions": "Aotreoù", + "poll-creation-1-of-3": "Krouidigezh ar sontadeg (1 war 3)", + "poll-link": "Naoudi", + "poll-title": "Titl ar sontadeg", + "receive-an-email-for-each-new-comment": "Degemer ur postel evit pep evezhiadenn nevez", + "receive-an-email-for-each-new-vote": "Degemer ur postel evit pep mouezh nevez", + "required-fields-cannot-be-left-blank": "Trugarez da leuniañ ar maeziennoù ret, merket gant ur *.", + "the-identifier-can-contain-letters-numbers-and-dashes": "Gallout a ra an naoudi enderc'hel lizherennoù, niverennoù ha tiredoù \"-\".", + "the-results-are-publicly-visible": "Gwelus d'an holl eo an disc'hoù", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Evit kinklañ an deskrivadur e c'hallit ober gant ar c'hevradur Markdown.", + "use-a-password-to-restrict-access": "Lakaat ur ger-tremen evit bevenniñ an haeziñ", + "value-max": "Talvoud uc'hek", + "voters-can-modify-their-own-vote-themselves": "Pep mouezhier a c'hell kemmañ e vouezh", + "votes-cannot-be-modified": "N'hall ket ar mouezhioù bezañ kemmet", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "", + "you-are-in-the-poll-creation-section": "Dibabet ho peus krouiñ ur sontadeg nevez.", + "you-can-enable-or-disable-the-editor-at-will": "Gallout a rit gweredekaat pe ziweredekaat an embanner diouzh ho tibab.", + "votes-per-option": "", + "go-to-step-3": "Mont d'ar bazenn 3", + "return-to-step-1": "Distreiñ d'ar bazenn 1", + "add-a-choice": "Ouzhpennañ un dibab", + "add-a-link-or-an-image": "Ouzhpennañ un ere pe ur skeudenn", + "alternative-text": "Testenn dazeilel", + "links-or-images-can-be-included-using": "Gallout a rit enlakaat ereoù pe skeudennoù gant", + "markdown-syntax": "ar c'hevreadur Markdown", + "poll-options-2-of-3": "Dibab an danvezioù (2 War 3)", + "remove-a-choice": "Dilemel an dibab diwezhañ", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Diret eo ar maeziennoù-mañ. Gallout a rit ouhzpennañ un ere, ur skeudenn pe an daou.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Evit krouiñ ur sontadeg klasel eo ret deoc'h kinnig daou zibab disheñvel d'an nebeutañ.", + "url-of-the-image": "URL ar skeudenn", + "you-can-add-or-remove-choices-with-the-buttons": "Gallout a rit ouzhpennañ pe zilemel dibaboù ouzhpenn gant an afelloù", + "add-a-day": "Ouzhpennañ un devezh", + "add-a-time-slot": "Ouzhpennañ un eur", + "choose-dates-for-your-poll": "Dibabit deiziadoù ho sontadeg", + "copy-times-from-the-first-day": "Eilañ eurioù an devezh kentañ war an devezhioù all", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Evit kement devezh diuzet e c'hallit dibab eurioù (da skouer: \"8e\", \"8:30\", \"8e-10e\", \"diouzh noz\", hag all.)", + "poll-dates-2-of-3": "Dibab an deiziadoù (2 war 3)", + "remove-a-day": "Dilemel an devezh diwezhañ", + "remove-a-time-slot": "Dileml an eur diwezhañ", + "remove-all-days": "Dilemel an holl zevezhioù", + "remove-all-times": "Dilemel an holl eurioù", + "remove-this-day": "Dilemel an devezh-mañ", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Evit krouiñ ur sontadeg deiziadoù eo ret deoc'h kinnig daou zibab d'an nebeutañ (div eur evit an hevelep devezh pe daou zevezh).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Gallout a rit ouzhpennañ pe dilemel devezhioù hag eurioù ouzhpenn gant an afelloù", + "back-to-step-2": "Distreiñ d'ar bazenn 2", + "confirm-the-creation-of-your-poll": "Kadarnait krouidigezh ho sontadeg", + "create-the-poll": "Krouiñ ar sontadeg", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Deiziad diellaouiñ:", + "list-of-options": "Roll ho tibaboù", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Ur wech kadarnaet krouidigezh ar sontadeg e viot adheñchet ent emgefreek etrezek pajenn verañ ar sontadeg.", + "removal-date-and-confirmation-3-of-3": "Deiziad diamzeriñ ha kadarnadur (3 war 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "War un dro e resevot daou bostel: unan zo ennañ un ere etrezek ho sontadeg evit e rannañ gant an dud da vezañ sontet hag un eil ennañ un ere etrezek pajenn verañ ar sontadeg.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Gallout a rit dibab un deiziad diellaouiñ tostoc'h.", + "your-poll-will-automatically-be-archived": "Diellaouet e vo ho sontadeg ent emgefreek", + "your-poll-will-be-automatically-archived-in-x-days": "Diellaouet e vo ho sontadeg a-benn %d a zevezhioù ent emgefreek.", + "after-the-last-date-of-your-poll": "goude devezh diwezhañ ar sontadeg.", + "version-x": "", + "add-a-column": "Ouzhpennañ ur bann", + "adding-a-column": "Ouzhpennañ ur bann", + "all-comments-deleted": "Dilamet eo bet an holl evezhiadennoù", + "all-votes-deleted": "Dilamet eo bet an holl vouezhioù", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Dre ma'z oc'h merour e c'hallit kemmañ holl linennoù ar sontadeg gant an afell-mañ", + "back-to-the-poll": "Distreiñ d'ar sontadeg", + "choice-added": "Dibab ouzhpennet", + "collect-the-emails-of-the-polled-users-for-the-choice": "", + "column-deleted": "Bann dilamet", + "comment-deleted": "Dilamet eo bet an evezhiadenn", + "confirm-removal-of-all-comments": "Kadarnaat dilemel holl evezhiadennoù ar sontadeg", + "confirm-removal-of-all-votes": "Kadarnaat dilemel holl vouezhioù ar sontadeg", + "confirm-removal-of-the-column": "Kadarnaat dilemel ar bann.", + "confirm-removal-of-your-poll": "Kadarnaat dilemel ar sontadeg", + "delete-poll": "", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Gallout a rit ivez kemmañ an titouroù a-zivout ar sontadeg evel an titl, an evezhiadennoù pe ho chomlec'h postel.", + "keep-comments": "Mirout an evezhiadennoù", + "keep-the-comments": "Mirout an evezhiadennoù", + "keep-the-poll": "Mirout ar sontadeg", + "keep-the-votes": "Mirout ar mouezhioù", + "keep-this-poll": "Mirout ar sontadeg", + "keep-votes": "Mirout ar mouezhioù", + "poll-fully-deleted": "Sontadeg dilamet betek penn", + "poll-saved": "Enrollet eo bet ar sontadeg", + "remove-column": "Dilemel ar bann", + "remove-the-comments": "Dilemel an evezhiadennoù", + "remove-the-votes": "Dilemel ar mouezhioù", + "the-poll-was-created": "", + "vote-added": "", + "vote-deleted": "Dilamet eo bet ar vouezh", + "vote-updated": "", + "you-can-add-a-new-scheduling-date-to-your-poll": "Gallout a rit ouzhpennañ un deiziad d'ho sontadeg.", + "your-poll-has-been-removed": "Dilamet eo bet ar sontadeg!", + "and-add-a-new-column-with": "ha m'ho peus disoñjet un dibab e c'hallit ouzhpennañ ur bann en ur glikañ war", + "remove-a-column-or-a-line-with": "dilemel ur bann pe ul linenn gant", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "", + "deletion-date": "Deiziad dilemel:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Evit kemer perzh er sontadeg-mañ, enankit hoc'h anv, grit ho tibab ha kadarnait gant an afell e dibenn al linenn.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "Prennet eo bet ar sontadeg-mañ gant ar merour. Skornet eo ar mouezhioù hag an evezhiadennoù, n'hallit ket kemer perzh ken", + "the-poll-has-expired-it-will-soon-be-deleted": "Diamzeret eo ar sontadeg, dilamet e vo a-benn nebeut.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Kemeret eo bet ho mouezh e kont, met diwallit: n'hallit kemmañ ho mouezh nemet gant an ere personelaet da-heul : mirit anezhañ gant evezh!" +} diff --git a/public/assets/i18n/po/converted/ca.json b/public/assets/i18n/po/converted/ca.json new file mode 100644 index 0000000..baab56c --- /dev/null +++ b/public/assets/i18n/po/converted/ca.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Creeu una enquesta", + "define-dates-or-subjects-to-choose-from": "Definiu les dates o els temes per triar", + "discuss-and-make-a-decision": "Discutiu i preneu una decisió", + "do-you-want-to": "Voleu", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate és un servei en línia per a planificar una cita o prendre una decisió de forma ràpida i senzilla. No cal registrar-s'hi.", + "here-is-how-it-works": "Així és com funciona:", + "send-the-poll-link-to-your-friends-or-colleagues": "Envieu l'enllaç de l'enquesta als amics o col·legues", + "what-is-framadate": "Què és Framadate?", + "view-an-example": "veure'n un exemple?", + "cecill-b-license": "Llicència CeCILL-B", + "framadate-is-licensed-under-the": "Framadate està llicenciat sota la", + "framadate-was-initially-based-on": "Framadate inicialment es va basar en", + "the-software": "El programari", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Aquest programari requereix tenir el Javascript i les galetes habilitats. És compatible amb els navegadors web següents:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "programari desenvolupat per la Universitat d'Estrasburg. Actualment desenvolupat per l'associació Framasoft.", + "grow-your-own": "Cultiveu el vostre jardí", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Si voleu instal·lar el programari per al vostre ús i, per tant, augmentar la vostra independència, us podem ajudar en:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Per a participar en el desenvolupament del programari, suggerir millores o senzillament baixar-lo, visiteu", + "the-development-site": "el lloc del desenvolupament", + "Actions": "Accions", + "Administration": "Administració", + "Author": "Autor", + "back-to-administration": "Torna a l'administració", + "change-the-poll": "Canvia l'enquesta", + "Email": "Adreça electrònica", + "Executed": "Executat", + "expiry-date": "Data de caducitat", + "Fail": "Fallada", + "failed": "Ha fallat:", + "Format": "Format de", + "Installation": "Instal·lació", + "Logs": "Registre", + "Migration": "Migració", + "Nothing": "Res", + "pages": "Pàgines:", + "poll-id": "ID de l'enquesta", + "poll-deleted": "Enquesta eliminada", + "Polls": "Enquestes", + "Purge": "Purga", + "purge-the-polls": "Purga les enquestes", + "purged": "Purgats:", + "see-the-poll": "Mostra l'enquesta", + "skipped": "Omesos:", + "Status": "Estat", + "succeeded": "Amb èxit:", + "Success": "Èxit", + "Summary": "Resum", + "Title": "Títol", + "Votes": "Vots", + "Waiting": "Esperant", + "polls-in-the-database-at-this-time": "enquestes a la base de dades en aquest moment", + "check-again": "Comprova-ho una altra vegada", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Per a més seguretat, considereu habilitar l'extensió OpenSSL de PHP OpenSSL.", + "consider-setting-the-date-timezone-in-php-ini": "Considereu definir un valor per a date.timezone al fitxer php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Considereu definirr «session.cookie_httponly = 1» al fitxer php.ini o afegegiu «php_value session.cookie_httponly 1» al fitxer .htaccess de forma que les galetes no siguin accessibles des de Javascript.", + "continue-the-installation": "Continua amb la instal·lació", + "cookies-are-served-from-http-only": "Les galetes només es poden enviar des d'HTTP.", + "installation-checking": "Comprovació de la instal·lació", + "openssl-extension-loaded": "L'extensió OpenSSL s'ha carregat.", + "php-intl-extension-is-enabled": "L'extensió de PHP Intl està habilitada.", + "php-version-x-is-enough-needed-at-least-php-x": "La versió %s PHP és suficient (almenys es necessita PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "El directori de fitxers de configuració (%s) no es pot escriure i el fitxer de configuració (%s) no existeix.", + "the-config-file-directory-x-is-writable": "El directori de fitxers de configuració (%s) es pot escriure.", + "the-config-file-exists": "Existeix el fitxer de configuració.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "El directori de compilació de plantilles (%s) no existeix al «%s». Torneu a intentar el procés d'instal·lació.", + "the-template-compile-directory-x-is-not-writable": "El directori de compilació de plantilla (%s) no es pot escriure.", + "the-template-compile-directory-x-is-writable": "El directori de compilació de la plantilla (%s) es pot escriure.", + "you-need-to-enable-the-php-intl-extension": "Cal que habiliteu l'extensió de PHP Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "La vostra versió PHP (%s) és massa vella. Aquesta aplicació necessita almenys PHP %s.", + "date-timezone-is-set": "date.timezone està establert.", + "add-a-comment-to-the-poll": "Afegeix un comentari a l'enquesta", + "Comment": "Comentari", + "comment-saved": "S'ha desat el comentari", + "Comments": "Comentaris", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Introduïu el vostre nom i el comentari abans d'enviar el formulari", + "remove-comment": "Elimina el comentari", + "submit-comment": "Envia el comentari", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A, %e %B, %Y", + "b-y": "%B %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%m/%d/%Y %H:%M", + "add-range-dates": "Afegeix un interval de dates", + "end-date": "Data final", + "start-date": "Data d'inici", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Podeu seleccionar com a màxim 4 mesos", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "dia/mes/any", + "edit-link-for-poll-x": "Edita l'enllaç de l'enquesta «%s»", + "here-is-the-link-for-editing-your-vote": "Aquest és l'enllaç per a editar el vostre vot:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Si no voleu perdre l'enllaç personalitzat, us el podem enviar per correu electrònic.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Espereu %d segons abans que us puguem enviar un correu electrònic i torna-ho a provar.", + "REMINDER": "RECORDATORI", + "Send": "Envia", + "the-email-address-is-not-correct": "L'adreça de correu electrònic no és correcta.", + "your-reminder-has-been-successfully-sent": "El recordatori s'ha enviat amb èxit!", + "adding-vote-failed": "S'ha produït un error en afegir el vot", + "cant-create-an-empty-column": "No es pot crear una columna buida.", + "cant-create-the-config-php-file-in-x": "No es pot crear el fitxer config.php a «%s».", + "comment-failed": "Error de comentari", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Les galetes estan desactivades al vostre navegador. Cal que estiguin activades per a poder crear una enquesta.", + "enter-a-name": "Introduïu un nom", + "enter-a-name-and-a-comment": "Introduiïu un nom i un comentari!", + "enter-a-title": "Intrdoduïu un títol", + "enter-an-email-address": "Introduïu una adreça de correu electrònic", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Error en la limitació de la quantitat de vots: El valor ha de ser un enter més gran que 0", + "error": "Error!", + "failed-to-delete-all-comments": "No s'han pogut eliminar tots els comentaris", + "failed-to-delete-all-votes": "No s'han pogut eliminar tots els vots", + "failed-to-delete-column": "No s'ha pogut eliminar la columna", + "failed-to-delete-the-comment": "No s'han pogut eliminar el comentari", + "failed-to-delete-the-poll": "No s'ha pogut eliminar l'enquesta", + "failed-to-delete-the-vote": "No s'ha pogut eliminar el vot!", + "failed-to-insert-the-comment": "No s'ha pogut inserí el comentari!", + "failed-to-save-poll": "No ha pogut desar l'enquesta", + "forbidden": "Prohibit!", + "GenericErrorPollCreation": "Oh, no! No s'ha pogut crear l'enquesta. Torneu-ho a intentar.", + "identifier-is-already-used": "Ja s'utilitza l'identificador", + "if-you-quit-now-your-changes-will-be-lost": "Si tanqueu ara, es perdran els canvis.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "JavaScript està desactivat al vostre navegador. Cal activar-lo per a crear una enquesta.", + "missing-values": "Valors que manquen", + "no-polls-found": "No s'ha trobat cap enquesta", + "password-is-empty": "La contrasenya és buida.", + "passwords-do-not-match": "Les contrasenyes no coincideixen.", + "poll-has-been-updated-before-you-vote": "L'enquesta s'ha actualitzat abans que votéssiu", + "something-has-gone-wrong": "Alguna cosa no ha anat bé...", + "something-is-wrong-with-the-format": "Alguna cosa està malament amb el format", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Alguna cosa està malament amb el format: els URL personalitzats només han de consistir en caràcters alfanumèrics i guions.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Alguna cosa està malament amb el format: el nom no hauria de tenir cap espai abans ni després", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "L'adreça no és correcta. Has d'introduir una adreça de correu electrònic vàlida (com ara r.stallman@outlock.com) per a rebre l'enllaç a l'enquesta.", + "the-column-already-exists": "La columna ja existeix", + "the-name-is-invalid": "El nom no és vàlid.", + "the-name-youve-chosen-already-exists-in-this-poll": "El nom que heu introduït ja existeix!", + "there-is-a-problem-with-your-choices": "Hi ha un problema amb les vostres eleccions", + "this-identifier-is-not-allowed": "Aquest identificador no és permès", + "this-poll-doesnt-exist": "Aquesta enquesta no existeix!", + "unable-to-connect-to-database": "No es pot connectar a la base de dades", + "update-vote-failed": "S'ha produït un error en actualitzar el vot", + "you-already-voted": "Ja heu votat", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "No podeu crear una enquesta amb resultats ocults amb la següent opció:· ", + "you-cant-select-more-than-x-dates": "No podeu seleccionar més de %d dates", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "No heu omplert la primera secció de la creació de l'enquesta, o la sessió ha expirat.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "El vostre vot no es tindrà en compte, perquè algú ha votat en el mateix moment i això entra en conflicte amb les vostres opcions i les condicions de l'enquesta. Torneu-ho a provar.", + "Address": "Adreça", + "created-polls": "Enquestes creades", + "have-a-good-day": "Que tingueu un bon dia!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Aquesta és la llista de les enquestes que gestioneu a %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Si no sou l'origen d'aquesta acció i si penseu que aquest és un abús del servei, notifiqueu-ho a l'administrador a %s.", + "its-address": "La seva adreça", + "last-access-date": "Última data d'accés", + "list-of-your-polls": "Llista de les vostres enquestes", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS: aquest correu electrònic s'ha enviat perquè heu sol·licitat (o algú altre) recuperar les enquestes creades amb la vostra adreça de correu electrònic.", + "polls-saved-inside-this-browser": "Enquestes desades en aquest navegador", + "polls-sent": "Enquestes enviades", + "remove-all-my-polls-from-this-browsers-index": "Elimina totes les meves enquestes de l'índex d'aquest navegador", + "remove-poll-from-index": "Elimina l'enquesta de l'índex", + "send-me-my-polls": "Envia'm les enquestes", + "send-my-polls-by-email": "Envia les meves enquestes per correu electrònic", + "the-date-you-created-or-last-accessed-the-poll": "La data en què vau crear o accedir per darrer cop a l'enquesta", + "the-title-of-the-poll": "El títol de l'enquesta", + "there-are-no-polls-saved-inside-your-browser-yet": "Encara no hi ha enquestes desades al navegador", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Per a eliminar aquestes dades feu clic a la paperera a la línia corresponent o feu clic a l'opció «Elimina els índexs d'enquestes». Això no suprimirà les enquestes.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Per a ajudar-vos a trobar les enquestes anteriors, desem cada enquesta que creeu o accediu al navegador. Aquestes dades només es desen en aquest navegador. Es desaran les dades següents:", + "visited-polls": "Enquestes visitades", + "in-the-format-name-mail-com": "(en format nom@mail.com)", + "Add": "Afegeix", + "Back": "Enrere", + "back-to-the-homepage-of": "Torna a la pàgina d'inici de", + "Cancel": "Cancel·la", + "Choice": "Elecció", + "Classic": "Clàssic", + "Close": "Tanca", + "create-your-own-polls": "Creeu les vostres enquestes", + "creation-date": "Data de creació:", + "Date": "Data", + "Day": "Dia", + "Description": "Descripció", + "Edit": "Edita", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate és un servei en línia per a planificar una cita o prendre una decisió de forma ràpida i senzilla.", + "Home": "Inici", + "Information": "Informació", + "legend": "Llegenda:", + "Link": "Enllaç", + "Markdown": "Markdown", + "Next": "Pròxim", + "No": "No", + "page-generated-in": "Pàgina generada en", + "Poll": "Enquesta", + "Remove": "Elimina", + "Save": "Desa", + "Search": "Cerca", + "Time": "Hora", + "under-reserve": "Si és necessari", + "Validate": "Valida", + "Yes": "Sí", + "your-email-address": "La vostra adreça de correu electrònic", + "your-name": "El vostre nom", + "days": "dies", + "for": "per a", + "months": "mesos", + "seconds": "segons", + "vote": "vot", + "votes": "vots", + "with": "amb", + "make-a-standard-poll": "Feu una enquesta estàndard", + "schedule-an-event": "Programeu un esdeveniment", + "where-are-my-polls": "On són les enquestes?", + "administrator-mail-address": "Adreça de correu d'administrador", + "application-name": "Nom de l'aplicació", + "clean-url": "Neteja l'URL", + "database-driver": "Controlador de base de dades", + "database-hostname": "Nom del servidor de base de dades", + "database-name": "Nom de la base de dades", + "database-port": "Port de base de dades", + "default-language": "Llengua predeterminada", + "General": "General", + "Install": "Instal·la", + "migration-table": "Taula de migració", + "Password": "Contrasenya", + "Prefix": "Prefix", + "respond-to-mail-address": "Respon a l'adreça de correu", + "User": "Usuari", + "change-language": "Canvia la llengua", + "select-language": "Trieu la llengua", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "\"El camí és llarg, però el camí està clar ...\"
Framasoft només viu de les vostres donacions.
Gràcies per endavant pel vostre suport https://soutenir.framasoft.org", + "message-for-the-author": "Missatge per a l'autor", + "notification-of-poll-x": "Notificació de l'enquesta: %s", + "participant-link": "Enllaç per als participants", + "poll-participation-x": "Participació en l'enquesta: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Algú ha canviat l'enquesta de l'enllaç següent %1$s.", + "someone-just-deleted-your-poll-x": "Algú acaba d'eliminar la vostra enquesta «%s».", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Gràcies per participar en l'enquesta de l'enllaç següent", + "thank-you-for-your-trust": "Gràcies per la vostra confiança.", + "this-is-the-message-to-forward-to-the-poll-participants": "Aquest és el missatge que es reenviarà als participants de l'enquesta.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Aquest missatge NO l'heu d'enviar als participants de l'enquesta. Heu de mantenir-lo privat.

Podeu modificar l'enquesta amb l'enllaç següent", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "ha votat.
Podeu visitar l'enquesta a l'enllaç", + "has-just-created-a-poll-called": "acaba de crear una enquesta anomenada", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "s'ha actualitzat una votació.
Podeu visitar l'enquesta en l'enllaç", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "ha escrit un comentari.
Podeu visitar l'enquesta a l'enllaç", + "thank-you-for-your-understanding": "Gràcies per la vostra comprensió.", + "the-application": "L'aplicació", + "is-currently-under-maintenance": "actualment està en manteniment.", + "submit-access": "Enviar accés", + "wrong-password": "La contrasenya és errònia", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Cal que proporcioneu una contrasenya perquè pugeu participar en l'enquesta.", + "you-have-to-provide-a-password-to-access-the-poll": "Cal que proporcioneu una contrasenya per a accedir a l'enquesta.", + "x-option": "%s opció", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Qualsevol persona podrà veure la vostra adreça de correu electrònic després que hàgiu votat", + "best-choice": "Millor elecció", + "best-choices": "Millors eleccions", + "Chart": "Gràfic", + "display-the-chart-of-the-results": "Mostra el gràfic dels resultats", + "edit-line-x": "Edita la línia: %s", + "link-to-edit-this-particular-line": "Enllaç per a editar aquesta línia en particular", + "remove-line": "Suprimeix la línia:", + "save-choices": "Desa les opcions", + "scroll-to-the-left": "Desplaça't cap a l'esquerra", + "scroll-to-the-right": "Desplaça't cap a la dreta", + "the-current-best-choice-is": "Ara per ara, l'opció més votada és:", + "the-current-best-choices-are": "Ara per ara, les opcions més votades són:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "L'enllaç per a editar aquesta línia en particular s'ha copiat al porta-retalls!", + "Total": "Total", + "vote-no-for": "Vota «no» per a", + "vote-yes-for": "Vota «sí» per a", + "votes-under-reserve-for": "Vots «si és necessari» per a", + "polled-user": "usuari enquestat", + "polled-users": "usuaris enquestats", + "admin-link-for-the-poll": "Enllaç d'administració per a l'enquesta", + "cancel-the-description-edit": "Cancel·la l'edició de la descripció", + "cancel-the-email-address-edit": "Cancel·la l'edició de l'adreça electrònica", + "cancel-the-expiration-date-edit": "Cancel·la l'edició de la data de venciment", + "cancel-the-name-edit": "Cancel·la l'edició del nom", + "cancel-the-rules-edit": "Cancel·la l'edició de les regles", + "cancel-the-title-edit": "Cancel·la l'edició del títol", + "creator-of-the-poll": "Creador de l'enquesta", + "edit-name": "Edita el nom", + "edit-the-description": "Edita la descripció", + "edit-the-email-address": "Edita l'adreça de correu electrònic", + "edit-the-expiry-date": "Edita la data de venciment", + "edit-the-poll-rules": "Edita les regles d'enquesta", + "edit-title": "Edita el títol", + "export-to-csv": "Exporta a CSV", + "no-password": "Sense contrasenya", + "only-votes-are-protected": "Només els vots estan protegits", + "password-protected": "Contrasenya protegida", + "poll-rules": "Regles de l'enquesta", + "Print": "Imprimeix", + "public-link-to-the-poll": "Enllaç públic de l'enquesta", + "remove-all-comments": "Elimina tots els comentaris", + "remove-all-votes": "Elimina tots els vots", + "remove-password": "Elimina la contrasenya", + "remove-the-poll": "Elimina l'enquesta", + "results-are-hidden": "Els resultats són ocults", + "results-are-visible": "Els resultats són visibles", + "rich-editor": "Editor enriquit", + "save-the-description": "Desa la descripció", + "save-the-email-address": "Desa l'adreça de correu electrònic", + "save-the-new-expiration-date": "Desa la nova data de venciment", + "save-the-new-name": "Desa el nom nou", + "save-the-new-rules": "Desa les regles noves", + "save-the-new-title": "Desa el títol nou", + "simple-editor": "Editor simple", + "title-of-the-poll": "Títol de l'enquesta", + "voters-email-addresses-are-collected": "Es recullen les adreces de correu electrònic dels votants", + "voters-email-addresses-are-collected-and-required": "Les adreces de correu electrònic dels votants es recullen i són necessàries", + "voters-email-addresses-are-collected-required-and-verified": "Les adreces de correu electrònic dels votants es recullen, són necessàries i es verifiquen", + "voters-email-addresses-are-not-collected": "Les adreces de correu electrònic dels votants no es recullen", + "votes-and-comments-are-locked": "Els vots i els comentaris estan blocats", + "votes-protected-by-password": "Vots protegits amb contrasenya", + "all-voters-can-modify-any-vote": "Tots els votants poden modificar qualsevol vot", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Si definiu un identificador per a l'enquesta, podríeu facilitar-hi l'accés per a persones no desitjades. Es recomana protegir-la amb una contrasenya.", + "collect-voters-email-addresses": "Recull les adreces de correu electrònic dels votants", + "Confirmation": "Confirmació", + "customize-the-url": "Personalitza l'URL", + "email-addresses-are-collected-but-not-required": "Les adreces electròniques es recopilen però no són necessàries", + "email-addresses-are-not-collected": "No es recullen adreces de correu electrònic", + "email-addresses-are-required": "Les adreces correu electrònic són necessàries", + "email-addresses-are-required-and-verified": "Ls adreces de correu electrònic són necessàries i es verifiquen", + "go-to-step-2": "Ves al pas 2", + "limit-the-amount-of-voters-per-option": "Limita la quantitat de votants per opció", + "more-informations-here": "Més informació aquí:", + "only-the-poll-maker-can-see-the-poll-results": "Només el creador de l'enquesta pot veure els resultats de l'enquesta", + "optional-parameters": "Paràmetres opcionals", + "Permissions": "Permisos", + "poll-creation-1-of-3": "Creació d'enquestes (1 de 3)", + "poll-link": "Enllaç de l'enquesta", + "poll-title": "Títol de l'enquesta", + "receive-an-email-for-each-new-comment": "Rebreu un correu electrònic per a cada comentari nou", + "receive-an-email-for-each-new-vote": "Rebeu un correu electrònic per a cada nou vot", + "required-fields-cannot-be-left-blank": "Els camps obligatoris no es poden deixar en blanc.", + "the-identifier-can-contain-letters-numbers-and-dashes": "L'identificador pot contenir lletres, números i guions \"-\".", + "the-results-are-publicly-visible": "Els resultats són visibles públicament", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Per a fer que la descripció sigui més atractiva, podeu utilitzar el format Markdown.", + "use-a-password-to-restrict-access": "Utilitzeu una contrasenya per restringir l'accés", + "value-max": "Valor màxim", + "voters-can-modify-their-own-vote-themselves": "Els votants poden modificar el seu vot ells mateixos", + "votes-cannot-be-modified": "Els vots no es poden modificar", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Advertència: qualsevol pot veure les adreces de correu electrònic dels usuaris enquestats ja que tots els votants poden modificar qualsevol vot. Heu de restringir les regles de permís.", + "you-are-in-the-poll-creation-section": "Sou a la secció de creació d'enquestes.", + "you-can-enable-or-disable-the-editor-at-will": "Podeu habilitar o deshabilitar l'editor a voluntat.", + "votes-per-option": "vots per opció", + "go-to-step-3": "Vés al pas 3", + "return-to-step-1": "Torna al pas 1", + "add-a-choice": "Afegeix una elecció", + "add-a-link-or-an-image": "Afegeix un enllaç o una imatge", + "alternative-text": "Text alternatiu", + "links-or-images-can-be-included-using": "Es poden incloure enllaços o imatges utilitzant", + "markdown-syntax": "Sintaxi Markdown", + "poll-options-2-of-3": "Opcions de votació (2 de 3)", + "remove-a-choice": "Elimina una elecció", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Aquests camps són opcionals. Podeu afegir un enllaç, una imatge o ambdós.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Per a crear una enquesta, heu de proporcionar almenys dues opcions diferents.", + "url-of-the-image": "URL de la imatge", + "you-can-add-or-remove-choices-with-the-buttons": "Podeu afegir o eliminar opcions amb els botons", + "add-a-day": "Afegeix un dia", + "add-a-time-slot": "Afegeix un espai horari", + "choose-dates-for-your-poll": "Tria dates per a l'enquesta", + "copy-times-from-the-first-day": "Copia els temps del primer dia", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Per cada dia seleccionat, podeu suggerir temps de trobada (per exemple, \"8h\", \"8:30\", \"8h-10h\", \"tarda\", etc.)", + "poll-dates-2-of-3": "Dates de l'enquesta (2 de 3)", + "remove-a-day": "Elimina un dia", + "remove-a-time-slot": "Elimina un espai horari", + "remove-all-days": "Elimina tots els dies", + "remove-all-times": "Elimina tots els temps", + "remove-this-day": "Elimina aquest dia", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Per a programar un esdeveniment, cal que proporcioneu almenys dues opcions (per exemple, dos espais horaris en un o dos dies).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Podeu afegir o treure dies i hores addicionals amb els botons", + "back-to-step-2": "Torna al pas 2", + "confirm-the-creation-of-your-poll": "Confirmeu la creació de l'enquesta", + "create-the-poll": "Crea l'enquesta", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Data de venciment:", + "list-of-options": "Llista d'opcions", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Un cop hagis confirmat la creació de l'enquesta, se us redirigirà automàticament a la pàgina d'administració de l'enquesta.", + "removal-date-and-confirmation-3-of-3": "Data de supressió i confirmació (3 de 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "A continuació, rebreu dos correus electrònics: un que contindrà l'enllaç de l'enquesta per a enviar-la als participants i l'altre que contindrà l'enllaç a la pàgina d'administració de l'enquesta.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Podeu establir una data de venciment específica de l'enquesta.", + "your-poll-will-automatically-be-archived": "L'enquesta s'arxivarà automàticament", + "your-poll-will-be-automatically-archived-in-x-days": "L'enquesta s'arxivarà automàticament d'aquí a %d dies.", + "after-the-last-date-of-your-poll": "després de l'última data de l'enquesta.", + "version-x": "Versió %s", + "add-a-column": "Afegeix una columna", + "adding-a-column": "Creació d'una columna", + "all-comments-deleted": "S'han suprimit tots els comentaris", + "all-votes-deleted": "S'han suprimit tots els vots", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Com a administrador, podeu canviar totes les línies d'aquesta enquesta amb aquest botó", + "back-to-the-poll": "Torna a l'enquesta", + "choice-added": "S'ha afegit una opció", + "collect-the-emails-of-the-polled-users-for-the-choice": "Recopila els correus electrònics dels usuaris enquestats per a l'elecció", + "column-deleted": "S'ha suprimit la columna", + "comment-deleted": "Comentaris eliminats", + "confirm-removal-of-all-comments": "Confirmeu l'eliminació de tots els comentaris", + "confirm-removal-of-all-votes": "Confirma l'eliminació de tots els vots", + "confirm-removal-of-the-column": "Confirmeu l'eliminació de la columna.", + "confirm-removal-of-your-poll": "Confirmeu l'eliminació de l'enquesta", + "delete-poll": "Suprimeix l'enquesta", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Finalment, podeu canviar les propietats d'aquesta enquesta, com ara el títol, els comentaris o l'adreça de correu electrònic.", + "keep-comments": "Conserva els comentaris", + "keep-the-comments": "Conserva els comentaris", + "keep-the-poll": "Conserva l'enquesta", + "keep-the-votes": "Conserva els vots", + "keep-this-poll": "Conserva aquesta enquesta", + "keep-votes": "Conserva els vots", + "poll-fully-deleted": "L'enquesta s'ha eliminat completament", + "poll-saved": "S'ha desat la votació", + "remove-column": "Elimina la columna", + "remove-the-comments": "Elimina els comentaris", + "remove-the-votes": "Elimina els vots", + "the-poll-was-created": "S'ha creat l'enquesta.", + "vote-added": "S'ha afegit el vot", + "vote-deleted": "S'ha suprimit el vot", + "vote-updated": "S'ha actualitzat el vot", + "you-can-add-a-new-scheduling-date-to-your-poll": "Podeu afegir una altra data de programació a l'enquesta.", + "your-poll-has-been-removed": "S'ha eliminat l'enquesta!", + "and-add-a-new-column-with": "i afegeix una columna nova amb", + "remove-a-column-or-a-line-with": "treu una columna o una línia amb", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Els usuaris que han votat «Si cal» per a aquesta opció han deixat aquestes adreces de correu electrònic:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Els usuaris que han votat «No» per a aquesta opció han deixat aquestes adreces de correu electrònic:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Els usuaris que han votat «Sí» per a aquesta opció han deixat aquestes adreces de correu electrònic:", + "deletion-date": "Data de supressió:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Si voleu votar en aquesta enquesta, cal que indiqueu el vostre nom, feu l'elecció i envieu-la seleccionant el botó de desar al final de la línia.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "L'administrador ha blocat aquesta enquesta. Els vots i els comentaris estan congelats, ja no és possible de participar-hi", + "the-poll-has-expired-it-will-soon-be-deleted": "L'enquesta ha caducat, aviat se suprimirà.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "S'ha desat el vostre vot, però tingueu en compte que cal que conserveu aquest enllaç personalitzat per a poder-lo modificar." +} diff --git a/public/assets/i18n/po/converted/de.json b/public/assets/i18n/po/converted/de.json new file mode 100644 index 0000000..fa88b7e --- /dev/null +++ b/public/assets/i18n/po/converted/de.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Umfrage erstellen", + "define-dates-or-subjects-to-choose-from": "Zeitpunkte oder andere Optionen zur Auswahl stellen", + "discuss-and-make-a-decision": "Besprechen und Entscheidungen treffen", + "do-you-want-to": "Wollen Sie sich", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate ist ein Online-Dienst, der Ihnen bei der Absprache von Terminen oder der Entscheidungsfindung hilft. Es ist keine Registrierung erforderlich.", + "here-is-how-it-works": "So funktioniert es:", + "send-the-poll-link-to-your-friends-or-colleagues": "Link zur Umfrage an Ihre Freunde oder Kollegen schicken", + "what-is-framadate": "Was ist Framadate?", + "view-an-example": "ein Beispiel ansehen?", + "cecill-b-license": "CeCILL-B Lizenz", + "framadate-is-licensed-under-the": "Sie ist lizenziert unter der", + "framadate-was-initially-based-on": "Framadate basierte zunächst auf", + "the-software": "Die Software", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Für diese Software müssen JavaScript und Cookies aktiviert sein. Sie ist mit folgenden Webbrowsern kompatibel:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": ", einer von der Universität von Straßburg entwickelten Software. Heute wird sie vom Verein Framasoft weiterentwickelt.", + "grow-your-own": "Bestellen Sie ihren Garten", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Wenn Sie die Software für die eigene Nutzung installieren und damit Ihre Unabhängigkeit erhöhen möchten, helfen wir Ihnen auf:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Um an der Entwicklung der Software teilzunehmen, Verbesserungen vorzuschlagen oder um sie herunterzuladen, rufen sie diese Seite auf: ", + "the-development-site": "die Seite der Entwickler", + "Actions": "Aktionen", + "Administration": "Verwaltung", + "Author": "Autor", + "back-to-administration": "Zurück zur Verwaltung", + "change-the-poll": "Umfrage ändern", + "Email": "E-Mail-Adresse", + "Executed": "Ausgeführt", + "expiry-date": "Ablaufdatum", + "Fail": "Fehler", + "failed": "Fehlgeschlagen:", + "Format": "Format", + "Installation": "Installation", + "Logs": "Verlauf", + "Migration": "Migration", + "Nothing": "Nichts", + "pages": "Seiten:", + "poll-id": "Umfrage-ID", + "poll-deleted": "Umfrage gelöscht", + "Polls": "Umfragen", + "Purge": "Säuberung", + "purge-the-polls": "Umfragen vollständig löschen", + "purged": "Entfernt:", + "see-the-poll": "Umfrage ansehen", + "skipped": "Übersprungene:", + "Status": "Status", + "succeeded": "Erfolgreich:", + "Success": "Erfolg", + "Summary": "Zusammenfassung", + "Title": "Titel", + "Votes": "Stimmen", + "Waiting": "Wartend", + "polls-in-the-database-at-this-time": "Umfragen derzeit in der Datenbank", + "check-again": "Erneut prüfen", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Für eine verbesserte Sicherheit sollten Sie in Erwägung ziehen, die OpenSSL-Erweiterung zu aktivieren.", + "consider-setting-the-date-timezone-in-php-ini": "Ziehen Sie in Erwägung, date.timezone in der php.ini zu konfigurieren.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Setzen Sie « session.cookie_httponly = 1 » in Ihrer php.ini oder fügen Sie « php_value session.cookie_httponly 1 » Ihrer .htaccess Datei hinzu, so dass auf Cookies nicht per Javascript zugegriffen werden kann.", + "continue-the-installation": "Installation fortsetzen", + "cookies-are-served-from-http-only": "Cookies werden nur über HTTP ausgeliefert.", + "installation-checking": "Überprüfung der Installation", + "openssl-extension-loaded": "Die OpenSSL-Erweiterung ist geladen.", + "php-intl-extension-is-enabled": "Die PHP-Erweiterung Intl ist aktiviert.", + "php-version-x-is-enough-needed-at-least-php-x": "PHP Version %s ist ausreichend (mindestens PHP %s wird benötigt).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "Der Konfigurationspfad (%s) ist nicht beschreibbar und es existiert keine Konfigurationsdatei (%s).", + "the-config-file-directory-x-is-writable": "Die Konfigurationsdatei (%s) ist beschreibbar.", + "the-config-file-exists": "Die Konfigurationsdatei existiert.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "Der Vorlagen-Übersetzungspfad (%s) existiert in \"%s\" nicht. Versuchen Sie die Installation erneut zu starten.", + "the-template-compile-directory-x-is-not-writable": "Der Vorlagen-Übersetzungspfad (%s) ist nicht beschreibbar.", + "the-template-compile-directory-x-is-writable": "Der Vorlagen-Übersetzungspfad (%s) ist beschreibbar.", + "you-need-to-enable-the-php-intl-extension": "Sie müssen die PHP-Erweiterung Intl aktivieren.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Ihre PHP-Version (%s) ist zu alt. Diese Anwendung benötigt mindestens PHP Version %s.", + "date-timezone-is-set": "date.timezone ist konfiguriert.", + "add-a-comment-to-the-poll": "Kommentar zur Abstimmung abgeben", + "Comment": "Ihr Kommentar", + "comment-saved": "Kommentar hinzugefügt", + "Comments": "Kommentare der Teilnehmer", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Geben Sie Ihren Namen und einen Kommentar ein bevor Sie das Formular abschicken", + "remove-comment": "Kommentar entfernen", + "submit-comment": "Kommentar abschicken", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A, den %e. %B %Y", + "b-y": "%B %Y", + "y-m-x": "%Y-%m-%d", + "a-e": "%a %e", + "m-x-y-h-m": "%Y-%m-%d %H:%M", + "add-range-dates": "Datumsbereich hinzufügen", + "end-date": "Enddatum", + "start-date": "Startdatum", + "Y-m-d": "d-m-Y", + "you-can-select-at-most-4-months": "Es können maximal 4 Monate ausgewählt werden", + "yyyy-mm-dd": "dd-mm-yyyy", + "yyyy-mm-dd-for-humans": "Tag-Monat-Jahr", + "edit-link-for-poll-x": "Link für die Abstimmung \"%s\" bearbeiten", + "here-is-the-link-for-editing-your-vote": "Hier ist der Link zum Ändern ihrer Stimme:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Wenn Sie Ihren persönlichen Link nicht verlieren möchten, können wir Ihnen diesen per E-Mail zusenden.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Bitte warten Sie %d Sekunden bis die E-Mail an Sie gesendet werden kann. Versuchen Sie es dann erneut.", + "REMINDER": "HINWEIS", + "Send": "Absenden", + "the-email-address-is-not-correct": "Die E-Mail-Adresse ist fehlerhaft.", + "your-reminder-has-been-successfully-sent": "Ihre Erinnerungsnachricht wurde erfolgreich abgesendet!", + "adding-vote-failed": "Stimmabgabe fehlgeschlagen", + "cant-create-an-empty-column": "Es kann keine leere Spalte angelegt werden.", + "cant-create-the-config-php-file-in-x": "Die config.php kann nicht in '%s' angelegt werden.", + "comment-failed": "Abgabe des Kommentars gescheitert", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Cookies werden von Ihrem Browser abgelehnt. Um eine Umfrage zu erstellen, müssen Sie Cookies zulassen.", + "enter-a-name": "Geben Sie einen Namen ein", + "enter-a-name-and-a-comment": "Geben Sie einen Namen und einen Kommentar ein!", + "enter-a-title": "Titel eingeben", + "enter-an-email-address": "Geben Sie eine E-Mail Adresse ein", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Fehler bei der Beschränkung der Anzahl der Stimmen: Der Wert muss größer als 0 sein", + "error": "Fehler!", + "failed-to-delete-all-comments": "Es konnten nicht alle Kommentare gelöscht werden", + "failed-to-delete-all-votes": "Es konnten nicht alle Stimmen gelöscht werden", + "failed-to-delete-column": "Löschen der Spalte fehlgeschlagen", + "failed-to-delete-the-comment": "Der Kommentar konnte nicht gelöscht werden", + "failed-to-delete-the-poll": "Die Umfrage konnte nicht gelöscht werden", + "failed-to-delete-the-vote": "Löschen der Stimme gescheitert!", + "failed-to-insert-the-comment": "Speichern des Kommentars gescheitert!", + "failed-to-save-poll": "Speichern der Umfrage fehlgeschlagen", + "forbidden": "Verboten!", + "GenericErrorPollCreation": "Oh nein! Deine Umfrage konnte leider nicht erstellt werden. Bitte versuche es später erneut.", + "identifier-is-already-used": "Der Bezeichner ist bereits in Verwendung", + "if-you-quit-now-your-changes-will-be-lost": "Wenn die Seite jetzt verlassen wird, werden die Änderungen verworfen.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "Javascript ist in Ihrem Browser deaktiviert. Um eine Umfrage zu erstellen, müssen Sie es aktivieren.", + "missing-values": "Fehlende Werte", + "no-polls-found": "Keine Umfragen gefunden", + "password-is-empty": "Das Passwort ist leer.", + "passwords-do-not-match": "Die Passwörter stimmen nicht überein.", + "poll-has-been-updated-before-you-vote": "Die Abstimmung wurde vor Ihrer Stimmabgabe aktualisiert", + "something-has-gone-wrong": "Etwas ging schief ...", + "something-is-wrong-with-the-format": "Mit dem Format stimmt etwas nicht", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Etwas stimmt mit dem Format nicht: Individuelle URLs dürfen nur aus alphanumerischen Zeichen und Bindestrichen bestehen.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Etwas ist falsch mit dem Format: Es darf kein Leerzeichen vor oder nach dem Namen stehen.", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "Die Adresse ist nicht korrekt! Sie sollten eine gültige E-Mail-Adresse angeben, damit Ihnen der Link zur Umfrage zugeschickt werden kann.", + "the-column-already-exists": "Die Spalte existiert bereits", + "the-name-is-invalid": "Der Name ist ungültig.", + "the-name-youve-chosen-already-exists-in-this-poll": "Der von Ihnen eingegebene Name existiert schon in dieser Umfrage!", + "there-is-a-problem-with-your-choices": "Es gibt ein Problem mit Ihrer Auswahl", + "this-identifier-is-not-allowed": "Dieser Bezeichner ist nicht erlaubt", + "this-poll-doesnt-exist": "Diese Umfrage existiert nicht!", + "unable-to-connect-to-database": "Datenbankverbindung fehlgeschlagen", + "update-vote-failed": "Aktualisierung der Stimme fehlgeschlagen", + "you-already-voted": "Sie haben bereits abgestimmt", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Sie können mit den folgenden Optionen keine Umfrage mit versteckten Ergebnissen erzeugen: ", + "you-cant-select-more-than-x-dates": "Es können nicht mehr als %d Termine ausgewählt werden", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Sie haben den ersten Teil der Umfrageerstellung nicht ausgefüllt oder Ihre Session ist abgelaufen.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Ihre Stimme wurde nicht gezählt, da jemand in der Zwischenzeit gewählt hat und dies mit Ihrer Abstimmung und den Umfrage-Bestimmungen in Konflikt stand. Bitte versuchen Sie es erneut.", + "Address": "Adresse", + "created-polls": "Erstellte Umfragen", + "have-a-good-day": "Einen schönen Tag noch!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Hier ist die Liste der Umfragen, die Sie auf %s verwalten:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Wenn Sie diesen Vorgang nicht veranlasst haben und glauben, dass dieser Dienst missbraucht wurde, benachrichtigen Sie bitte den Administrator unter %s.", + "its-address": "Ihre Adresse", + "last-access-date": "Letzter Zugriff", + "list-of-your-polls": "Liste Ihrer Umfragen", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS: Diese E-Mail wurde abgeschickt weil Sie – oder jemand anderes – Zugriff auf die mit Ihrer E-Mail-Adresse angelegten Umfragen angefordert hat.", + "polls-saved-inside-this-browser": "Umfragen, die in diesem Browser gespeichert sind", + "polls-sent": "Umfragen abgeschickt", + "remove-all-my-polls-from-this-browsers-index": "Alle Umfragen aus dem Index dieses Browsers entfernen", + "remove-poll-from-index": "Umfrage vom Index entfernen", + "send-me-my-polls": "Senden Sie mir meine Umfragen", + "send-my-polls-by-email": "Schicken Sie mir meine Umfragen per E-Mail", + "the-date-you-created-or-last-accessed-the-poll": "Das Datum, an dem Sie die Umfrage erstellt oder auf sie zugegriffen haben", + "the-title-of-the-poll": "Der Titel der Umfrage", + "there-are-no-polls-saved-inside-your-browser-yet": "In Ihrem Browser wurden bisher noch keine Umfragen gespeichert", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Um diese Daten zu löschen klicken Sie auf den Mülleimer in der entsprechenden Zeile oder klicken Sie auf « Umfrage vom Index entfernen ». Ihre Umfragen selbst werden dabei nicht gelöscht.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Um Ihre bisherigen Umfragen leichter zu finden, speichern wir jede Umfrage, die Sie erstellt oder die Sie aufgerufen haben, in Ihrem Browser. Die folgenden Daten werden dabei gespeichert:", + "visited-polls": "Aufgerufene Umfragen", + "in-the-format-name-mail-com": "(Format: name@mail.com)", + "Add": "Hinzufügen", + "Back": "Zurück", + "back-to-the-homepage-of": "Zurück zur Startseite von ", + "Cancel": "Abbrechen", + "Choice": "Wahl", + "Classic": "Klassiker", + "Close": "Schließen", + "create-your-own-polls": "Eigene Umfragen erstellen", + "creation-date": "Erstellungsdatum:", + "Date": "Datum", + "Day": "Tag", + "Description": "Beschreibung", + "Edit": "Bearbeiten", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate ist ein Online-Dienst, der Ihnen bei der Absprache von Terminen oder der Entscheidungsfindung hilft.", + "Home": "Startseite", + "Information": "Information", + "legend": "Legende:", + "Link": "Link", + "Markdown": "Markdown", + "Next": "Weiter", + "No": "Nein", + "page-generated-in": "Seite generiert in", + "Poll": "Umfrage", + "Remove": "Entfernen", + "Save": "Speichern", + "Search": "Suche", + "Time": "Uhrzeit", + "under-reserve": "Unter Vorbehalt", + "Validate": "Bestätigen", + "Yes": "Ja", + "your-email-address": "Ihre E-Mail-Adresse", + "your-name": "Ihr Name", + "days": "Tage", + "for": "für", + "months": "Monate", + "seconds": "Sekunden", + "vote": "Stimme", + "votes": "Stimmen", + "with": "mit", + "make-a-standard-poll": "Klassische Umfrage", + "schedule-an-event": "Termin finden", + "where-are-my-polls": "Wo sind meine Umfragen?", + "administrator-mail-address": "E-Mail-Adresse der Anwendung/des Datenbankadministrators", + "application-name": "Name der Anwendung", + "clean-url": "Säubere URLs (boolean)", + "database-driver": "Datenbanktreiber", + "database-hostname": "Datenbank-Hostname", + "database-name": "Datenbankname", + "database-port": "Datenbank-Port", + "default-language": "Standardsprache", + "General": "Allgemeine Konfiguration", + "Install": "Installieren", + "migration-table": "Name der Tabelle, welche den Migrationsstatus speichert", + "Password": "Passwort", + "Prefix": "Tabellen-Präfix", + "respond-to-mail-address": "E-Mail-Adresse für automatische Antworten (sollte auf \"no-reply\" gesetzt werden)", + "User": "Datenbank-Benutzername", + "change-language": "Sprache wechseln", + "select-language": "Sprache wählen", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "„Die Strecke ist lang, aber der Weg ist frei… \"
Framasoft besteht nur durch Ihre Spenden (in Frankreich von der Steuer absetzbar).
Herzlichen Dank für Ihre Unterstützung! https://soutenir.framasoft.org", + "message-for-the-author": "Nachricht für den Autor", + "notification-of-poll-x": "Mitteilung bezüglich der Umfrage: %s", + "participant-link": "Nachricht für die Teilnehmer", + "poll-participation-x": "Beteiligung an der Umfrage: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Jemand hat gerade Ihre Umfrage auf %1$s geändert.", + "someone-just-deleted-your-poll-x": "Jemand hat gerade Ihre Umfrage \"%s\" gelöscht.", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Danke, dass Sie an der Umfrage unter folgendem Link teilnehmen", + "thank-you-for-your-trust": "Danke für Ihr Vertrauen.", + "this-is-the-message-to-forward-to-the-poll-participants": "Dies ist die Nachricht an die Umfrageteilnehmer.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Diese Meldung sollte NICHT an die befragten Personen gesendet werden. Sie sollten sie für sich behalten.

Sie können Ihre Umfrage über den folgenden Link abändern", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "hat abgestimmt.
Sie finden Ihre Umfrage über den Link", + "has-just-created-a-poll-called": " hat gerade eine Umfrage erstellt. Sie trägt den Titel", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "hat eine Stimme aktualisiert.
Sie finden Ihre Umfrage über den Link", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "hat einen Kommentar geschrieben.
Sie finden Ihre Umfrage über den Link", + "thank-you-for-your-understanding": "Danke für Ihr Verständnis.", + "the-application": "Die Anwendung", + "is-currently-under-maintenance": "wird gerade gewartet.", + "submit-access": "Eingabe bestätigen", + "wrong-password": "Falsches Passwort", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Sie müssen ein Passwort eingeben um an der Abstimmung teilzunehmen.", + "you-have-to-provide-a-password-to-access-the-poll": "Sie müssen ein Passwort eingeben um auf die Abstimmung zuzugreifen.", + "x-option": "%s Option", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Jeder wird Ihre E-Mail-Adresse sehen können nachdem Sie abgestimmt haben", + "best-choice": "Beste Alternative", + "best-choices": "Beste Alternativen", + "Chart": "Grafik", + "display-the-chart-of-the-results": "Ergebnisgrafik anzeigen", + "edit-line-x": "Zeile bearbeiten: %s", + "link-to-edit-this-particular-line": "Link zum Ändern dieser Zeile", + "remove-line": "Zeile entfernen:", + "save-choices": "Wahl speichern", + "scroll-to-the-left": "Nach links scrollen", + "scroll-to-the-right": "Nach rechts scrollen", + "the-current-best-choice-is": "Die beste Option ist derzeit:", + "the-current-best-choices-are": "Die besten Optionen sind derzeit:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Der Link zum Ändern dieser Zeile wurde in die Zwischenablage kopiert!", + "Total": "Insgesamt", + "vote-no-for": "Nein-Stimmen für", + "vote-yes-for": "Ja-Stimmen für", + "votes-under-reserve-for": "Ja-Stimmen unter Vorbehalt für", + "polled-user": "Stimme", + "polled-users": "Stimmen", + "admin-link-for-the-poll": "Administrationsseite der Umfrage", + "cancel-the-description-edit": "Änderungen der Beschreibung verwerfen", + "cancel-the-email-address-edit": "Abbruch, E-Mail-Adresse nicht ändern", + "cancel-the-expiration-date-edit": "Abbruch, Ablaufdatum nicht ändern", + "cancel-the-name-edit": "Abbruch, Namen nicht ändern", + "cancel-the-rules-edit": "Abbruch, Regeln nicht ändern", + "cancel-the-title-edit": "Abbruch, Titel nicht ändern", + "creator-of-the-poll": "Autor der Umfrage", + "edit-name": "Den Namen bearbeiten", + "edit-the-description": "Beschreibung bearbeiten", + "edit-the-email-address": "E-Mail-Adresse ändern", + "edit-the-expiry-date": "Das Ablaufdatum bearbeiten", + "edit-the-poll-rules": "Regeln der Umfrage bearbeiten", + "edit-title": "Titel bearbeiten", + "export-to-csv": "CSV-Export", + "no-password": "Kein Passwort", + "only-votes-are-protected": "Nur Abstimmungen sind geschützt", + "password-protected": "Passwortgeschützt", + "poll-rules": "Regeln der Umfrage", + "Print": "Drucken", + "public-link-to-the-poll": "Öffentlicher Link zur Umfrage", + "remove-all-comments": "Alle Kommentare löschen", + "remove-all-votes": "Alle Stimmen löschen", + "remove-password": "Passwort entfernen", + "remove-the-poll": "Umfrage löschen", + "results-are-hidden": "Ergebnisse werden ausgeblendet", + "results-are-visible": "Ergebnisse sind sichtbar", + "rich-editor": "Rich Text Editor", + "save-the-description": "Beschreibung speichern", + "save-the-email-address": "Die neue E-Mail-Adresse speichern", + "save-the-new-expiration-date": "Das neue Ablaufdatum speichern", + "save-the-new-name": "Den neuen Namen speichern", + "save-the-new-rules": "Neue Regeln speichern", + "save-the-new-title": "Den neuen Titel speichern", + "simple-editor": "Einfacher Editor", + "title-of-the-poll": "Titel der Umfrage", + "voters-email-addresses-are-collected": "Die E-Mail-Adressen der Wähler werden gesammelt", + "voters-email-addresses-are-collected-and-required": "Die E-Mail-Adressen der Wähler werden gesammelt und benötigt", + "voters-email-addresses-are-collected-required-and-verified": "Die E-Mail-Adressen der Wähler werden gesammelt, benötigt und überprüft", + "voters-email-addresses-are-not-collected": "Die E-Mail-Adressen der Wähler werden nicht gesammelt", + "votes-and-comments-are-locked": "Abstimmungen und Kommentare sind gesperrt", + "votes-protected-by-password": "Abstimmungen sind passwortgeschützt", + "all-voters-can-modify-any-vote": "Jeder Teilnehmer kann jede abgegebene Stimme ändern", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Mit der Verwendung eines Bezeichners können möglicherweise Personen unerwünscht Zugriff auf die Umfrage erhalten. Es wird empfohlen sie mit einem Passwort zu schützen.", + "collect-voters-email-addresses": "Sammeln der E-Mail-Adressen der Wähler", + "Confirmation": "Passwortbestätigung", + "customize-the-url": "Link anpassen", + "email-addresses-are-collected-but-not-required": "E-Mail-Adressen werden gesammelt aber sind nicht benötigt", + "email-addresses-are-not-collected": "E-Mail-Adressen werden nicht gesammelt", + "email-addresses-are-required": "E-Mail-Adressen werden benötigt", + "email-addresses-are-required-and-verified": "E-Mail-Adressen werden benötigt und überprüft", + "go-to-step-2": "Weiter zum 2. Schritt", + "limit-the-amount-of-voters-per-option": "Anzahl der Stimmen pro Option begrenzen", + "more-informations-here": "Weitere Informationen gibt es hier:", + "only-the-poll-maker-can-see-the-poll-results": "Einzig der Autor der Abstimmung kann die Ergebnisse einsehen", + "optional-parameters": "Optionale Einstellungen", + "Permissions": "Berechtigungen", + "poll-creation-1-of-3": "Umfrage erstellen (Schritt 1 von 3)", + "poll-link": "Bezeichner", + "poll-title": "Titel der Umfrage", + "receive-an-email-for-each-new-comment": "Bei jedem neuen Kommentar eine E-Mail erhalten", + "receive-an-email-for-each-new-vote": "Bei jeder neuen Stimme eine E-Mail erhalten", + "required-fields-cannot-be-left-blank": "Mit * markierte Felder müssen ausgefüllt sein.", + "the-identifier-can-contain-letters-numbers-and-dashes": "Der Bezeichner kann Buchstaben, Zahlen und Bindestriche \"-\" enthalten.", + "the-results-are-publicly-visible": "Die Ergebnisse sind öffentlich einsehbar", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Sie können das Markdown Format nutzen um die Beschreibung attraktiver zu gestalten.", + "use-a-password-to-restrict-access": "Ein Passwort verwenden um den Zugriff zu beschränken", + "value-max": "Wert Max", + "voters-can-modify-their-own-vote-themselves": "Teilnehmer können ihre Stimmen verändern", + "votes-cannot-be-modified": "Stimmen können nicht verändert werden", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Achtung: Jeder kann die E-Mail-Adressen der zur Umfrage eingeladenen Benutzer sehen da jeder Wähler jede Stimme verändern kann. Sie sollten die Zugriffsrechte beschränken.", + "you-are-in-the-poll-creation-section": "Hier erstellen Sie die Umfrage", + "you-can-enable-or-disable-the-editor-at-will": "Sie können den Editor nach Belieben ein- und wieder ausschalten.", + "votes-per-option": "Stimmen pro Option", + "go-to-step-3": "Weiter zum 3. Schritt", + "return-to-step-1": "Zurück zum 1. Schritt", + "add-a-choice": "Eine Auswahlmöglichkeit hinzufügen", + "add-a-link-or-an-image": "Link oder Bild hinzufügen", + "alternative-text": "Alternativer Text", + "links-or-images-can-be-included-using": "Sie haben die Möglichkeit Links oder Bilder vorzuschlagen; verwenden Sie dazu", + "markdown-syntax": "Markdown Syntax", + "poll-options-2-of-3": "Umfrageoptionen (2 von 3)", + "remove-a-choice": "Eine Auswahlmöglichkeit entfernen", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Diese Felder sind optional. Sie können einen Link, ein Bild oder beides hinzufügen.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Beim Erstellen einer Umfrage müssen mindestens zwei Alternativen zur Auswahl gestellt werden.", + "url-of-the-image": "URL des Bildes", + "you-can-add-or-remove-choices-with-the-buttons": "Um Auswahlmöglichkeiten hinzuzufügen oder zu entfernen, verwenden Sie die Buttons", + "add-a-day": "Einen Tag hinzufügen", + "add-a-time-slot": "Eine Uhrzeit hinzufügen", + "choose-dates-for-your-poll": "Terminvorschläge für Ihre Umfrage machen", + "copy-times-from-the-first-day": "Uhrzeiten des ersten Tags kopieren", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Für jeden ausgewählten Tag können Sie fakultativ Uhrzeiten vorschlagen (z. B.: \"8h\", \"8:30\", \"8h-10h\", \"abends\", usw.)", + "poll-dates-2-of-3": "Umfragedaten (2 von 3)", + "remove-a-day": "Einen Tag entfernen", + "remove-a-time-slot": "Eine Uhrzeit entfernen", + "remove-all-days": "Alle Tage entfernen", + "remove-all-times": "Alle Uhrzeiten entfernen", + "remove-this-day": "Diesen Tag entfernen", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Um eine Terminabsprache zu konfigurieren, müssen Sie mindestens zwei alternative Zeitpunkte vorschlagen (zwei Uhrzeiten am gleichen Tag oder verschiedene Tage).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Sie können weitere Tage und Uhrzeiten über die Buttons hinzufügen oder entfernen", + "back-to-step-2": "Zurück zum 2. Schritt", + "confirm-the-creation-of-your-poll": "Bestätigen Sie die Erstellung ihrer Umfrage", + "create-the-poll": "Umfrage erstellen", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Tag der Archivierung:", + "list-of-options": "Liste Ihrer Auswahlmöglichkeiten", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Wenn Sie die Erzeugung ihrer Umfrage bestätigt haben, werden sie automatisch zur Administrationsseite ihrer Umfrage weitergeleitet.", + "removal-date-and-confirmation-3-of-3": "Abstimmungszeitraum und Bestätigung (3 von 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Sie werden zwei E-Mails erhalten: Die eine enthält den Link zur Umfrage für die Teilnehmer, die andere den Link zur Administrationsseite für Ihre Umfrage.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Sie können das Datum der Archivierung vorverlegen.", + "your-poll-will-automatically-be-archived": "Ihre Umfrage wird automatisch archiviert", + "your-poll-will-be-automatically-archived-in-x-days": "Ihre Umfrage wird automatisch in %d Tagen archiviert werden.", + "after-the-last-date-of-your-poll": "nach dem letzten Termin der Abstimmung archiviert.", + "version-x": "Version %s", + "add-a-column": "Spalte hinzufügen", + "adding-a-column": "Spalte hinzufügen", + "all-comments-deleted": "Alle Kommentare gelöscht", + "all-votes-deleted": "Alle Wertungen werden gelöscht", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Als Administrator der Umfrage können Sie alle Zeilen der Umfrage über diesen Button ändern", + "back-to-the-poll": "Zurück zur Umfrage", + "choice-added": "Option hinzugefügt", + "collect-the-emails-of-the-polled-users-for-the-choice": "Sammeln der E-Mail-Adressen der zur Abstimmung eingeladenen Benutzer für die Auswahl", + "column-deleted": "Spalte entfernt", + "comment-deleted": "Kommentar gelöscht", + "confirm-removal-of-all-comments": "Bestätigen Sie die Löschung aller Kommentare aus der Umfrage", + "confirm-removal-of-all-votes": "Bestätigen Sie die Entfernung aller Wertungen aus der Umfrage", + "confirm-removal-of-the-column": "Bestätigen Sie die Entfernung der Spalte", + "confirm-removal-of-your-poll": "Bestätigen Sie die Löschung ihrer Umfrage", + "delete-poll": "Umfrage löschen", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Abschließend können Sie Informationen wie Titel, Kommentare oder Ihre E-Mail-Adresse ändern.", + "keep-comments": "Kommentare beibehalten", + "keep-the-comments": "Kommentare beibehalten", + "keep-the-poll": "Umfrage beibehalten", + "keep-the-votes": "Wertungen beibehalten", + "keep-this-poll": "Diese Umfrage beibehalten", + "keep-votes": "Stimmabgaben beibehalten", + "poll-fully-deleted": "Umfrage vollständig gelöscht", + "poll-saved": "Umfrage gespeichert", + "remove-column": "Spalte entfernen", + "remove-the-comments": "Kommentare entfernen", + "remove-the-votes": "Stimmen entfernen", + "the-poll-was-created": "Die Umfrage wurde erstellt.", + "vote-added": "Stimme hinzugefügt", + "vote-deleted": "Stimme gelöscht", + "vote-updated": "Stimme aktualisiert", + "you-can-add-a-new-scheduling-date-to-your-poll": "Sie können Ihrer Umfrage ein neues Datum hinzufügen.", + "your-poll-has-been-removed": "Ihre Umfrage wurde gelöscht!", + "and-add-a-new-column-with": "und neue Spalte hinzufügen mit", + "remove-a-column-or-a-line-with": "Zeile oder Spalte entfernen mit", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Benutzer, die mit \"Unter Vorbehalt\" für diese Option abgestimmt haben, haben folgende E-Mail-Adressen:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Benutzer, die mit \"Nein\" für diese Option abgestimmt haben, haben folgende E-Mail-Adressen:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Benutzer, die mit \"Ja\" für diese Option abgestimmt haben, haben folgende E-Mail-Adressen:", + "deletion-date": "Löschdatum:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Wenn Sie an dieser Umfrage teilnehmen möchten, müssen Sie ihren Namen angeben, die Auswahl treffen, die Ihnen am ehesten zusagt und mit dem Speichern-Button am Ende der Zeile bestätigen.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "Die Abstimmung wurde vom Administrator gesperrt. Bewertungen und Kommentare wurden eingefroren; es ist nicht mehr möglich teilzunehmen", + "the-poll-has-expired-it-will-soon-be-deleted": "Der Zeitraum für die Umfrage ist überschritten, sie wird bald gelöscht werden.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Ihre Stimme wurde gezählt, aber beachten Sie, dass diese Umfrage die nachträgliche Änderung Ihrer Wertung nur über den nachfolgend genannten, personalisierten Link erlaubt; verwahren Sie ihn an einem sicheren Ort!" +} diff --git a/public/assets/i18n/po/converted/el.json b/public/assets/i18n/po/converted/el.json new file mode 100644 index 0000000..5596cde --- /dev/null +++ b/public/assets/i18n/po/converted/el.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Δημιουργία ψηφοφορίας", + "define-dates-or-subjects-to-choose-from": "Καθορίστε ημερομηνίες ή θέματα προς ψηφοφορία", + "discuss-and-make-a-decision": "Συζητήστε και λάβετε μια απόφαση", + "do-you-want-to": "Επιθυμείτε", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Το Framadate είναι μία διαδικτυακή υπηρεσία για τον προγραμματισμό συναντήσεων ή για την εύκολη και γρήγορη λήψη αποφάσεων. Δεν απαιτείται εγγραφή.", + "here-is-how-it-works": "Λειτουργεί έτσι:", + "send-the-poll-link-to-your-friends-or-colleagues": "Αποστείλετε τον σύνδεσμο της ψηφοφορίας στους φίλους ή τους συνεργάτες σας", + "what-is-framadate": "Τι είναι το Framadate;", + "view-an-example": "προβολή παραδείγματος;", + "cecill-b-license": "CeCILL-B άδεια χρήσης", + "framadate-is-licensed-under-the": "Το Framadate είναι αδειοδοτημένο υπό την", + "framadate-was-initially-based-on": "Το Framadate αρχικά βασίστηκε στο", + "the-software": "Το λογισμικό", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Αυτό το λογισμικό απαιτεί την χρήση javascript και τα cookies ενεργοποιημένα. Είναι συμβατό με τους ακόλουθους περιηγητές:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "λογισμικό αναπτυγμένο από το Πανεπιστήμιο του Στρασβούργου. Σήμερα, αναπτύσεται από τον όμιλο Framasoft.", + "grow-your-own": "Καλλιεργήστε το δικό σας", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Αν επιθυμείτε να εγκαταστήσετε το λογισμικό για προσωπική χρήση και έτσι να ενισχύσετε την ανεξαρτησία σας, μπορούμε να σας βοηθήσουμε εδώ:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Για να συμμετέχετε στην ανάπτυξη του λογισμικού, να προτείνετε βελτιώσεις ή απλά να κάνετε λήψη, παρακαλούμε επισκεφθείτε", + "the-development-site": "τον ιστότοπο ανάπτυξης", + "Actions": "Ενέργειες", + "Administration": "Διαχείριση", + "Author": "Συγγραφέας", + "back-to-administration": "Επιστροφή στην διαχείριση", + "change-the-poll": "Μεταβολή της ψηφοφορίας", + "Email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", + "Executed": "Εκτελέστηκε", + "expiry-date": "Ημερομηνία λήξης", + "Fail": "Αποτυχία", + "failed": "Απέτυχε:", + "Format": "Μορφή", + "Installation": "Εγκατάσταση", + "Logs": "Αρχεία καταγραφής", + "Migration": "Μεταφορά", + "Nothing": "Τίποτα", + "pages": "Σελίδες:", + "poll-id": "Αναγνωριστικό Ψηφοφορίας", + "poll-deleted": "Η ψηφοφορία διαγράφηκε", + "Polls": "Ψηφοφορίες", + "Purge": "Εκκαθάριση", + "purge-the-polls": "Εκκαθάριση ψηφοφοριών", + "purged": "Εκκαθαρίστηκαν:", + "see-the-poll": "Προβολή ψηφοφορίας", + "skipped": "Παραλείφθηκαν:", + "Status": "Κατάσταση", + "succeeded": "Επιτυχημένα:", + "Success": "Επιτυχία", + "Summary": "Σύνοψη", + "Title": "Τίτλος", + "Votes": "Ψήφοι", + "Waiting": "Σε αναμονή", + "polls-in-the-database-at-this-time": "ψηφοφορίες στην βάση δεδομένων αυτή τη στιγμή", + "check-again": "Επανέλεγχος", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Για αυξημένη ασφάλεια εξετάστε την ενεργοποίηση της PHP επέκτασης OpenSSL.", + "consider-setting-the-date-timezone-in-php-ini": "Εξετάστε την ρύθμιση του date.timezone στο php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Εξετάστε την ρύθμιση του « session.cookie_httponly = 1 » στο php.ini ή προσθέστε το « php_value session.cookie_httponly 1 » στο .htaccess ώστε τα cookies να μην είναι προσβάστιμα μέσω της Javascript.", + "continue-the-installation": "Συνέχεια εγκατάστασης", + "cookies-are-served-from-http-only": "Τα cookies εξυπηρετούνται μόνο από το HTTP.", + "installation-checking": "Έλεγχος εγκατάστασης", + "openssl-extension-loaded": "Η OpenSSL επέκταση έχει φορτωθεί.", + "php-intl-extension-is-enabled": "Η επέκταση PHP Intl έχει ενεργοποιηθεί.", + "php-version-x-is-enough-needed-at-least-php-x": "Η έκδοση PHP %s επαρκεί (απαιτείται τουλάχιστον PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "Ο φάκελος του config file (%s) δεν μπορεί να εγγραφεί και το config file (%s) δεν υπάρχει.", + "the-config-file-directory-x-is-writable": "Ο φάκελος του config file (%s) είναι εγγράψιμος.", + "the-config-file-exists": "Το config έγγραφο υπάρχει.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "Ο πρότυπος φάκελος μεταγλώττισης (template compile directory) (%s) δεν υπάρχει στο \"%s\". Δοκιμάστε ξανά την εγκατάσταση.", + "the-template-compile-directory-x-is-not-writable": "Ο πρότυπος φάκελος μεταγλώττισης (template compile directory) (%s) δεν είναι εγγράψιμος.", + "the-template-compile-directory-x-is-writable": "Ο πρότυπος φάκελος μεταγλώττισης (template compile directory) (%s) είναι εγγράψιμος.", + "you-need-to-enable-the-php-intl-extension": "Πρέπει να ενεργοποιήσετε την επέκταση PHP Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Η έκδοση PHP (%s) είναι πολύ παλιά. Αυτή τη εφαρμογή χρειάζεται τουλάχιστον την PHP έκδοση (%s).", + "date-timezone-is-set": "το date.timezone έχει ρυθμιστεί.", + "add-a-comment-to-the-poll": "Προσθέστε ένα σχόλιο στην ψηφοφορία", + "Comment": "Σχόλιο", + "comment-saved": "Το σχόλιο αποθηκεύθηκε", + "Comments": "Σχόλια", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Εισάγετε το όνομα και το σχόλιό σας πριν την υποβολλή της φόρμας", + "remove-comment": "Αφαίρεση σχολίου", + "submit-comment": "Υποβολή σχολίου", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A, %B %e, %Y", + "b-y": "%B %Y", + "y-m-x": "%Χ-%μ-%η", + "a-e": "%a %e", + "m-x-y-h-m": "%μ/%η/%Χ %Ω:%Λ", + "add-range-dates": "Προσθήκη φάσματος ημερομηνιών", + "end-date": "Τελική ημερομηνία", + "start-date": "Αρχική ημερομηνία", + "Y-m-d": "E-μ-η", + "you-can-select-at-most-4-months": "Μπορείτε να επιλέξετε το μέγιστο 4 μήνες", + "yyyy-mm-dd": "χχχχ-μμ-ηη", + "yyyy-mm-dd-for-humans": "χχχχ-μμ-ηη-για-ανθρώπους", + "edit-link-for-poll-x": "Επεξεργασία συνδέσμου για ψηφοφορία \"%s\"", + "here-is-the-link-for-editing-your-vote": "Σύνδεσμος επεξεργασίας ψηφοφορίας:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Αν δεν θέλετε να απωλέσετε τον εξατομικευμένο σύνδεσμο, μπορούμε να σας τον αποστείλουμε με email.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Παρακαλούμε περιμένετε %d δευτερόλεπτα μέχρι να σας αποστείλουμε το email και έπειτα δοκιμάστε ξανά.", + "REMINDER": "ΥΠΕΝΘΥΜΙΣΗ", + "Send": "Αποστολή", + "the-email-address-is-not-correct": "Η διεύθυνση email δεν είναι σωστή.", + "your-reminder-has-been-successfully-sent": "Η υπενθύμισή σας έχει αποσταλεί!", + "adding-vote-failed": "Η προσθήκη ψήφου απέτυχε", + "cant-create-an-empty-column": "Δεν μπορεί να δημιουργηθεί κενή στήλη.", + "cant-create-the-config-php-file-in-x": "Αδυναμία δημιουργίας του config.php στο '%s'.", + "comment-failed": "Ο σχολιασμός απέτυχε", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Τα cookies είναι απενεργοποιημένα για τον περιηγητή σας. Είναι απαραίτητα για την δημιουργία ψηφοφορίας.", + "enter-a-name": "Εισάγετε όνομα", + "enter-a-name-and-a-comment": "Εισάγετε όνομα και σχόλιο!", + "enter-a-title": "Εισάγετε τίτλο", + "enter-an-email-address": "Εισάγετε email", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Σφάλμα στο όριο των ψήφων: Η τιμή πρέπει να είναι ακέραια μεγαλύτερη από 0", + "error": "Σφάλμα!", + "failed-to-delete-all-comments": "Αποτυχία διαγραφής όλων των σχολίων", + "failed-to-delete-all-votes": "Αποτυχία διαγραφής όλων των ψήφων", + "failed-to-delete-column": "Αποτυχία διαγραφής στήλης", + "failed-to-delete-the-comment": "Αποτυχία διαγραφής σχολίου", + "failed-to-delete-the-poll": "Αποτυχία διαγραφής ψηφοφορίας", + "failed-to-delete-the-vote": "Αποτυχία διαγραφής ψήφου!", + "failed-to-insert-the-comment": "Αποτυχία εισαγωγής σχολίου!", + "failed-to-save-poll": "Αποτυχία αποθήκευσης ψηφοφορίας", + "forbidden": "Απαγορευμένο!", + "GenericErrorPollCreation": "Ώχ όχι! Η ψηφοφορία δεν μπορεί να δημιουργηθεί αυτή τη στιγμή. Λυπούμαστε γι' αυτό. Παρακαλούμε δοκιμάστε ξανά αργότερα.", + "identifier-is-already-used": "Το αναγνωριστιικό έχει χρησιμοποιηθεί ήδη", + "if-you-quit-now-your-changes-will-be-lost": "Αν εγκαταλείψετε τώρα, οι αλλαγές σας θα απολεστούν.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "Η JavaScript είναι απενεργοποιημένη στον περιηγητή σας. Απαιτείται για την δημιουργία ψηφοφορίας.", + "missing-values": "Λείπουν τιμές", + "no-polls-found": "Δεν βρέθηκαν ψηφοφορίες", + "password-is-empty": "Ο κωδικός είναι κενός.", + "passwords-do-not-match": "Οι κωδικοί δεν ταιριάζουν.", + "poll-has-been-updated-before-you-vote": "Η ψηφοφορία έχει ενημερωθεί πριν ψηφήσετε", + "something-has-gone-wrong": "Κάτι πήγε στραβά...", + "something-is-wrong-with-the-format": "Κάτι δεν είναι σωστό στην μορφή", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Κάτι είναι λάθος στην μορφή: Τα εξατομικευμένα URL πρέπει να αποτελούνται μόνο από αλφαριθμητικούς χαρακτήρες και παύλες.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Κάτι δεν είναι λάθος στην μορφή: το όνομα δεν πρέπει να έχει κενά στην αρχή ή στο τέλος", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "Η διεύθυνση δεν είναι σωστή! Πρέπει να εισάγετε ένα έγκυρο email (της μορφής r.stallman@outlock.com) ώστε να λάβετε τον σύνδεσμο της ψηφοφορίας σας.", + "the-column-already-exists": "Η στήλη υπάρχει ήδη", + "the-name-is-invalid": "Το όνομα δεν είναι έγκυρο.", + "the-name-youve-chosen-already-exists-in-this-poll": "Το όνομα που έχετε επιλέξει υπάρχει ήδη στην συγκεκριμη ψηφοφορία!", + "there-is-a-problem-with-your-choices": "Υπάρχει ένα πρόβλημα με τις επιλογές σας", + "this-identifier-is-not-allowed": "Αυτό το αναγνωριστικό δεν επιτρέπεται", + "this-poll-doesnt-exist": "Αυτή η ψηφοφορία δεν υπάρχει!", + "unable-to-connect-to-database": "Αποτυχία σύνδεσης στην βάση δεδομένων", + "update-vote-failed": "Η ενημέρωση της ψήφου απέτυχε", + "you-already-voted": "Έχετε ψηφήσει ήδη", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Δεν μπορείτε να δημιουργήσετε μια ψηφοφορία με κρυφά αποτελέσματα με την ακόλουθη επιλογή: ", + "you-cant-select-more-than-x-dates": "Δεν μπορείτε να επιλέξετε περισσότερες από %d ημερομηνίες", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Δεν έχετε συμπληρώσει το πρώτο τμήμα της δημιουργίας ψηφοφορίας, ή έχει λήξει η συνεδρία σας.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Η ψήφος σας δεν έχει καταμετρηθεί, διότι κάποιος άλλος ψήφισε στο μεταξύ προκαλώντας σύκγρουση με την επιλογή σας και με τους όρους της ψηφοφορίας. Παρακαλώ δοκιμάστε ξανά.", + "Address": "Διεύθυνση", + "created-polls": "Δημιουργηθείσες ψηφοφορίες", + "have-a-good-day": "Καλή σας μέρα!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Αυτή είναι μια λίστα των ψηφοφοριών που διαχειρίζεστε στο %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Εάν δεν προκαλέσατε εσείς αυτήν την ενέργεια και εάν νομίζετε ότι έχει γίνει κατάχρηση αυτής της υπηρεσίας, παρακαλώ ενημερώστε τον διαχειριστή στο %s.", + "its-address": "Η διεύθυνσή του", + "last-access-date": "Τελευταία πρόσβαση", + "list-of-your-polls": "Η λίστα των ψηφοφοριών σας", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "ΥΓ: αυτό το email έχει σταλεί γιατί εσείς - ή κάποιος άλλος - ζήτησε να λαμβάνει τις ψηφοφορίες που δημιουργήθηκαν με το email σας.", + "polls-saved-inside-this-browser": "Ψηφοφορίες που αποθηκεύθηκαν σε αυτόν τον περιηγητή", + "polls-sent": "Αποσταλείσες ψηφοφορίες", + "remove-all-my-polls-from-this-browsers-index": "Αφαιρέστε όλες τις ψηφοφορίες μου από τον κατάλογο αυτού του περιηγητή", + "remove-poll-from-index": "Αφαίρεση ψηφοφορίας από τον κατάλογο", + "send-me-my-polls": "Αποστείλετέ μου τις ψηφοφορίες μου", + "send-my-polls-by-email": "Αποστολή των ψηφοφοριών μου με email", + "the-date-you-created-or-last-accessed-the-poll": "Η ημερομηνία δημιουργίας ή τελευταίας πρόσβασης στην ψηφοφορία", + "the-title-of-the-poll": "Ο τίτλος της ψηφοφορίας", + "there-are-no-polls-saved-inside-your-browser-yet": "Δεν υπάρχουν αποθηκευμένες ψηφοφορίες ακόμα στον περιηγητή σας", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Για να διαγράψετε αυτά τα δεδομένα επιλέξτε τον κάδο στην αντίστοιχη γραμμή ή επιλέξτε το «Διαγράψτε τον κατάλογο των ψηφοφοριών μου». Αυτή η ενέργεια δεν θα διαγράψει τις ψηφοφορίες σας.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Για την διευκόλυνση της αναζήτησης προηγούμενων ψηφοφοριών, αποθηκεύουμε στον περιηγητή σας κάθε ψηφοφορία που δημιουργείτε ή έχετε προσπελάσει. Αυτά τα δεδομένα αποθηκεύονται μόνο εντός του συγκεκριμένου περιηγητή. Θα αποθηκευτούν τα ακόλουθα δεδομένα:", + "visited-polls": "Ψηφοφορίες που επισκεφθήκατε", + "in-the-format-name-mail-com": "(στην μορφή name@mail.com)", + "Add": "Προσθήκη", + "Back": "Επιστροφή", + "back-to-the-homepage-of": "Επιστροφή στην αρχική σελίδα", + "Cancel": "Ακύρωση", + "Choice": "Επιλογή", + "Classic": "Κλασική", + "Close": "Κλείσιμο", + "create-your-own-polls": "Δημιουργήστε τις δικές σας ψηφοφορίες", + "creation-date": "Ημερομηνία δημιουργίας:", + "Date": "Ημερομηνία", + "Day": "Ημέρα", + "Description": "Περιγραφή", + "Edit": "Επεξεργασία", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Το Framadate είναι μία διαδικτυακή υπηρεσία για τον προγραμματισμό συναντήσεων ή για την λήψη γρήγορων αποφάσεων.", + "Home": "Αρχική", + "Information": "Πληροφορίες", + "legend": "Θρυλική:", + "Link": "Σύνδεσμος", + "Markdown": "Markdown", + "Next": "Επόμενο", + "No": "Όχι", + "page-generated-in": "Η σελίδα δημιουργήθηκε σε", + "Poll": "Ψηφοφορία", + "Remove": "Αφαίρεση", + "Save": "Αποθήκευση", + "Search": "Αναζήτηση", + "Time": "Ώρα", + "under-reserve": "Υπό δέσμευση", + "Validate": "Επικύρωση", + "Yes": "Ναι", + "your-email-address": "Η διεύθυνση email σας", + "your-name": "Το όνομά σας", + "days": "ημέρες", + "for": "για", + "months": "μήνες", + "seconds": "δευτερόλεπτα", + "vote": "ψήφος", + "votes": "ψήφοι", + "with": "με", + "make-a-standard-poll": "Δημιουργία τυπικής ψηφοφορίας", + "schedule-an-event": "Προγραματίστε μια δραστηριότητα", + "where-are-my-polls": "Που βρίσκονται οι ψηφοφορίες μου;", + "administrator-mail-address": "Διεύθυνση email του διαχειριστή", + "application-name": "Όνομα εφαρμογής", + "clean-url": "Καθαρισμός URL", + "database-driver": "Οδηγός βάσης δεδομένων", + "database-hostname": "Hostname βάσης δεδομένων", + "database-name": "Όνομα βάσης δεδομένων", + "database-port": "Μεταφορά βάσης δεδομένων", + "default-language": "Προκαθορισμένη γλώσσα", + "General": "Γενικά", + "Install": "Εγκατάσταση", + "migration-table": "Πίνακας μετανάστευσης", + "Password": "Κωδικός", + "Prefix": "Πρόθεμα", + "respond-to-mail-address": "Email απάντησης", + "User": "Χρήστης", + "change-language": "Αλλαγή γλώσσας", + "select-language": "Επιλογή γλώσσας", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "\"Ο δρόμος είναι μακρύς, αλλά η διαδρομή καθαρή…\"
Η Framasoft συντηρείται μόνο από τις δωρεές σας.
Ευχαριστούμε για την υποστήριξή σας https://soutenir.framasoft.org", + "message-for-the-author": "Μήνυμα για τον συγγραφέα", + "notification-of-poll-x": "Ειδοποίηση ψηφοφορίας: %s", + "participant-link": "Σύνδεσμος συμμετέχοντα", + "poll-participation-x": "Συμμετοχή στην ψηφοφορία: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Κάποιος μόλις άλλαξε την ψηφοφορία σας στον ακόλουθε σύνδεσμο %1$s.", + "someone-just-deleted-your-poll-x": "Κάποιος μόλις διέγραψε την ψηφοφορία σας \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Ευχαριστούμε για την συμμετοχή σας στην ψηφοφορία του ακόλουθου συνδέσμου", + "thank-you-for-your-trust": "Ευχαριστούμε για την εμπιστοσύνη σας.", + "this-is-the-message-to-forward-to-the-poll-participants": "Αυτό είναι το μήνυμα που θα προωθηθεί στους συμμετέχοντες στην ψηφοφορία.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Αυτό το μήνυμα ΔΕΝ πρέπει να αποσταλεί στους συμμετέχοντες στην ψηφοφορία. Θα πρέπει να κρατηθεί ιδιωτικό.

Μπορείτε να μεταβάλετε την ψηφοφορία σας στον ακόλουθο σύνδεσμο", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "προσέθεσε μία ψήφο.
Μπορείτε να επισκεφθείτε την ψηφοφορία σας στον σύνδεσμο", + "has-just-created-a-poll-called": "μόλις δημιούργησε μία ψηφοφορία με τίτλο", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "ενημέρωσε μία ψήφο.
Μπορείτε να επισκεφθείτε την ψηφοφορία σας στον σύνδεσμο", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "έγραψε ένα σχόλιο.
Μπορείτε να επισκεφθείτε την ψηφοφορία σας στον σύνδεσμο", + "thank-you-for-your-understanding": "Ευχαριστούμε για την κατανόηση.", + "the-application": "Η εφαρμογή", + "is-currently-under-maintenance": "είναι προσωρινά υπό συντήρηση.", + "submit-access": "Υποβολή πρόσβασης", + "wrong-password": "Λάθος κωδικός", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Πρέπει να παρέχεται έναν κωδικό για να συμμετέχετε στην ψηφοφορία.", + "you-have-to-provide-a-password-to-access-the-poll": "Πρέπει να παρέχετε έναν κωδικό για να έχετε πρόσβαση στην ψηφοφορία.", + "x-option": "%s επιλογή", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Οποιοσδήποτε θα μπορεί να δει το email σας αφού ψηφήσετε", + "best-choice": "Βέλτιστη επιλογή", + "best-choices": "Βέλτιστες επιλογές", + "Chart": "Διάγραμμα", + "display-the-chart-of-the-results": "Προβολή διαγράμματος αποτελεσμάτων", + "edit-line-x": "Επεξεργασία γραμμής: %s", + "link-to-edit-this-particular-line": "Σύνδεσμος για επεξεργασία της συγκεκριμένς γραμμής", + "remove-line": "Αφαίρεση γραμμής:", + "save-choices": "Αποθήκευση επιλογών", + "scroll-to-the-left": "Κύλιση προς τα αριστερά", + "scroll-to-the-right": "Κύλιση προς τα δεξιά", + "the-current-best-choice-is": "Η τρέχουσα καλύτερη επιλογή είναι:", + "the-current-best-choices-are": "Οι τρέχουσες καλύτερες επιλογές είναι:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Ο σύνδεσμος για την επεξεργασία της συγκεκριμένης γραμμής έχει αντιγραφεί στο πρόχειρο!", + "Total": "Συνολικά", + "vote-no-for": "Ψηφίστε \"όχι\" για", + "vote-yes-for": "Ψηφίστε \"ναι\" για", + "votes-under-reserve-for": "Ψήφοι υπό δέσμευση από", + "polled-user": "ερωτημένος χρήστης", + "polled-users": "ερωτηθέντες χρήστες", + "admin-link-for-the-poll": "Σύνδεσμος διαχειριστή για την ψηφοφορία", + "cancel-the-description-edit": "Απόρριψη επεξεργασίας περιγραφής", + "cancel-the-email-address-edit": "Απόρριψη επεξεργασίας διεύθυνση email", + "cancel-the-expiration-date-edit": "Απόρριψη επεξεργασίας ημερομηνίας λήξης", + "cancel-the-name-edit": "Απόρριψη επεξεργασίας ονόματος", + "cancel-the-rules-edit": "Απόρριψη επεξεργασίας κανόνων", + "cancel-the-title-edit": "Απόρριψη επεξεργασίας τίτλου", + "creator-of-the-poll": "Δημιουργός ψηφοφορίας", + "edit-name": "Επεξεργασία ονόματος", + "edit-the-description": "Επεξεργασία περιγραφής", + "edit-the-email-address": "Επεξεργασία διεύθυνσης email", + "edit-the-expiry-date": "Επεξεργασία ημερομηνίας λήξης", + "edit-the-poll-rules": "Επεξεργασία κανόνων ψηφοφορίας", + "edit-title": "Επεξεργασία τίτλου", + "export-to-csv": "Εξαγωγή σε CSV", + "no-password": "Κενός κωδικός", + "only-votes-are-protected": "Μόνο οι ψήφοι είναι προστατευμένες", + "password-protected": "Ο κωδικός προστατεύεται", + "poll-rules": "Κανόνες ψηφοφορίας", + "Print": "Εκτύπωση", + "public-link-to-the-poll": "Δημόσιος σύνδεσμος στην ψηφοφορία", + "remove-all-comments": "Αφαίρεση όλων των σχολίων", + "remove-all-votes": "Αφαίρεση όλων των ψήφων", + "remove-password": "Αφαίρεση κωδικού", + "remove-the-poll": "Αφαίρεση ψηφοφορίας", + "results-are-hidden": "Τα αποτελέσματα είναι κρυφά", + "results-are-visible": "Τα αποτελέσματα είναι ορατά", + "rich-editor": "Εμπλουτισμένος επεξεργαστής", + "save-the-description": "Αποθήκευση περιγραφής", + "save-the-email-address": "Αποθήκευση διεύθυνσης email", + "save-the-new-expiration-date": "Αποθήκευση της νέας ημερομηνίας λήξης", + "save-the-new-name": "Αποθήκευση νέου ονόματος", + "save-the-new-rules": "Αποθήκευση νέων κανόνων", + "save-the-new-title": "Αποθήκευση νέου τίτλου", + "simple-editor": "Απλώς επεξεργαστής", + "title-of-the-poll": "Τίτλος ψηφοφορίας", + "voters-email-addresses-are-collected": "Οι διευθύνσεις email των ψηφισάντων έχουν συλλεχθεί", + "voters-email-addresses-are-collected-and-required": "Οι διευθύνσεις email των ψηφισάντων έχουν συλλεχθεί και απαιτούνται", + "voters-email-addresses-are-collected-required-and-verified": "Οι διευθύνσεις email των ψηφισάντων έχουν συλλεχθεί, απαιτούνται και έχουν επαληθευθεί", + "voters-email-addresses-are-not-collected": "Οι διευθύνσεις email των ψηφισάντων δεν έχουν συλλεχθεί", + "votes-and-comments-are-locked": "Η δυνατότητα ψήφου και σχολιασμού είναι κλειδωμένη", + "votes-protected-by-password": "Ψήφοι προστατευμένοι με κωδικό", + "all-voters-can-modify-any-vote": "Όλοι οι ψηφοφόροι μπορούν να επεξεργαστούν οποιαδήποτε ψήφο", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Ορίζοντας ένα αναγνωριστικό που διευκολύνει την πρόσβαση στην ψηφοφορία σε ανεπιθύμητα άτομα. Προτείνεται η προστασία με κωδικό.", + "collect-voters-email-addresses": "Συλλογή διευθύνσεων email ψηφοφόρων", + "Confirmation": "Επιβεβαίωση", + "customize-the-url": "Προσαρμογή διεύθυνσης URL", + "email-addresses-are-collected-but-not-required": "Οι διευθύνσεις email συλλέγονται αλλά δεν απαιτούνται", + "email-addresses-are-not-collected": "Οι διευθύνσεις email δεν συλλέγονται", + "email-addresses-are-required": "Οι διευθύνσεις email απαιτούνται", + "email-addresses-are-required-and-verified": "Οι διευθύνσεις email απαιτούνται και επαληθεύονται", + "go-to-step-2": "Μετάβαση στο βήμα 2", + "limit-the-amount-of-voters-per-option": "Περιορισμός του αριθμού των ψηφοφόρων ανά επιλογή", + "more-informations-here": "Περισσότερες πληροφορίες εδώ:", + "only-the-poll-maker-can-see-the-poll-results": "Μόνο ο δημιουργός της ψηφοφορίας μπορεί να δει τα αποτελέσματα της ψηφοφορίας", + "optional-parameters": "Προαιρετικές παράμετροι", + "Permissions": "Άδειες", + "poll-creation-1-of-3": "Δημιουργία ψηφοφορίας (1 από 3)", + "poll-link": "Σύνδεσμος ψηφοφορίας", + "poll-title": "Τίτλος ψηφοφορίας", + "receive-an-email-for-each-new-comment": "Λήψη email για κάθε νέο σχόλιο", + "receive-an-email-for-each-new-vote": "Λήψη email για κάθε νέα ψήφο", + "required-fields-cannot-be-left-blank": "Τα απαιτούμενα πεδία δεν μπορούν να είναι κενά.", + "the-identifier-can-contain-letters-numbers-and-dashes": "Το αναγνωριστικό μπορεί να περιέχει γράμματα, αριθμούς και παύλες \"-\".", + "the-results-are-publicly-visible": "Τα αποτελέσματα είναι δημοσίως ορατά", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Για να έχει καλύτερη εμφάνιση η περιγραφή, μπορεί να χρησιμοποιηθεί η μορφή Markdown.", + "use-a-password-to-restrict-access": "Χρησιμοποίηση κωδικού για τον περιορισμό της πρόσβασης", + "value-max": "Μέγιστη τιμή", + "voters-can-modify-their-own-vote-themselves": "Οι ψηφοφόροι μπορούν να αλλάξουν οι ίδιοι την δική τους ψήφο", + "votes-cannot-be-modified": "Οι ψήφοι δεν μπορούν να αλλαχθούν", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Προειδοποίηση: Οποιοσδήποτε μπορεί να δει την διεύθυνση email όσων ψήφισαν από τη στιγμή που οποιοσδήποτε ψηφοφόρος μπορεί να μεταβάλει οποιαδήποτε ψήφο. Θα έπρεπε να περιοριστούν τα δικαιώματα πρόσβασης.", + "you-are-in-the-poll-creation-section": "Βρίσκεστε στο τμήμα δημιουργίας ψηφοφοριών.", + "you-can-enable-or-disable-the-editor-at-will": "Μπορείτε να ενεργοποιήσετε ή να απενεργοποιήσετε τον επεξεργαστή κειμένου κατά βούληση.", + "votes-per-option": "ψήφοι ανά επιλογή", + "go-to-step-3": "Μετάβαση στο βήμα 3", + "return-to-step-1": "Επιστροφή στο βήμα 1", + "add-a-choice": "Προσθήκη επιλογής", + "add-a-link-or-an-image": "Προσθήκη συνδέσμου ή εικόνας", + "alternative-text": "Εναλλακτικό κείμενο", + "links-or-images-can-be-included-using": "Σύνδεσμοι ή εικόνες μπορούν να συμπεριληφθούν χρησιμοποιόντας", + "markdown-syntax": "σύνταξη Markdown", + "poll-options-2-of-3": "Επιλογές ψηφοφορίας (2 από 3)", + "remove-a-choice": "Αφαίρεση επιλογής", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Αυτά τα πεδία είναι προαιρετικά. Μπορείτε να προσθέσετε έναν σύνδεσμο, μία εικόνα ή και τα δύο.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Για την δημιουργία μιας ψηφοφορίας πρέπει να παρέχετε τουλάχιστον δύο διαφορετικές επιλογές.", + "url-of-the-image": "το URL της εικόνας", + "you-can-add-or-remove-choices-with-the-buttons": "Μπορείτε να προσθέσετε ή να αφαιρέσετε επιλογές με τα κουμπιά", + "add-a-day": "Προσθήκη ημέρας", + "add-a-time-slot": "Προσθήκη πεδίου ώρας", + "choose-dates-for-your-poll": "Επιλογή ημερομηνιών για την ψηφοφορία σας", + "copy-times-from-the-first-day": "Αντιγραφή ωρών από την πρώτη ημέρα", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Για κάθε επιλεγμένη ημέρα, μπορείτε να προτείνετε ελέυθερα ώρες συνάντησης (π.χ. \"8h\", \"8:30\", \"Ω/8:00\", \"απόγευμα\", κτλ.)", + "poll-dates-2-of-3": "Ημερομηνίες ψηφοφορίας (2 απο 3)", + "remove-a-day": "Αφαίρεση κάποιας ημέρας", + "remove-a-time-slot": "Αφαίρεση ενός πεδίου ώρας", + "remove-all-days": "Αφαίρεση όλων των ημερών", + "remove-all-times": "Αφαίρεση όλων των ωρών", + "remove-this-day": "Αφαίρεση αυτής της ημέρας", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Για τον προγραμματισμό μιας δραστηριότητας πρέπει να παρέχετε τουλάχιστον δύο επιλογές (π.χ, δύο πεδία ώρας σε μία ημέρα, ή δύο ημέρες).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Μπορείτε να προσθέσετε ή να αφαιρέσετε ημέρες και ώρες με τα κουμπιά", + "back-to-step-2": "Επιστροφή στο βήμα 2", + "confirm-the-creation-of-your-poll": "Επιβεβαίωση της δημιουργίας της ψηφοφορίας", + "create-the-poll": "Δημιουργία ψηφοφορίας", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Ημερομηνία λήξης:", + "list-of-options": "Λίστα επιλογών", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Από την στιγμή της επιβεβαίωσης δημιουργίας της ψηφοφορίας, θα ανακατευθυνθείτε αυτόματα στην σελίδα διαχείρισης της ψηφοφορίας.", + "removal-date-and-confirmation-3-of-3": "Ημερομηνία αφαίρεσης και επιβεβαίωση (3 από 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Έπειτα θα λάβετε δύο μηνύματα email: το ένα θα περιέχει τον σύνδεσμο της ψηφοφορίας για αποστολή στους συμμετέχοντες, το άλλο θα περιέχει τον σύνδεσμο για την διαχείριση της ψηφοφορίας.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Μπορείτε να θέσετε μία συγκεκριμένη ημερομηνία λήξης για την ψηφοφορία.", + "your-poll-will-automatically-be-archived": "Η ψηφοφορία σας θα αρχειοθετηθεί αυτόματα", + "your-poll-will-be-automatically-archived-in-x-days": "Η ψηφοφορία σας θα αρχειοθετηθεί αυτόματα σε %d ημέρες.", + "after-the-last-date-of-your-poll": "μετά την τελική ημερομηνία της ψηφοφορίας σας.", + "version-x": "Έκδοση %s", + "add-a-column": "Προσθήκη στήλης", + "adding-a-column": "Προστείθεται στήλη", + "all-comments-deleted": "Όλα τα σχόλια διαγράφηκαν", + "all-votes-deleted": "Όλες οι ψήφοι διαγράφηκαν", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Ως διαχειριστής της ψηφοφορίας, μπορείτε να αλλάξετε όλες τις γραμμές αυτής της ψηφοφορίας με αυτό το κουμπί", + "back-to-the-poll": "Επιστροφή στην ψηφοφορία", + "choice-added": "Η επιλογή προστέθηκε", + "collect-the-emails-of-the-polled-users-for-the-choice": "Συλλογή των email των ψηφισάντων χρηστών για την επιλογή", + "column-deleted": "Η στήλη διαγράφηκε", + "comment-deleted": "Το σχόλιο διαγράφηκε", + "confirm-removal-of-all-comments": "Επιβεβαίωση αφαίρεσης όλων των σχολίων", + "confirm-removal-of-all-votes": "Επιβεβαίωση αφαίρεσης όλων των ψήφων", + "confirm-removal-of-the-column": "Επιβεβαίωση αφαίρεσης της στήλης.", + "confirm-removal-of-your-poll": "Επιβεβαίωση αφαίρεσης της ψηφοφορίας", + "delete-poll": "Διαγραφή ψηφοφορίας", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Τελος, μπορείτε να αλλάξετε τις ιδιότητες αυτής της ψηφοφορίας όπως τον τίτλο, τα σχόλια ή την διεύθυνση email σας.", + "keep-comments": "Διατήρηση σχολίων", + "keep-the-comments": "Διατήρηση των σχολίων", + "keep-the-poll": "Διατήρηση της ψηφοφορίας", + "keep-the-votes": "Διατήρηση των ψήφων", + "keep-this-poll": "Διατήρηση αυτής της ψηφοφορίας", + "keep-votes": "Διατήρηση ψήφων", + "poll-fully-deleted": "Η ψηφοφορία διαγράφηκε ολοσχερώς", + "poll-saved": "Η ψηφοφορία αποθηκεύθηκε", + "remove-column": "Διαγραφή στήλης", + "remove-the-comments": "Αφαίρεση των σχολίων", + "remove-the-votes": "Αφαίρεση των ψήφων", + "the-poll-was-created": "Η ψηφοφορία δημιουργήθηκε.", + "vote-added": "Προστέθηκε ψήφος", + "vote-deleted": "Διαγράφηκε ψήφος", + "vote-updated": "Ενημερώθηκε ψήφος", + "you-can-add-a-new-scheduling-date-to-your-poll": "Μπορείτε να προσθέσετε νέα ημερομηνία προγραμματισμού για την ψηφοφορία σας.", + "your-poll-has-been-removed": "Η ψηφοφορία σας έχει αφαιρεθεί!", + "and-add-a-new-column-with": "και προσθέστε νέα στήλη με", + "remove-a-column-or-a-line-with": "αφαίρεση στήλης ή γραμμής με", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Οι χρήστες που ψήφησαν \"Εάν είναι αναγκαίο\" για αυτήν την επιλογή έχουν αφήσει αυτές τις διευθύνσεις email:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Οι χρήστες που ψήφησαν \"Όχι\" για αυτήν την επιλογή έχουν αφήσει αυτές τις διευθύνσεις email:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Οι χρήστες που ψήφησαν \"Ναι\" για αυτήν την επιλογή έχουν αφήσει αυτές τις διευθύνσεις email:", + "deletion-date": "Ημερομηνία διαγραφής:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Αν θέλετε να συμμετέχετε σε αυτήν την ψηφοφορία, πρέπει να συμπληρώσετε το όνομά σας, να κάνετε την επιλογή σας, και να την υποβάλλετε επιλέγοντας το κουμπί αποθήκευσης στο τέλος της γραμμής.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "Ο διαχειριστής έχει κλειδώσει αυτήν την ψηφοφορία. Τα σχόλια και η δυνατότητα ψήφου έχουν ανασταλεί, δεν είναι πλέον εφικτή η συμμετοχή", + "the-poll-has-expired-it-will-soon-be-deleted": "Η ψηφοφορία έχει λήξει, σύντομα θα διαγραφεί.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Η ψήφος σας έχει αποθηκευθεί, σημειώστε όμως ότι θα πρέπει να κρατήσετε αυτόν τον προσωπικό σύνδεσμο για να μπορέσετε να επεξεργαστείτε την ψήφο σας." +} diff --git a/public/assets/i18n/po/converted/en.json b/public/assets/i18n/po/converted/en.json new file mode 100644 index 0000000..7a25959 --- /dev/null +++ b/public/assets/i18n/po/converted/en.json @@ -0,0 +1,428 @@ +{ + "create-a-poll": "Create a poll", + "define-dates-or-subjects-to-choose-from": "Define dates or subjects to choose from", + "discuss-and-make-a-decision": "Discuss and make a decision", + "do-you-want-to": "Do you want to", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate is an online service for planning an appointment or making a decision quickly and easily. No registration is required.", + "here-is-how-it-works": "Here is how it works:", + "send-the-poll-link-to-your-friends-or-colleagues": "Send the poll link to your friends or colleagues", + "what-is-framadate": "What is Framadate?", + "view-an-example": "view an example?", + "cecill-b-license": "CeCILL-B license", + "framadate-is-licensed-under-the": "Framadate is licensed under the", + "framadate-was-initially-based-on": "Framadate was initially based on", + "the-software": "The software", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "This software needs javascript and cookies enabled. It is compatible with the following web browsers:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "software developed by the University of Strasbourg. These days, it is developed by the Framasoft association.", + "grow-your-own": "Grow your own", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "If you want to install the software for your own use and thus increase your independence, we can help you at:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "To participate in the software development, suggest improvements or simply download it, please visit", + "the-development-site": "the development site", + "Actions": "Actions", + "Administration": "Administration", + "Author": "Author", + "back-to-administration": "Back to administration", + "change-the-poll": "Change the poll", + "Email": "Email", + "Executed": "Executed", + "expiry-date": "Expiry date", + "Fail": "Fail", + "failed": "Failed:", + "Format": "Format", + "Installation": "Installation", + "Logs": "Logs", + "Migration": "Migration", + "Nothing": "Nothing", + "pages": "Pages:", + "poll-id": "Poll ID", + "poll-deleted": "Poll deleted", + "Polls": "Polls", + "Purge": "Purge", + "purge-the-polls": "Purge the polls", + "purged": "Purged:", + "see-the-poll": "See the poll", + "skipped": "Skipped:", + "Status": "Status", + "succeeded": "Succeeded:", + "Success": "Success", + "Summary": "Summary", + "Title": "Title", + "Votes": "Votes", + "Waiting": "Waiting", + "polls-in-the-database-at-this-time": "polls in the database at this time", + "check-again": "Check again", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Consider enabling the PHP extension OpenSSL for increased security.", + "consider-setting-the-date-timezone-in-php-ini": "Consider setting the date.timezone in php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Consider setting « session.cookie_httponly = 1 » inside your php.ini or add « php_value session.cookie_httponly 1 » to your .htaccess so that cookies can't be accessed through Javascript.", + "continue-the-installation": "Continue the installation", + "cookies-are-served-from-http-only": "Cookies are served from HTTP only.", + "installation-checking": "Installation checking", + "openssl-extension-loaded": "OpenSSL extension loaded.", + "php-intl-extension-is-enabled": "PHP Intl extension is enabled.", + "php-version-x-is-enough-needed-at-least-php-x": "PHP version %s is enough (needed at least PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "The config file directory (%s) is not writable and the config file (%s) does not exists.", + "the-config-file-directory-x-is-writable": "The config file directory (%s) is writable.", + "the-config-file-exists": "The config file exists.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "The template compile directory (%s) doesn't exist in \"%s\". Retry the installation process.", + "the-template-compile-directory-x-is-not-writable": "The template compile directory (%s) is not writable.", + "the-template-compile-directory-x-is-writable": "The template compile directory (%s) is writable.", + "you-need-to-enable-the-php-intl-extension": "You need to enable the PHP Intl extension.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Your PHP version (%s) is too old. This application needs at least PHP %s.", + "date-timezone-is-set": "date.timezone is set.", + "add-a-comment-to-the-poll": "Add a comment to the poll", + "Comment": "Comment", + "comment-saved": "Comment saved", + "Comments": "Comments", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Enter your name and comment prior to submitting the form", + "remove-comment": "Remove comment", + "submit-comment": "Submit comment", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A, %B %e, %Y", + "b-y": "%B %Y", + "y-m-x": "%Y-%m-%d", + "a-e": "%a %e", + "m-x-y-h-m": "%m/%d/%Y %H:%M", + "add-range-dates": "Add range dates", + "end-date": "End date", + "start-date": "Start date", + "Y-m-d": "Y-m-d", + "you-can-select-at-most-4-months": "You can select at most 4 months", + "yyyy-mm-dd": "yyyy-mm-dd", + "yyyy-mm-dd-for-humans": "year-month-day", + "edit-link-for-poll-x": "Edit link for poll \"%s\"", + "here-is-the-link-for-editing-your-vote": "Here is the link for editing your vote:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "If you don't want to lose your personalized link, we can send it to you by email.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Please wait %d seconds before we can send an email to you then try again.", + "REMINDER": "REMINDER", + "Send": "Send", + "the-email-address-is-not-correct": "The email address is not correct.", + "your-reminder-has-been-successfully-sent": "Your reminder has been successfully sent!", + "adding-vote-failed": "Adding vote failed", + "cant-create-an-empty-column": "Can't create an empty column.", + "cant-create-the-config-php-file-in-x": "Can't create the config.php file in '%s'.", + "comment-failed": "Comment failed", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Cookies are disabled on your browser. They are required to be able to create a poll.", + "enter-a-name": "Enter a name", + "enter-a-name-and-a-comment": "Enter a name and a comment!", + "enter-a-title": "Enter a title", + "enter-an-email-address": "Enter an email address", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Error on amount of votes limitation: Value must be an integer greater than 0", + "error": "Error!", + "failed-to-delete-all-comments": "Failed to delete all comments", + "failed-to-delete-all-votes": "Failed to delete all votes", + "failed-to-delete-column": "Failed to delete column", + "failed-to-delete-the-comment": "Failed to delete the comment", + "failed-to-delete-the-poll": "Failed to delete the poll", + "failed-to-delete-the-vote": "Failed to delete the vote!", + "failed-to-insert-the-comment": "Failed to insert the comment!", + "failed-to-save-poll": "Failed to save poll", + "forbidden": "Forbidden!", + "GenericErrorPollCreation": "Oh no! Your poll could not be created at the moment. Sorry about that. Please try again later.", + "identifier-is-already-used": "Identifier is already used", + "if-you-quit-now-your-changes-will-be-lost": "If you quit now, your changes will be lost.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "JavaScript is disabled on your browser. It is required to create a poll.", + "missing-values": "Missing values", + "no-polls-found": "No polls found", + "password-is-empty": "Password is empty.", + "passwords-do-not-match": "Passwords do not match.", + "poll-has-been-updated-before-you-vote": "Poll has been updated before you vote", + "something-has-gone-wrong": "Something has gone wrong...", + "something-is-wrong-with-the-format": "Something is wrong with the format", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Something is wrong with the format: Customized URLs should only consist of alphanumeric characters and hyphens.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Something is wrong with the format: name shouldn't have any spaces before or after", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "The address is not correct! You should enter a valid email address (like r.stallman@outlock.com) in order to receive the link to your poll.", + "the-column-already-exists": "The column already exists", + "the-name-is-invalid": "The name is invalid.", + "the-name-youve-chosen-already-exists-in-this-poll": "The name you've chosen already exists in this poll!", + "there-is-a-problem-with-your-choices": "There is a problem with your choices", + "this-identifier-is-not-allowed": "This identifier is not allowed", + "this-poll-doesnt-exist": "This poll doesn't exist!", + "unable-to-connect-to-database": "Unable to connect to database", + "update-vote-failed": "Update vote failed", + "you-already-voted": "You already voted", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "You can't create a poll with hidden results with the following option: ", + "you-cant-select-more-than-x-dates": "You can't select more than %d dates", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "You haven't filled the first section of the poll creation, or your session has expired.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Your vote wasn't counted, because someone voted in the meantime and it conflicted with your choices and the poll conditions. Please retry.", + "Address": "Address", + "created-polls": "Created polls", + "have-a-good-day": "Have a good day!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Here is the list of the polls that you manage on %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "If you weren't the source of this action and if you think this is an abuse of the service, please notify the administrator at %s.", + "its-address": "Its address", + "last-access-date": "Last access date", + "list-of-your-polls": "List of your polls", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS: this email has been sent because you – or someone else – asked to get back the polls created with your email address.", + "polls-saved-inside-this-browser": "Polls saved inside this browser", + "polls-sent": "Polls sent", + "remove-all-my-polls-from-this-browsers-index": "Remove all my polls from this browser's index", + "remove-poll-from-index": "Remove poll from index", + "send-me-my-polls": "Send me my polls", + "send-my-polls-by-email": "Send my polls by email", + "the-date-you-created-or-last-accessed-the-poll": "The date you created or last accessed the poll", + "the-title-of-the-poll": "The title of the poll", + "there-are-no-polls-saved-inside-your-browser-yet": "There are no polls saved inside your browser yet", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "To delete this data click the trashcan on the according line or click the « delete my polls index » option. This won't delete your polls.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "To help you find your previous polls, we save each poll you create or access inside your browser. This data is saved inside this browser only. The following data will be saved:", + "visited-polls": "Visited polls", + "in-the-format-name-mail-com": "(in the format name@mail.com)", + "Add": "Add", + "Back": "Back", + "back-to-the-homepage-of": "Back to the homepage of", + "Cancel": "Cancel", + "Choice": "Choice", + "Classic": "Classic", + "Close": "Close", + "create-your-own-polls": "Create your own polls", + "creation-date": "Creation date:", + "Date": "Date", + "Day": "Day", + "Description": "Description", + "Edit": "Edit", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate is an online service for planning an appointment or making a decision quickly and easily.", + "Home": "Home", + "Information": "Information", + "legend": "Legend:", + "Link": "Link", + "Markdown": "Markdown", + "Next": "Next", + "No": "No", + "page-generated-in": "Page generated in", + "Poll": "Poll", + "Remove": "Remove", + "Save": "Save", + "Search": "Search", + "Time": "Time", + "under-reserve": "Under reserve", + "Unknown": "Unknown", + "Validate": "Validate", + "Yes": "Yes", + "your-email-address": "Your email address", + "your-name": "Your name", + "days": "days", + "for": "for", + "months": "months", + "seconds": "seconds", + "vote": "vote", + "votes": "votes", + "with": "with", + "make-a-standard-poll": "Make a standard poll", + "schedule-an-event": "Schedule an event", + "where-are-my-polls": "Where are my polls?", + "administrator-mail-address": "Administrator mail address", + "application-name": "Application name", + "clean-url": "Clean URL", + "database-driver": "Database driver", + "database-hostname": "Database hostname", + "database-name": "Database name", + "database-port": "Database port", + "default-language": "Default language", + "General": "General", + "Install": "Install", + "migration-table": "Migration table", + "Password": "Password", + "Prefix": "Prefix", + "respond-to-mail-address": "Respond-to mail address", + "User": "User", + "change-language": "Change language", + "select-language": "Select language", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "\"The road is long, but the way is clear…\"
Framasoft lives only by your donations.
Thank you in advance for your support https://soutenir.framasoft.org", + "message-for-the-author": "Message for the author", + "notification-of-poll-x": "Notification of poll: %s", + "participant-link": "Participant link", + "poll-participation-x": "Poll participation: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Someone just changed your poll at the following link %1$s.", + "someone-just-deleted-your-poll-x": "Someone just deleted your poll \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Thank you for participating in the poll at the following link", + "thank-you-for-your-trust": "Thank you for your trust.", + "this-is-the-message-to-forward-to-the-poll-participants": "This is the message to forward to the poll participants.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "This message should NOT be sent to the poll participants. You should keep it private.

You can modify your poll at the following link", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "added a vote.
You can visit your poll at the link", + "has-just-created-a-poll-called": "has just created a poll called", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "updated a vote.
You can visit your poll at the link", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "wrote a comment.
You can visit your poll at the link", + "thank-you-for-your-understanding": "Thank you for your understanding.", + "the-application": "The application", + "is-currently-under-maintenance": "is currently under maintenance.", + "submit-access": "Submit access", + "wrong-password": "Wrong password", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "You have to provide a password so you can participate to the poll.", + "you-have-to-provide-a-password-to-access-the-poll": "You have to provide a password to access the poll.", + "x-option": "%s option", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Anyone will be able to see your email address after you voted", + "best-choice": "Best choice", + "best-choices": "Best choices", + "Chart": "Chart", + "display-the-chart-of-the-results": "Display the chart of the results", + "edit-line-x": "Edit line: %s", + "link-to-edit-this-particular-line": "Link to edit this particular line", + "remove-line": "Remove line:", + "save-choices": "Save choices", + "scroll-to-the-left": "Scroll to the left", + "scroll-to-the-right": "Scroll to the right", + "the-current-best-choice-is": "The current best choice is:", + "the-current-best-choices-are": "The current best choices are:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "The link to edit this particular line has been copied to the clipboard!", + "Total": "Total", + "vote-no-for": "Vote \"no\" for", + "vote-yes-for": "Vote \"yes\" for", + "votes-under-reserve-for": "Votes under reserve for", + "polled-user": "polled user", + "polled-users": "polled users", + "admin-link-for-the-poll": "Admin link for the poll", + "cancel-the-description-edit": "Cancel the description edit", + "cancel-the-email-address-edit": "Cancel the email address edit", + "cancel-the-expiration-date-edit": "Cancel the expiration date edit", + "cancel-the-name-edit": "Cancel the name edit", + "cancel-the-rules-edit": "Cancel the rules edit", + "cancel-the-title-edit": "Cancel the title edit", + "creator-of-the-poll": "Creator of the poll", + "edit-name": "Edit name", + "edit-the-description": "Edit the description", + "edit-the-email-address": "Edit the email address", + "edit-the-expiry-date": "Edit the expiry date", + "edit-the-poll-rules": "Edit the poll rules", + "edit-title": "Edit title", + "export-to-csv": "Export to CSV", + "no-password": "No password", + "only-votes-are-protected": "Only votes are protected", + "password-protected": "Password protected", + "poll-rules": "Poll rules", + "Print": "Print", + "public-link-to-the-poll": "Public link to the poll", + "remove-all-comments": "Remove all comments", + "remove-all-votes": "Remove all votes", + "remove-password": "Remove password", + "remove-the-poll": "Remove the poll", + "results-are-hidden": "Results are hidden", + "results-are-visible": "Results are visible", + "rich-editor": "Rich editor", + "save-the-description": "Save the description", + "save-the-email-address": "Save the email address", + "save-the-new-expiration-date": "Save the new expiration date", + "save-the-new-name": "Save the new name", + "save-the-new-rules": "Save the new rules", + "save-the-new-title": "Save the new title", + "simple-editor": "Simple editor", + "title-of-the-poll": "Title of the poll", + "voters-email-addresses-are-collected": "Voters' email addresses are collected", + "voters-email-addresses-are-collected-and-required": "Voters' email addresses are collected and required", + "voters-email-addresses-are-collected-required-and-verified": "Voters' email addresses are collected, required and verified", + "voters-email-addresses-are-not-collected": "Voters' email addresses are not collected", + "votes-and-comments-are-locked": "Votes and comments are locked", + "votes-protected-by-password": "Votes protected by password", + "all-voters-can-modify-any-vote": "All voters can modify any vote", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "By defining an identifier that can facilitate access to the poll for unwanted people. It is recommended to protect it with a password.", + "collect-voters-email-addresses": "Collect voters' email addresses", + "Confirmation": "Confirmation", + "customize-the-url": "Customize the URL", + "email-addresses-are-collected-but-not-required": "Email addresses are collected but not required", + "email-addresses-are-not-collected": "Email addresses are not collected", + "email-addresses-are-required": "Email addresses are required", + "email-addresses-are-required-and-verified": "Email addresses are required and verified", + "go-to-step-2": "Go to step 2", + "limit-the-amount-of-voters-per-option": "Limit the amount of voters per option", + "more-informations-here": "More informations here:", + "only-the-poll-maker-can-see-the-poll-results": "Only the poll maker can see the poll results", + "optional-parameters": "Optional parameters", + "Permissions": "Permissions", + "poll-creation-1-of-3": "Poll creation (1 of 3)", + "poll-link": "Poll link", + "poll-title": "Poll title", + "receive-an-email-for-each-new-comment": "Receive an email for each new comment", + "receive-an-email-for-each-new-vote": "Receive an email for each new vote", + "required-fields-cannot-be-left-blank": "Required fields cannot be left blank.", + "the-identifier-can-contain-letters-numbers-and-dashes": "The identifier can contain letters, numbers and dashes \"-\".", + "the-results-are-publicly-visible": "The results are publicly visible", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "To make the description more attractive, you can use the Markdown format.", + "use-a-password-to-restrict-access": "Use a password to restrict access", + "value-max": "Value Max", + "voters-can-modify-their-own-vote-themselves": "Voters can modify their own vote themselves", + "votes-cannot-be-modified": "Votes cannot be modified", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Warning: Anyone can see the polled users' email addresses since all voters can modify any vote. You should restrict permission rules.", + "you-are-in-the-poll-creation-section": "You are in the poll creation section.", + "you-can-enable-or-disable-the-editor-at-will": "You can enable or disable the editor at will.", + "votes-per-option": "votes per option", + "go-to-step-3": "Go to step 3", + "return-to-step-1": "Return to step 1", + "add-a-choice": "Add a choice", + "add-a-link-or-an-image": "Add a link or an image", + "alternative-text": "Alternative text", + "links-or-images-can-be-included-using": "Links or images can be included using", + "markdown-syntax": "Markdown syntax", + "poll-options-2-of-3": "Poll options (2 of 3)", + "remove-a-choice": "Remove a choice", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "These fields are optional. You can add a link, an image or both.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "To create a poll you should provide at least two different choices.", + "url-of-the-image": "URL of the image", + "you-can-add-or-remove-choices-with-the-buttons": "You can add or remove choices with the buttons", + "add-a-day": "Add a day", + "add-a-time-slot": "Add a time slot", + "choose-dates-for-your-poll": "Choose dates for your poll", + "copy-times-from-the-first-day": "Copy times from the first day", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "For each selected day, you are free to suggest meeting times (e.g., \"8h\", \"8:30\", \"8h-10h\", \"evening\", etc.)", + "poll-dates-2-of-3": "Poll dates (2 of 3)", + "remove-a-day": "Remove a day", + "remove-a-time-slot": "Remove a time slot", + "remove-all-days": "Remove all days", + "remove-all-times": "Remove all times", + "remove-this-day": "Remove this day", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "To schedule an event you need to provide at least two choices (e.g., two time slots on one day or two days).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "You can add or remove additional days and times with the buttons", + "back-to-step-2": "Back to step 2", + "confirm-the-creation-of-your-poll": "Confirm the creation of your poll", + "create-the-poll": "Create the poll", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Expiry date:", + "list-of-options": "List of options", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Once you have confirmed the creation of your poll, you will automatically be redirected to the poll's administration page.", + "removal-date-and-confirmation-3-of-3": "Removal date and confirmation (3 of 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Then you will receive two emails: one containing the link of your poll for sending to the participants, the other containing the link to the poll administration page.", + "you-can-set-a-specific-expiry-date-for-the-poll": "You can set a specific expiry date for the poll.", + "your-poll-will-automatically-be-archived": "Your poll will automatically be archived", + "your-poll-will-be-automatically-archived-in-x-days": "Your poll will be automatically archived in %d days.", + "after-the-last-date-of-your-poll": "after the last date of your poll.", + "version-x": "Version %s", + "add-a-column": "Add a column", + "adding-a-column": "Adding a column", + "all-comments-deleted": "All comments deleted", + "all-votes-deleted": "All votes deleted", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "As poll administrator, you can change all the lines of this poll with this button", + "back-to-the-poll": "Back to the poll", + "choice-added": "Choice added", + "collect-the-emails-of-the-polled-users-for-the-choice": "Collect the emails of the polled users for the choice", + "column-deleted": "Column deleted", + "comment-deleted": "Comment deleted", + "confirm-removal-of-all-comments": "Confirm removal of all comments", + "confirm-removal-of-all-votes": "Confirm removal of all votes", + "confirm-removal-of-the-column": "Confirm removal of the column.", + "confirm-removal-of-your-poll": "Confirm removal of your poll", + "delete-poll": "Delete poll", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Finally, you can change the properties of this poll such as the title, the comments or your email address.", + "keep-comments": "Keep comments", + "keep-the-comments": "Keep the comments", + "keep-the-poll": "Keep the poll", + "keep-the-votes": "Keep the votes", + "keep-this-poll": "Keep this poll", + "keep-votes": "Keep votes", + "poll-fully-deleted": "Poll fully deleted", + "poll-saved": "Poll saved", + "remove-column": "Remove column", + "remove-the-comments": "Remove the comments", + "remove-the-votes": "Remove the votes", + "the-poll-was-created": "The poll was created.", + "vote-added": "Vote added", + "vote-deleted": "Vote deleted", + "vote-updated": "Vote updated", + "you-can-add-a-new-scheduling-date-to-your-poll": "You can add a new scheduling date to your poll.", + "your-poll-has-been-removed": "Your poll has been removed!", + "and-add-a-new-column-with": "and add a new column with", + "remove-a-column-or-a-line-with": "remove a column or a line with", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Users who voted \"If need be\" for this option have left those email addresses:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Users who voted \"No\" for this option have left those email addresses:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Users who voted \"Yes\" for this option have left those email addresses:", + "deletion-date": "Deletion date:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "If you want to vote in this poll, you have to give your name, make your choice, and submit it by selecting the save button at the end of the line.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "The administrator locked this poll. Votes and comments are frozen, it is no longer possible to participate", + "the-poll-has-expired-it-will-soon-be-deleted": "The poll has expired, it will soon be deleted.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Your vote has been saved, but please note: you need to keep this personalised link to be able to edit your vote." +} diff --git a/public/assets/i18n/po/converted/es.json b/public/assets/i18n/po/converted/es.json new file mode 100644 index 0000000..934c773 --- /dev/null +++ b/public/assets/i18n/po/converted/es.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Crear una encuesta", + "define-dates-or-subjects-to-choose-from": "Definir las fechas o los temas a elegir", + "discuss-and-make-a-decision": "Discutan y tomen una decisión", + "do-you-want-to": "¿Quiere", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate es un servicio en línea que permite planificar un encuentro o tomar decisiones rápidamente y de manera sencilla. No es necesario registrarse.", + "here-is-how-it-works": "Así funciona:", + "send-the-poll-link-to-your-friends-or-colleagues": "Enviar el enlace de la encuesta a sus amigos o colegas", + "what-is-framadate": "¿Qué es Framadate?", + "view-an-example": "¿Ver un ejemplo?", + "cecill-b-license": "licencia CeCILL-B", + "framadate-is-licensed-under-the": "Se encuentra bajo la", + "framadate-was-initially-based-on": "Framadate se basó inicialmente en", + "the-software": "El software", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Este software necesita tener activado el javascript y las cookies. Es compatible con los siguientes navegadores web:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "un software desarrollado por la Universidad de Estrasburgo. Ahora, su desarrollo está realizado por la asociación Framasoft.", + "grow-your-own": "Cultive su jardín", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Si quiere instalar este software para su propio uso y de esta manera ganar en autonomía, nos puede ayudar en:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Para participar en el desarrollo del software, sugerir mejoras o simplemente descargarlo, por favor visite", + "the-development-site": "la página de desarrollo", + "Actions": "Acciones", + "Administration": "Administración", + "Author": "Autor", + "back-to-administration": "Volver a la administración", + "change-the-poll": "Cambiar la encuesta", + "Email": "Correo electrónico", + "Executed": "Ejecutado", + "expiry-date": "Fecha de expiración", + "Fail": "Error", + "failed": "Fallo:", + "Format": "Formato", + "Installation": "Instalación", + "Logs": "Histórico / bitácoras", + "Migration": "Migración", + "Nothing": "Nada", + "pages": "Páginas:", + "poll-id": "Identidad de la encuesta", + "poll-deleted": "Encuesta borrada", + "Polls": "Encuestas", + "Purge": "Purgar", + "purge-the-polls": "Purgar las encuestas", + "purged": "Purgados:", + "see-the-poll": "Ver la encuesta", + "skipped": "Omitidos:", + "Status": "Estado", + "succeeded": "Con éxito:", + "Success": "Éxito", + "Summary": "Resumen", + "Title": "Título", + "Votes": "Votos", + "Waiting": "En espera", + "polls-in-the-database-at-this-time": "encuestas en la base de datos a la fecha", + "check-again": "Verificar nuevamente", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Considere habilitar la extensión OpenSSL de PHP para incrementar la seguridad.", + "consider-setting-the-date-timezone-in-php-ini": "Considere establecer el valor de « date.timezone » en php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Considere establecer « session.cookie_httponly = 1 » en el archivo php.ini o agregue « php_value session.cookie_httponly 1 » al archivo .htaccess para que los cookies no sean accesibles desde Javascript.", + "continue-the-installation": "Continuar con la instalación", + "cookies-are-served-from-http-only": "Los cookies son accesibles únicamente a través de HTTP.", + "installation-checking": "Verificación de instalación", + "openssl-extension-loaded": "La extensión OpenSSL está cargada.", + "php-intl-extension-is-enabled": "La extensión PHP Intl está cargada.", + "php-version-x-is-enough-needed-at-least-php-x": "La versión %s de PHP es suficiente (Se require al menos PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "El directorio de configuración (%s) no tiene permisos de escritura y el archivo (%s) no existe.", + "the-config-file-directory-x-is-writable": "El directorio de configuración (%s) tiene permisos de escritura.", + "the-config-file-exists": "El archivo de configuración existe.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "El directorio de compilación de plantillas (%s) no existe en \"%s\". Por favor vuelva a intentar el proceso de instalación.", + "the-template-compile-directory-x-is-not-writable": "El directorio de compilación de plantillas (%s) no tiene permisos de escritura.", + "the-template-compile-directory-x-is-writable": "El directorio de compilación de plantillas (%s) tiene permisos de escritura.", + "you-need-to-enable-the-php-intl-extension": "Necesitas activar la extensión Intl de PHP.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Su versión de PHP (%s) es demasiado antigua. Esta aplicación necesita al menos la version %s de PHP.", + "date-timezone-is-set": "date.timezone está definido.", + "add-a-comment-to-the-poll": "Añadir un comentario a la encuesta", + "Comment": "Su comentario", + "comment-saved": "Comentario añadido", + "Comments": "Comentarios de los votantes", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Introduzca su nombre y comentario antes de enviar el formulario rellenado", + "remove-comment": "Borrar el comentario", + "submit-comment": "Enviar el comentario", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A, %e de %B de %Y", + "b-y": "%B de %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d/%m/%Y %H:%M", + "add-range-dates": "Agregar rango de fechas", + "end-date": "Fecha de Finalización", + "start-date": "Fecha de Inicio", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Puede seleccionar como máximo 4 meses", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "día / mes / año", + "edit-link-for-poll-x": "Enlace para edición de encuesta \"%s\"", + "here-is-the-link-for-editing-your-vote": "Este es el enlace para editar su voto:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Si no quiere perder su enlace personalizado, se lo podemos enviar por email.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Por favor espere %d segundos antes de que podamos enviar nuevamente un correo electrónico, y luego vuelva a intentarlo.", + "REMINDER": "RECORDATORIO", + "Send": "Enviar", + "the-email-address-is-not-correct": "La dirección de correo electrónico incorrecta.", + "your-reminder-has-been-successfully-sent": "¡Su recordatorio ha sido enviado correctamente!", + "adding-vote-failed": "Error al crear el voto", + "cant-create-an-empty-column": "No se puede crear una columna vacía.", + "cant-create-the-config-php-file-in-x": "Imposible crear el archivo config.php en '%s'.", + "comment-failed": "Error al crear el comentario", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Los cookies están desactivados en su navegador. Se requiere activarlos para crear una encuesta.", + "enter-a-name": "Introduzca un nombre", + "enter-a-name-and-a-comment": "Introduzca su nombre y un comentario!", + "enter-a-title": "Introducza un título", + "enter-an-email-address": "Introduzca un correo electrónico", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Error en el límite de cantidad de votos: El valor debe ser un número entero mayor que 0", + "error": "¡Error!", + "failed-to-delete-all-comments": "No se han eliminado todos los comentarios", + "failed-to-delete-all-votes": "No se han eliminado todos los votos", + "failed-to-delete-column": "Error al eliminar la columna", + "failed-to-delete-the-comment": "No se ha podido eliminar el comentario", + "failed-to-delete-the-poll": "No se borró la encuesta", + "failed-to-delete-the-vote": "Error al borrar el voto!", + "failed-to-insert-the-comment": "¡Error al crear el comentario!", + "failed-to-save-poll": "Error al guardar la encuesta", + "forbidden": "¡Prohibido!", + "GenericErrorPollCreation": "¡Oh no! Su encuesta no pudo ser creada en este momento. Por favor, inténtelo de nuevo más tarde.", + "identifier-is-already-used": "El identificador ya está en uso", + "if-you-quit-now-your-changes-will-be-lost": "Si lo abandonas el programa, tus cambios se perderán.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "Javascript está desactivado en su navegador. Se requiere activarlo para crear una encuesta.", + "missing-values": "Valores inexistentes", + "no-polls-found": "Ninguna encuesta encontrada", + "password-is-empty": "La contraseña está vacía.", + "passwords-do-not-match": "Las contraseñas no coinciden.", + "poll-has-been-updated-before-you-vote": "La encuesta fue actualizada antes de su voto", + "something-has-gone-wrong": "Algo ha ido mal...", + "something-is-wrong-with-the-format": "Algo está mal con el formato", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Algo está mal con el formato: Las URLs personalizadas solo pueden estar compuestas por caracteres alfanuméricos y guiones.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Algo está mal con el formato: El nombre no debe contener espacios al principio o al final", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "El correo electrónico es incorrecto. Tiene que introducir una dirección cálida (por ejemplo r.stallman@outlook.com) para recibir el enlace de su encuesta.", + "the-column-already-exists": "La columna ya existe", + "the-name-is-invalid": "Este nombre es invalido.", + "the-name-youve-chosen-already-exists-in-this-poll": "¡El nombre que eligió ya existe en la encuesta!", + "there-is-a-problem-with-your-choices": "Existe un problema con sus opciones", + "this-identifier-is-not-allowed": "Este ID no está autorizado", + "this-poll-doesnt-exist": "¡Esta encuesta no existe!", + "unable-to-connect-to-database": "No se puede conectar a la base de datos", + "update-vote-failed": "Error al actualizar el voto", + "you-already-voted": "Usted ya votó", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "No puede crear una encuesta con resultados no visibles con las siguientes opciones de edición: ", + "you-cant-select-more-than-x-dates": "No puede seleccionar más de %d fechas", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "No ha llenado la primera sección de la creación de la encuesta, o su sesión ha caducado.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Su voto no fue contado, porque alguien votó mientras tanto y entró en conflicto con sus elecciones y las condiciones de la encuesta. Por favor, vuelva a intentarlo.", + "Address": "Dirección", + "created-polls": "Encuestas creadas", + "have-a-good-day": "¡Que tenga un buen dia!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Esta es la lista de encuestas que puede manejar en %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Si usted no fue la fuente de esta acción y cree que es un abuso del servicio, por favor notifique al administrador a %s.", + "its-address": "Su dirección", + "last-access-date": "Última fecha de acceso", + "list-of-your-polls": "Listado de sus encuestas", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "P.D.: Este correo electrónico se envió porque usted - o alguien más - solicitó recuperar todas las encuestas realizadas con esta dirección de correo electrónico.", + "polls-saved-inside-this-browser": "Encuestas guardadas en este navegador", + "polls-sent": "Encuestas enviadas", + "remove-all-my-polls-from-this-browsers-index": "Eliminar todas mis encuestas del índice de este navegador", + "remove-poll-from-index": "Eliminar del índice de este navegador", + "send-me-my-polls": "Enviarme mis encuestas", + "send-my-polls-by-email": "Enviarme mis encuestas por correo electrónico", + "the-date-you-created-or-last-accessed-the-poll": "La fecha en que creó o accedió por última vez a la encuesta", + "the-title-of-the-poll": "El título de la encuesta", + "there-are-no-polls-saved-inside-your-browser-yet": "Aún no hay encuestas guardadas en su navegador", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Para eliminar estos datos, haga clic en la papelera de la línea correspondiente o haga clic en la opción \"Eliminar mi índice de encuestas\". Esto no borrará sus encuestas.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Para ayudarle a encontrar sus encuestas anteriores, guardamos cada encuesta que usted crea o a la que accede dentro de su navegador. Estos datos se guardan únicamente en este navegador. Se guardarán los siguientes datos:", + "visited-polls": "Encuestas visitadas", + "in-the-format-name-mail-com": "(en el formato nombre@correo.com)", + "Add": "Añadir", + "Back": "Volver", + "back-to-the-homepage-of": "Retroceder al inicio de", + "Cancel": "Cancelar", + "Choice": "Elección", + "Classic": "Clásico", + "Close": "Cerrar", + "create-your-own-polls": "Crear sus propias encuestas", + "creation-date": "Fecha de creación:", + "Date": "Fecha", + "Day": "Día", + "Description": "Descripción", + "Edit": "Cambio", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate es un servicio en línea para planificar una cita o tomar una decisión de forma rápida y sencilla.", + "Home": "Inicio", + "Information": "Información", + "legend": "Leyenda:", + "Link": "Enlace", + "Markdown": "Markdown", + "Next": "Seguir", + "No": "No", + "page-generated-in": "Página generada en", + "Poll": "Encuesta", + "Remove": "Borrar", + "Save": "Guardar", + "Search": "Búsqueda", + "Time": "Hora", + "under-reserve": "En caso de ser necesario", + "Validate": "Validar", + "Yes": "Si", + "your-email-address": "Su dirección de correo electrónico", + "your-name": "Su nombre", + "days": "días", + "for": "para", + "months": "meses", + "seconds": "segundos", + "vote": "voto", + "votes": "votos", + "with": "con", + "make-a-standard-poll": "Crear una encuesta clásica", + "schedule-an-event": "Planificar un evento", + "where-are-my-polls": "¿Dónde están mis encuestas?", + "administrator-mail-address": "Correo electrónico del administrador", + "application-name": "Nombre de la aplicación", + "clean-url": "URL Limpia", + "database-driver": "Controlador de base de datos/Database driver", + "database-hostname": "Nombre de host de la base de datos", + "database-name": "Nombre de la base de datos", + "database-port": "Puerto de la base de datos", + "default-language": "Lenguaje por defecto", + "General": "General", + "Install": "Instalar", + "migration-table": "Tabla de migración", + "Password": "Contraseña", + "Prefix": "Prefijo", + "respond-to-mail-address": "Correo electrónico para \"responder a\"", + "User": "Usuario", + "change-language": "Cambiar el idioma", + "select-language": "Elegir el idioma", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "\"La carretera es larga, pero el camino está despejado...\"
Framasoft vive sólo de sus donaciones
Gracias de antemano por su apoyo https://soutenir.framasoft.org", + "message-for-the-author": "Mensaje para el/la autor/a", + "notification-of-poll-x": "Notificación de la encuesta: %s", + "participant-link": "Para difusión a los votantes", + "poll-participation-x": "Participación a la encuesta: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Alguien acaba de modificar su encuesta, disponible en el siguiente enlace %1$s.", + "someone-just-deleted-your-poll-x": "Alguien acaba de borrar su encuesta \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Gracias por participar en la encuesta en el siguiente enlace", + "thank-you-for-your-trust": "Gracias por su confianza.", + "this-is-the-message-to-forward-to-the-poll-participants": "Este es el mensaje que puede enviar a todos los votantes.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Este mensaje NO debe ser enviado a los participantes de la encuesta. Debería mantenerlo en privado.

Puede modificar su encuesta en el siguiente enlace", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "acaba de votar.
Puede acceder a la encuesta siguiendo este enlace", + "has-just-created-a-poll-called": "acaba de crear una encuesta llamada", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "acaba de actualizar su voto.
Puede acceder a la encuesta siguiendo este enlace", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "acaba de redactar un comentario.
Puede acceder a la encuesta siguiendo este enlace", + "thank-you-for-your-understanding": "Gracias por su comprensión.", + "the-application": "La aplicación", + "is-currently-under-maintenance": "se encuentra en mantenimiento.", + "submit-access": "Acceder", + "wrong-password": "Contraseña incorrecta", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Debe ingresar una contraseña para poder participar de la encuesta.", + "you-have-to-provide-a-password-to-access-the-poll": "Debe ingresar una contraseña para acceder a la encuesta.", + "x-option": "%s opción", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Cualquiera podrá ver tu dirección de correo electrónico después de votar", + "best-choice": "Elección más popular", + "best-choices": "Elecciones más populares", + "Chart": "Gráfico", + "display-the-chart-of-the-results": "Mostrar el gráfico de resultados", + "edit-line-x": "Modificar la fila: %s", + "link-to-edit-this-particular-line": "Enlace para editar esta linea en particular", + "remove-line": "Borrar la fila:", + "save-choices": "Guardar los cambios", + "scroll-to-the-left": "Desplazar hacia la izquierda", + "scroll-to-the-right": "Desplazar hacia la derecha", + "the-current-best-choice-is": "La elección más popular actualmente es:", + "the-current-best-choices-are": "Las elecciones más populares actualmente son:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "¡El enlace para editar esta linea en particular ha sido copiado al portapapeles!", + "Total": "Suma", + "vote-no-for": "Votar « no » para", + "vote-yes-for": "Votar « si » para", + "votes-under-reserve-for": "Votos bajo reserva para", + "polled-user": "Votante", + "polled-users": "Votantes", + "admin-link-for-the-poll": "Enlace de administración de la encuesta", + "cancel-the-description-edit": "Cancelar el cambio de descripción", + "cancel-the-email-address-edit": "Cancelar el cambio de correo electrónico", + "cancel-the-expiration-date-edit": "Cancelar el cambio de fecha de expiración", + "cancel-the-name-edit": "Cancelar el cambio de autor", + "cancel-the-rules-edit": "Cancelar los cambios en las reglas", + "cancel-the-title-edit": "Cancelar el cambio de título", + "creator-of-the-poll": "Autor/a de la encuesta", + "edit-name": "Modificar nombre", + "edit-the-description": "Modificar la descripción", + "edit-the-email-address": "Modificar el correo electrónico", + "edit-the-expiry-date": "Modificar la fecha de expiración", + "edit-the-poll-rules": "Modificar los permisos de la encuesta", + "edit-title": "Modificar el título", + "export-to-csv": "Exportar en CSV", + "no-password": "Sin contraseña", + "only-votes-are-protected": "Sólo los votos están protegidos", + "password-protected": "Protegido por contraseña", + "poll-rules": "Permisos de la encuesta", + "Print": "Imprimir", + "public-link-to-the-poll": "Enlace público de la encuesta", + "remove-all-comments": "Eliminar todos los comentarios", + "remove-all-votes": "Eliminar todos los votos", + "remove-password": "Eliminar contraseña", + "remove-the-poll": "Eliminar la encuesta", + "results-are-hidden": "Los resultados están ocultos", + "results-are-visible": "Los resultados son visibles", + "rich-editor": "Editor avanzado", + "save-the-description": "Guardar la descripción", + "save-the-email-address": "Guardar el correo electrónico", + "save-the-new-expiration-date": "Guardar la fecha de expiración", + "save-the-new-name": "Guardar el nuevo nombre", + "save-the-new-rules": "Guardar las nuevas reglas", + "save-the-new-title": "Guardar el nuevo título", + "simple-editor": "Editor simple", + "title-of-the-poll": "Título de la encuesta", + "voters-email-addresses-are-collected": "Se recopilan las direcciones de correo electrónico de los votantes", + "voters-email-addresses-are-collected-and-required": "Las direcciones de correo electrónico de los votantes se recopilan y se requieren", + "voters-email-addresses-are-collected-required-and-verified": "Las direcciones de correo electrónico de los votantes se recopilan, se requieren y se verifican", + "voters-email-addresses-are-not-collected": "Las direcciones de correo electrónico de los votantes no se recopilan", + "votes-and-comments-are-locked": "Los votos y comentarios están bloqueados", + "votes-protected-by-password": "Votos protegidos por contraseña", + "all-voters-can-modify-any-vote": "Todos los votantes pueden modificar cualquier voto", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "La definición de un identificador para la encuesta puede hacerla accesible a gente no deseada. Es recomendable protegerla con una contraseña.", + "collect-voters-email-addresses": "Recopilar las direcciones de correo electrónico de los votantes", + "Confirmation": "Confirmación", + "customize-the-url": "Personalizar la URL", + "email-addresses-are-collected-but-not-required": "Las direcciones de correo electrónico se recopilan pero no se requieren", + "email-addresses-are-not-collected": "Las direcciones de correo electrónico no se recopilan", + "email-addresses-are-required": "Las direcciones de correo electrónico se requieren", + "email-addresses-are-required-and-verified": "Las direcciones de correo electrónico se requieren y se verifican", + "go-to-step-2": "Ir al paso número 2", + "limit-the-amount-of-voters-per-option": "Limitar el número de votantes por opción", + "more-informations-here": "Más información aqui:", + "only-the-poll-maker-can-see-the-poll-results": "Solo el creador de la encuesta puede ver los resultados", + "optional-parameters": "Parámetros opcionales", + "Permissions": "Permisos", + "poll-creation-1-of-3": "Creación de la encuesta (1 de 3)", + "poll-link": "Enlace a la encuesta", + "poll-title": "Título de la encuesta", + "receive-an-email-for-each-new-comment": "Recibir un correo electrónico para cada nuevo comentario", + "receive-an-email-for-each-new-vote": "Recibir un correo electrónico para cada nuevo voto", + "required-fields-cannot-be-left-blank": "Los campos requeridos (*) no pueden ser dejados en blanco.", + "the-identifier-can-contain-letters-numbers-and-dashes": "El identificador puede incluir letras, números y guiones \"-\".", + "the-results-are-publicly-visible": "Los resultados son visibles públicamente", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Para hacer la descripción más atractiva es posible usar el formato Markdown.", + "use-a-password-to-restrict-access": "Utilice una contraseña para restringir el acceso", + "value-max": "Valor max", + "voters-can-modify-their-own-vote-themselves": "Los votos pueden ser modificados por su autor", + "votes-cannot-be-modified": "Los votos no pueden ser modificados", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Advertencia: Cualquiera puede ver las direcciones de correo electrónico de los usuarios encuestados, ya que todos los votantes pueden modificar cualquier voto. Debería restringir las reglas de permisos.", + "you-are-in-the-poll-creation-section": "Estás en la sección de creación de encuestas.", + "you-can-enable-or-disable-the-editor-at-will": "Puede activar o desactivar el editor cuando lo desee.", + "votes-per-option": "votos por opción", + "go-to-step-3": "Ir al paso número 3", + "return-to-step-1": "Volver al paso número 1", + "add-a-choice": "Añadir una opción", + "add-a-link-or-an-image": "Añadir un enlace o una imagen", + "alternative-text": "Texto alternativo", + "links-or-images-can-be-included-using": "Se peude proponer enlaces o imágenes utilizando", + "markdown-syntax": "la síntaxis Markdown", + "poll-options-2-of-3": "Elegir los temas (2 de 3)", + "remove-a-choice": "Eliminar una opción", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Estos campos son opcionales. Puede añadir un enlace, una imagen, o ambos.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Para crear una encueta clásica, dene proponer por lo menos dos opciones.", + "url-of-the-image": "URL de la imagen", + "you-can-add-or-remove-choices-with-the-buttons": "Puede añadir o borrar las opciones con los botones", + "add-a-day": "Añadir un día", + "add-a-time-slot": "Añadir un horario", + "choose-dates-for-your-poll": "Elija las fechas de su encuesta", + "copy-times-from-the-first-day": "Copiar los horarios del primer día en los otros días", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Para cada día seleccionado, puede elegir o no, horarios de reunión (por ejemplo: \"8:00\", \"8:30\", \"8:00-10:00\", \"noche\", etc.)", + "poll-dates-2-of-3": "Elegir las fechas (2 de 3)", + "remove-a-day": "Eliminar un día", + "remove-a-time-slot": "Eliminar una franja horaria", + "remove-all-days": "Borrar todos los días", + "remove-all-times": "Eliminar todos los horarios", + "remove-this-day": "Eliminar este dia", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Para programar un evento, tiene que proponer por lo menos dos opciones (dos horarios para un día, o dos días).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Puede agregar o borrar días y horarios con los botones", + "back-to-step-2": "Volver al paso número 2", + "confirm-the-creation-of-your-poll": "Comfirmar la creación de la encuesta", + "create-the-poll": "Crear la encuesta", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Fecha de caducidad:", + "list-of-options": "Lista de opciones", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Una vez confirmada la creación de la encuesta, estará automáticamente redirigido/a hacia la página de administración de su encuesta.", + "removal-date-and-confirmation-3-of-3": "Fecha de caducidad y confirmación (3 de 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Luego, recibirá dos correos electrónicos: el primero con el enlace de la encuesta, para enviar a los votantes, y el segundo con el enlace de la página de administración de la encuesta.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Puede establecer una fecha de caducidad específica para la encuesta.", + "your-poll-will-automatically-be-archived": "Su encuesta estará archivada de manera automática", + "your-poll-will-be-automatically-archived-in-x-days": "Su encuesta estará archivada de manera automática en %d días.", + "after-the-last-date-of-your-poll": "después de la última fecha de su encuesta.", + "version-x": "Versión %s", + "add-a-column": "Añadir una columna", + "adding-a-column": "Añadiendo una columna", + "all-comments-deleted": "Todos los comentarios han sido borrados", + "all-votes-deleted": "Todos los votos han sido borrados", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Como administrador, Usted puede cambiar todas las filas de la encuesta con este botón", + "back-to-the-poll": "Volver a la encuesta", + "choice-added": "Elección añadida", + "collect-the-emails-of-the-polled-users-for-the-choice": "Recopilar los correos electrónicos de los usuarios encuestados para la elección", + "column-deleted": "Columna borrada", + "comment-deleted": "Comentario borrado", + "confirm-removal-of-all-comments": "Confirmar la eliminación de todos los comentarios de la encuesta", + "confirm-removal-of-all-votes": "Confirma la eliminación de todos los votos de la encuesta", + "confirm-removal-of-the-column": "Confirmar la eliminación de la columna.", + "confirm-removal-of-your-poll": "Confirmar la eliminación de la encuesta", + "delete-poll": "Borrar encuesta", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Finalmente, puede cambiar las informaciones de esta encuesta, como el título, los comentarios o la dirección de correo electrónico.", + "keep-comments": "Conservar comentarios", + "keep-the-comments": "Conservar los comentarios", + "keep-the-poll": "Conservar la encuesta", + "keep-the-votes": "Conservar los votos", + "keep-this-poll": "Conservar esta encuesta", + "keep-votes": "Conservar los votos", + "poll-fully-deleted": "Encuesta borrada enteramente", + "poll-saved": "Encuesta guardada", + "remove-column": "Borrar la columna", + "remove-the-comments": "Borrar los comentarios", + "remove-the-votes": "Borrar los votos", + "the-poll-was-created": "La encuesta ha sido creada.", + "vote-added": "Voto añadido", + "vote-deleted": "Voto borrado", + "vote-updated": "Voto actualizado", + "you-can-add-a-new-scheduling-date-to-your-poll": "Puede añadir una nueva fecha de encuentro a su encuesta.", + "your-poll-has-been-removed": "Su encuesta ha sido borrada!", + "and-add-a-new-column-with": "y se puede añadir una columna con", + "remove-a-column-or-a-line-with": "borrar una columna o una fila con", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Los usuarios que votaron \"Si es necesario\" por esta opción han dejado esas direcciones de correo electrónico:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Los usuarios que votaron \"No\" por esta opción han dejado esas direcciones de correo electrónico:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Los usuarios que votaron \"Sí\" por esta opción han dejado esas direcciones de correo electrónico:", + "deletion-date": "Fecha de supresión:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Si quieres votar en esta encuesta, tienes que dar tu nombre, hacer tu elección y enviarla seleccionando el botón guardar al final de la línea.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "La persona a cargo de la administración bloqueó esta encuesta. Los votos y comentarios están bloqueados, ya no se permite participar", + "the-poll-has-expired-it-will-soon-be-deleted": "La encuesta expiró, pronto desaparecerá.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Su voto fue guardado, pero tenga en cuenta que esta encuesta solo permite modificar su voto a través de este enlace personalizado (conservelo cuidadosamente)." +} diff --git a/public/assets/i18n/po/converted/fr.json b/public/assets/i18n/po/converted/fr.json new file mode 100644 index 0000000..c03a33f --- /dev/null +++ b/public/assets/i18n/po/converted/fr.json @@ -0,0 +1,428 @@ +{ + "create-a-poll": "Créez un sondage", + "define-dates-or-subjects-to-choose-from": "Déterminez les dates ou les sujets à choisir", + "discuss-and-make-a-decision": "Discutez et prenez votre décision", + "do-you-want-to": "Voulez-vous", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement. Aucune inscription préalable n’est nécessaire.", + "here-is-how-it-works": "Voici comment ça fonctionne :", + "send-the-poll-link-to-your-friends-or-colleagues": "Envoyez le lien du sondage à vos ami·e·s ou collègues", + "what-is-framadate": "Prise en main", + "view-an-example": "voir un exemple ?", + "cecill-b-license": "licence CeCILL-B", + "framadate-is-licensed-under-the": "Il est régi par la", + "framadate-was-initially-based-on": "Framadate est initialement basé sur", + "the-software": "Le logiciel", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Ce logiciel requiert l’activation du JavaScript et des cookies. Il est compatible avec les navigateurs web suivants :", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "un logiciel développé par l'Université de Strasbourg. Aujourd'hui, son développement est assuré par l’association Framasoft.", + "grow-your-own": "Cultivez votre jardin", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Si vous souhaitez installer ce logiciel pour votre propre usage et ainsi gagner en autonomie, nous vous aidons sur :", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Pour participer au développement du logiciel, proposer des améliorations ou simplement le télécharger, rendez-vous sur", + "the-development-site": "le site de développement", + "Actions": "Actions", + "Administration": "Administration", + "Author": "Auteur·rice", + "back-to-administration": "Retour à l'administration", + "change-the-poll": "Modifier le sondage", + "Email": "Courriel", + "Executed": "Exécutées", + "expiry-date": "Date d’expiration", + "Fail": "Échec", + "failed": "Échec :", + "Format": "Format", + "Installation": "Installation", + "Logs": "Historique", + "Migration": "Migration", + "Nothing": "Rien", + "pages": "Pages :", + "poll-id": "ID sondage", + "poll-deleted": "Sondage complètement supprimé", + "Polls": "Sondages", + "Purge": "Purger", + "purge-the-polls": "Purger les sondages", + "purged": "Purgés :", + "see-the-poll": "Voir le sondage", + "skipped": "Passé :", + "Status": "Statut", + "succeeded": "Succès :", + "Success": "Réussite", + "Summary": "Résumé", + "Title": "Titre", + "Votes": "Votes", + "Waiting": "En attente", + "polls-in-the-database-at-this-time": "sondages dans la base actuellement", + "check-again": "Vérifier à nouveau", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Veuillez considérer l'activation de l'extension PHP OpenSSL pour améliorer la sécurité.", + "consider-setting-the-date-timezone-in-php-ini": "Veuillez considérer la définition de date.timezone dans le php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Pensez à définir « session.cookie_httponly = 1 » dans votre fichier php.ini ou bien ajouter « php_value session.cookie_httponly 1 » à votre fichier .htaccess de telle sorte que les cookies ne puissent pas être accessibles depuis Javascript.", + "continue-the-installation": "Continuer l'installation", + "cookies-are-served-from-http-only": "Les cookies sont accessibles uniquement via HTTP.", + "installation-checking": "Vérifications de l'installation", + "openssl-extension-loaded": "L'extension PHP OpenSSL est chargée.", + "php-intl-extension-is-enabled": "L'extension PHP Intl est activée.", + "php-version-x-is-enough-needed-at-least-php-x": "Version de PHP %s suffisante (nécessite au moins PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'existe pas.", + "the-config-file-directory-x-is-writable": "Le dossier du fichier de configuration (%s) est accessible en écriture.", + "the-config-file-exists": "Le fichier de configuration existe.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "Le dossier de compilation des templates (%s) n'existe pas dans \"%s\". Essayez de relancer l'installation.", + "the-template-compile-directory-x-is-not-writable": "Le dossier de compilation des templates (%s) n'est pas accessible en écriture.", + "the-template-compile-directory-x-is-writable": "Le dossier de compilation des templates (%s) est accessible en écriture.", + "you-need-to-enable-the-php-intl-extension": "Vous devez activer l'extension PHP Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Votre version de PHP (%s) est trop vieille. Cette application a besoin de PHP %s au moins.", + "date-timezone-is-set": "date.timezone est défini.", + "add-a-comment-to-the-poll": "Ajouter un commentaire au sondage", + "Comment": "Votre commentaire", + "comment-saved": "Commentaire ajouté", + "Comments": "Commentaires de sondé·e·s", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Entrez votre nom et commentaire avant de soumettre le formulaire", + "remove-comment": "Supprimer le commentaire", + "submit-comment": "Envoyer le commentaire", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A %e %B %Y", + "b-y": "%B %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d-%m-%Y %H:%M", + "add-range-dates": "Ajout d'un intervalle de dates", + "end-date": "Date de fin", + "start-date": "Date de début", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Vous pouvez sélectionner au maximum 4 mois", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "jour / mois / année", + "edit-link-for-poll-x": "Lien d'édition du sondage \"%s\"", + "here-is-the-link-for-editing-your-vote": "Voici le lien pour éditer votre vote :", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Afin de ne pas perdre ce lien d'édition de vote, nous pouvons vous l'envoyer par courriel.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Veuillez patienter encore %d secondes avant que nous puissions vous envoyer un email, puis réessayez.", + "REMINDER": "RAPPEL", + "Send": "Envoyer", + "the-email-address-is-not-correct": "Courriel incorrect.", + "your-reminder-has-been-successfully-sent": "Votre rappel a été envoyé avec succès !", + "adding-vote-failed": "Échec de l'ajout d'un vote", + "cant-create-an-empty-column": "Impossible de créer une colonne vide.", + "cant-create-the-config-php-file-in-x": "Impossible de créer le fichier config.php dans '%s'.", + "comment-failed": "Échec du commentaire", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Les cookies sont désactivés sur votre navigateur. Leur activation est requise pour la création d'un sondage.", + "enter-a-name": "Vous n'avez pas saisi de nom !", + "enter-a-name-and-a-comment": "Merci de remplir les deux champs !", + "enter-a-title": "Il faut saisir un titre !", + "enter-an-email-address": "Il faut saisir une adresse électronique !", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Erreur : le nombre de votants doit être un nombre supérieur à 0", + "error": "Erreur !", + "failed-to-delete-all-comments": "Impossible de supprimer tous les commentaires", + "failed-to-delete-all-votes": "Impossible de supprimer tous les votes", + "failed-to-delete-column": "Échec de la suppression de colonne", + "failed-to-delete-the-comment": "Impossible de supprimer le commentaire", + "failed-to-delete-the-poll": "Impossible de supprimer le sondage", + "failed-to-delete-the-vote": "Échec de la suppression du vote !", + "failed-to-insert-the-comment": "Échec à l'insertion du commentaire !", + "failed-to-save-poll": "Échec de la sauvegarde du sondage", + "forbidden": "Interdit !", + "GenericErrorPollCreation": "Oh non ! Votre sondage n'a pas pu être enregistré. Nous sommes désolés. Merci de réessayer.", + "identifier-is-already-used": "L'identifiant est déjà utilisé", + "if-you-quit-now-your-changes-will-be-lost": "Si vous quittez maintenant, vos modifications seront perdues.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "JavaScript est désactivé sur votre navigateur. Son activation est requise pour la création d'un sondage.", + "missing-values": "Il manque des valeurs", + "no-polls-found": "Aucun sondage n'a été trouvé", + "password-is-empty": "Le mot de passe est vide.", + "passwords-do-not-match": "Les mots de passe ne correspondent pas.", + "poll-has-been-updated-before-you-vote": "Le sondage a été mis à jour avant votre vote", + "something-has-gone-wrong": "Quelque chose ne va pas...", + "something-is-wrong-with-the-format": "Quelque chose ne va pas avec le format", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Format incorrect : seuls les caractères alphabétiques, nombres et tirets sont acceptés dans les URLs personnalisées.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Quelque chose ne va pas avec le format : le nom ne devrait pas contenir d'espaces avant ou après", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "L'adresse saisie n'est pas correcte ! Il faut une adresse électronique valide (par exemple r.stallman@outlock.com) pour recevoir le lien vers le sondage.", + "the-column-already-exists": "La colonne existe déjà", + "the-name-is-invalid": "Le nom n'est pas valide.", + "the-name-youve-chosen-already-exists-in-this-poll": "Le nom que vous avez choisi existe déjà !", + "there-is-a-problem-with-your-choices": "Il y a un problème avec vos choix", + "this-identifier-is-not-allowed": "Cet id n'est pas autorisé", + "this-poll-doesnt-exist": "Ce sondage n'existe pas !", + "unable-to-connect-to-database": "Impossible de se connecter à la base de données", + "update-vote-failed": "Échec de la mise à jour du vote", + "you-already-voted": "Vous avez déjà voté", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Vous ne pouvez pas créer de sondage avec résulats cachés avec les options d'édition suivantes : ", + "you-cant-select-more-than-x-dates": "Vous ne pouvez pas choisir plus de %d dates", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Vous n'avez pas renseigné la première page du sondage, ou bien votre session a expiré.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Votre vote n'a pas été pris en compte, car quelqu'un a voté entre temps et cela entre en conflit avec vos choix et les conditions du sondage. Merci de réessayer.", + "Address": "Adresse", + "created-polls": "Sondages créés", + "have-a-good-day": "Bonne journée !", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Voici la liste des sondages que vous administrez sur %s :", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Si jamais vous n'étiez pas à l'origine de cette action et que vous pensez qu'il s'agit d'un abus, vous pouvez nous le signaler à l'administrateur·rice sur %s.", + "its-address": "Son adresse", + "last-access-date": "Date de dernier accès", + "list-of-your-polls": "Liste de vos sondages", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS : ce mail a été envoyé parce que vous – ou quelqu'un d'autre – avez demandé la récupération des sondages créés à l'aide de votre adresse email.", + "polls-saved-inside-this-browser": "Sondages stockés dans ce navigateur", + "polls-sent": "Sondages envoyés", + "remove-all-my-polls-from-this-browsers-index": "Supprimer tous mes sondages de l'index de ce navigateur", + "remove-poll-from-index": "Supprimer le sondage de l'index", + "send-me-my-polls": "Envoyer mes sondages", + "send-my-polls-by-email": "Envoyer mes sondages par courriel", + "the-date-you-created-or-last-accessed-the-poll": "La date à laquelle vous avez créé ou accédé en dernier le sondage", + "the-title-of-the-poll": "Le titre du sondage", + "there-are-no-polls-saved-inside-your-browser-yet": "Il n'y a pas encore de sondages sauvegardés dans votre navigateur", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Pour supprimer ces données, cliquez sur l'icône en forme de poubelle en face de chaque ligne ou cliquez sur le bouton « Supprimer l'index de mes sondages ». Cela ne supprimera pas vos sondages.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Pour vous aider à trouver vos sondages précédents, nous enregistrons des informations sur chaque sondage que vous effectuez ou auquel vous accédez dans votre navigateur. Ces données sont sauvegardées uniquement dans votre navigateur. Les données suivantes seront enregistrées :", + "visited-polls": "Sondages accédés", + "in-the-format-name-mail-com": "(au format nom@mail.com)", + "Add": "Ajouter", + "Back": "Précédent", + "back-to-the-homepage-of": "Retourner à la page d'accueil de", + "Cancel": "Annuler", + "Choice": "Choix", + "Classic": "Classique", + "Close": "Fermer", + "create-your-own-polls": "Créez vos propres sondages", + "creation-date": "Date de création :", + "Date": "Date", + "Day": "Jour", + "Description": "Description", + "Edit": "Modifier", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.", + "Home": "Accueil", + "Information": "Légende", + "legend": "Légende :", + "Link": "Lien", + "Markdown": "Markdown", + "Next": "Continuer", + "No": "Non", + "page-generated-in": "Page générée en", + "Poll": "Sondage", + "Remove": "Effacer", + "Save": "Enregistrer", + "Search": "Chercher", + "Time": "Horaire", + "under-reserve": "Si nécessaire", + "Unknown": "Inconnu", + "Validate": "Valider", + "Yes": "Oui", + "your-email-address": "Votre courriel", + "your-name": "Votre nom", + "days": "jours", + "for": "à", + "months": "mois", + "seconds": "secondes", + "vote": "vote", + "votes": "votes", + "with": "avec", + "make-a-standard-poll": "Créer un sondage classique", + "schedule-an-event": "Créer un sondage spécial dates", + "where-are-my-polls": "Où sont mes sondages ?", + "administrator-mail-address": "Adresse mail de l'application", + "application-name": "Nom de l'application", + "clean-url": "URL propres", + "database-driver": "Pilote de la base de données", + "database-hostname": "Nom d'hôte", + "database-name": "Nom de la base de données", + "database-port": "Port de la base de données", + "default-language": "Langue par défaut", + "General": "Général", + "Install": "Installer", + "migration-table": "Table de migration", + "Password": "Mot de passe", + "Prefix": "Préfixe", + "respond-to-mail-address": "Mail de réponse", + "User": "Utilisateur·rice", + "change-language": "Changer la langue", + "select-language": "Choisir la langue", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "« La route est longue, mais la voie est libre… »
Framasoft ne vit que par vos dons (déductibles des impôts).
Merci d'avance pour votre soutien https://soutenir.framasoft.org.", + "message-for-the-author": "Réservé à l'auteur·rice", + "notification-of-poll-x": "Notification d'un sondage : %s", + "participant-link": "Pour diffusion aux sondé·e·s", + "poll-participation-x": "Participation au sondage : %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Quelqu'un·e vient de modifier votre sondage accessible au lien suivant %1$s.", + "someone-just-deleted-your-poll-x": "Quelqu'un·e vient de supprimer votre sondage \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Merci de bien vouloir participer au sondage à l'adresse suivante", + "thank-you-for-your-trust": "Merci de votre confiance.", + "this-is-the-message-to-forward-to-the-poll-participants": "Ceci est le message qui doit être envoyé aux sondé·e·s.
Vous pouvez maintenant transmettre ce message à toutes les personnes susceptibles de participer au vote.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Ce message ne doit PAS être diffusé aux sondé·e·s. Il est réservé à l'auteur·rice du sondage.

Vous pouvez modifier ce sondage à l'adresse suivante", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "vient de voter.
Vous pouvez retrouver votre sondage avec le lien suivant", + "has-just-created-a-poll-called": "vient de créer un sondage intitulé", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "vient de mettre à jour un vote.
Vous pouvez retrouver votre sondage avec le lien suivant", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "vient de rédiger un commentaire.
Vous pouvez retrouver votre sondage avec le lien suivant", + "thank-you-for-your-understanding": "Merci de votre compréhension.", + "the-application": "L'application", + "is-currently-under-maintenance": "est en cours de maintenance.", + "submit-access": "Accéder", + "wrong-password": "Mot de passe incorrect.", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Vous devez donner le mot de passe pour pouvoir participer à ce sondage.", + "you-have-to-provide-a-password-to-access-the-poll": "Vous devez donner le mot de passe pour avoir accès à ce sondage.", + "x-option": "%s option", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Tout le monde pourra accéder à votre courriel après que vous ayez voté", + "best-choice": "Meilleur choix", + "best-choices": "Meilleurs choix", + "Chart": "Graphique", + "display-the-chart-of-the-results": "Afficher le graphique des résultats", + "edit-line-x": "Modifier la ligne : %s", + "link-to-edit-this-particular-line": "Lien pour éditer cette ligne", + "remove-line": "Supprimer la ligne :", + "save-choices": "Enregistrer les choix", + "scroll-to-the-left": "Faire défiler à gauche", + "scroll-to-the-right": "Faire défiler à droite", + "the-current-best-choice-is": "Pour l'instant, le choix ayant reçu le plus grand nombre de votes est :", + "the-current-best-choices-are": "Pour l'instant, les choix ayant reçu le plus grand nombre de votes sont :", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Le lien pour l'édition de cette ligne a été copié dans le presse-papier !", + "Total": "Somme", + "vote-no-for": "Voter « non » pour", + "vote-yes-for": "Voter « oui » pour", + "votes-under-reserve-for": "Si nécessaire", + "polled-user": "votant·e", + "polled-users": "votant·e·s", + "admin-link-for-the-poll": "Lien d'administration du sondage", + "cancel-the-description-edit": "Annuler le changement de description", + "cancel-the-email-address-edit": "Annuler le changement de courriel", + "cancel-the-expiration-date-edit": "Annuler le changement de date d'expiration", + "cancel-the-name-edit": "Annuler le changement d'auteur·rice", + "cancel-the-rules-edit": "Annuler le changement de permissions", + "cancel-the-title-edit": "Annuler le changement de titre", + "creator-of-the-poll": "Auteur·rice du sondage", + "edit-name": "Modification de l'auteur·rice", + "edit-the-description": "Modifier la description", + "edit-the-email-address": "Modifier le courriel", + "edit-the-expiry-date": "Modifier la date d'expiration", + "edit-the-poll-rules": "Modifier les permissions du sondage", + "edit-title": "Modifier le titre", + "export-to-csv": "Export Tableur (CSV)", + "no-password": "Pas de mot de passe", + "only-votes-are-protected": "Seul les votes sont protégés", + "password-protected": "Protégé par mot de passe", + "poll-rules": "Permissions du sondage", + "Print": "Imprimer", + "public-link-to-the-poll": "Lien public du sondage", + "remove-all-comments": "Supprimer tous les commentaires", + "remove-all-votes": "Supprimer tous les votes", + "remove-password": "Supprimer le mot de passe", + "remove-the-poll": "Supprimer le sondage", + "results-are-hidden": "Les résultats sont cachés", + "results-are-visible": "Les résultats sont visibles", + "rich-editor": "Editeur avancé", + "save-the-description": "Enregistrer la description", + "save-the-email-address": "Enregistrer le courriel", + "save-the-new-expiration-date": "Enregistrer la date d'expiration", + "save-the-new-name": "Enregistrer l'auteur·rice", + "save-the-new-rules": "Enregistrer les nouvelles permissions", + "save-the-new-title": "Enregistrer le nouveau titre", + "simple-editor": "Editeur simple", + "title-of-the-poll": "Titre du sondage", + "voters-email-addresses-are-collected": "Les courriels des votants sont collectés", + "voters-email-addresses-are-collected-and-required": "Les courriels des votants sont collectés et requis", + "voters-email-addresses-are-collected-required-and-verified": "Les courriels des votants sont collectés, requis et vérifiés", + "voters-email-addresses-are-not-collected": "Les courriels des votants ne sont pas collectés", + "votes-and-comments-are-locked": "Il n'est plus possible de voter", + "votes-protected-by-password": "Votes protégés par mot de passe", + "all-voters-can-modify-any-vote": "Tou·te·s les sondé·e·s peuvent modifier tous les votes", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "La modification du lien du sondage peut faciliter l'accès à ce sondage pour des personnes non désirées. Il est recommandé de le protéger par mot de passe.", + "collect-voters-email-addresses": "Collecter les courriels des votants", + "Confirmation": "Confirmation", + "customize-the-url": "Personnaliser le lien", + "email-addresses-are-collected-but-not-required": "Les courriels sont collectés mais pas requis", + "email-addresses-are-not-collected": "Les courriels ne sont pas collectés", + "email-addresses-are-required": "Les courriels sont requis", + "email-addresses-are-required-and-verified": "Les courriels sont requis et vérifiés", + "go-to-step-2": "Aller à l'étape 2", + "limit-the-amount-of-voters-per-option": "Limiter le nombre de votant·e·s par option", + "more-informations-here": "Plus d'informations ici :", + "only-the-poll-maker-can-see-the-poll-results": "Seul·e le ou la créateur·rice du sondage peut voir les résultats", + "optional-parameters": "Paramètres facultatifs", + "Permissions": "Permissions", + "poll-creation-1-of-3": "Création de sondage (1 sur 3)", + "poll-link": "Lien du sondage", + "poll-title": "Titre du sondage", + "receive-an-email-for-each-new-comment": "Recevoir un courriel à chaque commentaire", + "receive-an-email-for-each-new-vote": "Recevoir un courriel à chaque participation", + "required-fields-cannot-be-left-blank": "Merci de remplir les champs obligatoires, marqués d'une *.", + "the-identifier-can-contain-letters-numbers-and-dashes": "(peut contenir des lettres, des chiffres et des tirets \"-\")", + "the-results-are-publicly-visible": "Les résultats sont visibles sans mot de passe", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez utiliser le formatage Markdown.", + "use-a-password-to-restrict-access": "Restreindre l'accès au sondage par mot de passe", + "value-max": "Valeur Maximale", + "voters-can-modify-their-own-vote-themselves": "Chaque sondé·e peut modifier son propre vote", + "votes-cannot-be-modified": "Aucun vote ne peut être modifié", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Attention : tout le monde pourra accéder aux courriels des votants car tout le monde peut éditer chaque vote. Vous devriez restreindre les règles de permission.", + "you-are-in-the-poll-creation-section": "Vous avez choisi de créer un nouveau sondage.", + "you-can-enable-or-disable-the-editor-at-will": "Vous pouvez activer ou désactiver l'éditeur à votre guise.", + "votes-per-option": "votes par choix", + "go-to-step-3": "Aller à l’étape 3", + "return-to-step-1": "Revenir à l’étape 1", + "add-a-choice": "Ajouter un choix", + "add-a-link-or-an-image": "Ajouter un lien ou une image", + "alternative-text": "Texte alternatif", + "links-or-images-can-be-included-using": "Il est possible d’insérer des liens ou des images en utilisant", + "markdown-syntax": "la syntaxe Markdown", + "poll-options-2-of-3": "Choix des sujets (2 sur 3)", + "remove-a-choice": "Supprimer le dernier choix", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Ces champs sont facultatifs. Vous pouvez ajouter un lien, une image ou les deux.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Pour créer un sondage classique, vous devez proposer au moins deux choix différents.", + "url-of-the-image": "URL de l'image", + "you-can-add-or-remove-choices-with-the-buttons": "Vous pouvez ajouter ou supprimer des choix supplémentaires avec les boutons", + "add-a-day": "Ajouter un jour", + "add-a-time-slot": "Ajouter un horaire", + "choose-dates-for-your-poll": "Choisissez les dates de votre sondage", + "copy-times-from-the-first-day": "Reporter les horaires du premier jour sur les autres jours", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Pour chacun des jours sélectionnés, vous avez la possibilité de choisir ou non, des heures de réunion (par exemple : \"8h\", \"8:30\", \"8h-10h\", \"soir\", etc.)", + "poll-dates-2-of-3": "Choix des dates (2 sur 3)", + "remove-a-day": "Supprimer le dernier jour", + "remove-a-time-slot": "Supprimer le dernier horaire", + "remove-all-days": "Effacer tous les jours", + "remove-all-times": "Effacer tous les horaires", + "remove-this-day": "Supprimer ce jour", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Pour créer un sondage spécial dates vous devez proposer au moins deux choix (deux horaires pour une même journée ou deux jours).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Vous pouvez ajouter ou supprimer des jours et horaires supplémentaires avec les boutons", + "back-to-step-2": "Revenir à l’étape 2", + "confirm-the-creation-of-your-poll": "Confirmez la création de votre sondage", + "create-the-poll": "Créer le sondage", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Date d'archivage :", + "list-of-options": "Liste de vos choix", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Une fois que vous aurez confirmé la création du sondage, vous serez redirigé·e automatiquement vers la page d'administration de votre sondage.", + "removal-date-and-confirmation-3-of-3": "Date d'expiration et confirmation (3 sur 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "En même temps, vous recevrez deux courriels : l'un contenant le lien vers votre sondage pour le faire suivre aux futur·e·s sondé·e·s, l'autre contenant le lien vers la page d'administration du sondage.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Vous pouvez décider d'une date d'archivage plus proche.", + "your-poll-will-automatically-be-archived": "Votre sondage sera automatiquement archivé", + "your-poll-will-be-automatically-archived-in-x-days": "Votre sondage sera automatiquement archivé dans %d jours.", + "after-the-last-date-of-your-poll": "après le dernier jour de votre sondage.", + "version-x": "Version %s", + "add-a-column": "Ajouter une colonne", + "adding-a-column": "Ajout de colonne", + "all-comments-deleted": "Tous les commentaires ont été supprimés", + "all-votes-deleted": "Tous les votes ont été supprimés", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "En tant qu'administrateur·rice, vous pouvez modifier toutes les lignes de ce sondage avec ce bouton", + "back-to-the-poll": "Retour au sondage", + "choice-added": "Choix ajouté", + "collect-the-emails-of-the-polled-users-for-the-choice": "Collecter les courriels des utilisateurs pour ce choix", + "column-deleted": "Colonne supprimée", + "comment-deleted": "Commentaire supprimé", + "confirm-removal-of-all-comments": "Confirmer la suppression de tous les commentaires de ce sondage", + "confirm-removal-of-all-votes": "Confirmer la suppression de tous les votes de ce sondage", + "confirm-removal-of-the-column": "Confirmer la suppression de cette colonne.", + "confirm-removal-of-your-poll": "Confirmer la suppression du sondage", + "delete-poll": "Supprimer le sondage", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Vous pouvez enfin également modifier les informations relatives à ce sondage comme le titre, les commentaires ou encore votre courriel.", + "keep-comments": "Garder les commentaires", + "keep-the-comments": "Garder les commentaires", + "keep-the-poll": "Je garde le sondage", + "keep-the-votes": "Garder les votes", + "keep-this-poll": "Garder ce sondage", + "keep-votes": "Garder les votes", + "poll-fully-deleted": "Sondage complètement supprimé", + "poll-saved": "Sondage sauvegardé", + "remove-column": "Effacer la colonne", + "remove-the-comments": "Supprimer les commentaires", + "remove-the-votes": "Supprimer les votes", + "the-poll-was-created": "Le sondage a été créé", + "vote-added": "Vote ajouté", + "vote-deleted": "Vote supprimé", + "vote-updated": "Vote mis à jour", + "you-can-add-a-new-scheduling-date-to-your-poll": "Vous pouvez ajouter une date à votre sondage.", + "your-poll-has-been-removed": "Votre sondage a été supprimé !", + "and-add-a-new-column-with": "et si vous avez oublié de saisir un choix, vous pouvez rajouter une colonne en cliquant sur", + "remove-a-column-or-a-line-with": "effacer une colonne ou une ligne avec", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Les utilisateurs qui ont voté « Si nécessaire » pour cette option ont laissé les courriels suivants :", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Les utilisateurs qui ont voté « Non » pour cette option ont laissé les courriels suivants :", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Les utilisateurs qui ont voté « Oui » pour cette option ont laissé les courriels suivants :", + "deletion-date": "Date de suppression :", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Pour participer à ce sondage, veuillez entrer votre nom, choisir toutes les valeurs qui vous conviennent et valider votre choix avec le bouton en bout de ligne.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "L'administrateur·rice a verrouillé ce sondage. Les votes et commentaires sont gelés, il n'est plus possible de participer", + "the-poll-has-expired-it-will-soon-be-deleted": "Le sondage a expiré, il sera bientôt supprimé.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Votre vote a bien été pris en compte, mais faites attention : ce sondage n'autorise l'édition de votre vote qu'avec le lien personnalisé suivant ; conservez-le précieusement !" +} diff --git a/public/assets/i18n/po/converted/gl.json b/public/assets/i18n/po/converted/gl.json new file mode 100644 index 0000000..c4fc778 --- /dev/null +++ b/public/assets/i18n/po/converted/gl.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Cree unha enquisa", + "define-dates-or-subjects-to-choose-from": "Defina as datas ou os temas a escoller", + "discuss-and-make-a-decision": "Discutir e tomar unha decisión", + "do-you-want-to": "Quere", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate é un servizo en liña que permite planificar unha xuntanza ou tomar decisións rapidamente e de xeito sinxelo. Non é necesario rexistrarse.", + "here-is-how-it-works": "Velaquí como funciona:", + "send-the-poll-link-to-your-friends-or-colleagues": "Enviar a ligazón da enquisa aos seus amigos ou compañeiros", + "what-is-framadate": "De que se trata?", + "view-an-example": "ver un exemplo?", + "cecill-b-license": "Licenza CeCILL-B", + "framadate-is-licensed-under-the": "Framadate está licenciado baixo a", + "framadate-was-initially-based-on": "Inicialmente Framadate foi baseado en", + "the-software": "O software", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Este software require activar JavaScript e o rastro (cookies) activado. É compatíbel cos seguintes navegadores:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "un software desenvolvido pola Universidade de Estrasburgo. Agora, o seu desenvolvemento é realizado pola asociación Framasoft.", + "grow-your-own": "Cultive o seu xardín", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Se quere instalar o software para o seu propio uso e así aumentar a súa independencia, podemos axudarlle a:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Para participar no desenvolvemento de software, suxerir melloras ou simplemente descargalo, visite", + "the-development-site": "a páxina de desenvolvemento", + "Actions": "Accións", + "Administration": "Administración", + "Author": "Autor", + "back-to-administration": "Volver á administración", + "change-the-poll": "Cambiar a enquisa", + "Email": "Correo", + "Executed": "Executado", + "expiry-date": "Data de caducidade", + "Fail": "Fallo", + "failed": "Fallou:", + "Format": "Formato", + "Installation": "Instalación", + "Logs": "Rexistros", + "Migration": "Migración", + "Nothing": "Nada", + "pages": "Páxinas:", + "poll-id": "ID da enquisa", + "poll-deleted": "Enquisa eliminada", + "Polls": "Enquisas", + "Purge": "Purga", + "purge-the-polls": "Purgar as enquisas", + "purged": "Purgadas:", + "see-the-poll": "Ver a enquisa", + "skipped": "Omitidas:", + "Status": "Estado", + "succeeded": "Con éxito:", + "Success": "Éxito", + "Summary": "Resumo", + "Title": "Título", + "Votes": "Votos", + "Waiting": "Agardando", + "polls-in-the-database-at-this-time": "enquisas na base de datos neste momento", + "check-again": "Volver verificar", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Considere activar a extensión OpenSSL de PHP para mellorar a seguridade.", + "consider-setting-the-date-timezone-in-php-ini": "Considere estabelecer o valor de «date.timezone» en php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Considere estabelecer «session.cookie_httponly = 1» no ficheiro php.ini ou engada «php_value session.cookie_httponly1 » no ficheiro «.htaccess» para que as cookies non sexan accesíbeis dende Javascript.", + "continue-the-installation": "Continuar coa instalación", + "cookies-are-served-from-http-only": "As cookies sérvense exclusivamente con HTTP.", + "installation-checking": "Verificación da instalación", + "openssl-extension-loaded": "Extensión OpenSSL cargada.", + "php-intl-extension-is-enabled": "Extensión PHP Intl cargada.", + "php-version-x-is-enough-needed-at-least-php-x": "A versión %s de PHP é abondo (Requírese polo menos %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "O directorio do ficheiro de configuración (%s) non ten permisos de escritura e non existe o ficheiro (%s).", + "the-config-file-directory-x-is-writable": "O directorio do ficheiro de configuración (%s) ten permisos de escritura.", + "the-config-file-exists": "O ficheiro de configuración xa existe.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "O directorio de compilación de modelos (%s) non existe en «%s». Tente de novo o proceso de instalación.", + "the-template-compile-directory-x-is-not-writable": "O directorio de compilación de modelos (%s) non ten permisos de escritura.", + "the-template-compile-directory-x-is-writable": "O directorio de compilación de modelos (%s) ten permisos de escritura.", + "you-need-to-enable-the-php-intl-extension": "É necesario que active a extensión Intl de PHP.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "A versión de PHP (%s) é moi antiga. Esta aplicación necesita polo menos a versión %s de PHP.", + "date-timezone-is-set": "date.timezone está estabelecido.", + "add-a-comment-to-the-poll": "Engadir un comentario na enquisa", + "Comment": "Comentario", + "comment-saved": "Gardouse o comentario", + "Comments": "Comentarios", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Escriba o seu nome e o seu comentario antes de enviar o formulario", + "remove-comment": "Retirar o comentario", + "submit-comment": "Enviar o comentario", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A, %e de %B de %Y", + "b-y": "%B de %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d/%m/%Y %H:%M", + "add-range-dates": "Engadir intervalo de datas", + "end-date": "Data final", + "start-date": "Data de inicio", + "Y-m-d": "Y-m-d", + "you-can-select-at-most-4-months": "Pode seleccionar como máximo 4 meses", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "dd/mm/yyyy", + "edit-link-for-poll-x": "Ligazón para editar a enquisa «%s»", + "here-is-the-link-for-editing-your-vote": "Esta é a ligazón para editar o seu voto:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Se non quere perder a súa ligazón personalizada, podemos enviárllela por correo electrónico.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Agarde %d segundos antes de que poidamos enviar un correo e após tenteo de novo.", + "REMINDER": "RECORDATORIO", + "Send": "Enviar", + "the-email-address-is-not-correct": "O enderezo de correo non é correcto.", + "your-reminder-has-been-successfully-sent": "O seu recordatorio foille enviado correctamente!", + "adding-vote-failed": "Produciuse un fallo ao engadir o voto", + "cant-create-an-empty-column": "Non é posíbel crear una columna baleira.", + "cant-create-the-config-php-file-in-x": "Non é posíbel crear o ficheiro config.php en «%s».", + "comment-failed": "Produciuse un fallo ao crear o comentario", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "As cookies están desactivadas no seu navegador. É necesario que as teña activadas para poder crear unha enquisa.", + "enter-a-name": "Introduza un nome", + "enter-a-name-and-a-comment": "Introduza un nome e un comentario!", + "enter-a-title": "Introduza un título", + "enter-an-email-address": "Introduza un enderezo de correo", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Hai un erro no límite de votos: O valor debe ser un enteiro maior que 0 (cero)", + "error": "Erro!", + "failed-to-delete-all-comments": "Produciuse un fallo ao eliminar comentarios", + "failed-to-delete-all-votes": "Produciuse un fallo ao eliminar todos os votos", + "failed-to-delete-column": "Produciuse un fallo ao eliminar a columna", + "failed-to-delete-the-comment": "Produciuse un fallo ao eliminar o comentario", + "failed-to-delete-the-poll": "Produciuse un fallo ao eliminar a enquisa", + "failed-to-delete-the-vote": "Produciuse un fallo ao eliminar o voto!", + "failed-to-insert-the-comment": "Produciuse un fallo ao inserir o comentario!", + "failed-to-save-poll": "Produciuse un fallo ao gardar a enquisa", + "forbidden": "Prohibido!", + "GenericErrorPollCreation": "ErroXenericoCreacionEnquisa", + "identifier-is-already-used": "O identificador xa está en uso", + "if-you-quit-now-your-changes-will-be-lost": "Se sae agora, perderanse as súas modificacións.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "Javascript esta desactivado no seu navegador. É necesario que o active para crear una enquisa.", + "missing-values": "Faltan valores", + "no-polls-found": "Non se atopan enquisas", + "password-is-empty": "O contrasinal está baleiro.", + "passwords-do-not-match": "Os contrasinais non coinciden.", + "poll-has-been-updated-before-you-vote": "A enquisa actualizouse antes de votar", + "something-has-gone-wrong": "Algo foi mal...", + "something-is-wrong-with-the-format": "Algo está mal no formato", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Algo está mal no formato: as URL personalizadas deberían estar formadas só por caracteres alfanuméricos e guións.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Algo está mal no formato: o nome non debería ter ningún espazo antes nin despois", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "O enderezo non é correcto. Debe introducir un enderezo de correo electrónico válido (como por exemplo r.stallman@outlock.com) para recibir a ligazón á súa enquisa.", + "the-column-already-exists": "A columna xa existe", + "the-name-is-invalid": "O nome é incorrecto.", + "the-name-youve-chosen-already-exists-in-this-poll": "O nome elixido xa existe nesta enquisa!", + "there-is-a-problem-with-your-choices": "Hai un problema coas súas escollas", + "this-identifier-is-not-allowed": "Este identificador non está permitido", + "this-poll-doesnt-exist": "Esta enquisa non existe!", + "unable-to-connect-to-database": "Non é posíbel conectar coa base de datos", + "update-vote-failed": "Produciuse un erro ao actualizar o voto", + "you-already-voted": "Xa votou", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Non pode crear unha enquisa con resultados ocultos coa seguinte opción: ", + "you-cant-select-more-than-x-dates": "Non pode seleccionar máis de %d datas", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Non encheu a primeira sección da creación da enquisa ou a súa sesión caducou.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "O seu voto non foi contado, porque neste preciso momento alguén votou e as súas escollas entran en conflito cas condicións da enquisa. Volva intentalo.", + "Address": "Enderezo", + "created-polls": "Creouse a enquisa", + "have-a-good-day": "Que teña un bo día!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Velaquí a lista de enquisas que pode xestionar en %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Se non foi a fonte desta acción e se cre que se trata dun abuso do servizo, avise ao administrador en %s.", + "its-address": "É o seu enderezo", + "last-access-date": "Data de último acceso", + "list-of-your-polls": "Listaxe das súas enquisas", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "P. D.: este correo electrónico foi enviado porque vostede - ou alguén máis - pediu que devolva as enquisas creadas co seu enderezo de correo electrónico.", + "polls-saved-inside-this-browser": "Enquisas gardadas neste navegador", + "polls-sent": "Enquisas enviadas", + "remove-all-my-polls-from-this-browsers-index": "Elimina todas as miñas enquisas do índice deste navegador", + "remove-poll-from-index": "Eliminar as enquisas do índice", + "send-me-my-polls": "Enviarme as miñas enquisas", + "send-my-polls-by-email": "Enviar as miñas enquisas por correo electrónico", + "the-date-you-created-or-last-accessed-the-poll": "A data na que creou ou accedeu á última enquisa", + "the-title-of-the-poll": "O título da enquisa", + "there-are-no-polls-saved-inside-your-browser-yet": "Aínda non hai enquisas gardadas no seu navegador", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Para eliminar estes datos, prema no lixo na liña correspondente ou prema na opción \"Eliminar o meu índice de enquisas\". Isto non eliminará as súas enquisas.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Para axudarlle a atopar as enquisas anteriores, gardamos cada enquisa que crea ou accede desde o seu navegador. Estes datos gárdanse só neste navegador. Gardaranse os seguintes datos:", + "visited-polls": "Enquisas visitadas", + "in-the-format-name-mail-com": "(co formato nome@correo.com)", + "Add": "Engadir", + "Back": "Volver", + "back-to-the-homepage-of": "Volver á páxina de inicio de", + "Cancel": "Cancelar", + "Choice": "Escolla", + "Classic": "Clásica", + "Close": "Pechar", + "create-your-own-polls": "Crear as súas propias enquisas", + "creation-date": "Data de creación:", + "Date": "Data", + "Day": "Día", + "Description": "Descrición", + "Edit": "Modificar", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate é un servizo en liña para a planificación de citas ou tomar decisións rápida e doadamente.", + "Home": "Inicio", + "Information": "Información", + "legend": "Lenda:", + "Link": "Ligazón", + "Markdown": "Markdown", + "Next": "Seguinte", + "No": "Non", + "page-generated-in": "A páxina xerouse en", + "Poll": "Enquisa", + "Remove": "Borrar", + "Save": "Gardar", + "Search": "Buscar", + "Time": "Hora", + "under-reserve": "Baixo reserva", + "Validate": "Validar", + "Yes": "Si", + "your-email-address": "Seu enderezo de correo electrónico", + "your-name": "Seu nome", + "days": "días", + "for": "para", + "months": "meses", + "seconds": "segundos", + "vote": "voto", + "votes": "votos", + "with": "con", + "make-a-standard-poll": "Facer unha enquisa estándar", + "schedule-an-event": "Programar unha enquisa", + "where-are-my-polls": "Onde están as miñas enquisas?", + "administrator-mail-address": "Enderezo de correo electrónico da persoa administradora", + "application-name": "Nome da aplicación", + "clean-url": "URL limpo", + "database-driver": "Controlador da base de datos", + "database-hostname": "Servidor da base de datos", + "database-name": "Nome da base de datos", + "database-port": "Porto da base de datos", + "default-language": "Idioma predeterminado", + "General": "Xeral", + "Install": "Instalar", + "migration-table": "Táboa de migración", + "Password": "Contrasinal", + "Prefix": "Prefixo", + "respond-to-mail-address": "Correo electrónico para as respostas", + "User": "Persoa usuaria", + "change-language": "Mudar idioma", + "select-language": "Escoller idioma", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "«A estrada é longa, máis o camiño é libre ...»
Framasoft vive só das túas doazóns.
Grazas anticipadamente polo teu apoio https://soutenir.framasoft.org", + "message-for-the-author": "Mensaxe para o autor", + "notification-of-poll-x": "Notificación da enquisa: %s", + "participant-link": "Ligazón de participación", + "poll-participation-x": "Participación na enquisa: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Alguén acaba de mudar a súa enquisa na seguinte ligazón %1$s.", + "someone-just-deleted-your-poll-x": "Alguén acaba de borrar a súa enquisa «%s».", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Grazas por participar na enquisa na seguinte ligazón", + "thank-you-for-your-trust": "Grazas pola súa confianza.", + "this-is-the-message-to-forward-to-the-poll-participants": "Esta é a mensaxe a reenviar as persoas participantes na enquisa.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Non se puido enviar a mensaxe aos participantes da enquisa. Debería mantelo privado.

Pode modificar a súa enquisa na seguinte ligazón", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "engadiuse un voto.
Pode visitar súa enquisa na seguinte ligazón", + "has-just-created-a-poll-called": "acaba de crear unha enquisa chamada", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "actualizouse un voto.
Pode visitar súa enquisa na ligazón", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "escribiuse un comentario.
Pode visitar a súa enquisa na ligazón", + "thank-you-for-your-understanding": "Grazas pola súa compresión.", + "the-application": "A aplicación", + "is-currently-under-maintenance": "neste intre está en mantemento.", + "submit-access": "Enviar acceso", + "wrong-password": "O contrasinal é incorrecto", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Ten que fornecer un contrasinal para poder participar na enquisa.", + "you-have-to-provide-a-password-to-access-the-poll": "Ten que fornecer un contrasinal para poder acceder á enquisa.", + "x-option": "a opción %s", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Calquera pode ver o seu enderezo de correo electrónico despois de votar", + "best-choice": "A mellor escolla", + "best-choices": "Mellores escollas", + "Chart": "Gráfica", + "display-the-chart-of-the-results": "Amosar a gráfica de resultados", + "edit-line-x": "Modificar a liña: %s", + "link-to-edit-this-particular-line": "Ligazón para modificar esta liña", + "remove-line": "Borrar a liña:", + "save-choices": "Gardar escollas", + "scroll-to-the-left": "Desprazarse até o final", + "scroll-to-the-right": "Desprazarse cada a dereita", + "the-current-best-choice-is": "Actualmente a mellor escolla é:", + "the-current-best-choices-are": "Actualmente as mellores escollas son:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "A ligazón para modificar esta liña copiouse ó portapapeis!", + "Total": "Total", + "vote-no-for": "Votos «non» para", + "vote-yes-for": "Vote «si» para", + "votes-under-reserve-for": "Votos reservados para", + "polled-user": "usuario enquisado", + "polled-users": "usuarios enquisados", + "admin-link-for-the-poll": "Ligazón de administración para a enquisa", + "cancel-the-description-edit": "Cancelar a modificación da descrición", + "cancel-the-email-address-edit": "Cancelar a modificación do correo electrónico", + "cancel-the-expiration-date-edit": "Cancelar a modificación da data de caducidade", + "cancel-the-name-edit": "Cancelar a modificación do nome", + "cancel-the-rules-edit": "Cancelar a modificación das regras", + "cancel-the-title-edit": "Cancelar a modificación do título", + "creator-of-the-poll": "Creador da enquisa", + "edit-name": "Modificar o nome", + "edit-the-description": "Modificar a descrición", + "edit-the-email-address": "Modificar o enderezo de correo electrónico", + "edit-the-expiry-date": "Modificar a data de caducidade", + "edit-the-poll-rules": "Modificar as regras da enquisa", + "edit-title": "Modificar o título", + "export-to-csv": "Exportar a CSV", + "no-password": "Sen contrasinal", + "only-votes-are-protected": "Só se protexen os votos", + "password-protected": "O contrasinal está protexido", + "poll-rules": "Regras da enquisa", + "Print": "Imprimir", + "public-link-to-the-poll": "Ligazón pública da enquisa", + "remove-all-comments": "Borrar todos os comentarios", + "remove-all-votes": "Borrar todos os votos", + "remove-password": "Borrar o contrasinal", + "remove-the-poll": "Borrar a enquisa", + "results-are-hidden": "Os resultados son agochados", + "results-are-visible": "Os resultados son visibles", + "rich-editor": "Editor de texto enriquecido", + "save-the-description": "Gardar a descrición", + "save-the-email-address": "Gardar o enderezo de correo electrónico", + "save-the-new-expiration-date": "Gardar a nova data de caducidade", + "save-the-new-name": "Gardar o novo nome", + "save-the-new-rules": "Gardar as novas regras", + "save-the-new-title": "Gardar o novo título", + "simple-editor": "Editor de texto simple", + "title-of-the-poll": "Título da enquisa", + "voters-email-addresses-are-collected": "Os enderezos de correo electrónico das persoas votantes son recollidos", + "voters-email-addresses-are-collected-and-required": "Os enderezos de correo electrónico das persoas votantes son recollidos e son requiridos", + "voters-email-addresses-are-collected-required-and-verified": "Os enderezos de correo electrónico das persoas votantes son recollidos, requiridos e verificados", + "voters-email-addresses-are-not-collected": "Os enderezos de correo electrónico das persoas votantes non son recollidos", + "votes-and-comments-are-locked": "Os votos e os comentarios están bloqueados", + "votes-protected-by-password": "Os votos están protexidos por contrasinal", + "all-voters-can-modify-any-vote": "As persoas votantes poden modificar calquera voto", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Ao definir un identificador pode facilitar o acceso á enquisa a persoas non desexadas. Neste caso recoméndase protexela cun contrasinal.", + "collect-voters-email-addresses": "Recoller os enderezos de correo electrónico das persoas votantes", + "Confirmation": "Confirmación", + "customize-the-url": "Personalizar o URL", + "email-addresses-are-collected-but-not-required": "Recóllense os enderezos de correo electrónico máis non son obrigatorios", + "email-addresses-are-not-collected": "Non se recollen os enderezos de correo electrónico", + "email-addresses-are-required": "Os enderezos de correo electrónico son obrigatorios", + "email-addresses-are-required-and-verified": "Os enderezos de correo electrónico son obrigatorios xunto coa súa verificación", + "go-to-step-2": "Ir ao paso 2", + "limit-the-amount-of-voters-per-option": "Limitar a cantidade de votos por opción", + "more-informations-here": "Máis información aquí:", + "only-the-poll-maker-can-see-the-poll-results": "Só pode ver os resultados a persoa que creou a enquisa", + "optional-parameters": "Parámetros opcionais", + "Permissions": "Permisos", + "poll-creation-1-of-3": "Creación da enquisa (1 de 3)", + "poll-link": "Ligazón da enquisa", + "poll-title": "Título da enquisa", + "receive-an-email-for-each-new-comment": "Recibir un correo electrónico por cada novo comentario", + "receive-an-email-for-each-new-vote": "Recibir un correo electrónico por cada novo voto", + "required-fields-cannot-be-left-blank": "Os campos obrigatorios non poden deixarse en branco.", + "the-identifier-can-contain-letters-numbers-and-dashes": "O identificador pode conter letras, número e guións «-».", + "the-results-are-publicly-visible": "Os resultados son visibles sen contrasinal", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Para facer a descrición máis atractiva, pode usar o formato Markdown.", + "use-a-password-to-restrict-access": "Empregar un contrasinal para restrinxir o acceso", + "value-max": "Valor máximo", + "voters-can-modify-their-own-vote-themselves": "As persoas votantes poden modificar seus votos", + "votes-cannot-be-modified": "Os votos non se poden modificar", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Aviso: calquera pode ver os enderezos de correo electrónico das persoas enquisadas xa que todas poden modificar calquera voto. Debería restrinxir as regras de acceso.", + "you-are-in-the-poll-creation-section": "Está na sección de creación da enquisa.", + "you-can-enable-or-disable-the-editor-at-will": "Pode activar ou desactivar o editor a vontade.", + "votes-per-option": "votos por opción", + "go-to-step-3": "Ir ao paso 3", + "return-to-step-1": "Volver ao paso 1", + "add-a-choice": "Engadir unha opción", + "add-a-link-or-an-image": "Engadir unha ligazón ou unha imaxe", + "alternative-text": "Texto alternativo", + "links-or-images-can-be-included-using": "Poden engadirse imaxes ou textos empregando", + "markdown-syntax": "Sintaxe Markdown", + "poll-options-2-of-3": "Opcións da enquisa (2 de 3)", + "remove-a-choice": "Borrar unha opción", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Estes campos son opcionais. Pode engadir unha ligazón, unha imaxe ou ambas.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Para crear unha enquisa debería fornecer polo menos dúas opcións diferentes.", + "url-of-the-image": "URL da imaxe", + "you-can-add-or-remove-choices-with-the-buttons": "Pode engadir ou borrar opcións cos botóns", + "add-a-day": "Engadir un día", + "add-a-time-slot": "Engadir horas", + "choose-dates-for-your-poll": "Escolla as datas da a súa enquisa", + "copy-times-from-the-first-day": "Copiar as horas do primeiro día", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "A cada día seleccionado, pode engadirlle horas (por exemplo «8 horas», «8:30», «8 horas - 10 horas», «noite», etc.)", + "poll-dates-2-of-3": "Datas da enquisa (2 de 3)", + "remove-a-day": "Borrar un día", + "remove-a-time-slot": "Borrar unha hora", + "remove-all-days": "Borrar todos os días", + "remove-all-times": "Borrar todas as horas", + "remove-this-day": "Borrar este día", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Para programar unha enquisa, precisa fornecer polo menos dúas opcións (por exemplo, dúas horas nun día ou dous días).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Cos botóns pode engadir ou borrar días e horas adicionais", + "back-to-step-2": "Volver ó paso 2", + "confirm-the-creation-of-your-poll": "Confirme a creación da súa enquisa", + "create-the-poll": "Crear a enquisa", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Data de caducidade:", + "list-of-options": "Lista de opcións", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Unha vez que confirme a creación da súa enquisa será redirixido automaticamente á páxina de administración da enquisa.", + "removal-date-and-confirmation-3-of-3": "Borrar a data e confirmar (3 de 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Despois recibirá dous correos electrónicos: un que contén a ligazón da súa enquisa para o envío as persoas participantes, o outro que contén a ligazón á páxina de administración da enquisa.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Pode indicar unha data de caducidade específica para a enquisa.", + "your-poll-will-automatically-be-archived": "A súa enquisa será arquivada de xeito automático", + "your-poll-will-be-automatically-archived-in-x-days": "A súa enquisa será arquivada de xeito automático en %d días.", + "after-the-last-date-of-your-poll": "despois da última data da súa enquisa.", + "version-x": "Versión %s", + "add-a-column": "Engadir unha columna", + "adding-a-column": "Engadindo unha columna", + "all-comments-deleted": "Elimináronse todos os comentarios", + "all-votes-deleted": "Elimináronse todos os votos", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Como persoa administradora, pode mudar todas as liñas desta enquisa con este botón", + "back-to-the-poll": "Volver á enquisa", + "choice-added": "Engadiuse unha opción", + "collect-the-emails-of-the-polled-users-for-the-choice": "Recoller os correos electrónicos dos usuarios enquisados para a escolla", + "column-deleted": "Eliminouse a columna", + "comment-deleted": "Eliminouse o comentario", + "confirm-removal-of-all-comments": "Confirme que quere borrar todos os comentarios", + "confirm-removal-of-all-votes": "Confirme que quere borrar todos os votos", + "confirm-removal-of-the-column": "Confirme que quere borrar a columna.", + "confirm-removal-of-your-poll": "Confirme que quere borrar a súa enquisa", + "delete-poll": "Eliminar a enquisa", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Finalmente, pode mudar as propiedades desta enquisa como o título, os comentarios ou o seu enderezo de correo electrónico.", + "keep-comments": "Conservar os comentarios", + "keep-the-comments": "Conservar os comentarios", + "keep-the-poll": "Conservar a enquisa", + "keep-the-votes": "Conservar os votos", + "keep-this-poll": "Conservar esta enquisa", + "keep-votes": "Conservar os votos", + "poll-fully-deleted": "A enquisa eliminouse completamente", + "poll-saved": "A enquisa foi gardada", + "remove-column": "Borrar columna", + "remove-the-comments": "Borrar os comentarios", + "remove-the-votes": "Borrar os votos", + "the-poll-was-created": "Creouse a enquisa.", + "vote-added": "Engadiuse o voto", + "vote-deleted": "Eliminouse o voto", + "vote-updated": "Actualizouse o voto", + "you-can-add-a-new-scheduling-date-to-your-poll": "Pode engadir unha nova data a súa enquisa.", + "your-poll-has-been-removed": "A súa enquisa foi borrada!", + "and-add-a-new-column-with": "e engadir unha nova columna con", + "remove-a-column-or-a-line-with": "borrar unha columna ou unha liña con", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Os usuarios que votaron «Se é preciso» nesta opción deixaron o enderezo de correo electrónico:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "As persoas que votaron nesta opción «Non» deixaron os enderezos de correo electrónico:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "As persoas que votaron nesta opción «Si» deixaron os enderezos de correo electrónico:", + "deletion-date": "Data de borrado:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Se quere votar nesta enquisa, ten que fornecer o seu nome, marcar a súa escolla, e enviala seleccionando o botón gardar ao final da liña.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "Esta enquisa foi bloqueada pola persoa a cargo da administración. Os votos e comentarios están bloqueados, non se pode participar", + "the-poll-has-expired-it-will-soon-be-deleted": "A enquisa caducou, proximamente será eliminada.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "O seu voto gardouse, pero teña en conta que ten que gardar esta ligazón personalizada para poder modificar o seu voto." +} diff --git a/public/assets/i18n/po/converted/hu.json b/public/assets/i18n/po/converted/hu.json new file mode 100644 index 0000000..346a7f3 --- /dev/null +++ b/public/assets/i18n/po/converted/hu.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Szavazás létrehozása", + "define-dates-or-subjects-to-choose-from": "Választható időpontok vagy témák megadása", + "discuss-and-make-a-decision": "Megbeszélés és döntéshozás", + "do-you-want-to": "Szeretne", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "A Framadate egy online szolgáltatás találkozók egyeztetésére vagy döntések gyors és egyszerű meghozására. Regisztráció nem szükséges.", + "here-is-how-it-works": "Így működik:", + "send-the-poll-link-to-your-friends-or-colleagues": "Szavazás elküldése ismerősöknek vagy kollégáknak", + "what-is-framadate": "Mi a Framadate?", + "view-an-example": "látni egy példát?", + "cecill-b-license": "CeCILL-B licenc", + "framadate-is-licensed-under-the": "A Framadate licence:", + "framadate-was-initially-based-on": "A Framadate eredetileg a következőn alapult:", + "the-software": "A szoftver a", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "A szoftverhez JavaScript és engedélyezett sütik szükségesek. A következő webböngészőkkel kompatibilis:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "szoftveren alapul, melyet a Strasbourg-i Egyetem fejlesztett. Manapság a Framasoft fejleszti.", + "grow-your-own": "Nevelje a sajátját", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Ha szeretné magának telepíteni a szoftvert saját használatra, ezzel is növelve a függetlenségét, akkor a következő oldalon kaphat ehhez segítséget:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "HA részt akar venni a fejlesztésben, fejlesztéseket akar javasolni, vagy csak letöltené, akkor látogasson el", + "the-development-site": "a fejlesztési oldalra", + "Actions": "Műveletek", + "Administration": "Adminisztráció", + "Author": "Szerző", + "back-to-administration": "Vissza az adminisztrációhoz", + "change-the-poll": "Szavazás módosítása", + "Email": "E-mail", + "Executed": "Végrehajtva", + "expiry-date": "Lejárati idő", + "Fail": "Sikertelen", + "failed": "Sikertelen:", + "Format": "Formátum", + "Installation": "Telepítés", + "Logs": "Naplók", + "Migration": "Áttelepítés", + "Nothing": "Semmi", + "pages": "Oldalak:", + "poll-id": "Szavazásazonosító", + "poll-deleted": "Szavazás törölve", + "Polls": "Szavazások", + "Purge": "Törlés", + "purge-the-polls": "Szavazások törlése", + "purged": "Törölve:", + "see-the-poll": "Szavazás megtekintése", + "skipped": "Kihagyva:", + "Status": "Állapot", + "succeeded": "Sikeres:", + "Success": "Sikeres", + "Summary": "Összegzés", + "Title": "Cím", + "Votes": "Szavazatok", + "Waiting": "Várakozás", + "polls-in-the-database-at-this-time": "szavazás van most az adatbázisban", + "check-again": "Újraellenőrzés", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Fontolja meg az OpenSSL PHP kiterjesztés engedélyezését a növelt biztonság érdekében.", + "consider-setting-the-date-timezone-in-php-ini": "Fontolja meg a data.timezone megadását a php.ini fájlban.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Fontolja meg a „session.cookie_httponly = 1” beállítását a php.ini fájlban, vagy adja hozzá a „php_value session.cookie_httponly 1” szöveget a .htaccess fájlhoz, hogy a sütiket ne lehessen Javascripten keresztül elérni.", + "continue-the-installation": "Telepítés folytatása", + "cookies-are-served-from-http-only": "A sütik csak HTTP felől kerülnek kiszolgálásra.", + "installation-checking": "Telepítés ellenőrzése", + "openssl-extension-loaded": "OpenSSL kiterjesztés betöltve.", + "php-intl-extension-is-enabled": "PHP Intl kiterjesztés engedélyezve.", + "php-version-x-is-enough-needed-at-least-php-x": "A PHP %s elégséges (legalább PHP %s szükséges).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "A konfigurációs fájl könyvtára (%s) nem írható, és a konfigurációs fájl (%s) nem létezik.", + "the-config-file-directory-x-is-writable": "A konfigurációs fájl könyvtára (%s) írható.", + "the-config-file-exists": "A konfigurációs fájl létezik.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "A sablonok fordítási könyvtára (%s) nem létezik itt: „%s”. Kezdd újra a telepítési folyamatot.", + "the-template-compile-directory-x-is-not-writable": "A sablonok fordítási könyvtára (%s) nem írható.", + "the-template-compile-directory-x-is-writable": "A sablonok fordítási könyvtára (%s) írható.", + "you-need-to-enable-the-php-intl-extension": "Engedélyeznie kell a PHP Intl kiterjesztést.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "A PHP %s túl régi. Az alkalmazáshoz legalább PHP %s szükséges.", + "date-timezone-is-set": "date.timezone beállítva.", + "add-a-comment-to-the-poll": "Hozzászólás hozzáadása a szavazáshoz", + "Comment": "Hozzászólás", + "comment-saved": "Hozzászólás mentve", + "Comments": "Hozzászólások", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Az űrlap elküldése előtt adja meg a nevét és hozzászólását", + "remove-comment": "Hozzászólás eltávolítása", + "submit-comment": "Hozzászólás beküldése", + "a-e-b-y": "%Y. %B %e., %A", + "a-b-e-y": "%Y. %B %e., %A", + "b-y": "%Y %B", + "y-m-x": "%Y.%m.%d.", + "a-e": "%e., %a", + "m-x-y-h-m": "%Y.%m.%d. %H:%M", + "add-range-dates": "Időintervallum hozzáadása", + "end-date": "Záró dátum", + "start-date": "Kezdő dátum", + "Y-m-d": "Y.m.d.", + "you-can-select-at-most-4-months": "Legfeljebb 4 hónapot válaszhat", + "yyyy-mm-dd": "yyyy.mm.dd.", + "yyyy-mm-dd-for-humans": "év.hónap.nap.", + "edit-link-for-poll-x": "A(z) „%s” szavazás hivatkozásának szerkesztése", + "here-is-the-link-for-editing-your-vote": "A szavazata szerkesztéséhez szükséges hivatkozás:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Ha szeretné, elküldhetjük e-mailben a személyre szabott hivatkozását.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Várjon %d másodpercet mielőtt elküldjük Önnek az e-mailt, aztán próbálja újra.", + "REMINDER": "EMLÉKEZTETŐ", + "Send": "Elküldés", + "the-email-address-is-not-correct": "Az e-mail cím helytelen.", + "your-reminder-has-been-successfully-sent": "Az emlékeztető sikeresen elküldve!", + "adding-vote-failed": "Szavazat hozzáadása sikertelen", + "cant-create-an-empty-column": "Üres oszlop nem hozható létre.", + "cant-create-the-config-php-file-in-x": "Nem hozható létre a config.php fájl itt: „%s”.", + "comment-failed": "Hozzászólás sikertelen", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "A sütik le vannak tiltva a böngészőjében. Engedélyezni kell őket a szavazás létrehozásához.", + "enter-a-name": "Adjon meg egy nevet", + "enter-a-name-and-a-comment": "Adjon meg egy nevet és egy hozzászólást.", + "enter-a-title": "Adjon meg egy címet", + "enter-an-email-address": "Adjon meg egy e-mail címet", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Hiba a szavazatszám korlátozásában: az értéknek 0-nál nagyobb egész számnak kell lennie", + "error": "Hiba.", + "failed-to-delete-all-comments": "Az összes hozzászólás törlése sikertelen", + "failed-to-delete-all-votes": "Az összes szavazat törlése sikertelen", + "failed-to-delete-column": "Oszlop törlése sikertelen", + "failed-to-delete-the-comment": "Hozzászólás törlése sikertelen", + "failed-to-delete-the-poll": "Szavazás törlése sikertelen", + "failed-to-delete-the-vote": "Szavazat törlése sikertelen.", + "failed-to-insert-the-comment": "Hozzászólás beszúrása sikertelen.", + "failed-to-save-poll": "A szavazás mentése sikertelen", + "forbidden": "Tiltott.", + "GenericErrorPollCreation": "Általános hiba a szavazás létrehozásakor", + "identifier-is-already-used": "Az azonosító már használatban van", + "if-you-quit-now-your-changes-will-be-lost": "Ha most kilép, a változásai elvesznek.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "A JavaScript le van tiltva a böngészőjében. Engedélyezni kell a szavazás létrehozásához.", + "missing-values": "Hiányzó értékek", + "no-polls-found": "A szavazás nem található", + "password-is-empty": "A jelszó üres.", + "passwords-do-not-match": "A jelszavak nem egyeznek.", + "poll-has-been-updated-before-you-vote": "A szavazás frissítve lett mielőtt szavazott volna", + "something-has-gone-wrong": "Valami hiba történt…", + "something-is-wrong-with-the-format": "Valami baj van a formátummal", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Valami baj van a formátummal: a személyre szabott URL csak alfanumerikus karaktereket és kötőjeleket tartalmazhat.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Valami baj van a formátummal: a név elején és végén nem lehetnek szóközök", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "A cím nem megfelelő. Érvényes e-mail címet kell megadjon (pl. r.stallman@outlock.com), hogy el tudjuk küldeni a szavazáshoz tartozó hivatkozást.", + "the-column-already-exists": "Az oszlop már létezik", + "the-name-is-invalid": "A név érvénytelen.", + "the-name-youve-chosen-already-exists-in-this-poll": "A választott név már szerepel ebben a szavazásban.", + "there-is-a-problem-with-your-choices": "Probléma van a választásaival", + "this-identifier-is-not-allowed": "Az azonosító nem engedélyezett", + "this-poll-doesnt-exist": "Ez a szavazás nem létezik.", + "unable-to-connect-to-database": "Nem sikerült csatlakozni az adatbázishoz", + "update-vote-failed": "Szavazat frissítése sikertelen", + "you-already-voted": "Már szavazott", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Nem hozhat létre rejtett eredményű szavazást a következő beállítással: ", + "you-cant-select-more-than-x-dates": "Nem választhat ki %d dátumnál többet", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Nem töltötte ki a szavazás létrehozásának első szakaszát, vagy lejárt a munkamenete.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "A szavazata nem lett beleszámítva, mert valaki időközben szavazott, és ez ütközik a választásaival és a szavazás feltételeivel. Próbálja újra.", + "Address": "Cím", + "created-polls": "Létrehozott szavazások", + "have-a-good-day": "Legyen szép napja!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Ez a szavazások listája, amit a %s alkalmazásban kezel:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Ha nem Ön volt, és úgy gondolja hogy ez visszaélés, akkor értesítse az adminisztrátort a(z) %s e-email címen.", + "its-address": "A címe", + "last-access-date": "Legutóbbi elérés ideje", + "list-of-your-polls": "Szavazásai listája", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "UI: ez az e-mail azért lett elküldve, mert Ön – vagy valaki más – kérte az erről az e-email címről létrehozott szavazások listáját.", + "polls-saved-inside-this-browser": "Az ebben a böngészőben mentett szavazások", + "polls-sent": "Szavazások listája elküldve", + "remove-all-my-polls-from-this-browsers-index": "Az összes szavazás eltávolítása a böngésző indexéből", + "remove-poll-from-index": "Szavazás eltávolítása az indexből", + "send-me-my-polls": "Szavazások elküldése", + "send-my-polls-by-email": "Szavazások elküldése e-mailben", + "the-date-you-created-or-last-accessed-the-poll": "Az időpont, amikor létrehozta vagy legutóbb elérte a szavazást", + "the-title-of-the-poll": "A szavazás címe", + "there-are-no-polls-saved-inside-your-browser-yet": "Még nincsenek szavazások mentve a böngészőjében", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Az adatok törléséhez kattintson a kuka ikonra a megfelelő sorban, vagy kattintson a „szavazások indexének törlése” lehetőségre. Ez nem törli a szavazásait.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Hogy segítsünk megtalálni az előző szavazásait, minden szavazást elmentünk a böngészőjében. Ez az adat csak a böngészőben kerül mentése. A következő adatokról van szó:", + "visited-polls": "Meglátogatott szavazások", + "in-the-format-name-mail-com": "(name@mail.com formátumban)", + "Add": "Hozzáadás", + "Back": "Vissza", + "back-to-the-homepage-of": "Vissza a következő weboldalra:", + "Cancel": "Mégse", + "Choice": "Lehetőség", + "Classic": "Klasszikus", + "Close": "Bezárás", + "create-your-own-polls": "Hozza létre a saját szavazásait", + "creation-date": "Létrehozási idő:", + "Date": "Dátum", + "Day": "Nap", + "Description": "Leírás", + "Edit": "Szerkesztés", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "A Framadate egy online szolgáltatás találkozó tervezéséhez vagy gyors és könnyű döntéshozáshoz.", + "Home": "Kezdőlap", + "Information": "Információ", + "legend": "Jelmagyarázat:", + "Link": "Hivatkozás", + "Markdown": "Markdown", + "Next": "Következő", + "No": "Nem", + "page-generated-in": "Az oldal előállítva:", + "Poll": "Szavazás", + "Remove": "Eltávolítás", + "Save": "Mentés", + "Search": "Keresés", + "Time": "Idő", + "under-reserve": "Feltételes", + "Validate": "Érvényesítés", + "Yes": "Igen", + "your-email-address": "Az e-mail címe", + "your-name": "Neve", + "days": "nap", + "for": "ennél:", + "months": "hónap", + "seconds": "másodperc", + "vote": "szavazat alapján", + "votes": "szavazat alapján", + "with": "–", + "make-a-standard-poll": "Szokásos szavazás létrehozása", + "schedule-an-event": "Esemény ütemezése", + "where-are-my-polls": "Hol vannak a szavazásaim?", + "administrator-mail-address": "Adminisztrátor e-mail címe", + "application-name": "Alkalmazás neve", + "clean-url": "Tiszta URL", + "database-driver": "Adatbázis-meghajtó", + "database-hostname": "Adatbázis gépneve", + "database-name": "Adatbázis neve", + "database-port": "Adatbázis portja", + "default-language": "Alapértelmezett nyelv", + "General": "Általános", + "Install": "Telepítés", + "migration-table": "Áttelepítési tábla", + "Password": "Jelszó", + "Prefix": "Előtag", + "respond-to-mail-address": "Válasz e-mail cím", + "User": "Felhasználó", + "change-language": "Nyelv módosítása", + "select-language": "Válasszon nyelvet", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "„Az út hosszú, de az irány tiszta…”
A Framasoft csak az adományaikból él.
Előre is köszönjük a támogatását itt: https://soutenir.framasoft.org", + "message-for-the-author": "Üzenet a szerzőnek", + "notification-of-poll-x": "Szavazás értesítése: %s", + "participant-link": "Résztvevői hivatkozás", + "poll-participation-x": "Részvétel a szavazásban: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Valaki épp módosította a szavazását a %1$s hivatkozást követve.", + "someone-just-deleted-your-poll-x": "Valaki letörölte a(z) „%s” szavazását.", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Köszönjük, hogy részt vett az alábbi hivatkozás mentén elérhető szavazásban", + "thank-you-for-your-trust": "Köszönjük a bizalmat.", + "this-is-the-message-to-forward-to-the-poll-participants": "Ez a résztvevőknek küldendő üzenet.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Ezt az e-mailt NE továbbítsa a szavazás résztvevőinek, hanem tartsa titokban.

A következő hivatkozást követve módosíthatja a szavazást", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "szavazott.
A következő hivatkozással keresheti fel a szavazást", + "has-just-created-a-poll-called": "létrehozott egy szavazást", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "frissített egy szavazatot.
A következő hivatkozással keresheti fel a szavazást", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "írt egy hozzászólást.
A következő hivatkozással keresheti fel a szavazást", + "thank-you-for-your-understanding": "Köszönjük a megértést.", + "the-application": "Az alkalmazás", + "is-currently-under-maintenance": "jelenleg karbantartás alatt van.", + "submit-access": "Hozzáférés beküldése", + "wrong-password": "Hibás jelszó", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "A szavazásban való részvételhez meg kell adnia egy jelszót.", + "you-have-to-provide-a-password-to-access-the-poll": "A szavazáshoz való hozzáféréshez meg kell adnia egy jelszót.", + "x-option": "%s lehetőség", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Ha szavaz, akkor az e-mail címét bárki megtekintheti", + "best-choice": "Legjobb választás", + "best-choices": "Legjobb választások", + "Chart": "Grafikon", + "display-the-chart-of-the-results": "Eredmény grafikus ábrázolása", + "edit-line-x": "Sor szerkesztése: %s", + "link-to-edit-this-particular-line": "Hivatkozás ennek a sornak a szerkesztéséhez", + "remove-line": "Sor eltávolítása:", + "save-choices": "Szavazatok mentése", + "scroll-to-the-left": "Görgetés balra", + "scroll-to-the-right": "Görgetés jobbra", + "the-current-best-choice-is": "Jelenlegi legjobb lehetőség:", + "the-current-best-choices-are": "Jelenlegi legjobb lehetőségek:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Az adott sor szerkesztéséhez szükséges hivatkozás a vágólapra lett másolva.", + "Total": "Összesen", + "vote-no-for": "„Nem” szavazat a következőre:", + "vote-yes-for": "„Igen” szavazat a következőre:", + "votes-under-reserve-for": "Feltételes szavazatok ennél:", + "polled-user": "szavazó", + "polled-users": "szavazó", + "admin-link-for-the-poll": "Adminisztrációs hivatkozás a szavazáshoz", + "cancel-the-description-edit": "Leírás szerkesztésének elvetése", + "cancel-the-email-address-edit": "E-mail cím szerkesztésének elvetése", + "cancel-the-expiration-date-edit": "Lejárati idő szerkesztésének visszavonása", + "cancel-the-name-edit": "Név szerkesztésének elvetése", + "cancel-the-rules-edit": "Szabály szerkesztésének elvetése", + "cancel-the-title-edit": "Cím szerkesztésének elvetése", + "creator-of-the-poll": "Szavazás létrehozója", + "edit-name": "Név szerkesztése", + "edit-the-description": "Leírás szerkesztése", + "edit-the-email-address": "E-mail cím szerkesztése", + "edit-the-expiry-date": "Lejárati idő szerkesztése", + "edit-the-poll-rules": "Szabály szerkesztése", + "edit-title": "Cím szerkesztése", + "export-to-csv": "Exportálás CSV fájlba", + "no-password": "Nincs jelszó", + "only-votes-are-protected": "Csak a szavazatok védettek", + "password-protected": "Jelszóval védett", + "poll-rules": "Szavazási szabályok", + "Print": "Nyomtatás", + "public-link-to-the-poll": "Nyilvános hivatkozás a szavazáshoz", + "remove-all-comments": "Összes hozzászólás törlése", + "remove-all-votes": "Összes szavazat törlése", + "remove-password": "Jelszó törlése", + "remove-the-poll": "Szavazás törlése", + "results-are-hidden": "A szavazatok rejtettek", + "results-are-visible": "A szavazatok nyilvánosak", + "rich-editor": "Részletes szerkesztő", + "save-the-description": "Leírás mentése", + "save-the-email-address": "E-mail cím mentése", + "save-the-new-expiration-date": "Új lejárati idő mentése", + "save-the-new-name": "Új név mentése", + "save-the-new-rules": "Új szabályok mentése", + "save-the-new-title": "Új cím mentése", + "simple-editor": "Egyszerű szerkesztő", + "title-of-the-poll": "A szavazás címe", + "voters-email-addresses-are-collected": "A szavazók e-mail címe be lesz gyűjtve", + "voters-email-addresses-are-collected-and-required": "A szavazók e-mail címe be lesz gyűjtve és kötelező", + "voters-email-addresses-are-collected-required-and-verified": "A szavazók e-mail címe be lesz gyűjtve, kötelező és megerősítés is szükséges", + "voters-email-addresses-are-not-collected": "A szavazók e-mail címe nem lesz gyűjtve", + "votes-and-comments-are-locked": "Szavazás és hozzászólások lezárása", + "votes-protected-by-password": "A szavazatok jelszóval védettek", + "all-voters-can-modify-any-vote": "Minden szavazó bármelyik szavazatot módosíthatja", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Az azonosító megadásával a nemkívánatos személyek is könnyebben hozzáférhetnek a szavazáshoz. Javasolt jelszóval védeni.", + "collect-voters-email-addresses": "Szavazól e-mail címének begyűjtése", + "Confirmation": "Megerősítés", + "customize-the-url": "URL személyre szabása", + "email-addresses-are-collected-but-not-required": "Az e-mail címek be lesznek gyűjtve, de nem kötelező", + "email-addresses-are-not-collected": "Az e-mail cím nem lesz gyűjtve", + "email-addresses-are-required": "Az e-mail cím megadása kötelező", + "email-addresses-are-required-and-verified": "Az e-mail cím megadása kötelező, és megerősítés is szükséges", + "go-to-step-2": "Tovább a 2. lépéshez", + "limit-the-amount-of-voters-per-option": "Szavazatok lehetőségenkénti számának korlátozása", + "more-informations-here": "További információk itt:", + "only-the-poll-maker-can-see-the-poll-results": "Csak a szavazás készítője láthatja az eredményt", + "optional-parameters": "Nem kötelező paraméterek", + "Permissions": "Engedélyek", + "poll-creation-1-of-3": "Szavazás létrehozása (1/3)", + "poll-link": "Hivatkozás a szavazáshoz", + "poll-title": "Szavazás címe", + "receive-an-email-for-each-new-comment": "E-mail értesítés küldése minden egyes hozzászóláskor", + "receive-an-email-for-each-new-vote": "E-mail értesítés küldése minden egyes szavazatkor", + "required-fields-cannot-be-left-blank": "A kötelező mezők nem maradhatnak üresen.", + "the-identifier-can-contain-letters-numbers-and-dashes": "Az azonosító betűket, számokat és kötőjeleket („-”) tartalmazhat.", + "the-results-are-publicly-visible": "Az eredmények nyilvánosan láthatóak", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Markdown formátumot is használhat a leírás vonzóbbá tételéhez.", + "use-a-password-to-restrict-access": "Hozzáférés korlátozása jelszóval", + "value-max": "Érték maximuma", + "voters-can-modify-their-own-vote-themselves": "A szavazók módosíthatják a saját szavazataikat", + "votes-cannot-be-modified": "A szavazatokat nem lehet módosítani", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Figyelmeztetés: Bárki láthatja a szavazók e-mail címeit, mert bármely szavazó bármelyik szavazatot módosíthatja. Célszerű korlátozni a jogosultsági szabályokat.", + "you-are-in-the-poll-creation-section": "A szavazáslétrehozási szakaszban van.", + "you-can-enable-or-disable-the-editor-at-will": "Kedvére ki- vagy bekapcsolhatja a szerkesztőt.", + "votes-per-option": "lehetőségenkénti szavazatok száma", + "go-to-step-3": "Tovább a 3. lépéshez", + "return-to-step-1": "Vissza az 1. lépéshez", + "add-a-choice": "Lehetőség hozzáadása", + "add-a-link-or-an-image": "Hivatkozás vagy kép hozzáadása", + "alternative-text": "Alternatív szöveg", + "links-or-images-can-be-included-using": "Hivatkozásokat és képeket a következő módon lehet beágyazni:", + "markdown-syntax": "Markdown szintaxis", + "poll-options-2-of-3": "Szavazási beállítások (2/3)", + "remove-a-choice": "Lehetőség eltávolítása", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Ezek nem kötelező mezők. Itt megadhat egy hivatkozást, egy képet vagy mindkettőt.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Egy szavazás létrehozásához legalább két lehetőséget kell megadni.", + "url-of-the-image": "A kép URL-e", + "you-can-add-or-remove-choices-with-the-buttons": "A gombokkal adhat hozzá és vehet el lehetőségeket", + "add-a-day": "Nap hozzáadása", + "add-a-time-slot": "Idősáv hozzáadása", + "choose-dates-for-your-poll": "Válasszon dátumokat a szavazáshoz", + "copy-times-from-the-first-day": "Idősávok átmásolása az első napból", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Minden egyes napnál szabadon adhat meg találkozási időket (például „8h”, „8:30”, „8h-10h”, „este” stb.)", + "poll-dates-2-of-3": "Szavazási dátumok (2/3)", + "remove-a-day": "Nap eltávolítása", + "remove-a-time-slot": "Idősáv eltávolítása", + "remove-all-days": "Összes nap eltávolítása", + "remove-all-times": "Összes idősáv eltávolítása", + "remove-this-day": "Nap eltávolítása", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Egy esemény ütemezéséhez legalább két lehetőséget kell megadni (azaz két idősávot egy nap, vagy két napot).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "A gombokkal további napokat és idősávokat adhat hozzá", + "back-to-step-2": "Vissza a 2. lépéshez", + "confirm-the-creation-of-your-poll": "A szavazás létrehozásának megerősítése", + "create-the-poll": "Szavazás létrehozása", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Lejárati idő:", + "list-of-options": "Lehetőségek listája", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Ha megerősíti a szavazás létrehozását, automatikusan át lesz irányítva a szavazás adminisztrációs oldalára.", + "removal-date-and-confirmation-3-of-3": "Eltávolítási idő és megerősítés (3/3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Aztán két e-mailt fog kapni: egyet ami a résztvevőknek elküldendő hivatkozást tartalmazza, és egy másikat, amely a szavazás adminisztrációs oldalának hivatkozását tartalmazza.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Lejárati időt adhat meg a szavazáshoz.", + "your-poll-will-automatically-be-archived": "A szavazása automatikusan archiválva lesz", + "your-poll-will-be-automatically-archived-in-x-days": "A szavazása %d nap után automatikusan archiválva lesz.", + "after-the-last-date-of-your-poll": "a szavazás utolsó dátuma után.", + "version-x": "%s verzió", + "add-a-column": "Oszlop hozzáadása", + "adding-a-column": "Oszlop hozzáadása", + "all-comments-deleted": "Összes hozzászólás törölve", + "all-votes-deleted": "Összes szavazat törölve", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "A szavazás adminisztrátoraként ezzel a gombbal módosíthatja a szavazás sorait", + "back-to-the-poll": "Vissza a szavazáshoz", + "choice-added": "Lehetőség hozzáadva", + "collect-the-emails-of-the-polled-users-for-the-choice": "Az erre szavazó felhasználók e-mail címének begyűjtése", + "column-deleted": "Oszlop törölve", + "comment-deleted": "Hozzászólás törölve", + "confirm-removal-of-all-comments": "Az összes hozzászólás eltávolításának megerősítése", + "confirm-removal-of-all-votes": "Az összes szavazat eltávolításának megerősítése", + "confirm-removal-of-the-column": "Az oszlop eltávolításának megerősítése.", + "confirm-removal-of-your-poll": "A szavazás eltávolításának megerősítése", + "delete-poll": "Szavazás törlése", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Végül, módosíthatja a szavazás tulajdonságait, mint a címet, hozzászólásokat vagy az e-mail címét.", + "keep-comments": "Hozzászólások megtartása", + "keep-the-comments": "A hozzászólások megtartása", + "keep-the-poll": "Szavazás megtartása", + "keep-the-votes": "Szavazatok megtartása", + "keep-this-poll": "A szavazás megtartása", + "keep-votes": "Szavazatok megtartása", + "poll-fully-deleted": "Szavazás teljesen törölve", + "poll-saved": "Szavazás mentve", + "remove-column": "Oszlop eltávolítása", + "remove-the-comments": "Hozzászólások eltávolítása", + "remove-the-votes": "Szavazatok eltávolítása", + "the-poll-was-created": "A szavazás létrehozva.", + "vote-added": "Szavazat hozzáadva", + "vote-deleted": "Szavazat törölve", + "vote-updated": "Szavazat frissítve", + "you-can-add-a-new-scheduling-date-to-your-poll": "Új ütemezési dátumot adhat hozzá a szavazáshoz.", + "your-poll-has-been-removed": "A szavazása eltávolítva.", + "and-add-a-new-column-with": "és új oszlop hozzáadása ezzel:", + "remove-a-column-or-a-line-with": "oszlop vagy sor törlése ezzel:", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "A „ha szükséges” lehetőséget választó felhasználók a következő e-mail címeket hagyták:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "A „nem” lehetőséget választó felhasználók a következő e-mail címeket hagyták:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Az „igen” lehetőséget választó felhasználók a következő e-mail címeket hagyták:", + "deletion-date": "Törlési idő:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Ha szeretne részt venni ebben a szavazásban, meg kell adnia a nevét, a válaszait, és a sor végén lévő mentés gombra kattintva be kell küldenie.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "Az adminisztrátor lezárta ezt a szavazást. A szavazatok és hozzászólások be lettek fagyasztva.", + "the-poll-has-expired-it-will-soon-be-deleted": "A szavazás lejárt. Hamarosan törölve lesz.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "A szavazata el lett mentve, de ne felejtse el megőrizni a személyre szabott hivatkozását, hogy módosítani tudja később a szavazatát." +} diff --git a/public/assets/i18n/po/converted/it.json b/public/assets/i18n/po/converted/it.json new file mode 100644 index 0000000..0c1de13 --- /dev/null +++ b/public/assets/i18n/po/converted/it.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Create un sondaggio", + "define-dates-or-subjects-to-choose-from": "Definite date o soggetti tra cui scegliere", + "discuss-and-make-a-decision": "Discutete e prendete la vostra decisione", + "do-you-want-to": "Volete", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate è un servizio online per pianificare un appuntamento o prendere una decisione velocemente e facilmente. Non è richiesta nessuna registrazione.", + "here-is-how-it-works": "Ecco come funziona:", + "send-the-poll-link-to-your-friends-or-colleagues": "Inviate il link ai vostri amici o colleghi", + "what-is-framadate": "Cos'è Framadate?", + "view-an-example": "vedere un esempio?", + "cecill-b-license": "licenza CeCILL-B", + "framadate-is-licensed-under-the": "Framadate è rilasciato con licenza", + "framadate-was-initially-based-on": "Framadate si basa su", + "the-software": "Il software", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Questo software richiede l'abilitazione di javascript e cookie. È compatibile con i seguenti browser:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "un software sviluppato dall'Università di Strasburgo. Oggi il suo sviluppo è portato avanti dall'associazione Framasoft.", + "grow-your-own": "Fate crescere il vostro", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Se volete installare il software per uso personale e quindi aumentare la vostra autonomia, vi possiamo aiutare su:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Per partecipare allo sviluppo del software, proporre dei miglioramenti o semplicemente scaricarlo, si può accedere a", + "the-development-site": "sito di sviluppo", + "Actions": "Azioni", + "Administration": "Amministrazione", + "Author": "Autore", + "back-to-administration": "Ritorna all'amministrazione", + "change-the-poll": "Modificare il sondaggio", + "Email": "Email", + "Executed": "Eseguito", + "expiry-date": "Scadenza", + "Fail": "Fallimento", + "failed": "Fallito:", + "Format": "Formato", + "Installation": "Installazione", + "Logs": "Log", + "Migration": "Migrazione", + "Nothing": "Niente", + "pages": "Pagine:", + "poll-id": "ID del sondaggio", + "poll-deleted": "Sondaggio cancellato", + "Polls": "Sondaggi", + "Purge": "Depurare", + "purge-the-polls": "Depurare i sondaggi", + "purged": "Depurati:", + "see-the-poll": "Vedere il sondaggio", + "skipped": "Saltato:", + "Status": "Status", + "succeeded": "Successo:", + "Success": "Successo", + "Summary": "Sommario", + "Title": "Titolo", + "Votes": "Voti", + "Waiting": "Attendi", + "polls-in-the-database-at-this-time": "sondaggi presenti nel database attualmente", + "check-again": "Verifica nuovamente", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Prendi in considerazione di attivare l'estensione PHP OpenSSL per migliorare la sicurezza.", + "consider-setting-the-date-timezone-in-php-ini": "Prendi in considerazione di configurare la date.timezone dentro al file php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "IT_Consider setting « session.cookie_httponly = 1 » inside your php.ini or add « php_value session.cookie_httponly 1 » to your .htaccess so that cookies can't be accessed through Javascript.", + "continue-the-installation": "Continuare l'installazione", + "cookies-are-served-from-http-only": "I cookies sono forniti esclusivamente con HTTP.", + "installation-checking": "Verifica dell'installazione", + "openssl-extension-loaded": "L'estensione PHP OpenSSL è caricata.", + "php-intl-extension-is-enabled": "L'estensione PHP Intl è attiva.", + "php-version-x-is-enough-needed-at-least-php-x": "La versione di PHP %s è sufficiente (è richiesto almeno PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "La directory (%s) dei file di configurazione non ha i permessi di scrittura e il file di configurazione (%s) non esiste.", + "the-config-file-directory-x-is-writable": "La directory (%s) dei file di configurazione è accessibile in scrittura.", + "the-config-file-exists": "Il file di configurazione esiste.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "La directory (%s) per il template compilato non esiste in \"%s\". Riprova il processo di installazione.", + "the-template-compile-directory-x-is-not-writable": "La directory (%s) per il template compilato non ha i permessi di scrittura.", + "the-template-compile-directory-x-is-writable": "La directory (%s) per il template compilato è accessibile in scrittura.", + "you-need-to-enable-the-php-intl-extension": "È necessario attivare l'estensione PHP Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "La tua versione di PHP (%s) è troppo vecchia. Questa applicazione richiede almeno PHP %s.", + "date-timezone-is-set": "date.timezone è definita.", + "add-a-comment-to-the-poll": "Aggiungere un commento al sondaggio", + "Comment": "Il vostro commento", + "comment-saved": "Commento aggiunto", + "Comments": "Commenti dei partecipanti", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Inserisci il tuo nome e un commento prima di inviare il form", + "remove-comment": "Eliminare il commento", + "submit-comment": "Inviare il commento", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A %e %B %Y", + "b-y": "%B %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d/%m/%Y %H:%M", + "add-range-dates": "Aggiungere un intervallo tra 2 date", + "end-date": "Data finale", + "start-date": "Data iniziale", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Potete selezionare al massimo 4 mesi", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "giorno / mese / anno", + "edit-link-for-poll-x": "Modifica il link del sondaggio \"%s\"", + "here-is-the-link-for-editing-your-vote": "Questo è il link per modificare il vostro voto:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Se non vuoi perdere il tuo link personalizzato, possiamo inviartelo con un'e-mail.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Si prega di attendere %d secondi prima che possiamo inviarvi un e-mail, e riprovare.", + "REMINDER": "Promemoria", + "Send": "Invio", + "the-email-address-is-not-correct": "Indirizzo e-mail non corretto.", + "your-reminder-has-been-successfully-sent": "Il vostro promemoria è stato inviato con successo !", + "adding-vote-failed": "Aggiunta del voto fallito", + "cant-create-an-empty-column": "Impossibile creare una colonna vuota.", + "cant-create-the-config-php-file-in-x": "Impossibile creare il file config.php in '%s'.", + "comment-failed": "Commento fallito", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "I cookies non sono permessi sul vostro browser. È necessario permetterli per creare un sondaggio.", + "enter-a-name": "Inserire un nome", + "enter-a-name-and-a-comment": "Inserire un nome e un commento!", + "enter-a-title": "Inserire un titolo", + "enter-an-email-address": "Inserire un indirizzo e-mail", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Errore sulla limitazione del numero di voti: il valore deve essere un numero intero maggiore di 0", + "error": "Errore!", + "failed-to-delete-all-comments": "Impossibile eliminare tutti i commenti", + "failed-to-delete-all-votes": "Impossibile eliminare tutti i voti", + "failed-to-delete-column": "Impossibile eliminare la colonna", + "failed-to-delete-the-comment": "Impossibile eliminare il commento", + "failed-to-delete-the-poll": "Impossibile eliminare il sondaggio", + "failed-to-delete-the-vote": "Impossibile eliminare il voto", + "failed-to-insert-the-comment": "Errore nell'inserimento del commento", + "failed-to-save-poll": "Errore nel salvataggio del sondaggio", + "forbidden": "Vietato", + "GenericErrorPollCreation": "ErroreGenericoCreazioneSondaggio", + "identifier-is-already-used": "L'identificativo è già in uso", + "if-you-quit-now-your-changes-will-be-lost": "Se esci adesso, le tue modifiche andranno perse.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "Javascript è disattivato sul vostro browser. È necessario attivarlo per creare un sondaggio.", + "missing-values": "Valori mancanti", + "no-polls-found": "Nessun sondaggio trovato", + "password-is-empty": "La password è vuota.", + "passwords-do-not-match": "Le password non corrispondono.", + "poll-has-been-updated-before-you-vote": "Il sondaggio è stato aggiornato prima del tuo voto", + "something-has-gone-wrong": "Qualcosa non ha funzionato...", + "something-is-wrong-with-the-format": "Qualcosa non va nel formato", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Qualcosa non va nel formato: l'URL personalizzato può contenere solo caratteri alfanumerici e trattini.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Qualcosa non va nel formato: il nome non può avere spazi prima o dopo", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "L'indirizzo non è corretto! È necessario un indirizzo e-mail valido (per esempio r.stallman@outlock.com) per ricevere il link al sondaggio.", + "the-column-already-exists": "La colonna esiste già", + "the-name-is-invalid": "Il nome non è valido.", + "the-name-youve-chosen-already-exists-in-this-poll": "Il nome che avete scelto esiste già in questo sondaggio!", + "there-is-a-problem-with-your-choices": "C'è un problema con le vostre scelte", + "this-identifier-is-not-allowed": "Questo identificatore non è permesso", + "this-poll-doesnt-exist": "Questo sondaggio non esiste!", + "unable-to-connect-to-database": "Impossibile connettersi al database", + "update-vote-failed": "L'aggiornamento del voto è fallito", + "you-already-voted": "Hai già votato", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Non è possibile creare un sondaggio con risultati nascosti con la seguente opzione: ", + "you-cant-select-more-than-x-dates": "Non puoi selezionare più di %d date", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Non hai compilato la prima sezione della creazione del sondaggio o la tua sessione è scaduta.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Il tuo voto non è stato conteggiato perché nel frattempo qualcun altro ha votato, ed è andato in conflitto con le tue scelte e le condizioni del sondaggio. Per favore, riprova.", + "Address": "Indirizzo", + "created-polls": "Sondaggi creati", + "have-a-good-day": "Buona giornata!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Ecco la lista dei sondaggi che gestisci su %s :", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Se non hai richiesto tu questa azione o se pensi si tratti di un abuso, puoi segnalarlo all'amministratore a %s.", + "its-address": "Il suo indirizzo", + "last-access-date": "Ultimo accesso", + "list-of-your-polls": "Lista dei tuoi sondaggi", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS : questa e-mail è stata inviata perché tu – o qualcun altro – ha richiesto il recupero dei sondaggi creati tramite il tuo indirizzo e-mail.", + "polls-saved-inside-this-browser": "Sondaggio salvato nel browser", + "polls-sent": "Sondaggi inviati", + "remove-all-my-polls-from-this-browsers-index": "Rimuovi tutti i sondaggi dalla memoria del browser", + "remove-poll-from-index": "Rimuovi il sondaggio dalla memoria", + "send-me-my-polls": "Invia i miei sondaggi", + "send-my-polls-by-email": "Invia i mi ei sondaggi per e-mail", + "the-date-you-created-or-last-accessed-the-poll": "La data di creazione o di ultimo accesso al sondaggio", + "the-title-of-the-poll": "Il titolo del sondaggio", + "there-are-no-polls-saved-inside-your-browser-yet": "Non ci sono ancora sondaggi salvati nel tuo browser", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Per cancellare i dati clicca sul cestino sulla linea o clicca l'opzione «cancella l'indice del mio sondaggio». Questo non cancellerà il tuo sondaggio.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Per aiutarti a trovare i tuoi precedenti sondaggi abbiamo salvato ogni sondaggio che hai creato o a cui hai avuto accesso nel tuo browser. Queste informazioni sono salvate solo nel browser. Le seguenti informazioni verranno salvate:", + "visited-polls": "Sondaggi visitati", + "in-the-format-name-mail-com": "(nel formato nome@mail.com)", + "Add": "Aggiungere", + "Back": "Precedente", + "back-to-the-homepage-of": "Ritornare all'home page", + "Cancel": "Annulla", + "Choice": "Scelta", + "Classic": "Classico", + "Close": "Chiudere", + "create-your-own-polls": "Crea il tuo sondaggio", + "creation-date": "Data di creazione:", + "Date": "Data", + "Day": "giorni", + "Description": "Descrizione", + "Edit": "Modificare", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate è un servizio online per pianificare un appuntamento o prendere una decisione velocemente e facilmente.", + "Home": "Home Page", + "Information": "Informazioni", + "legend": "Legenda:", + "Link": "Link", + "Markdown": "Markdown", + "Next": "Continua", + "No": "No", + "page-generated-in": "Pagina generata in", + "Poll": "Sondaggio", + "Remove": "Cancella", + "Save": "Salva", + "Search": "Cerca", + "Time": "Orario", + "under-reserve": "Se necessario", + "Validate": "Conferma", + "Yes": "Sì", + "your-email-address": "Il tuo indirizzo e-mail", + "your-name": "Il tuo nome", + "days": "giorni", + "for": "per", + "months": "mesi", + "seconds": "secondi", + "vote": "voto", + "votes": "voti", + "with": "con", + "make-a-standard-poll": "Creare un sondaggio", + "schedule-an-event": "Pianificare un evento", + "where-are-my-polls": "Dove sono i miei sondaggi?", + "administrator-mail-address": "Indirizzo e-mail dell'amministratore", + "application-name": "Nome dell'applicazione", + "clean-url": "Cancella URL", + "database-driver": "Driver del database", + "database-hostname": "Hostname del database", + "database-name": "Nome del database", + "database-port": "Porta del database", + "default-language": "Lingua predefinita", + "General": "Generale", + "Install": "Installare", + "migration-table": "Tabella di migrazione", + "Password": "Password", + "Prefix": "Prefisso", + "respond-to-mail-address": "E-mail per le risposte", + "User": "Utente", + "change-language": "Cambiare la lingua", + "select-language": "Scegliere la lingua", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "\"La strada è lunga, ma la via è libera…\"
Framasoft vive solo grazie alle vostre donazioni.
Grazie in anticipo per il vostro sostegno https://soutenir.framasoft.org", + "message-for-the-author": "Messaggio per l'autore", + "notification-of-poll-x": "Notifica del sondaggio: %s", + "participant-link": "Link per i partecipanti", + "poll-participation-x": "Partecipazione al sondaggio: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Qualcuno ha appena cambiato il vostro sondaggio al seguente link %1$s.", + "someone-just-deleted-your-poll-x": "Qualcuno ha appena eliminato il vostro sondaggio \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Grazie per aver partecipato al sondaggio al seguente link", + "thank-you-for-your-trust": "Grazie per la vostra fiducia.", + "this-is-the-message-to-forward-to-the-poll-participants": "Questo è il messaggio da inoltrare ai partecipanti al sondaggio.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Questo messaggio NON deve essere inviato ai partecipanti, e deve rimanere privato.

Puoi modificare il tuo sondaggio al seguente link", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "aggiunto un voto.
Puoi visualizzare il tuo sondaggio al seguente link", + "has-just-created-a-poll-called": "ha appena creato un sondaggio intitolato", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "aggiornato un voto.
Puoi visualizzare il tuo sondaggio al seguente link", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "inserito un commento.
Puoi visualizzare il tuo sondaggio al seguente link", + "thank-you-for-your-understanding": "Grazie per la vostra comprensione.", + "the-application": "L'applicazione", + "is-currently-under-maintenance": "attualmente è in manutenzione.", + "submit-access": "Accesso", + "wrong-password": "Password sbagliata", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Devi inserire la password per poter partecipare al sondaggio.", + "you-have-to-provide-a-password-to-access-the-poll": "Devi inserire la password per accedere al sondaggio.", + "x-option": "%s opzione", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Chiunque può vedere il tuo indirizzo mail dopo il tuo voto", + "best-choice": "Scelta migliore", + "best-choices": "Scelte migliori", + "Chart": "Grafico", + "display-the-chart-of-the-results": "Mostra il grafico dei risultati", + "edit-line-x": "Modificare la riga : %s", + "link-to-edit-this-particular-line": "Link per modificare questa linea", + "remove-line": "Eliminare la riga :", + "save-choices": "Salvare le scelte", + "scroll-to-the-left": "Spostare a sinistra", + "scroll-to-the-right": "Spostare a destra", + "the-current-best-choice-is": "La migliore scelta per ora è:", + "the-current-best-choices-are": "Le migliori scelte per ora sono:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Il link per modificare questa linea è stato copiato negli appunti!", + "Total": "Totale", + "vote-no-for": "Scegliere \"no\" per", + "vote-yes-for": "Scegliere \"sì\" per", + "votes-under-reserve-for": "Voti sotto riserva per", + "polled-user": "Votante", + "polled-users": "Votanti", + "admin-link-for-the-poll": "Link per amministrare il sondaggio", + "cancel-the-description-edit": "Annullare la modifica della descrizione", + "cancel-the-email-address-edit": "Annullare la modifica dell'email", + "cancel-the-expiration-date-edit": "Annulla il cambio di data di scadenza", + "cancel-the-name-edit": "Annulla il cambio di nome", + "cancel-the-rules-edit": "Annullare le modifica dei permessi", + "cancel-the-title-edit": "Annullare la modifica del titolo", + "creator-of-the-poll": "Autore del sondaggio", + "edit-name": "Modifica il nome", + "edit-the-description": "Modificare la descrizione", + "edit-the-email-address": "Modificare l'email", + "edit-the-expiry-date": "Cambiare la data di scadenza", + "edit-the-poll-rules": "Modificare i permessi del sondaggio", + "edit-title": "Modificare il titolo", + "export-to-csv": "Esportare in CSV", + "no-password": "Nessuna password", + "only-votes-are-protected": "Solo i voti sono protetti", + "password-protected": "Protetto da una password", + "poll-rules": "Permessi del sondaggio", + "Print": "Stampare", + "public-link-to-the-poll": "Link pubblico del sondaggio", + "remove-all-comments": "Eliminare tutti i commenti", + "remove-all-votes": "Eliminare tutti i voti", + "remove-password": "Eliminare la password", + "remove-the-poll": "Eliminare il sondaggio", + "results-are-hidden": "I risultati sono nascosti", + "results-are-visible": "I risultati sono visibili", + "rich-editor": "Editor avanzato", + "save-the-description": "Salvare la descrizione", + "save-the-email-address": "Salvare l'email", + "save-the-new-expiration-date": "Salvare la data di scadenza", + "save-the-new-name": "Salvare il nuovo nome", + "save-the-new-rules": "Salvare i nuovi permessi", + "save-the-new-title": "Salvare il nuovo titolo", + "simple-editor": "Editor semplice", + "title-of-the-poll": "Titolo del sondaggio", + "voters-email-addresses-are-collected": "Gli indirizzi email degli utenti sono memorizzati", + "voters-email-addresses-are-collected-and-required": "Gli indirizzi mail degli utenti sono memorizzati e richiesti", + "voters-email-addresses-are-collected-required-and-verified": "Gli indirizzi mail degli utenti sono memorizzati, richiesti e verificati", + "voters-email-addresses-are-not-collected": "Gli indirizzi mail degli utenti non sono memorizzati", + "votes-and-comments-are-locked": "I voti e i commenti sono bloccati", + "votes-protected-by-password": "Voti protetti da una password", + "all-voters-can-modify-any-vote": "Tutti i votanti possono cambiare tutti i voti", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Definendo un ID si può facilitare l'accesso al sondaggio persone non desiderate. Si raccomanda di proteggerlo con una password.", + "collect-voters-email-addresses": "Memorizza gli indirizzi email", + "Confirmation": "Conferma", + "customize-the-url": "Personalizzare l'URL", + "email-addresses-are-collected-but-not-required": "Gli indirizzi email sono memorizzati ma non richiesti", + "email-addresses-are-not-collected": "Gli indirizzi email non sono memorizzati", + "email-addresses-are-required": "Gli indirizzi email sono richiesti", + "email-addresses-are-required-and-verified": "Indirizzo email richiesto e verificato", + "go-to-step-2": "Andare al punto 2", + "limit-the-amount-of-voters-per-option": "Limita il numero dei votanti per opzione", + "more-informations-here": "Maggiori informazioni qui:", + "only-the-poll-maker-can-see-the-poll-results": "Solo l'autore del sondaggio può vedere i risultati", + "optional-parameters": "Parametri opzionali", + "Permissions": "Permessi", + "poll-creation-1-of-3": "Creazione del sondaggio (1 di 3)", + "poll-link": "Link del sondaggio", + "poll-title": "Titolo del sondaggio", + "receive-an-email-for-each-new-comment": "Ricevere un e-mail per ogni nuovo commento", + "receive-an-email-for-each-new-vote": "Ricevere un email per ogni nuovo voto", + "required-fields-cannot-be-left-blank": "Riempire i campi obbligatori, segnati con *.", + "the-identifier-can-contain-letters-numbers-and-dashes": "L'ID può contenere lettere, numeri e trattini \"-\".", + "the-results-are-publicly-visible": "I risultati sono visibili senza password", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Per rendere la descrizione più gradevole, puoi usare la sintassi Markdown.", + "use-a-password-to-restrict-access": "Utilizza una password per limitare l'accesso al sondaggio", + "value-max": "Valore massimo", + "voters-can-modify-their-own-vote-themselves": "I partecipanti possono modificare il proprio voto", + "votes-cannot-be-modified": "I voti non possono essere modificati", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Attenzione: Chiunque può vedere gli indirizzi mail degli utenti dato che i votanti possono modificare ogni voto. Dovreste limitare i permessi di accesso.", + "you-are-in-the-poll-creation-section": "Sei nella sezione per la creazione di un nuovo sondaggio.", + "you-can-enable-or-disable-the-editor-at-will": "Puoi abilitare o disabilitare l'editor come vuoi.", + "votes-per-option": "voti per opzione", + "go-to-step-3": "Andare al punto 3", + "return-to-step-1": "Torna al punto 1", + "add-a-choice": "Aggiungere un scelta", + "add-a-link-or-an-image": "Aggiungi un collegamento o di un'immagine", + "alternative-text": "Testo alternativo", + "links-or-images-can-be-included-using": "E 'possibile inserire link o immagini utilizzando", + "markdown-syntax": "Sintassi Markdown", + "poll-options-2-of-3": "Scelta delle opzioni (2 di 3)", + "remove-a-choice": "Eliminare l'ultima scelta", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Questi campi sono facoltativi. Puoi aggiungere un link, un'immagine o entrambi.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Per creare un sondaggio convenzionale, è necessario fornire almeno due scelte diverse.", + "url-of-the-image": "URL dell'immagine", + "you-can-add-or-remove-choices-with-the-buttons": "Puoi aggiungere o eliminare delle scelte ulteriori con i pulsanti", + "add-a-day": "Aggiungere un giorno", + "add-a-time-slot": "Aggiungere un orario", + "choose-dates-for-your-poll": "Scegli le date del tuo sondaggio", + "copy-times-from-the-first-day": "Copia gli orari del primo giorno", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Per ogni giorno selezionato, hai la possibilità di scegliere o meno, le ore dell'incontro (per esempio : \"8h\", \"8:30\", \"8h-10h\", \"sera\", etc.)", + "poll-dates-2-of-3": "Scelta delle date (2 di 3)", + "remove-a-day": "Eliminare l'ultimo giorno", + "remove-a-time-slot": "Eliminare l'ultimo orario", + "remove-all-days": "Cancellare tutti i giorni", + "remove-all-times": "Cancellare tutti gli orari", + "remove-this-day": "Eliminare questo giorno", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Per creare un evento, è meglio proporre almeno 2 scelte (2 orari per lo stesso giorno o 2 giorni).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Puoi aggiungere o eliminare dei giorni et orari ulteriori con i pulsanti", + "back-to-step-2": "Torna al punto 2", + "confirm-the-creation-of-your-poll": "Conferma la creazione del tuo sondaggio", + "create-the-poll": "Crea il sondaggio", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Archivio Data:", + "list-of-options": "Liste delle tue scelte", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Un volta che hai confermato la creazione del sondaggio, sarai reindirizzati automaticamente sulla pagina di amministrazione del tuo sondaggio.", + "removal-date-and-confirmation-3-of-3": "Data di scadenza e conferma (3 di 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Nello stesso momento, riceverai 2 email : una con il Link verso il tuo sondaggio da inoltrare ai partecipanti, l'altra con il Link verso la pagina di amministrazione del sondaggio.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Si può decidere su una data più vicina di archiviazione.", + "your-poll-will-automatically-be-archived": "Il tuo sondaggio sarà archiviato automaticamente", + "your-poll-will-be-automatically-archived-in-x-days": "Il tuo sondaggio verrà archiviata automaticamente in %d giorni.", + "after-the-last-date-of-your-poll": "dopo l'ultimo giorno del tuo sondaggio.", + "version-x": "Versione %s", + "add-a-column": "Aggiungere una colonna", + "adding-a-column": "Aggiunta di una colonna", + "all-comments-deleted": "Tutti i commenti sono stati cancellati", + "all-votes-deleted": "Tutti i voti sono stati rimossi", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Essendo l'amministratore, puoi modificare tutte le righe di questo sondaggio con questo pulsante", + "back-to-the-poll": "Torna al sondaggio", + "choice-added": "Scelta aggiunta", + "collect-the-emails-of-the-polled-users-for-the-choice": "Raccogli le mail degli utenti che hanno scelto questa opzione", + "column-deleted": "Colonna rimossa", + "comment-deleted": "Commento rimosso", + "confirm-removal-of-all-comments": "Confermare l'eliminazione di tutti i commenti di questo sondaggio", + "confirm-removal-of-all-votes": "Confermare l'eliminazione di tutti i voti del sondaggio", + "confirm-removal-of-the-column": "Confermare l'eliminazione della colonna.", + "confirm-removal-of-your-poll": "Confermare l'eliminazione del sondaggio", + "delete-poll": "Cancella il sondaggio", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Potete infine modificare le informazioni relative a questo sondaggio come il titolo, i commenti o la vostra email.", + "keep-comments": "Tenere commenti", + "keep-the-comments": "Tenere commenti", + "keep-the-poll": "Tenere il sondaggio", + "keep-the-votes": "Tenere voti", + "keep-this-poll": "Mantengo questo sondaggio", + "keep-votes": "Tenere voti", + "poll-fully-deleted": "Sondaggio completamente rimosso", + "poll-saved": "Sondaggio salvato", + "remove-column": "Cancellare la colonna", + "remove-the-comments": "Eliminare i commenti", + "remove-the-votes": "Rimuovere i voti", + "the-poll-was-created": "Il sondaggio è stato creato.", + "vote-added": "Voto aggiunto", + "vote-deleted": "Voto cancellato", + "vote-updated": "Voto aggiornato", + "you-can-add-a-new-scheduling-date-to-your-poll": "Puoi aggiungere una data al tuo sondaggio.", + "your-poll-has-been-removed": "Il tuo sondaggio è stato eliminato!", + "and-add-a-new-column-with": "e se vi foste dimenticati di inserire una scelta, potreste aggiungere una colonna cliccando su", + "remove-a-column-or-a-line-with": "cancellare una colonna o una riga con", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Gli utenti che esprimono la preferenza \"Se necessario\" per questa opzione hanno lasciato il proprio indirizzo email:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Gli utenti che esprimono la preferenza \"No\" per questa opzione hanno lasciato il proprio indirizzo email:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Gli utenti che esprimono la preferenza \"Si\" per questa opzione hanno lasciato il proprio indirizzo email:", + "deletion-date": "Data di cancellazione:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Per partecipare a questo sondaggio, è necessario inserire vostro nome, scegliere tutti i parametri che preferite e confermare la vostra scelta con il pulsante alla fine della riga.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "L'amministratore ha bloccato questa indagine. Voti e commenti sono congelati, non è più possibile partecipare", + "the-poll-has-expired-it-will-soon-be-deleted": "Il sondaggio è scaduto, sarà presto rimosso.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Il tuo voto è stato preso in considerazione, ma attenzione: questa indagine consente la modifica del voto solo con il seguente link personalizzato; tenerlo al sicuro." +} diff --git a/public/assets/i18n/po/converted/nl.json b/public/assets/i18n/po/converted/nl.json new file mode 100644 index 0000000..d64d5ad --- /dev/null +++ b/public/assets/i18n/po/converted/nl.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Maak een poll", + "define-dates-or-subjects-to-choose-from": "Voer datums of onderwerpen waaruit gekozen kan worden in", + "discuss-and-make-a-decision": "Discussieer en neem een beslissing", + "do-you-want-to": "Wil je", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate is een online service om snel en makkelijk een afspraak te plannen of een beslissing te nemen. Je hoeft je niet te registreren.", + "here-is-how-it-works": "Het werkt als volgt:", + "send-the-poll-link-to-your-friends-or-colleagues": "Stuur de link naar de poll naar je vrienden of collega's", + "what-is-framadate": "Wat is Framadate?", + "view-an-example": "een voorbeeld bekijken?", + "cecill-b-license": "CeCILL-B licentie", + "framadate-is-licensed-under-the": "Framadate is gelicenseerd onder de", + "framadate-was-initially-based-on": "", + "the-software": "Framadate", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "software ontwikkeld door de Universiteit van Straatsburg. Het wordt tegenwoordig ontwikkeld door de Framasoft vereniging.", + "grow-your-own": "Kweek je eigen", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Als je de software wil installeren voor eigen gebruik en zo je onafhankelijkheid wil vergroten, kunnen we je helpen op:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "", + "the-development-site": "de ontwikkeling-website", + "Actions": "Acties", + "Administration": "Beheer", + "Author": "Auteur", + "back-to-administration": "Terug naar beheerpagina", + "change-the-poll": "Bewerk poll", + "Email": "Email", + "Executed": "Uitgevoerd", + "expiry-date": "Vervaldatum", + "Fail": "Gefaald", + "failed": "Gefaald:", + "Format": "Formaat", + "Installation": "Installatie", + "Logs": "Logs", + "Migration": "Migratie", + "Nothing": "Niets", + "pages": "Pagina's:", + "poll-id": "Poll ID", + "poll-deleted": "", + "Polls": "Polls", + "Purge": "Leegmaken", + "purge-the-polls": "Maak de polls leeg", + "purged": "Leeggemaakt:", + "see-the-poll": "Ga naar poll", + "skipped": "Overgeslagen:", + "Status": "Status", + "succeeded": "Gelukt:", + "Success": "Gelukt", + "Summary": "Samenvatting", + "Title": "", + "Votes": "", + "Waiting": "Aan het wachten", + "polls-in-the-database-at-this-time": "polls in de database op dit moment", + "check-again": "Controleer opnieuw", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Overweeg de activering van de PHP OpenSSL extensie om de veiligheid te verhogen.", + "consider-setting-the-date-timezone-in-php-ini": "Overweeg de instelling van date.timezone in het php.ini bestand.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "NL_Consider setting « session.cookie_httponly = 1 » inside your php.ini or add « php_value session.cookie_httponly 1 » to your .htaccess so that cookies can't be accessed through Javascript.", + "continue-the-installation": "Installatie voortzetten", + "cookies-are-served-from-http-only": "NL_Cookies are served from HTTP only.", + "installation-checking": "Controle van de installatie", + "openssl-extension-loaded": "PHP OpenSSL extensie opgeladen.", + "php-intl-extension-is-enabled": "PHP Intl extensie is geactiveerd.", + "php-version-x-is-enough-needed-at-least-php-x": "PHP Versie %s voldoende (vereist PHP %s of hoger).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "De map van het configuratiebestand (%s) is niet schrijfbaar en het configuratiebestand (%s) bestaat niet.", + "the-config-file-directory-x-is-writable": "De map van het configuratiebestand (%s) is schrijfbaar.", + "the-config-file-exists": "Het configuratiebestand bestaat.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "De map voor compilatie van sjablonen (%s) bestaat niet in \"%s\". Probeer de installatie opnieuw.", + "the-template-compile-directory-x-is-not-writable": "De map voor compilatie van sjablonen (%s) is niet schrijfbaar.", + "the-template-compile-directory-x-is-writable": "De map voor compilatie van sjablonen (%s) is schrijfbaar.", + "you-need-to-enable-the-php-intl-extension": "U moet de PHP Intl extensie activeren.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Uw versie van PHP (%s) is te oud. Deze applicatie vereist PHP %s of hoger.", + "date-timezone-is-set": "date.timezone is ingesteld.", + "add-a-comment-to-the-poll": "Opmerking toevoegen aan de poll", + "Comment": "Jouw opmerking", + "comment-saved": "Opmerking opgeslagen", + "Comments": "Opmerkingen", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Vul je naam en een opmerking in voor het formulier in te dienen", + "remove-comment": "Verwijder opmerking", + "submit-comment": "Opmerking opslaan", + "a-e-b-y": "%a %e %b %Y", + "a-b-e-y": "%A %e %B %Y", + "b-y": "%B %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d-%m-%Y %H:%M", + "add-range-dates": "Voeg een datumbereik toe", + "end-date": "Einddatum", + "start-date": "Begindatum", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Je kan maximaal 4 maanden selecteren", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "dag / maand / jaar", + "edit-link-for-poll-x": "Bewerkingslink voor de poll \"%s\"", + "here-is-the-link-for-editing-your-vote": "Dit is de link om jouw stem te wijzigen:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Als je jouw persoonlijke link niet wilt verliezen, kunnen we deze per email verzenden.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Gelieve %d seconden te wachten voor we je een email kunnen sturen. Probeer dan opnieuw.", + "REMINDER": "HERINNERING", + "Send": "Verzenden", + "the-email-address-is-not-correct": "Foutief emailadres.", + "your-reminder-has-been-successfully-sent": "Jouw herinnering is verzonden!", + "adding-vote-failed": "Toevoegen stem gefaald", + "cant-create-an-empty-column": "Kan geen lege kolom maken.", + "cant-create-the-config-php-file-in-x": "Kan het bestand config.php niet maken in '%s'.", + "comment-failed": "Opmerking mislukt", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Cookies zijn uitgeschakeld in je browser. Cookies zijn nodig om een poll aan te maken.", + "enter-a-name": "Vul een naam in", + "enter-a-name-and-a-comment": "Vul een naam en een opmerking in!", + "enter-a-title": "Voer een titel in", + "enter-an-email-address": "Voer een emailadres in", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Fout over de hoeveelheid stemmen: waarde moet een getal groter dan 0 zijn.", + "error": "Fout!", + "failed-to-delete-all-comments": "Het is niet gelukt om alle opmerkingen te verwijderen", + "failed-to-delete-all-votes": "Het is niet gelukt om alle stemmen te verwijderen", + "failed-to-delete-column": "Kolom verwijderen mislukt", + "failed-to-delete-the-comment": "Het is niet gelukt om de opmerking te verwijderen", + "failed-to-delete-the-poll": "Het is niet gelukt om de poll te verwijderen", + "failed-to-delete-the-vote": "Het is niet gelukt de stem te verwijderen!", + "failed-to-insert-the-comment": "Het is niet gelukt om de opmerking in te voegen!", + "failed-to-save-poll": "Opslaan van de poll gefaald", + "forbidden": "Verboden!", + "GenericErrorPollCreation": "", + "identifier-is-already-used": "Deze ID is reeds gebruikt", + "if-you-quit-now-your-changes-will-be-lost": "", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "JavaScript is uitgeschakeld in je browser. JavaScript is nodig om een poll aan te maken.", + "missing-values": "Ontbrekende waarden", + "no-polls-found": "Geen polls gevonden", + "password-is-empty": "Het wachtwoord is leeg", + "passwords-do-not-match": "De wachtwoorden zijn niet gelijk", + "poll-has-been-updated-before-you-vote": "De poll is gewijzigd voordat je stemde", + "something-has-gone-wrong": "Er is iets foutgegaan...", + "something-is-wrong-with-the-format": "Er is iets foutgegaan met het formaat", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Er is iets fout gegaan met het formaat: persoonlijke URLs mogen enkel alfanumerieke tekens en streepjes bevatten.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Er is iets fout gegaan met het formaat: de naam mag vooraan of achteraan geen spaties bevatten", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "Het adres is niet juist! Je moet een geldig emailadres invoeren (zoals r.stallman@outlock.com) zodat je de link naar je poll kan ontvangen.", + "the-column-already-exists": "De kolom bestaat reeds", + "the-name-is-invalid": "De naam is niet geldig.", + "the-name-youve-chosen-already-exists-in-this-poll": "De naam die je hebt gekozen, bestaat al in deze poll!", + "there-is-a-problem-with-your-choices": "Er is een probleem met je keuzes", + "this-identifier-is-not-allowed": "", + "this-poll-doesnt-exist": "Deze poll bestaat niet!", + "unable-to-connect-to-database": "Kan geen verbinding maken met de database", + "update-vote-failed": "Wijzigen stem gefaald", + "you-already-voted": "Je hebt al gestemd", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Je kan geen poll met verborgen resultaten maken met de volgende optie: ", + "you-cant-select-more-than-x-dates": "Je kan niet meer dan %d dagen kiezen", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Je hebt het eerste deel van de poll niet ingevuld, of je sessie is verlopen.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Your vote wasn't counted, because someone voted in the meantime and it conflicted with your choices and the poll conditions. Please retry.", + "Address": "Adres", + "created-polls": "Aangemaakte polls", + "have-a-good-day": "Tot ziens!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Dit is de lijst van polls die je beheert op %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Indien je dat niet gevraagd hebt en je vermoedt misbruik van de dienst, dan kan je dat melden aan de beheerder op %s.", + "its-address": "", + "last-access-date": "Laatst bezocht", + "list-of-your-polls": "Lijst van jouw polls", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS: deze email werd verstuurd omdat jij – of iemand anders – gevraagd hebt om een lijst van polls te ontvangen die gemaakt werden om jouw emailadres.", + "polls-saved-inside-this-browser": "Polls bewaard in deze browser", + "polls-sent": "Polls verstuurd", + "remove-all-my-polls-from-this-browsers-index": "Verwijder al mijn polls uit het geheugen van deze browser", + "remove-poll-from-index": "Verwijder de poll uit het geheugen", + "send-me-my-polls": "Stuur me mijn polls", + "send-my-polls-by-email": "Verzend mijn polls via email", + "the-date-you-created-or-last-accessed-the-poll": "De datum waarop de poll aangemaakt of laatst bezocht is", + "the-title-of-the-poll": "De titel van de poll", + "there-are-no-polls-saved-inside-your-browser-yet": "Er zijn nog geen polls bewaard in je browser", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Om deze informatie te verwijderen klik je op het vuilbakje op de overeenkomstige lijn of klik je op de « verwijder mijn polls uit het geheugen » optie. Je polls zelf worden hierdoor niet verwijderd.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Om je vorige polls makkelijk terug te vinden, bewaren we elke poll die je aanmaakt of bezoekt in je browser. Deze informatie wordt enkel in deze browser opgeslagen. De volgende informatie zal worden bewaard:", + "visited-polls": "Bezochte polls", + "in-the-format-name-mail-com": "(in het formaat naam@mail.com)", + "Add": "Toevoegen", + "Back": "Vorige", + "back-to-the-homepage-of": "Terug naar de homepage van", + "Cancel": "Annuleren", + "Choice": "", + "Classic": "Klassiek", + "Close": "Sluiten", + "create-your-own-polls": "Maak je eigen polls aan", + "creation-date": "Aanmaakdatum:", + "Date": "Datum", + "Day": "dagen", + "Description": "Beschrijving", + "Edit": "Bewerk", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "", + "Home": "Home", + "Information": "Informatie", + "legend": "Legenda:", + "Link": "Link", + "Markdown": "Markdown", + "Next": "Volgende", + "No": "Nee", + "page-generated-in": "Pagina gegenereerd in", + "Poll": "Poll", + "Remove": "Verwijderen", + "Save": "Opslaan", + "Search": "Zoek", + "Time": "Tijd", + "under-reserve": "Indien nodig", + "Validate": "Valideer", + "Yes": "Ja", + "your-email-address": "Je emailadres", + "your-name": "Je naam", + "days": "dagen", + "for": "voor", + "months": "maanden", + "seconds": "seconden", + "vote": "stem", + "votes": "stemmen", + "with": "met", + "make-a-standard-poll": "Maak een standaard poll", + "schedule-an-event": "Plan een evenement", + "where-are-my-polls": "Waar zijn mijn polls?", + "administrator-mail-address": "Mailadres van de applicatie", + "application-name": "Naam van de applicatie", + "clean-url": "Schone URL", + "database-driver": "Database driver", + "database-hostname": "Database hostname", + "database-name": "", + "database-port": "Database port", + "default-language": "Standaardtaal", + "General": "Algemeen", + "Install": "Installeren", + "migration-table": "Migratietabel", + "Password": "", + "Prefix": "Prefix", + "respond-to-mail-address": "Antwoordmail", + "User": "Gebruiker", + "change-language": "Wijzig taal", + "select-language": "Selecteer taal", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "\"Het is een lange weg, maar de doel is duidelijk...\"
Framasoft overleeft enkel door jouw donaties.
Alvast bedankt voor je ondersteuning https://soutenir.framasoft.org", + "message-for-the-author": "Bericht voor de autheur", + "notification-of-poll-x": "Bericht van poll: %s", + "participant-link": "Link voor deelnemers", + "poll-participation-x": "Poll deelname: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Iemand heeft je poll aangepast op de volgende link %1$s.", + "someone-just-deleted-your-poll-x": "Iemand heeft zojuist je poll verwijderd \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Bedankt om deel te nemen aan de poll op de volgende link", + "thank-you-for-your-trust": "Bedankt voor je vertrouwen.", + "this-is-the-message-to-forward-to-the-poll-participants": "Dit is het bericht dat je kunt doorsturen aan de deelnemers van je poll.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Verzend dit bericht NIET naar de poll deelnemers. Je houdt het best privé.

Je kan je poll aanpassen op de volgende link", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "heeft een stem toegevoegd.
Je kan je poll bezoeken op", + "has-just-created-a-poll-called": "heeft zojuist een poll aangemaakt met de titel", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "heeft een stem gewijzigd.
Je kan je poll bezoeken op", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "heeft een opmerking geplaatst.
Je kan je poll bezoeken op", + "thank-you-for-your-understanding": "Bedankt voor je begrip.", + "the-application": "De applicatie", + "is-currently-under-maintenance": "is momenteel in onderhoud.", + "submit-access": "Inloggen", + "wrong-password": "Ongeldig wachtwoord", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Je moet een wachtwoord opgeven om deel te nemen aan deze poll.", + "you-have-to-provide-a-password-to-access-the-poll": "Je moet een wachtwoord opgeven om toegang te krijgen tot deze poll.", + "x-option": "", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Iedereen zal je e-mailadres kunnen zien nadat je gestemd hebt", + "best-choice": "Beste keuze", + "best-choices": "Beste keuzes", + "Chart": "Grafiek", + "display-the-chart-of-the-results": "Toon de grafiek met resultaten", + "edit-line-x": "Bewerk regel: %s", + "link-to-edit-this-particular-line": "Link om deze lijn aan te passen", + "remove-line": "Verwijder regel:", + "save-choices": "Keuzes opslaan", + "scroll-to-the-left": "Scroll naar links", + "scroll-to-the-right": "Scroll naar rechts", + "the-current-best-choice-is": "De beste keuze is op dit moment:", + "the-current-best-choices-are": "De beste keuzes zijn op dit moment:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "De link om deze lijn aan te passen is gekopieerd naar het klembord!", + "Total": "Totaal", + "vote-no-for": "Stem ‘nee’ voor", + "vote-yes-for": "Stem ‘ja’ voor", + "votes-under-reserve-for": "Stem als nodig voor", + "polled-user": "ondervraagde gebruiker", + "polled-users": "ondervraagde gebruikers", + "admin-link-for-the-poll": "Admin-link naar de poll", + "cancel-the-description-edit": "Beschrijving bewerken annuleren", + "cancel-the-email-address-edit": "Emailadres bewerken annuleren", + "cancel-the-expiration-date-edit": "Vervaldatum bewerken annuleren", + "cancel-the-name-edit": "Naam bewerken annuleren", + "cancel-the-rules-edit": "Regels bewerken annuleren", + "cancel-the-title-edit": "Titel bewerken annuleren", + "creator-of-the-poll": "Initiatiefnemer van deze poll", + "edit-name": "Bewerk naam", + "edit-the-description": "Bewerk de beschrijving", + "edit-the-email-address": "Bewerk emailadres", + "edit-the-expiry-date": "Bewerk de vervaldatum", + "edit-the-poll-rules": "Bewerk de regels voor de poll", + "edit-title": "Bewerk titel", + "export-to-csv": "Exporteer naar CSV", + "no-password": "Geen wachtwoord", + "only-votes-are-protected": "Only votes are protected", + "password-protected": "Beveiligd met een wachtwoord", + "poll-rules": "Regels voor de poll", + "Print": "Print", + "public-link-to-the-poll": "Publieke link naar de poll", + "remove-all-comments": "Verwijder alle opmerkingen", + "remove-all-votes": "Verwijder alle stemmen", + "remove-password": "Wachtwoord verwijderen", + "remove-the-poll": "Verwijder de poll", + "results-are-hidden": "Resultaten zijn verborgen.", + "results-are-visible": "Resultaten zijn zichtbaar.", + "rich-editor": "Geavanceerde editor", + "save-the-description": "Beschrijving opslaan", + "save-the-email-address": "Emailadres opslaan", + "save-the-new-expiration-date": "Nieuwe vervaldatum opslaan", + "save-the-new-name": "Nieuwe naam opslaan", + "save-the-new-rules": "Nieuwe regels opslaan", + "save-the-new-title": "Nieuwe titel opslaan", + "simple-editor": "Simpele editor", + "title-of-the-poll": "Titel van de poll", + "voters-email-addresses-are-collected": "", + "voters-email-addresses-are-collected-and-required": "", + "voters-email-addresses-are-collected-required-and-verified": "", + "voters-email-addresses-are-not-collected": "", + "votes-and-comments-are-locked": "Stemmen en opmerkingen zijn uitgeschakeld", + "votes-protected-by-password": "Stemmen beveiligd met een wachtwoord", + "all-voters-can-modify-any-vote": "Alle stemmers kunnen elke stem aanpassen", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Het gebruik van een poll ID kan de toegang tot de poll gemakkelijker maken voor ongewenste personen. Het is aangeraden om een wachtwoord in te stellen.", + "collect-voters-email-addresses": "", + "Confirmation": "Bevestiging", + "customize-the-url": "Link verpersoonlijken", + "email-addresses-are-collected-but-not-required": "", + "email-addresses-are-not-collected": "", + "email-addresses-are-required": "", + "email-addresses-are-required-and-verified": "", + "go-to-step-2": "Ga naar stap 2", + "limit-the-amount-of-voters-per-option": "Limiteer het aantal stemmen per optie", + "more-informations-here": "Meer informatie is hier te vinden:", + "only-the-poll-maker-can-see-the-poll-results": "Alleen degene die de poll aangemaakt heeft kan de resultaten zien", + "optional-parameters": "Optionele parameters", + "Permissions": "Rechten", + "poll-creation-1-of-3": "Poll aanmaken (1 van 3)", + "poll-link": "Poll ID", + "poll-title": "Poll titel", + "receive-an-email-for-each-new-comment": "Ontvang een email bij elke nieuwe opmerking", + "receive-an-email-for-each-new-vote": "Ontvang een email bij elke nieuwe stem", + "required-fields-cannot-be-left-blank": "Verplichte velden kunnen niet leeg blijven.", + "the-identifier-can-contain-letters-numbers-and-dashes": "(mag letters, cijfers en streepjes bevatten)", + "the-results-are-publicly-visible": "De resultaten zijn zichtbaar zonder wachtwoord", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Om je beschrijving aantrekkelijker te maken, kun je het Markdown formaat gebruiken.", + "use-a-password-to-restrict-access": "Toegang tot poll beperken met een paswoord", + "value-max": "Maximum waarde", + "voters-can-modify-their-own-vote-themselves": "Stemmers kunnen hun eigen stem aanpassen", + "votes-cannot-be-modified": "Stemmen kunnen niet worden aangepast", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Waarschuwing: Iedereen kan de e-mailadressen van alle stemmers zien, aangezien iedereen alle stemmen kan aanpassen. Je kan best de toegangsregels beperken.", + "you-are-in-the-poll-creation-section": "Je bent in het onderdeel poll aanmaken.", + "you-can-enable-or-disable-the-editor-at-will": "Je kan de editor aan of afzetten wanneer je dat wilt.", + "votes-per-option": "stemmen per optie", + "go-to-step-3": "Ga naar stap 3", + "return-to-step-1": "Terug naar stap 1", + "add-a-choice": "Voeg een keuze toe", + "add-a-link-or-an-image": "Voeg een link of plaatje toe", + "alternative-text": "Alternatieve tekst", + "links-or-images-can-be-included-using": "Links of plaatjes kan je opnemen door gebruik te maken van", + "markdown-syntax": "de Markdown syntax", + "poll-options-2-of-3": "Poll keuzes (2 van 3)", + "remove-a-choice": "Verwijder een keuze", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Deze velden zijn optioneel. Je kan een link of een plaatje toevoegen of allebei.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Om een poll te maken, moet je tenminste twee keuzes geven.", + "url-of-the-image": "URL van het plaatje", + "you-can-add-or-remove-choices-with-the-buttons": "Je kan keuzes verwijderen of toevoegen met deze knoppen", + "add-a-day": "Voeg een dag toe", + "add-a-time-slot": "Voeg een tijd toe", + "choose-dates-for-your-poll": "Kies de datums voor je datumprikker", + "copy-times-from-the-first-day": "Kopieer de tijden van de eerste dag", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Voor elke geselecteerde dag kan je tijden voorstellen. (Bijvoorbeeld ‘8h’, ‘8:30’, ‘8h-10h’, ‘avond’, enz.)", + "poll-dates-2-of-3": "Te prikken datums (2 van 3)", + "remove-a-day": "Verwijder een dag", + "remove-a-time-slot": "Verwijder een tijd", + "remove-all-days": "Verwijder alle dagen", + "remove-all-times": "Verwijder alle tijden", + "remove-this-day": "Verwijder deze dag", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Om een datum te prikken, moet je tenminste twee keuzes geven. (Bijvoorbeeld twee tijden op één dag of twee verschillende dagen).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Je kan extra dagen of tijden toevoegen en verwijderen met deze knoppen", + "back-to-step-2": "Terug naar stap 2", + "confirm-the-creation-of-your-poll": "Bevestig het aanmaken van je poll", + "create-the-poll": "Maak de poll aan", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Vervaldatum:", + "list-of-options": "Lijst van keuzes", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Als je het aanmaken van de poll hebt bevestigd, wordt je doorgestuurd naar de beheerpagina.", + "removal-date-and-confirmation-3-of-3": "Verwijderdatum en bevestiging (3 van 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Daarna ontvang je twee mails: één met de link naar je poll, die je naar de deelnemers kan sturen, de andere met een link naar de beheerpagina.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Je kunt een specifieke vervaldatum voor de poll opgeven.", + "your-poll-will-automatically-be-archived": "Je poll wordt automatisch gearchiveerd", + "your-poll-will-be-automatically-archived-in-x-days": "Je poll wordt over %d dagen automatisch gearchiveerd.", + "after-the-last-date-of-your-poll": "na de laatste datum van je poll.", + "version-x": "", + "add-a-column": "Kolom toevoegen", + "adding-a-column": "Een kolom toevoegen", + "all-comments-deleted": "Alle opmerkingen verwijderd", + "all-votes-deleted": "Alle stemmen verwijderd", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Als pollbeheerder kan je alle regels van de poll wijzigen met deze knop", + "back-to-the-poll": "Terug naar de poll", + "choice-added": "Keuze toegevoegd", + "collect-the-emails-of-the-polled-users-for-the-choice": "Verzamel de e-mailadressen van de ondervraagde gebruikers voor de optie", + "column-deleted": "Kolom verwijderd", + "comment-deleted": "Opmerking verwijderd", + "confirm-removal-of-all-comments": "Bevestig het verwijderen van alle opmerkingen", + "confirm-removal-of-all-votes": "Bevestig het verwijderen van alle stemmen", + "confirm-removal-of-the-column": "Bevestig de verwijdering van deze kolom.", + "confirm-removal-of-your-poll": "Bevestig het verwijderen van de poll", + "delete-poll": "", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Tenslotte kan je de eigenschappen van deze poll wijzigen, zoals titel, opmerkingen of je emailadres.", + "keep-comments": "Behoud de opmerkingen", + "keep-the-comments": "Behoud de opmerkingen", + "keep-the-poll": "Behoud de poll", + "keep-the-votes": "Behoud de stemmen", + "keep-this-poll": "Behoud deze poll", + "keep-votes": "Behoud de stemmen", + "poll-fully-deleted": "Poll volledig verwijderd", + "poll-saved": "Poll opgeslagen", + "remove-column": "Kolom verwijderen", + "remove-the-comments": "Verwijder de opmerkingen", + "remove-the-votes": "Verwijder de stemmen", + "the-poll-was-created": "De poll is aangemaakt.", + "vote-added": "", + "vote-deleted": "Stem verwijderd", + "vote-updated": "", + "you-can-add-a-new-scheduling-date-to-your-poll": "Je kan een nieuwe datum toevoegen aan je poll.", + "your-poll-has-been-removed": "Je poll is verwijderd!", + "and-add-a-new-column-with": "en voeg een nieuwe kokom toe met", + "remove-a-column-or-a-line-with": "verwijder een kolom of regel met", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "", + "deletion-date": "Verwijderdatum:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Als je wilt stemmen in deze poll, moet je je naam ingeven, een keuze maken en indienen door op de bewaar-knop op het einde van de lijn te klikken.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "De beheerder heeft deze poll gesloten. Stemmen en opmerkingen zijn bevroren, je kunt niet meer deelnemen.", + "the-poll-has-expired-it-will-soon-be-deleted": "De poll is verlopen, hij wordt binnenkort verwijderd.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Je stem is opgeslagen. Je hebt deze persoonlijke link nodig om je stem te kunnen wijzigen." +} diff --git a/public/assets/i18n/po/converted/oc.json b/public/assets/i18n/po/converted/oc.json new file mode 100644 index 0000000..98c2bf1 --- /dev/null +++ b/public/assets/i18n/po/converted/oc.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Creatz un sondatge", + "define-dates-or-subjects-to-choose-from": "Determinatz las datas o los tèmas a causir", + "discuss-and-make-a-decision": "Charratz e prenètz vòstra decision", + "do-you-want-to": "Volètz", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate es un servici en linha que permet d’organizar un rendètz-vos o de prene de decisions rapidament e simplament. Cap d’inscripcion es pas demandada.", + "here-is-how-it-works": "Vaquí cossí fonciona :", + "send-the-poll-link-to-your-friends-or-colleagues": "Mandatz lo ligam del sondatge a vòstres amics o companhs", + "what-is-framadate": "Primièrs passes", + "view-an-example": "veire un example ?", + "cecill-b-license": "licéncia CeCILL-B", + "framadate-is-licensed-under-the": "Es regit per la", + "framadate-was-initially-based-on": "Framadate es inicialament basat sus", + "the-software": "Lo logicial", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Aqueste logicial requesís l’activacion de JavaScript e dels cookies. Es compatible amb los navegators seguents :", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "un logicial desvolopat per l’Universitat d’Estrasborg. Uèi son desvolopament es fach per l’associacion Framasoft.", + "grow-your-own": "Cultivatz vòstre òrt", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Se volètz installar aqueste logicial per vòstra pròpia utilizacion e aital aver mai d’autonomia, nos podètz ajudar sus :", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "Per participar al desvolopament del logicial, prepausar de milhoraments o simplament lo telecargar, anatz sus", + "the-development-site": "lo site de desvolopament", + "Actions": "Accions", + "Administration": "Administracion", + "Author": "Autor", + "back-to-administration": "Tornar a l’administracion", + "change-the-poll": "Modificar lo sondatge", + "Email": "Corrièl", + "Executed": "Executadas", + "expiry-date": "Data d’expiracion", + "Fail": "Fracàs", + "failed": "Fracassat :", + "Format": "Format", + "Installation": "Installation", + "Logs": "Istoric", + "Migration": "Migracion", + "Nothing": "Res", + "pages": "Paginas :", + "poll-id": "ID sondatge", + "poll-deleted": "Sondatge suprimit", + "Polls": "Sondatges", + "Purge": "Purga", + "purge-the-polls": "Purgar los sondatges", + "purged": "Purgats :", + "see-the-poll": "Veire lo sondatge", + "skipped": "Passat :", + "Status": "Estatuts", + "succeeded": "Capitat :", + "Success": "Capitada", + "Summary": "Resumit", + "Title": "Títol", + "Votes": "Vòtes", + "Waiting": "En espèra", + "polls-in-the-database-at-this-time": "sondatges dins la banca de donadas actualament", + "check-again": "Tornar verificar", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Mercés de pensar a activar l’extension PHP OpenSSL per milhorar la seguritat.", + "consider-setting-the-date-timezone-in-php-ini": "Mercés de far cas a la definicion de date.timezone dins lo php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Agachatz de configurar « session.cookie_httponly = 1 » dins de vòstre php.ini o ajustatz « php_value session.cookie_httponly 1 » a vòstre .htaccess per empachar d’accedir als cookies amb lo Javascript.", + "continue-the-installation": "Contunhar l’installacion", + "cookies-are-served-from-http-only": "Los cookies son pas que fornits en HTTP.", + "installation-checking": "Verificacions de l’installacion", + "openssl-extension-loaded": "L’extension PHP OpenSSL es cargada.", + "php-intl-extension-is-enabled": "L’extension PHP Intl es activada.", + "php-version-x-is-enough-needed-at-least-php-x": "Version de PHP %s sufisenta (Cal almens PHP %s).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "Lo dorsièr del fichièr de configuracion (%s) es pas accessible en escritura e lo fichièr de configuracion (%s) existís pas.", + "the-config-file-directory-x-is-writable": "Lo dorsièr del fichièr de configuracion (%s) es accessible en escritura.", + "the-config-file-exists": "Lo fichièr de configuracion existís.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "Lo dorsièr de compilacion dels modèls (%s) existís pas dins \"%s\". Ensajatz lo processús d’installacion tornamai.", + "the-template-compile-directory-x-is-not-writable": "Lo dorsièr de compilacion dels modèls (%s) es pas accessible en escritura.", + "the-template-compile-directory-x-is-writable": "Lo dorsièr de compilacion dels modèls (%s) es accessible en escritura.", + "you-need-to-enable-the-php-intl-extension": "Vos cal activar l’extension PHP Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Vòstra version de PHP (%s) es tròp vièlha. Aquesta aplicacion a besonh de PHP %s almens.", + "date-timezone-is-set": "date.timezone es definit.", + "add-a-comment-to-the-poll": "Apondre un comentari al sondatge", + "Comment": "Vòstre comentari", + "comment-saved": "Comentari apondut", + "Comments": "Comentaris dels sondats", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Picatz vòstre nom e comentari d’en primièr per mandar lo formulari", + "remove-comment": "Suprimir lo comentari", + "submit-comment": "Mandar lo comentari", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A %e %B %Y", + "b-y": "%B %Y", + "y-m-x": "%d/%m/%Y", + "a-e": "%a %e", + "m-x-y-h-m": "%d/%m/%Y %H:%M", + "add-range-dates": "Apondre un interval de datas", + "end-date": "Data de fin", + "start-date": "Data de debuta", + "Y-m-d": "d/m/Y", + "you-can-select-at-most-4-months": "Podètz pas causir mai de 4 meses", + "yyyy-mm-dd": "dd/mm/yyyy", + "yyyy-mm-dd-for-humans": "jorn / mes / annada", + "edit-link-for-poll-x": "Ligam de modificacion del sondatge \"%s\"", + "here-is-the-link-for-editing-your-vote": "Vaquí lo ligam per modificar vòstre vòte :", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Se volètz pas perdre vòstre ligam personalizat, podètz vos lo enviar per corrièl.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Mercés d’esperar encara %d segondas abans que poscam vos mandar lo corrièl, puèi tornatz ensajar.", + "REMINDER": "RECÒRD", + "Send": "Mandar", + "the-email-address-is-not-correct": "Corrièl incorrècte.", + "your-reminder-has-been-successfully-sent": "Vòstre recòrd es ben estat mandat !", + "adding-vote-failed": "Fracàs de l’apondon d’un vòte", + "cant-create-an-empty-column": "Impossible de crear una colomna voida.", + "cant-create-the-config-php-file-in-x": "Impossible de crear lo fichièr config.php dins '%s'.", + "comment-failed": "Fracàs del comentari", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Los cookies son desactivats sus vòstre navegador. Lor activacion es requesida per la creacion d’un sondatge.", + "enter-a-name": "Picatz un nom", + "enter-a-name-and-a-comment": "Mercé de garnir los dos camps !", + "enter-a-title": "Picatz un títol", + "enter-an-email-address": "Picatz una adreça de messatjariá", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Error pel limit de vòtes : la valor deu èsser un entièr màger que 0", + "error": "Error !", + "failed-to-delete-all-comments": "Fracàs de la supression de totes los comentaris", + "failed-to-delete-all-votes": "Fracàs de la supression de totes los vòtes", + "failed-to-delete-column": "Fracàs de la supression de colomna", + "failed-to-delete-the-comment": "Fracàs de la supression del comentari", + "failed-to-delete-the-poll": "Fracàs de la supression del sondatge", + "failed-to-delete-the-vote": "Fracàs de la supression del vòte !", + "failed-to-insert-the-comment": "Fracàs de l’apondon del comentari !", + "failed-to-save-poll": "Fracàs d’enregistrament del sondatge", + "forbidden": "Defendut !", + "GenericErrorPollCreation": "Oo non ! Vòstre sondatge a pas pogut èsser enregistrat. O planhèm. Mercés de tornar ensajar.", + "identifier-is-already-used": "L’identificant es ja utilizat", + "if-you-quit-now-your-changes-will-be-lost": "Se quitatz ara, vòstras modificacions seràn perdudas.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "Javascript es desactivat sus vòstre navegador. Son activacion es requesida per la creacion d’un sondatge.", + "missing-values": "Mancan de valors", + "no-polls-found": "Cap de sondatge pas trobat", + "password-is-empty": "Lo senhal es void.", + "passwords-do-not-match": "Los senhals son pas los meteisses.", + "poll-has-been-updated-before-you-vote": "Lo sondatge es estat mes a jorn abans vòstre vòte", + "something-has-gone-wrong": "I a quicòm que truca...", + "something-is-wrong-with-the-format": "I a quicòm que truca amb lo format", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Quicòm a trucat amb lo format : las URL personalizadas devon èsser compausadas de caractèrs alfanumerics e de jonhents longs.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Quicòm a trucat amb lo format : lo nom deu pas conténer d’espacis avant nimai aprèp", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "L’adreça picada es pas corrècta ! Cal una adreça valida (per exemple r.stallman@outlock.com) per recebre lo ligam cap al sondatge.", + "the-column-already-exists": "La colomna existís ja", + "the-name-is-invalid": "Lo nom es pas valid.", + "the-name-youve-chosen-already-exists-in-this-poll": "Lo nom qu’avètz causit existís ja !", + "there-is-a-problem-with-your-choices": "I a un problèma amb vòstras causidas", + "this-identifier-is-not-allowed": "L’identificant es pas autorizat", + "this-poll-doesnt-exist": "Aqueste sondatge existís pas !", + "unable-to-connect-to-database": "Impossible de se connectar a la banca de donadas", + "update-vote-failed": "La mesa a jorn del vòte a fracassat", + "you-already-voted": "Avètz ja votat", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Podètz pas crear de sondatges amb de resultats amagats amb las opcions d’edicion seguentas : ", + "you-cant-select-more-than-x-dates": "Podètz pas causir mai de %d datas", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Avètz pas garnit la primièra seccion de la creacion del sondatge, o vòstra session a expirat.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Vòstre vòte es pas estat pres en compte, per çò que qualqu’un a votat qu’aquel temps e aquò a creat un conflict amb vòstras causidas e las condicions de sondatge. Mercés de tornar ensajar.", + "Address": "Adreça", + "created-polls": "Sondatges creats", + "have-a-good-day": "Bona jornada !", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Vaquí la lista dels sondatges que gerissètz sus %s :", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Se sètz pas a l’origina d’aquesta accion e se pensatz qu’es un abús, mercés de contactar l’administrator a %s.", + "its-address": "La seuna adreça", + "last-access-date": "Data de darrièr accès", + "list-of-your-polls": "Lista de vòstres sondatges", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS : aqueste corrièl es estat mandat perque avètz – o qualqu’un mai – a demandat la recuperacion dels sondatges creats amb aquesta adreça de corrièl.", + "polls-saved-inside-this-browser": "Sondatges enregistrats dins aqueste navegador", + "polls-sent": "Sondatges mandats", + "remove-all-my-polls-from-this-browsers-index": "Levar totes mos sondatges de l’ensenhador del navegador", + "remove-poll-from-index": "Levar lo sondatge de l’ensenhador", + "send-me-my-polls": "Mandar mos sondatges", + "send-my-polls-by-email": "Enviar mos sondatges per corrièl", + "the-date-you-created-or-last-accessed-the-poll": "La data qu’avètz creat o accedit al sondatge", + "the-title-of-the-poll": "Lo títol del sondatge", + "there-are-no-polls-saved-inside-your-browser-yet": "Vòstre navegador a pas cap de sondatges enregistrats", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Per suprimir aquesta donada clicatz l’escobilhièr de la linha correspondenta o clicatz l’opcion « suprimir mon ensenhador de sondatge ». Aquò suprimirà pas vòstres sondatges.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Per vos ajudar a retrapar vòstres sondatges precedents, salvagardam cada sondatge que creatz o qu’accedissètz dins vòstre navegador. Aquestas donadas son enregistradas pas que dins aqueste navigador. Las donadas seguentas seràn salvagardadas :", + "visited-polls": "Sondatges consultats", + "in-the-format-name-mail-com": "(al format nom@mail.com)", + "Add": "Apondre", + "Back": "Tornar", + "back-to-the-homepage-of": "Tornar a la pagina d’acuèlh de", + "Cancel": "Anullar", + "Choice": "Causida", + "Classic": "Classic", + "Close": "Tampar", + "create-your-own-polls": "Creatz vòstres sondatges", + "creation-date": "Data de creacion :", + "Date": "Data", + "Day": "Jorn", + "Description": "Descripcion", + "Edit": "Modificar", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate es un servici en linha que permet d’organizar un rendètz-vos o de prene de decisions rapidament e simplament.", + "Home": "Acuèlh", + "Information": "Informacions", + "legend": "Legenda :", + "Link": "Ligam", + "Markdown": "Markdown", + "Next": "Contunhar", + "No": "Non", + "page-generated-in": "Pagina generada en", + "Poll": "Sondatge", + "Remove": "Suprimir", + "Save": "Enregistrar", + "Search": "Cercar", + "Time": "Ora", + "under-reserve": "Amb resèrva", + "Validate": "Validar", + "Yes": "Òc", + "your-email-address": "Vòstra adreça", + "your-name": "Vòstre nom", + "days": "jorns", + "for": "per", + "months": "meses", + "seconds": "segondas", + "vote": "vòte", + "votes": "vòtes", + "with": "amb", + "make-a-standard-poll": "Crear un sondatge classic", + "schedule-an-event": "Crear un sondatge especial datas", + "where-are-my-polls": "Ont son mos sondatges ?", + "administrator-mail-address": "Adreça de corrièl de l’aplicacion", + "application-name": "Nom de l’aplicacion", + "clean-url": "URL clars", + "database-driver": "Pilòt de la basa de donadas", + "database-hostname": "Nom d’òst de la basa de donadas", + "database-name": "Nom de la basa de donadas", + "database-port": "Pòrt de la basa de donadas", + "default-language": "Lenga per defaut", + "General": "General", + "Install": "Installar", + "migration-table": "Taula de migracion", + "Password": "Senhal", + "Prefix": "Prefixe", + "respond-to-mail-address": "Adreça de responsa", + "User": "Utilizaire", + "change-language": "Cambiar la lenga", + "select-language": "Seleccionar la lenga", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "« La rota es longa, mai lo camin es liure… »
Framasoft viu solament amb vòstres dons (qu’òm pòt tirar de vòstres impòstes).
Mercé d’avança pel vòstre sosten https://soutenir.framasoft.org", + "message-for-the-author": "Messatge per l’autor", + "notification-of-poll-x": "Notificacion d’un sondatge : %s", + "participant-link": "Per difusion als sondats", + "poll-participation-x": "Participacion al sondatge : %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Qualqu’un ven de modificar vòstre sondatge accessible amb lo ligam seguent %1$s.", + "someone-just-deleted-your-poll-x": "Qualqu’un ven de suprimir vòstre sondatge \"%s\".", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Mercés de vòstra participacion al sondatge al ligam seguent", + "thank-you-for-your-trust": "Mercé per vòstra fisança.", + "this-is-the-message-to-forward-to-the-poll-participants": "Aquò es lo messatge que serà mandat als sondats.
Podètz ara transmetre aqueste messatge a totas las personas susceptiblas de participar al vòte.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Aqueste messatge deu PAS èsser mandat als participants. Vos cal lo gardar privat.

Podètz modificar lo sondatge amb lo ligam seguent", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "ven de votar.
Podètz tornar a vòstre sondatge amb lo ligam seguent", + "has-just-created-a-poll-called": "ven de crear un sondatge titolat", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "ven de metre a jorn un vòte.
Podètz tornar a vòstre sondatge amb lo ligam seguent", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "ven de redigir un comentari.
Podètz tornar a vòstre sondatge amb lo ligam seguent", + "thank-you-for-your-understanding": "Mercés de tornar dins un momenton.", + "the-application": "L’aplicacion", + "is-currently-under-maintenance": "es en mantenença.", + "submit-access": "Accedir", + "wrong-password": "Senhal incorrècte", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Vos cal donar lo senhal per participar al sondatge.", + "you-have-to-provide-a-password-to-access-the-poll": "Vos cal donar lo senhal per aver accès a aqueste sondatge.", + "x-option": "opcion %s", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Tot lo monde poirà veire vòstra adreça de corrièl aprèp vòstre vòte", + "best-choice": "Milhora causida", + "best-choices": "Milhoras causidas", + "Chart": "Grafic", + "display-the-chart-of-the-results": "Afichar lo grafic dels resultats", + "edit-line-x": "Modificar la linha : %s", + "link-to-edit-this-particular-line": "Ligam per modificar aquesta linha en particular", + "remove-line": "Suprimir la linha :", + "save-choices": "Enregistrar las causidas", + "scroll-to-the-left": "Far desfilar a man esquèrra", + "scroll-to-the-right": "Far desfilar a man drecha", + "the-current-best-choice-is": "Pel moment, la causida amb lo mai de vòtes es :", + "the-current-best-choices-are": "Pel moment, las causidas amb lo mai de vòtes son :", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Lo ligam per modificar aquesta linha en particular es estada copiada al quichapapièrs !", + "Total": "Soma", + "vote-no-for": "Votar « non » per", + "vote-yes-for": "Votar « òc » per", + "votes-under-reserve-for": "Vòtes amb resèrva per", + "polled-user": "votant", + "polled-users": "votants", + "admin-link-for-the-poll": "Ligam d’administracion del sondatge", + "cancel-the-description-edit": "Anullar lo cambiament de descripcion", + "cancel-the-email-address-edit": "Anullar lo cambiament d’adreça", + "cancel-the-expiration-date-edit": "Anullar lo cambiament de data d’expiracion", + "cancel-the-name-edit": "Anullar lo cambiament d’autor", + "cancel-the-rules-edit": "Anullar lo cambiament de permissions", + "cancel-the-title-edit": "Anullar lo cambiament de títol", + "creator-of-the-poll": "Autor del sondatge", + "edit-name": "Modificacion de l’autor", + "edit-the-description": "Modificar la descripcion", + "edit-the-email-address": "Modificar l’adreça", + "edit-the-expiry-date": "Modificar la data d’expiracion", + "edit-the-poll-rules": "Modificar las permissions del sondatge", + "edit-title": "Modificar lo títol", + "export-to-csv": "Exportar en CSV", + "no-password": "Pas cap de senhal", + "only-votes-are-protected": "Sols los vòtes son protegits", + "password-protected": "Protegit per senhal", + "poll-rules": "Permissions del sondatge", + "Print": "Imprimir", + "public-link-to-the-poll": "Ligam public del sondatge", + "remove-all-comments": "Suprimir totes los comentaris", + "remove-all-votes": "Suprimir totes los vòtes", + "remove-password": "Levar lo senhal", + "remove-the-poll": "Suprimir lo sondatge", + "results-are-hidden": "Los resultats son amagats", + "results-are-visible": "Los resultats son visibles", + "rich-editor": "Editor avençat", + "save-the-description": "Enregistrar la descripcion", + "save-the-email-address": "Enregistrar l’adreça", + "save-the-new-expiration-date": "Enregistrar la data d’expiracion", + "save-the-new-name": "Enregistrar l’autor", + "save-the-new-rules": "Enregistrar las permissions novèlas", + "save-the-new-title": "Enregistrar lo novèl títol", + "simple-editor": "Editor simple", + "title-of-the-poll": "Títol del sondatge", + "voters-email-addresses-are-collected": "Las adreças dels votants son reculhidas", + "voters-email-addresses-are-collected-and-required": "Las adreças dels votants son reculhidas e necessàrias", + "voters-email-addresses-are-collected-required-and-verified": "Las adreças dels votants son reculhidas, necessàrias e verificadas", + "voters-email-addresses-are-not-collected": "Las adreças dels votants son pas reculhidas", + "votes-and-comments-are-locked": "Los vòtes e comentaris son clavats", + "votes-protected-by-password": "Vòtes protegits per senhal", + "all-voters-can-modify-any-vote": "Totes los votants pòdon modificar lors vòtes", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "En utilizant un identificant aquò pòt facilitar l’accès a aqueste sondatge per de personas pas desiradas. Es recomandat d’o protegir amb un senhal.", + "collect-voters-email-addresses": "Reculhir las adreças dels votants", + "Confirmation": "Confirmacion", + "customize-the-url": "Personalizar lo ligam", + "email-addresses-are-collected-but-not-required": "Las adreças dels votants son reculhidas mas pas necessàrias", + "email-addresses-are-not-collected": "Las adreças dels votants son pas reculhidas", + "email-addresses-are-required": "Las adreças de corrièl son necessàrias", + "email-addresses-are-required-and-verified": "Las adreças de corrièl son necessàrias e verificadas", + "go-to-step-2": "Anar a l’etapa 2", + "limit-the-amount-of-voters-per-option": "Limitar lo nombre de votants per opcion", + "more-informations-here": "Mai d’informacion aquí :", + "only-the-poll-maker-can-see-the-poll-results": "Solament lo creator del sondatge pòt veire los resultats", + "optional-parameters": "Paramètres opcionals", + "Permissions": "Autorizacions", + "poll-creation-1-of-3": "Creacion de sondatge (1 sus 3)", + "poll-link": "Identificant", + "poll-title": "Títol del sondatge", + "receive-an-email-for-each-new-comment": "Recebre un messatge per cada comentari", + "receive-an-email-for-each-new-vote": "Recebre un messatge per cada participacion", + "required-fields-cannot-be-left-blank": "Mercés de garnir totes los formularis obligatòris, marcats amb una *.", + "the-identifier-can-contain-letters-numbers-and-dashes": "L’identificant pòt contenir de letras, de chifras e de jonhents \"-\".", + "the-results-are-publicly-visible": "Los resultats son visibles sens senhal", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Per dire de far venir la descripcion mai bèla, podètz utilizar la sintaxi Markdown.", + "use-a-password-to-restrict-access": "Emplegar un senhal per restrénher l’accès al sondatge", + "value-max": "Valor maximala", + "voters-can-modify-their-own-vote-themselves": "Cadun pòt modificar son pròpri vòte", + "votes-cannot-be-modified": "Cap de vòte pòt pas èsser modificat", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Avertiment : qual que siá pòt veire las adreças dels votants del moment que totes los votants pòdon modificar quin que siá vòte. Vos caldriá restrénher las autorizacions.", + "you-are-in-the-poll-creation-section": "Avètz causit de crear un sondatge novèl.", + "you-can-enable-or-disable-the-editor-at-will": "Podètz activar o desactivar l’editor coma volgatz.", + "votes-per-option": "votacion per opcion", + "go-to-step-3": "Anar a l’etapa 3", + "return-to-step-1": "Tornar a l’etapa 1", + "add-a-choice": "Apondre una causida", + "add-a-link-or-an-image": "Apondre un ligam o un imatge", + "alternative-text": "Tèxte alternatiu", + "links-or-images-can-be-included-using": "Es possible d’inserir de ligams o d’imatges en emplegant", + "markdown-syntax": "la sintaxi Markdown", + "poll-options-2-of-3": "Causida dels tèmas (2 sus 3)", + "remove-a-choice": "Suprimir la darrièra causida", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "Aquestes camps son facultatius. Podètz apondre un ligam, un imatge o los dos.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Per crear un sondatge classic, vos cal prepausar almens doas causidas diferentas.", + "url-of-the-image": "URL de l’imatge", + "you-can-add-or-remove-choices-with-the-buttons": "Podètz apondre o suprimir de causidas mai amb los botons", + "add-a-day": "Ajustar un jorn", + "add-a-time-slot": "Ajustar un orari", + "choose-dates-for-your-poll": "Causissètz las datas de vòstre sondatge", + "copy-times-from-the-first-day": "Reportar los oraris del primièr jorn suls autres jorns", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Per cada jorn seleccionat avètz la possibilitat de causir o non d’oras de reünion (per exemple : \"8o\", \"8o30\", \"8o-10o\", \"ser\", etc.)", + "poll-dates-2-of-3": "Causida de las datas (2 sus 3)", + "remove-a-day": "Suprimir lo darrièr jorn", + "remove-a-time-slot": "Suprimir lo darrièr orari", + "remove-all-days": "Suprimir totes los jorns", + "remove-all-times": "Suprimir totes los oraris", + "remove-this-day": "Suprimir aqueste jorn", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "Per crear un sondatge especial datas vos cal prepausar almens doas causidas (dos oraris per la meteissa jornada o dos jorns).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Podètz apondre o suprimir de jorns e oraris suplementaris amb los botons", + "back-to-step-2": "Tornar a l’etapa 2", + "confirm-the-creation-of-your-poll": "Confirmatz la creacion de vòstre sondatge", + "create-the-poll": "Crear lo sondatge", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Data de mesa en archiu :", + "list-of-options": "Lista de vòstras causidas", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "Un còp la creacion del sondatge confirmada, seretz redirigit automaticament cap a vòstre sondatge.", + "removal-date-and-confirmation-3-of-3": "Data d’expiracion e confirmacion (3 sus 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "D’aquel temps, recebretz dos corrièls : un amb lo ligam cap a vòstre sondatge per o mandar als sondats, l’autre amb lo ligam per la pagina d’administracion del sondatge.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Podètz decidir d’una data de mesa en archiu mai pròcha.", + "your-poll-will-automatically-be-archived": "Vòstre sondatge serà archivat automaticament", + "your-poll-will-be-automatically-archived-in-x-days": "Vòstre sondatge serà archivat automaticament dins %d jorns.", + "after-the-last-date-of-your-poll": "aprèp lo darrièr jorn del sondatge.", + "version-x": "Version %s", + "add-a-column": "Apondre una colomna", + "adding-a-column": "Apondon de colomna", + "all-comments-deleted": "Totes los comentaris son estats suprimits", + "all-votes-deleted": "Totes los vòtes son estats suprimits", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "En qualitat d’administrator podètz modificar totas las linhas d’aqueste sondatge amb aqueste boton", + "back-to-the-poll": "Tornar al sondatge", + "choice-added": "Causida aponduda", + "collect-the-emails-of-the-polled-users-for-the-choice": "Collècta de las adreças dels votants per la causida", + "column-deleted": "Colomna suprimida", + "comment-deleted": "Comentari suprimit", + "confirm-removal-of-all-comments": "Confirmar la supression de totes los comentaris d’aqueste sondatge", + "confirm-removal-of-all-votes": "Confirmar la supression de totes los vòtes d’aqueste sondatge", + "confirm-removal-of-the-column": "Confirmar la supression d’aquesta colomna.", + "confirm-removal-of-your-poll": "Confirmar la supression del sondatge", + "delete-poll": "Suprimir lo sondatge", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Per acabar podètz tanben modificar las informacions a prepaus d’aqueste sondatge coma lo títol, los comentaris o vòstre corrièl.", + "keep-comments": "Gardar los comentaris", + "keep-the-comments": "Gardar los comentaris", + "keep-the-poll": "Gardar lo sondatge", + "keep-the-votes": "Gardar los vòtes", + "keep-this-poll": "Gardar aqueste sondatge", + "keep-votes": "Gardar los vòtes", + "poll-fully-deleted": "Sondatge totalament suprimit", + "poll-saved": "Sondatge enregistrat", + "remove-column": "Suprimir la colomna", + "remove-the-comments": "Suprimir los comentaris", + "remove-the-votes": "Suprimir los vòtes", + "the-poll-was-created": "Lo sondatge es estada creat.", + "vote-added": "Vòte apondut", + "vote-deleted": "Vòte suprimit", + "vote-updated": "Vòte mes a jorn", + "you-can-add-a-new-scheduling-date-to-your-poll": "Podètz apondre una data a vòstre sondatge.", + "your-poll-has-been-removed": "Vòstre sondatge es estat suprimit !", + "and-add-a-new-column-with": "E se avètz oblidat de picar una causida, podètz tornar apondre una colomna en clicant sus", + "remove-a-column-or-a-line-with": "escafar una colomna o una linha amb", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "Las adreças del monde que votèron «Se cal» per aquesta opcion :", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "Las adreças del monde que votèron «Non» per aquesta opcion :", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "Las adreças del monde que votèron «Òc» per aquesta opcion :", + "deletion-date": "Data de supression :", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Se volètz votar per aqueste sondatge, avètz de donar vòstre nom, far una causida, e l’enviar en seleccionar lo boton de salvagarda al cap de la linha.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "L’administrator a clavat aqueste sondatge. Los vòtes e comentaris son gelats, es pas mai possible de participar", + "the-poll-has-expired-it-will-soon-be-deleted": "Lo sondatge a expirat, serà lèu suprimit.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Vòstre vòte es estat enregistrat corrèctament, mas mèfi : aqueste sondatge permet l’edicion de vòstre vòte solament amb lo ligam personalizat." +} diff --git a/public/assets/i18n/po/converted/sv.json b/public/assets/i18n/po/converted/sv.json new file mode 100644 index 0000000..bfdc357 --- /dev/null +++ b/public/assets/i18n/po/converted/sv.json @@ -0,0 +1,427 @@ +{ + "create-a-poll": "Skapa en undersökning", + "define-dates-or-subjects-to-choose-from": "Ange datum eller ämnen att välja mellan", + "discuss-and-make-a-decision": "Diskutera och fatta ett beslut", + "do-you-want-to": "Vill du", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily-n": "Framadate är en webbtjänst för att planera ett möte eller fatta ett beslut snabbt och enkelt. Ingen registrering krävs.", + "here-is-how-it-works": "Så fungerar det:", + "send-the-poll-link-to-your-friends-or-colleagues": "Skicka undersökningens länk till dina vänner eller kollegor", + "what-is-framadate": "Vad är Framadate?", + "view-an-example": "se ett exempel?", + "cecill-b-license": "licensen CeCILL-B", + "framadate-is-licensed-under-the": "Framadate har gjorts tillgängligt under", + "framadate-was-initially-based-on": "Framadate baserades ursprungligen på", + "the-software": "Mjukvaran", + "this-software-needs-javascript-and-cookies-enabled-it-is-compatible-with-the-following-web-browsers": "Den här mjukvaran kräver att JavaScript och kakor är aktiverade. Den är kompatibel med följande webbläsare:", + "software-developed-by-the-university-of-strasbourg-these-days-it-is-developed-by-the-framasoft-assoc": "mjukvara utvecklad av Strasbourgs universitet. Idag utvecklas den av föreningen Framasoft.", + "grow-your-own": "Odla din egen", + "if-you-want-to-install-the-software-for-your-own-use-and-thus-increase-your-independence-we-can-help": "Om du vill installera mjukvaran för eget bruk och på så sätt öka din självständighet, kan vi hjälpa dig på:", + "to-participate-in-the-software-development-suggest-improvements-or-simply-download-it-please-visit": "För att delta i mjukvaruutvecklingen, föreslå förbättringar eller ladda ner den, kan du besöka", + "the-development-site": "utvecklingssidan", + "Actions": "Åtgärder", + "Administration": "Administration", + "Author": "Författa", + "back-to-administration": "Tillbaka till administration", + "change-the-poll": "Ändra undersökningen", + "Email": "E-post", + "Executed": "Utförd", + "expiry-date": "Sista datum", + "Fail": "Misslyckande", + "failed": "Misslyckades:", + "Format": "Format", + "Installation": "Installation", + "Logs": "Loggar", + "Migration": "Migrering", + "Nothing": "Ingenting", + "pages": "Sidor:", + "poll-id": "Undersöknings-id", + "poll-deleted": "Undersökning raderad", + "Polls": "Undersökningar", + "Purge": "Rensa", + "purge-the-polls": "Rensa undersökningarna", + "purged": "Rensad:", + "see-the-poll": "Visa undersökningen", + "skipped": "Hoppade över:", + "Status": "Status", + "succeeded": "Lyckades:", + "Success": "Lyckades", + "Summary": "Sammanfattning", + "Title": "Titel", + "Votes": "Röster", + "Waiting": "Väntar", + "polls-in-the-database-at-this-time": "undersökningar i databasen just nu", + "check-again": "Titta igen", + "consider-enabling-the-php-extension-openssl-for-increased-security": "Överväg att aktivera PHP-tillägget OpenSSL för ökad sökerhet.", + "consider-setting-the-date-timezone-in-php-ini": "Överväg att definiera date.timezone i php.ini.", + "consider-setting-session-cookie-httponly-1-inside-your-php-ini-or-add-php-value-session-cookie-httpo": "Överväg att sätta ”session.cookie_httponly = 1” i din php.ini-fil eller att lägga till ”php_value session.cookie_httponly 1” i din .htaccess så att kakor inte kan läsas med Javascript.", + "continue-the-installation": "Fortsätt med installationen", + "cookies-are-served-from-http-only": "Kakor servas endast över HTTP.", + "installation-checking": "Kontroll av installation", + "openssl-extension-loaded": "Tillägget OpenSSL har lästs in.", + "php-intl-extension-is-enabled": "PHP-tillägget Intl har aktiverats.", + "php-version-x-is-enough-needed-at-least-php-x": "PHP version %sär tillräckligt (PHP %s är minimum).", + "the-config-file-directory-x-is-not-writable-and-the-config-file-x-does-not-exists": "Konfigurationsfilens katalog (%s) går inte att skriva till och konfigurationsfilen (%s) existerar inte.", + "the-config-file-directory-x-is-writable": "Konfigurationsfilens katalog (%s) går att skriva till.", + "the-config-file-exists": "Konfigurationsfilen existerar.", + "the-template-compile-directory-x-doesnt-exist-in-x-retry-the-installation-process": "Katalogen för kompilerade mallar (%s) går inte att hitta i ”%s”. Försök att starta om installationsprocessen.", + "the-template-compile-directory-x-is-not-writable": "Katalogen för kompilerade mallar (%s) går inte att skriva till.", + "the-template-compile-directory-x-is-writable": "Katalogen för kompilerade mallar (%s) går att skriva till.", + "you-need-to-enable-the-php-intl-extension": "Du måste aktivera PHP-tillägget Intl.", + "your-php-version-x-is-too-old-this-application-needs-at-least-php-x": "Din version av PHP (%s) är för gammal. Den här applikationen kräver minst PHP %s.", + "date-timezone-is-set": "date.timezone är konfigurerad.", + "add-a-comment-to-the-poll": "Lägg till en kommentar till undersökningen", + "Comment": "Kommentera", + "comment-saved": "Kommentar sparad", + "Comments": "Kommentarer", + "enter-your-name-and-comment-prior-to-submitting-the-form": "Fyll i ditt namn och kommentar innan du skickar iväg formuläret", + "remove-comment": "Ta bort kommentar", + "submit-comment": "Skicka kommentar", + "a-e-b-y": "%A %e %B %Y", + "a-b-e-y": "%A %e %B %Y", + "b-y": "%B %Y", + "y-m-x": "%Y-%m-%d", + "a-e": "%a den %e", + "m-x-y-h-m": "%Y-%m-%d %H:%M", + "add-range-dates": "Lägg till datumspann", + "end-date": "Slutdatum", + "start-date": "Startdatum", + "Y-m-d": "åååå-mm-dd", + "you-can-select-at-most-4-months": "Du kan välja max fyra månader", + "yyyy-mm-dd": "åååå-mm-dd", + "yyyy-mm-dd-for-humans": "åååå-mm-dd-för-människor", + "edit-link-for-poll-x": "Redigeringslänk för undersökningen ”%s”", + "here-is-the-link-for-editing-your-vote": "Här är en länk för att redigera din röst:", + "if-you-dont-want-to-lose-your-personalized-link-we-can-send-it-to-you-by-email": "Om du inte vill bli av med din personliga länk, kan vi skicka dig den via e-post.", + "please-wait-x-seconds-before-we-can-send-an-email-to-you-then-try-again": "Vänta %s sekunder så att vi kan skicka ett e-postmeddelande till dig, och försök igen därefter.", + "REMINDER": "PÅMINNELSE", + "Send": "Skicka", + "the-email-address-is-not-correct": "E-postadressen stämmer inte.", + "your-reminder-has-been-successfully-sent": "Din påminnelse har skickats!", + "adding-vote-failed": "Kunde inte lägga till röst", + "cant-create-an-empty-column": "Kan inte skapa en tom kolumn.", + "cant-create-the-config-php-file-in-x": "Kan inte skapa filen config.php i '%s'.", + "comment-failed": "Kunde inte skicka kommentar", + "cookies-are-disabled-on-your-browser-they-are-required-to-be-able-to-create-a-poll": "Kakor är avaktiverade i din webbläsare men krävs för att kunna skapa en undersökning.", + "enter-a-name": "Ange ett namn", + "enter-a-name-and-a-comment": "Ange ett namn och en kommentar!", + "enter-a-title": "Ange en titel", + "enter-an-email-address": "Uppge en e-postadress", + "error-on-amount-of-votes-limitation-value-must-be-an-integer-greater-than-0": "Otillåten begränsning av antalet röster: Värdet måste vara ett heltal större än noll", + "error": "Fel!", + "failed-to-delete-all-comments": "Kunde inte radera samtliga kommentarer", + "failed-to-delete-all-votes": "Kunde inte radera samtliga röster", + "failed-to-delete-column": "Kunde inte radera kolumn", + "failed-to-delete-the-comment": "Kunde inte radera kommentaren", + "failed-to-delete-the-poll": "Kunde inte radera undersökningen", + "failed-to-delete-the-vote": "Kunde inte radera rösten!", + "failed-to-insert-the-comment": "Kunde inte lägga till kommentaren!", + "failed-to-save-poll": "Kunde inte spara undersökning", + "forbidden": "Förbjudet!", + "GenericErrorPollCreation": "GenericErrorPollCreation", + "identifier-is-already-used": "Identifieraren används redan", + "if-you-quit-now-your-changes-will-be-lost": "Om du avslutar nu kommer dina ändringar gå förlorade.", + "javascript-is-disabled-on-your-browser-it-is-required-to-create-a-poll": "JavaScript är avaktiverat i din webbläsare men krävs för att skapa en undersökning.", + "missing-values": "Saknade värden", + "no-polls-found": "Inga undersökningar funna", + "password-is-empty": "Lösenordet är tomt.", + "passwords-do-not-match": "Lösenorden stämmer inte överens.", + "poll-has-been-updated-before-you-vote": "Undersökningen har uppdaterats innan du lade din röst", + "something-has-gone-wrong": "Någonting har gått snett …", + "something-is-wrong-with-the-format": "Någonting är fel med formatet", + "something-is-wrong-with-the-format-customized-urls-should-only-consist-of-alphanumeric-characters-an": "Någonting är fel med formatet: Egna länkadresser får endast innehålla bokstäver, siffror och bindestreck.", + "something-is-wrong-with-the-format-name-shouldnt-have-any-spaces-before-or-after": "Någonting är fel med formatet: Namnet får inte börja eller sluta med blanksteg", + "the-address-is-not-correct-you-should-enter-a-valid-email-address-like-r-stallman-outlock-com-in-ord": "Adressen är ogiltig! Du måste uppge en giltig e-postadress (som r.stallman@outlock.com) för att kunna ta emot länken till din undersökning.", + "the-column-already-exists": "Kolumnen finns redan", + "the-name-is-invalid": "Namnet är ogiltigt.", + "the-name-youve-chosen-already-exists-in-this-poll": "Namnet du valt finns redan i den här undersökningen!", + "there-is-a-problem-with-your-choices": "Det finns något problem med dina val", + "this-identifier-is-not-allowed": "Den här identifieraren är inte tillåten", + "this-poll-doesnt-exist": "Den här undersökningen finns inte!", + "unable-to-connect-to-database": "Kunde inte ansluta till databasen", + "update-vote-failed": "Kunde inte uppdatera röst", + "you-already-voted": "Du har redan röstat", + "you-cant-create-a-poll-with-hidden-results-with-the-following-option": "Du kan inte skapa en undersökning med dolda resultat och följande inställningar: ", + "you-cant-select-more-than-x-dates": "Du kan inte välja fler än %d datum", + "you-havent-filled-the-first-section-of-the-poll-creation-or-your-session-has-expired": "Antingen har du inte fyllt i den första delen av processen för att skapa en undersökning eller så har din session gått ut.", + "your-vote-wasnt-counted-because-someone-voted-in-the-meantime-and-it-conflicted-with-your-choices-an": "Din röst räknades inte eftersom någon röstade under tiden och det stod i konflikt med dina val och undersökningens inställningar. Försök gärna igen.", + "Address": "Adress", + "created-polls": "Skapade undersökningar", + "have-a-good-day": "Ha en trevlig dag!", + "here-is-the-list-of-the-polls-that-you-manage-on-x": "Här är listan över de undersökningar du hanterar på %s:", + "if-you-werent-the-source-of-this-action-and-if-you-think-this-is-an-abuse-of-the-service-please-noti": "Om du inte står bakom den här åtgärden och tror det rör sig om missbruk av tjänsten, får du gärna kontakta administratören på %s.", + "its-address": "Dess adress", + "last-access-date": "Senaste åtkomstdatum", + "list-of-your-polls": "Lista över dina undersökningar", + "ps-this-email-has-been-sent-because-you-or-someone-else-asked-to-get-back-the-polls-created-with-you": "PS: det här meddelandet har skickats eftersom du, eller någon annan, har bett om att få tillbaka de undersökningar som har skapats med din e-postadress.", + "polls-saved-inside-this-browser": "Undersökningar sparade i den här webbläsaren", + "polls-sent": "Undersökningar skickade", + "remove-all-my-polls-from-this-browsers-index": "Ta bort alla mina undersökningar från den här webbläsarens index", + "remove-poll-from-index": "Ta bort undersökning från index", + "send-me-my-polls": "Skicka mina undersökningar till mig", + "send-my-polls-by-email": "Skicka mina undersökningar via e-post", + "the-date-you-created-or-last-accessed-the-poll": "Datumet då du skapade eller senast besökte undersökningen", + "the-title-of-the-poll": "Undersökningens titel", + "there-are-no-polls-saved-inside-your-browser-yet": "Det finns inga undersökningar sparade i din webbläsare än", + "to-delete-this-data-click-the-trashcan-on-the-according-line-or-click-the-delete-my-polls-index-opti": "Radera den här informationen genom att klicka på soptunnan på motsvarande rad eller välj menyalternativet ”Radera mina undersökningar från index”. Detta kommer inte radera dina undersökningar.", + "to-help-you-find-your-previous-polls-we-save-each-poll-you-create-or-access-inside-your-browser-this": "Vi sparar varje undersökning du skapar eller besöker i din webbläsare för att hjälpa dig hitta dina tidigare undersökningar. Den här informationen finns endast i din webbläsare. Följande kommer sparas:", + "visited-polls": "Besökta undersökningar", + "in-the-format-name-mail-com": "(på formatet namn@example.com)", + "Add": "Lägg till", + "Back": "Tillbaka", + "back-to-the-homepage-of": "Tillbaka till startsidan för", + "Cancel": "Avbryt", + "Choice": "Val", + "Classic": "Klassisk", + "Close": "Stäng", + "create-your-own-polls": "Skapa dina egna undersökningar", + "creation-date": "Datum för skapande:", + "Date": "Datum", + "Day": "Dag", + "Description": "Beskrivning", + "Edit": "Redigera", + "framadate-is-an-online-service-for-planning-an-appointment-or-making-a-decision-quickly-and-easily": "Framadate är en webbtjänst för att planera ett möte eller fatta ett beslut snabbt och enkelt.", + "Home": "Hem", + "Information": "Information", + "legend": "Beskrivning:", + "Link": "Länk", + "Markdown": "Markdown", + "Next": "Nästa", + "No": "Nej", + "page-generated-in": "Sidan skapades på", + "Poll": "Undersökning", + "Remove": "Ta bort", + "Save": "Spara", + "Search": "Sök", + "Time": "Tid", + "under-reserve": "Reserverad", + "Validate": "Validera", + "Yes": "Ja", + "your-email-address": "Din e-postadress", + "your-name": "Ditt namn", + "days": "dagar", + "for": "för", + "months": "månader", + "seconds": "sekunder", + "vote": "röst", + "votes": "röster", + "with": "med", + "make-a-standard-poll": "Gör en enkel undersökning", + "schedule-an-event": "Bestäm en tid", + "where-are-my-polls": "Var är mina undersökningar?", + "administrator-mail-address": "Administratörens e-postadress", + "application-name": "Applikationens namn", + "clean-url": "Ren URL", + "database-driver": "Databasmotor", + "database-hostname": "Databasens värdnamn", + "database-name": "Databasens namn", + "database-port": "Databasens portnummer", + "default-language": "Standardspråk", + "General": "Allmänt", + "Install": "Installera", + "migration-table": "Migreringstabell", + "Password": "Lösenord", + "Prefix": "Prefix", + "respond-to-mail-address": "E-postadress för svar", + "User": "Användare", + "change-language": "Ändra språk", + "select-language": "Välj språk", + "the-road-is-long-but-the-way-is-clear-framasoft-lives-only-by-your-donations-thank-you-in-advance-fo": "”Resan är lång, men vägen är fri …”
Framasoft lever helt på era gåvor.
Tack på förhand för ditt stöd https://soutenir.framasoft.org/", + "message-for-the-author": "Meddelande till författaren", + "notification-of-poll-x": "Notifikation från undersökningen %s", + "participant-link": "Deltagarlänk", + "poll-participation-x": "Undersökningsdeltagande: %s", + "someone-just-changed-your-poll-at-the-following-link-x-bb8fe9ef20b2cd00960b698bc5594f8c": "Någon har nyss ändrat din undersökning på sidan %1$s.", + "someone-just-deleted-your-poll-x": "Någon raderade din undersökning ”%s” nyss.", + "thank-you-for-participating-in-the-poll-at-the-following-link": "Tack för ditt deltagande i undersökningen med följande länk", + "thank-you-for-your-trust": "Tack för ditt förtroende.", + "this-is-the-message-to-forward-to-the-poll-participants": "Det här meddelandet kommer visas för undersökningens deltagare.", + "this-message-should-not-be-sent-to-the-poll-participants-you-should-keep-it-private-you-can-modify-y": "Det här meddelandet ska INTE skickas till undersökningens deltagare. Du bör hålla det privat.

Du kan modifiera din undersökning genom att följa länken nedan", + "added-a-vote-you-can-visit-your-poll-at-the-link-ab641717ef722077e7555439f2bf924c": "lade en röst.
Du kan besöka undersökningen på", + "has-just-created-a-poll-called": "har nyss skapat en undersökning med namnet", + "updated-a-vote-you-can-visit-your-poll-at-the-link-f28e580ca94af3289fb956d2c52563c0": "ändrade en röst.
Du kan besöka undersökningen på", + "wrote-a-comment-you-can-visit-your-poll-at-the-link-f0a9fed08ad28c6b319627a63e188828": "skrev en kommentar.
Du kan besöka undersökningen på", + "thank-you-for-your-understanding": "Tack för din förståelse.", + "the-application": "Applikationen", + "is-currently-under-maintenance": "underhålls för tillfället.", + "submit-access": "Ge åtkomst", + "wrong-password": "Fel lösenord", + "you-have-to-provide-a-password-so-you-can-participate-to-the-poll": "Du måste uppge ett lösenord för att kunna delta i undersökningen.", + "you-have-to-provide-a-password-to-access-the-poll": "Du måste uppge ett lösenord för att komma åt undersökningen.", + "x-option": "%s alternativ", + "anyone-will-be-able-to-see-your-email-address-after-you-voted": "Vem som helst kan se din e-postadress när du har röstat", + "best-choice": "Bästa val", + "best-choices": "Bästa val", + "Chart": "Diagram", + "display-the-chart-of-the-results": "Visa ett diagram över resultaten", + "edit-line-x": "Redigera rad %s", + "link-to-edit-this-particular-line": "Länk för att redigera den här raden", + "remove-line": "Ta bort rad:", + "save-choices": "Spara val", + "scroll-to-the-left": "Rulla åt vänster", + "scroll-to-the-right": "Rulla åt höger", + "the-current-best-choice-is": "Det bästa valet är för tillfället:", + "the-current-best-choices-are": "De bästa valen är för tillfället:", + "the-link-to-edit-this-particular-line-has-been-copied-to-the-clipboard": "Länken för att redigera den här raden har kopierats till urklipp!", + "Total": "Totalt", + "vote-no-for": "Rösta ”nej” för", + "vote-yes-for": "Rösta ”ja” för", + "votes-under-reserve-for": "Röster reserverade för", + "polled-user": "undersökt användare", + "polled-users": "undersökta användare", + "admin-link-for-the-poll": "Administrationslänk för undersökningen", + "cancel-the-description-edit": "Avbryt redigering av beskrivningen", + "cancel-the-email-address-edit": "Avbryt redigering av e-postadressen", + "cancel-the-expiration-date-edit": "Avbryt redigering av utgångsdatumet", + "cancel-the-name-edit": "Avbryt redigering av namnet", + "cancel-the-rules-edit": "Avbryt redigering av reglerna", + "cancel-the-title-edit": "Avbryt redigering av titeln", + "creator-of-the-poll": "Undersökningens skapare", + "edit-name": "Redigera namn", + "edit-the-description": "Redigera beskrivningen", + "edit-the-email-address": "Redigera e-postadressen", + "edit-the-expiry-date": "Redigera utgångsdatumet", + "edit-the-poll-rules": "Redigera undersökningens regler", + "edit-title": "Redigera titel", + "export-to-csv": "Exportera som en kommaseparerad lista", + "no-password": "Inget lösenord", + "only-votes-are-protected": "Endast röster är skyddade", + "password-protected": "Lösenordsskyddad", + "poll-rules": "Regler för undersökningen", + "Print": "Skriv ut", + "public-link-to-the-poll": "Offentlig länk till undersökningen", + "remove-all-comments": "Ta bort samtliga kommentarer", + "remove-all-votes": "Ta bort samtliga röster", + "remove-password": "Ta bort lösenord", + "remove-the-poll": "Ta bort undersökningen", + "results-are-hidden": "Resultaten är dolda", + "results-are-visible": "Resultaten är synliga", + "rich-editor": "Avancerad redigerare", + "save-the-description": "Spara beskrivningen", + "save-the-email-address": "Spara e-postadressen", + "save-the-new-expiration-date": "Spara det uppdaterade sista datumet", + "save-the-new-name": "Spara det nya namnet", + "save-the-new-rules": "Spara de uppdaterade reglerna", + "save-the-new-title": "Spara den nya rubriken", + "simple-editor": "Enkel redigerare", + "title-of-the-poll": "Undersökningens rubrik", + "voters-email-addresses-are-collected": "Röstläggarnas e-postadresser samlas in", + "voters-email-addresses-are-collected-and-required": "Röstläggarnas e-postadresser samlas in och måste uppges", + "voters-email-addresses-are-collected-required-and-verified": "Röstläggarnas e-postadresser samlas in, måste uppges och bekräftas", + "voters-email-addresses-are-not-collected": "Röstläggarnas e-postadresser samlas inte in", + "votes-and-comments-are-locked": "Röster och kommentarer har låsts", + "votes-protected-by-password": "Rösterna är lösenordsskyddade", + "all-voters-can-modify-any-vote": "Alla röstande kan ändra alla röster", + "by-defining-an-identifier-that-can-facilitate-access-to-the-poll-for-unwanted-people-it-is-recommend": "Att ge undersökningen en identifierare kan göra den enklare att hitta för oönskade personer. Vi rekommenderar att lösenordsskydda den.", + "collect-voters-email-addresses": "Samla in röstläggarnas e-postadresser", + "Confirmation": "Bekräftelse", + "customize-the-url": "Anpassa länken", + "email-addresses-are-collected-but-not-required": "Röstläggarnas e-postadresser samlas in men måste inte uppges", + "email-addresses-are-not-collected": "E-postadresser samlas inte in", + "email-addresses-are-required": "E-postadresser måste uppges", + "email-addresses-are-required-and-verified": "E-postadresser måste uppges och bekräftas", + "go-to-step-2": "Gå till steg 2", + "limit-the-amount-of-voters-per-option": "Begränsa antalet röstläggare per alternativ", + "more-informations-here": "Mer information finns här:", + "only-the-poll-maker-can-see-the-poll-results": "Endast undersökningens skapare kan se resultatet", + "optional-parameters": "Frivilliga alternativ", + "Permissions": "Behörigheter", + "poll-creation-1-of-3": "Skapa undersökning (1 av 3)", + "poll-link": "Länk till undersökning", + "poll-title": "Undersökningens rubrik", + "receive-an-email-for-each-new-comment": "Skicka e-post för varje ny kommentar", + "receive-an-email-for-each-new-vote": "Skicka e-post för varje ny röst", + "required-fields-cannot-be-left-blank": "Obligatoriska fält får inte lämnas tomma.", + "the-identifier-can-contain-letters-numbers-and-dashes": "Identifieraren får innehålla bokstäver, siffror och bindestreck.", + "the-results-are-publicly-visible": "Resultaten är synliga offentligt", + "to-make-the-description-more-attractive-you-can-use-the-markdown-format": "Du kan använda Markdown för att göra beskrivningen lite snyggare.", + "use-a-password-to-restrict-access": "Använd ett lösenord för med begränsad åtkomlighet", + "value-max": "Maxvärde", + "voters-can-modify-their-own-vote-themselves": "Användare kan ändra sina röster själva", + "votes-cannot-be-modified": "Röster kan inte ändras", + "warning-anyone-can-see-the-polled-users-email-addresses-since-all-voters-can-modify-any-vote-you-sho": "Varning: Vem som helst kan se deltagarnas e-postadresser eftersom deltagarna kan ändra varandras röster. Du bör begränsa behörigheterna.", + "you-are-in-the-poll-creation-section": "Nu kan du sätta ihop din undersökning.", + "you-can-enable-or-disable-the-editor-at-will": "Du kan slå av eller på redigeraren när du vill.", + "votes-per-option": "röster per alternativ", + "go-to-step-3": "Gå till steg 3", + "return-to-step-1": "Gå tillbaka till steg 1", + "add-a-choice": "Lägg till ett alternativ", + "add-a-link-or-an-image": "Lägg till en länk eller bild", + "alternative-text": "Alternativ text", + "links-or-images-can-be-included-using": "Länkar och bilder kan läggas till med", + "markdown-syntax": "Markdown-syntax", + "poll-options-2-of-3": "Alternativ för undersökningen (2 av 3)", + "remove-a-choice": "Ta bort ett alternativ", + "these-fields-are-optional-you-can-add-a-link-an-image-or-both": "De här fälten är valfria. Du kan lägga till en länk, bild eller både och.", + "to-create-a-poll-you-should-provide-at-least-two-different-choices": "Du bör ge minst två alternativ för att skapa en undersökning.", + "url-of-the-image": "Länk till bilden", + "you-can-add-or-remove-choices-with-the-buttons": "Du kan lägga till eller ta bort val med knapparna", + "add-a-day": "Lägg till en dag", + "add-a-time-slot": "Lägg till en tid", + "choose-dates-for-your-poll": "Välj datum för din undersökning", + "copy-times-from-the-first-day": "Kopiera tider från den första dagen", + "for-each-selected-day-you-are-free-to-suggest-meeting-times-e-g-8h-8-30-8h-10h-evening-etc": "Du kan föreslå tider för varje dag (till exempel ”klockan åtta”, ”18:30”, ”kl 10–14” eller ”på kvällen”).", + "poll-dates-2-of-3": "Undersökningsdatum (2 av 3)", + "remove-a-day": "Ta bort en dag", + "remove-a-time-slot": "Ta bort en tid", + "remove-all-days": "Ta bort alla dagar", + "remove-all-times": "Ta bort alla tider", + "remove-this-day": "Ta bort den här dagen", + "to-schedule-an-event-you-need-to-provide-at-least-two-choices-e-g-two-time-slots-on-one-day-or-two-d": "För att schemalägga ett evenemang måste du ange minst två val (alltså minst två tider samma dag eller två dagar).", + "you-can-add-or-remove-additional-days-and-times-with-the-buttons": "Du kan lägga till och ta bort dagar och tider med knapparna", + "back-to-step-2": "Tillbaka till steg 2", + "confirm-the-creation-of-your-poll": "Bekräfta skapandet av undersökningen", + "create-the-poll": "Skapa undersökningen", + "expiry-date-a8393c173af1de7cb1eb4d839aecae18": "Utgångsdatum:", + "list-of-options": "Lista över alternativ", + "once-you-have-confirmed-the-creation-of-your-poll-you-will-automatically-be-redirected-to-the-polls-": "När du har bekräftat undersökningens skapande kommer du skickas vidare till dess administrationssida automatiskt.", + "removal-date-and-confirmation-3-of-3": "Raderingsdatum och bekräftelse (3 av 3)", + "then-you-will-receive-two-emails-one-containing-the-link-of-your-poll-for-sending-to-the-participant": "Därefter kommer du få två e-postmeddelanden: ett med en länk att skicka till deltagarna och ett med din länk till undersökningens administrationssida.", + "you-can-set-a-specific-expiry-date-for-the-poll": "Du kan ange ett bäst före-datum för undersökningen.", + "your-poll-will-automatically-be-archived": "Din undersökning kommer arkiveras automatiskt", + "your-poll-will-be-automatically-archived-in-x-days": "Din undersökning kommer arkiveras automatiskt om %d dagar.", + "after-the-last-date-of-your-poll": "efter det sista datumet i din undersökning.", + "version-x": "Version %s", + "add-a-column": "Lägg till en kolumn", + "adding-a-column": "Lägger till en kolumn", + "all-comments-deleted": "Alla kommentarer raderade", + "all-votes-deleted": "Alla röster raderade", + "as-poll-administrator-you-can-change-all-the-lines-of-this-poll-with-this-button": "Som administratör för undersökningen kan du ändra alla rader i undersökningen med den här knappen", + "back-to-the-poll": "Tillbaka till undersökningen", + "choice-added": "Alternativ tillagt", + "collect-the-emails-of-the-polled-users-for-the-choice": "Samla in e-postadresserna till de deltagare som röstade om alternativet", + "column-deleted": "Kolumn raderad", + "comment-deleted": "Kommentar raderad", + "confirm-removal-of-all-comments": "Bekräfta borttagning av alla kommentarer", + "confirm-removal-of-all-votes": "Bekräfta borttagning av alla röster", + "confirm-removal-of-the-column": "Bekräfta borttagning av kolumnen.", + "confirm-removal-of-your-poll": "Bekräfta borttagning av din undersökning", + "delete-poll": "Radera undersökning", + "finally-you-can-change-the-properties-of-this-poll-such-as-the-title-the-comments-or-your-email-addr": "Till sist, kan du ändra undersökningens egenskaper, såsom titeln, kommentarerna och din e-postadress.", + "keep-comments": "Behåll kommentarer", + "keep-the-comments": "Behåll kommentarerna", + "keep-the-poll": "Behåll undersökningen", + "keep-the-votes": "Behåll rösterna", + "keep-this-poll": "Behåll den här undersökningen", + "keep-votes": "Behåll röster", + "poll-fully-deleted": "Undersökningen har raderats", + "poll-saved": "Undersökning sparad", + "remove-column": "Ta bort kolumn", + "remove-the-comments": "Ta bort kommentarerna", + "remove-the-votes": "Ta bort rösterna", + "the-poll-was-created": "Undersökningen har skapats.", + "vote-added": "Röst tillagd", + "vote-deleted": "Röst raderad", + "vote-updated": "Röst uppdaterad", + "you-can-add-a-new-scheduling-date-to-your-poll": "Du kan lägga till ett nytt schemaläggningsdatum för din undersökning.", + "your-poll-has-been-removed": "Din undersökning har tagits bort!", + "and-add-a-new-column-with": "och lägg till en ny kolumn med", + "remove-a-column-or-a-line-with": "ta bort en kolumn eller rad med", + "users-who-voted-if-need-be-for-this-option-have-left-those-email-addresses": "De användare som röstade ”Om så behövs” på det här alternativet, lämnade följande e-postadresser:", + "users-who-voted-no-for-this-option-have-left-those-email-addresses": "De användare som röstade ”Nej” på det här alternativet, lämnade följande e-postadresser:", + "users-who-voted-yes-for-this-option-have-left-those-email-addresses": "De användare som röstade ”Ja” på det här alternativet, lämnade följande e-postadresser:", + "deletion-date": "Raderingsdatum:", + "if-you-want-to-vote-in-this-poll-you-have-to-give-your-name-make-your-choice-and-submit-it-by-select": "Om du vill delta i den här undersökningen måste du uppge ditt namn, lägga din röst och skicka den genom att klicka på spara-knappen vid slutet av respektive rad.", + "the-administrator-locked-this-poll-votes-and-comments-are-frozen-it-is-no-longer-possible-to-partici": "Administratören har låst den här undersökningen. Röster och kommentarer har frysts och det är inte längre möjligt att delta", + "the-poll-has-expired-it-will-soon-be-deleted": "Undersökningen har gått ut och kommer snart raderas.", + "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Din röst har sparats, men kom ihåg att du måste spara den här personliga länken för att kunna ändra din röst." +} diff --git a/public/assets/i18n/po/de.po b/public/assets/i18n/po/de.po new file mode 100644 index 0000000..9c7d77a --- /dev/null +++ b/public/assets/i18n/po/de.po @@ -0,0 +1,1971 @@ +# Kersten Lohmeyer , 2018. #zanata +# Luc Didry , 2018. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-08-17 02:51+0000\n" +"Last-Translator: fluxx \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Umfrage erstellen" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Zeitpunkte oder andere Optionen zur Auswahl stellen" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Besprechen und Entscheidungen treffen" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Wollen Sie sich" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate ist ein Online-Dienst, der Ihnen bei der Absprache von Terminen " +"oder der Entscheidungsfindung hilft. Es ist keine Registrierung erforderlich." +"" + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "So funktioniert es:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Link zur Umfrage an Ihre Freunde oder Kollegen schicken" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Was ist Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "ein Beispiel ansehen?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "CeCILL-B Lizenz" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Sie ist lizenziert unter der" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate basierte zunächst auf" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Die Software" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Für diese Software müssen JavaScript und Cookies aktiviert sein. Sie ist mit " +"folgenden Webbrowsern kompatibel:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +", einer von der Universität von Straßburg entwickelten Software. Heute wird " +"sie vom Verein Framasoft weiterentwickelt." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Bestellen Sie ihren Garten" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Wenn Sie die Software für die eigene Nutzung installieren und damit Ihre " +"Unabhängigkeit erhöhen möchten, helfen wir Ihnen auf:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Um an der Entwicklung der Software teilzunehmen, Verbesserungen " +"vorzuschlagen oder um sie herunterzuladen, rufen sie diese Seite auf: " + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "die Seite der Entwickler" + +#: .Admin.Actions +msgid "Actions" +msgstr "Aktionen" + +#: .Admin.Administration +msgid "Administration" +msgstr "Verwaltung" + +#: .Admin.Author +msgid "Author" +msgstr "Autor" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Zurück zur Verwaltung" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Umfrage ändern" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "E-Mail-Adresse" + +#: .Admin.Executed +msgid "Executed" +msgstr "Ausgeführt" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Ablaufdatum" + +#: .Admin.Fail +msgid "Fail" +msgstr "Fehler" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Fehlgeschlagen:" + +#: .Admin.Format +msgid "Format" +msgstr "Format" + +#: .Admin.Installation +msgid "Installation" +msgstr "Installation" + +#: .Admin.Logs +msgid "Logs" +msgstr "Verlauf" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migration" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Nichts" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Seiten:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Umfrage-ID" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Umfrage gelöscht" + +#: .Admin.Polls +msgid "Polls" +msgstr "Umfragen" + +#: .Admin.Purge +msgid "Purge" +msgstr "Säuberung" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Umfragen vollständig löschen" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Entfernt:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Umfrage ansehen" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Übersprungene:" + +#: .Admin.Status +msgid "Status" +msgstr "Status" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Erfolgreich:" + +#: .Admin.Success +msgid "Success" +msgstr "Erfolg" + +#: .Admin.Summary +msgid "Summary" +msgstr "Zusammenfassung" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Titel" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Stimmen" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Wartend" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "Umfragen derzeit in der Datenbank" + +#: .Check.Check+again +msgid "Check again" +msgstr "Erneut prüfen" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Für eine verbesserte Sicherheit sollten Sie in Erwägung ziehen, die OpenSSL-" +"Erweiterung zu aktivieren." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "" +"Ziehen Sie in Erwägung, date.timezone in der php.ini zu konfigurieren." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Setzen Sie « session.cookie_httponly = 1 » in Ihrer php.ini oder fügen Sie « " +"php_value session.cookie_httponly 1 » Ihrer .htaccess Datei hinzu, so dass " +"auf Cookies nicht per Javascript zugegriffen werden kann." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Installation fortsetzen" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Cookies werden nur über HTTP ausgeliefert." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Überprüfung der Installation" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "Die OpenSSL-Erweiterung ist geladen." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "Die PHP-Erweiterung Intl ist aktiviert." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "PHP Version %s ist ausreichend (mindestens PHP %s wird benötigt)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"Der Konfigurationspfad (%s) ist nicht beschreibbar und es existiert keine " +"Konfigurationsdatei (%s)." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "Die Konfigurationsdatei (%s) ist beschreibbar." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Die Konfigurationsdatei existiert." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"Der Vorlagen-Übersetzungspfad (%s) existiert in \"%s\" nicht. Versuchen Sie " +"die Installation erneut zu starten." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "Der Vorlagen-Übersetzungspfad (%s) ist nicht beschreibbar." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "Der Vorlagen-Übersetzungspfad (%s) ist beschreibbar." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Sie müssen die PHP-Erweiterung Intl aktivieren." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Ihre PHP-Version (%s) ist zu alt. Diese Anwendung benötigt mindestens PHP " +"Version %s." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone ist konfiguriert." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Kommentar zur Abstimmung abgeben" + +#: .Comments.Comment +msgid "Comment" +msgstr "Ihr Kommentar" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Kommentar hinzugefügt" + +#: .Comments.Comments +msgid "Comments" +msgstr "Kommentare der Teilnehmer" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "" +"Geben Sie Ihren Namen und einen Kommentar ein bevor Sie das Formular " +"abschicken" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Kommentar entfernen" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Kommentar abschicken" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A, den %e. %B %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%Y-%m-%d" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%Y-%m-%d %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Datumsbereich hinzufügen" + +#: .Date.End+date +msgid "End date" +msgstr "Enddatum" + +#: .Date.Start+date +msgid "Start date" +msgstr "Startdatum" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d-m-Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Es können maximal 4 Monate ausgewählt werden" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd-mm-yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "Tag-Monat-Jahr" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Link für die Abstimmung \"%s\" bearbeiten" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Hier ist der Link zum Ändern ihrer Stimme:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Wenn Sie Ihren persönlichen Link nicht verlieren möchten, können wir Ihnen " +"diesen per E-Mail zusenden." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Bitte warten Sie %d Sekunden bis die E-Mail an Sie gesendet werden kann. " +"Versuchen Sie es dann erneut." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "HINWEIS" + +#: .EditLink.Send +msgid "Send" +msgstr "Absenden" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Die E-Mail-Adresse ist fehlerhaft." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Ihre Erinnerungsnachricht wurde erfolgreich abgesendet!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Stimmabgabe fehlgeschlagen" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Es kann keine leere Spalte angelegt werden." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Die config.php kann nicht in '%s' angelegt werden." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Abgabe des Kommentars gescheitert" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Cookies werden von Ihrem Browser abgelehnt. Um eine Umfrage zu erstellen, " +"müssen Sie Cookies zulassen." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Geben Sie einen Namen ein" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Geben Sie einen Namen und einen Kommentar ein!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Titel eingeben" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Geben Sie eine E-Mail Adresse ein" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Fehler bei der Beschränkung der Anzahl der Stimmen: Der Wert muss größer als " +"0 sein" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Fehler!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Es konnten nicht alle Kommentare gelöscht werden" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Es konnten nicht alle Stimmen gelöscht werden" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Löschen der Spalte fehlgeschlagen" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Der Kommentar konnte nicht gelöscht werden" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Die Umfrage konnte nicht gelöscht werden" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Löschen der Stimme gescheitert!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Speichern des Kommentars gescheitert!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Speichern der Umfrage fehlgeschlagen" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Verboten!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" +"Oh nein! Deine Umfrage konnte leider nicht erstellt werden. Bitte versuche " +"es später erneut." + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Der Bezeichner ist bereits in Verwendung" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Wenn die Seite jetzt verlassen wird, werden die Änderungen verworfen." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"Javascript ist in Ihrem Browser deaktiviert. Um eine Umfrage zu erstellen, " +"müssen Sie es aktivieren." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Fehlende Werte" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Keine Umfragen gefunden" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Das Passwort ist leer." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Die Passwörter stimmen nicht überein." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Die Abstimmung wurde vor Ihrer Stimmabgabe aktualisiert" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Etwas ging schief ..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Mit dem Format stimmt etwas nicht" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Etwas stimmt mit dem Format nicht: Individuelle URLs dürfen nur aus " +"alphanumerischen Zeichen und Bindestrichen bestehen." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Etwas ist falsch mit dem Format: Es darf kein Leerzeichen vor oder nach dem " +"Namen stehen." + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"Die Adresse ist nicht korrekt! Sie sollten eine gültige E-Mail-Adresse " +"angeben, damit Ihnen der Link zur Umfrage zugeschickt werden kann." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "Die Spalte existiert bereits" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Der Name ist ungültig." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "Der von Ihnen eingegebene Name existiert schon in dieser Umfrage!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Es gibt ein Problem mit Ihrer Auswahl" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Dieser Bezeichner ist nicht erlaubt" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Diese Umfrage existiert nicht!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Datenbankverbindung fehlgeschlagen" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Aktualisierung der Stimme fehlgeschlagen" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Sie haben bereits abgestimmt" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"Sie können mit den folgenden Optionen keine Umfrage mit versteckten " +"Ergebnissen erzeugen: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Es können nicht mehr als %d Termine ausgewählt werden" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Sie haben den ersten Teil der Umfrageerstellung nicht ausgefüllt oder Ihre " +"Session ist abgelaufen." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Ihre Stimme wurde nicht gezählt, da jemand in der Zwischenzeit gewählt hat " +"und dies mit Ihrer Abstimmung und den Umfrage-Bestimmungen in Konflikt stand." +" Bitte versuchen Sie es erneut." + +#: .FindPolls.Address +msgid "Address" +msgstr "Adresse" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Erstellte Umfragen" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Einen schönen Tag noch!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Hier ist die Liste der Umfragen, die Sie auf %s verwalten:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Wenn Sie diesen Vorgang nicht veranlasst haben und glauben, dass dieser " +"Dienst missbraucht wurde, benachrichtigen Sie bitte den Administrator unter " +"%s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "Ihre Adresse" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Letzter Zugriff" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Liste Ihrer Umfragen" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS: Diese E-Mail wurde abgeschickt weil Sie – oder jemand anderes – Zugriff " +"auf die mit Ihrer E-Mail-Adresse angelegten Umfragen angefordert hat." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Umfragen, die in diesem Browser gespeichert sind" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Umfragen abgeschickt" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Alle Umfragen aus dem Index dieses Browsers entfernen" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Umfrage vom Index entfernen" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Senden Sie mir meine Umfragen" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Schicken Sie mir meine Umfragen per E-Mail" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "" +"Das Datum, an dem Sie die Umfrage erstellt oder auf sie zugegriffen haben" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "Der Titel der Umfrage" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "In Ihrem Browser wurden bisher noch keine Umfragen gespeichert" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Um diese Daten zu löschen klicken Sie auf den Mülleimer in der " +"entsprechenden Zeile oder klicken Sie auf « Umfrage vom Index entfernen ». " +"Ihre Umfragen selbst werden dabei nicht gelöscht." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Um Ihre bisherigen Umfragen leichter zu finden, speichern wir jede Umfrage, " +"die Sie erstellt oder die Sie aufgerufen haben, in Ihrem Browser. Die " +"folgenden Daten werden dabei gespeichert:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Aufgerufene Umfragen" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(Format: name@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Hinzufügen" + +#: .Generic.Back +msgid "Back" +msgstr "Zurück" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Zurück zur Startseite von " + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Abbrechen" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Wahl" + +#: .Generic.Classic +msgid "Classic" +msgstr "Klassiker" + +#: .Generic.Close +msgid "Close" +msgstr "Schließen" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Eigene Umfragen erstellen" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Erstellungsdatum:" + +#: .Generic.Date +msgid "Date" +msgstr "Datum" + +#: .Generic.Day +msgid "Day" +msgstr "Tag" + +#: .Generic.Description +msgid "Description" +msgstr "Beschreibung" + +#: .Generic.Edit +msgid "Edit" +msgstr "Bearbeiten" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate ist ein Online-Dienst, der Ihnen bei der Absprache von Terminen " +"oder der Entscheidungsfindung hilft." + +#: .Generic.Home +msgid "Home" +msgstr "Startseite" + +#: .Generic.Information +msgid "Information" +msgstr "Information" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Legende:" + +#: .Generic.Link +msgid "Link" +msgstr "Link" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Weiter" + +#: .Generic.No +msgid "No" +msgstr "Nein" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Seite generiert in" + +#: .Generic.Poll +msgid "Poll" +msgstr "Umfrage" + +#: .Generic.Remove +msgid "Remove" +msgstr "Entfernen" + +#: .Generic.Save +msgid "Save" +msgstr "Speichern" + +#: .Generic.Search +msgid "Search" +msgstr "Suche" + +#: .Generic.Time +msgid "Time" +msgstr "Uhrzeit" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Unter Vorbehalt" + +#: .Generic.Validate +msgid "Validate" +msgstr "Bestätigen" + +#: .Generic.Yes +msgid "Yes" +msgstr "Ja" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Ihre E-Mail-Adresse" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Ihr Name" + +#: .Generic.days +msgid "days" +msgstr "Tage" + +#: .Generic.for +msgid "for" +msgstr "für" + +#: .Generic.months +msgid "months" +msgstr "Monate" + +#: .Generic.seconds +msgid "seconds" +msgstr "Sekunden" + +#: .Generic.vote +msgid "vote" +msgstr "Stimme" + +#: .Generic.votes +msgid "votes" +msgstr "Stimmen" + +#: .Generic.with +msgid "with" +msgstr "mit" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Klassische Umfrage" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Termin finden" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Wo sind meine Umfragen?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "E-Mail-Adresse der Anwendung/des Datenbankadministrators" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Name der Anwendung" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Säubere URLs (boolean)" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Datenbanktreiber" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Datenbank-Hostname" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Datenbankname" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Datenbank-Port" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Standardsprache" + +#: .Installation.General +msgid "General" +msgstr "Allgemeine Konfiguration" + +#: .Installation.Install +msgid "Install" +msgstr "Installieren" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Name der Tabelle, welche den Migrationsstatus speichert" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Passwort" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Tabellen-Präfix" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "" +"E-Mail-Adresse für automatische Antworten (sollte auf \"no-reply\" gesetzt " +"werden)" + +#: .Installation.User +msgid "User" +msgstr "Datenbank-Benutzername" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Sprache wechseln" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Sprache wählen" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"„Die Strecke ist lang, aber der Weg ist frei… \"
Framasoft besteht nur " +"durch Ihre Spenden (in Frankreich von der Steuer absetzbar).
Herzlichen " +"Dank für Ihre Unterstützung! https://soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Nachricht für den Autor" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Mitteilung bezüglich der Umfrage: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Nachricht für die Teilnehmer" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Beteiligung an der Umfrage: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "Jemand hat gerade Ihre Umfrage auf %1$s geändert." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Jemand hat gerade Ihre Umfrage \"%s\" gelöscht." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Danke, dass Sie an der Umfrage unter folgendem Link teilnehmen" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Danke für Ihr Vertrauen." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "Dies ist die Nachricht an die Umfrageteilnehmer." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Diese Meldung sollte NICHT an die befragten Personen gesendet werden. Sie " +"sollten sie für sich behalten.

Sie können Ihre Umfrage über den " +"folgenden Link abändern" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "hat abgestimmt.
Sie finden Ihre Umfrage über den Link" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr " hat gerade eine Umfrage erstellt. Sie trägt den Titel" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"hat eine Stimme aktualisiert.
Sie finden Ihre Umfrage über den Link" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"hat einen Kommentar geschrieben.
Sie finden Ihre Umfrage über den Link" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Danke für Ihr Verständnis." + +#: .Maintenance.The+application +msgid "The application" +msgstr "Die Anwendung" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "wird gerade gewartet." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Eingabe bestätigen" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Falsches Passwort" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Sie müssen ein Passwort eingeben um an der Abstimmung teilzunehmen." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Sie müssen ein Passwort eingeben um auf die Abstimmung zuzugreifen." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s Option" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "" +"Jeder wird Ihre E-Mail-Adresse sehen können nachdem Sie abgestimmt haben" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Beste Alternative" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Beste Alternativen" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Grafik" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Ergebnisgrafik anzeigen" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Zeile bearbeiten: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Link zum Ändern dieser Zeile" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Zeile entfernen:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Wahl speichern" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Nach links scrollen" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Nach rechts scrollen" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Die beste Option ist derzeit:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Die besten Optionen sind derzeit:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "Der Link zum Ändern dieser Zeile wurde in die Zwischenablage kopiert!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Insgesamt" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Nein-Stimmen für" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Ja-Stimmen für" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Ja-Stimmen unter Vorbehalt für" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "Stimme" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "Stimmen" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Administrationsseite der Umfrage" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Änderungen der Beschreibung verwerfen" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Abbruch, E-Mail-Adresse nicht ändern" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Abbruch, Ablaufdatum nicht ändern" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Abbruch, Namen nicht ändern" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Abbruch, Regeln nicht ändern" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Abbruch, Titel nicht ändern" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Autor der Umfrage" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Den Namen bearbeiten" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Beschreibung bearbeiten" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "E-Mail-Adresse ändern" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Das Ablaufdatum bearbeiten" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Regeln der Umfrage bearbeiten" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Titel bearbeiten" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "CSV-Export" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Kein Passwort" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Nur Abstimmungen sind geschützt" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Passwortgeschützt" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Regeln der Umfrage" + +#: .PollInfo.Print +msgid "Print" +msgstr "Drucken" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Öffentlicher Link zur Umfrage" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Alle Kommentare löschen" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Alle Stimmen löschen" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Passwort entfernen" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Umfrage löschen" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Ergebnisse werden ausgeblendet" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Ergebnisse sind sichtbar" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Rich Text Editor" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Beschreibung speichern" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Die neue E-Mail-Adresse speichern" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Das neue Ablaufdatum speichern" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Den neuen Namen speichern" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Neue Regeln speichern" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Den neuen Titel speichern" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Einfacher Editor" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Titel der Umfrage" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Die E-Mail-Adressen der Wähler werden gesammelt" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "Die E-Mail-Adressen der Wähler werden gesammelt und benötigt" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" +"Die E-Mail-Adressen der Wähler werden gesammelt, benötigt und überprüft" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Die E-Mail-Adressen der Wähler werden nicht gesammelt" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Abstimmungen und Kommentare sind gesperrt" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Abstimmungen sind passwortgeschützt" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Jeder Teilnehmer kann jede abgegebene Stimme ändern" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Mit der Verwendung eines Bezeichners können möglicherweise Personen " +"unerwünscht Zugriff auf die Umfrage erhalten. Es wird empfohlen sie mit " +"einem Passwort zu schützen." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Sammeln der E-Mail-Adressen der Wähler" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Passwortbestätigung" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Link anpassen" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "E-Mail-Adressen werden gesammelt aber sind nicht benötigt" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "E-Mail-Adressen werden nicht gesammelt" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "E-Mail-Adressen werden benötigt" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "E-Mail-Adressen werden benötigt und überprüft" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Weiter zum 2. Schritt" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Anzahl der Stimmen pro Option begrenzen" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Weitere Informationen gibt es hier:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Einzig der Autor der Abstimmung kann die Ergebnisse einsehen" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Optionale Einstellungen" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Berechtigungen" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Umfrage erstellen (Schritt 1 von 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Bezeichner" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Titel der Umfrage" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Bei jedem neuen Kommentar eine E-Mail erhalten" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Bei jeder neuen Stimme eine E-Mail erhalten" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Mit * markierte Felder müssen ausgefüllt sein." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "" +"Der Bezeichner kann Buchstaben, Zahlen und Bindestriche \"-\" enthalten." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Die Ergebnisse sind öffentlich einsehbar" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Sie können das Markdown Format nutzen um die Beschreibung attraktiver zu " +"gestalten." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Ein Passwort verwenden um den Zugriff zu beschränken" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Wert Max" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Teilnehmer können ihre Stimmen verändern" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Stimmen können nicht verändert werden" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Achtung: Jeder kann die E-Mail-Adressen der zur Umfrage eingeladenen " +"Benutzer sehen da jeder Wähler jede Stimme verändern kann. Sie sollten die " +"Zugriffsrechte beschränken." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Hier erstellen Sie die Umfrage" + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Sie können den Editor nach Belieben ein- und wieder ausschalten." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "Stimmen pro Option" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Weiter zum 3. Schritt" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Zurück zum 1. Schritt" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Eine Auswahlmöglichkeit hinzufügen" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Link oder Bild hinzufügen" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Alternativer Text" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "" +"Sie haben die Möglichkeit Links oder Bilder vorzuschlagen; verwenden Sie " +"dazu" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "Markdown Syntax" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Umfrageoptionen (2 von 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Eine Auswahlmöglichkeit entfernen" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Diese Felder sind optional. Sie können einen Link, ein Bild oder beides " +"hinzufügen." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Beim Erstellen einer Umfrage müssen mindestens zwei Alternativen zur Auswahl " +"gestellt werden." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL des Bildes" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "" +"Um Auswahlmöglichkeiten hinzuzufügen oder zu entfernen, verwenden Sie die " +"Buttons" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Einen Tag hinzufügen" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Eine Uhrzeit hinzufügen" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Terminvorschläge für Ihre Umfrage machen" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Uhrzeiten des ersten Tags kopieren" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Für jeden ausgewählten Tag können Sie fakultativ Uhrzeiten vorschlagen (z. B." +": \"8h\", \"8:30\", \"8h-10h\", \"abends\", usw.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Umfragedaten (2 von 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Einen Tag entfernen" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Eine Uhrzeit entfernen" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Alle Tage entfernen" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Alle Uhrzeiten entfernen" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Diesen Tag entfernen" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Um eine Terminabsprache zu konfigurieren, müssen Sie mindestens zwei " +"alternative Zeitpunkte vorschlagen (zwei Uhrzeiten am gleichen Tag oder " +"verschiedene Tage)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "" +"Sie können weitere Tage und Uhrzeiten über die Buttons hinzufügen oder " +"entfernen" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Zurück zum 2. Schritt" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Bestätigen Sie die Erstellung ihrer Umfrage" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Umfrage erstellen" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Tag der Archivierung:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Liste Ihrer Auswahlmöglichkeiten" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Wenn Sie die Erzeugung ihrer Umfrage bestätigt haben, werden sie automatisch " +"zur Administrationsseite ihrer Umfrage weitergeleitet." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Abstimmungszeitraum und Bestätigung (3 von 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Sie werden zwei E-Mails erhalten: Die eine enthält den Link zur Umfrage für " +"die Teilnehmer, die andere den Link zur Administrationsseite für Ihre " +"Umfrage." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Sie können das Datum der Archivierung vorverlegen." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Ihre Umfrage wird automatisch archiviert" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Ihre Umfrage wird automatisch in %d Tagen archiviert werden." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "nach dem letzten Termin der Abstimmung archiviert." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Version %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Spalte hinzufügen" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Spalte hinzufügen" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Alle Kommentare gelöscht" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Alle Wertungen werden gelöscht" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Als Administrator der Umfrage können Sie alle Zeilen der Umfrage über diesen " +"Button ändern" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Zurück zur Umfrage" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Option hinzugefügt" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "" +"Sammeln der E-Mail-Adressen der zur Abstimmung eingeladenen Benutzer für die " +"Auswahl" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Spalte entfernt" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Kommentar gelöscht" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Bestätigen Sie die Löschung aller Kommentare aus der Umfrage" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Bestätigen Sie die Entfernung aller Wertungen aus der Umfrage" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Bestätigen Sie die Entfernung der Spalte" + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Bestätigen Sie die Löschung ihrer Umfrage" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Umfrage löschen" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Abschließend können Sie Informationen wie Titel, Kommentare oder Ihre E-Mail-" +"Adresse ändern." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Kommentare beibehalten" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Kommentare beibehalten" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Umfrage beibehalten" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Wertungen beibehalten" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Diese Umfrage beibehalten" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Stimmabgaben beibehalten" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Umfrage vollständig gelöscht" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Umfrage gespeichert" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Spalte entfernen" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Kommentare entfernen" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Stimmen entfernen" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "Die Umfrage wurde erstellt." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Stimme hinzugefügt" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Stimme gelöscht" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Stimme aktualisiert" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Sie können Ihrer Umfrage ein neues Datum hinzufügen." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Ihre Umfrage wurde gelöscht!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "und neue Spalte hinzufügen mit" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "Zeile oder Spalte entfernen mit" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Benutzer, die mit \"Unter Vorbehalt\" für diese Option abgestimmt haben, " +"haben folgende E-Mail-Adressen:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"Benutzer, die mit \"Nein\" für diese Option abgestimmt haben, haben folgende " +"E-Mail-Adressen:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Benutzer, die mit \"Ja\" für diese Option abgestimmt haben, haben folgende E-" +"Mail-Adressen:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Löschdatum:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Wenn Sie an dieser Umfrage teilnehmen möchten, müssen Sie ihren Namen " +"angeben, die Auswahl treffen, die Ihnen am ehesten zusagt und mit dem " +"Speichern-Button am Ende der Zeile bestätigen." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"Die Abstimmung wurde vom Administrator gesperrt. Bewertungen und Kommentare " +"wurden eingefroren; es ist nicht mehr möglich teilzunehmen" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "" +"Der Zeitraum für die Umfrage ist überschritten, sie wird bald gelöscht " +"werden." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Ihre Stimme wurde gezählt, aber beachten Sie, dass diese Umfrage die " +"nachträgliche Änderung Ihrer Wertung nur über den nachfolgend genannten, " +"personalisierten Link erlaubt; verwahren Sie ihn an einem sicheren Ort!" diff --git a/public/assets/i18n/po/el.po b/public/assets/i18n/po/el.po new file mode 100644 index 0000000..8ea02db --- /dev/null +++ b/public/assets/i18n/po/el.po @@ -0,0 +1,1931 @@ +#. extracted from locale/en.json, locale/en.json +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-10-07 11:51+0000\n" +"Last-Translator: Anastasios A. \n" +"Language-Team: Greek \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Δημιουργία ψηφοφορίας" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Καθορίστε ημερομηνίες ή θέματα προς ψηφοφορία" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Συζητήστε και λάβετε μια απόφαση" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Επιθυμείτε" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Το Framadate είναι μία διαδικτυακή υπηρεσία για τον προγραμματισμό " +"συναντήσεων ή για την εύκολη και γρήγορη λήψη αποφάσεων. Δεν απαιτείται " +"εγγραφή." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Λειτουργεί έτσι:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "" +"Αποστείλετε τον σύνδεσμο της ψηφοφορίας στους φίλους ή τους συνεργάτες σας" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Τι είναι το Framadate;" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "προβολή παραδείγματος;" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "CeCILL-B άδεια χρήσης" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Το Framadate είναι αδειοδοτημένο υπό την" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Το Framadate αρχικά βασίστηκε στο" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Το λογισμικό" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Αυτό το λογισμικό απαιτεί την χρήση javascript και τα cookies " +"ενεργοποιημένα. Είναι συμβατό με τους ακόλουθους περιηγητές:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days,+it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"λογισμικό αναπτυγμένο από το Πανεπιστήμιο του Στρασβούργου. Σήμερα, " +"αναπτύσεται από τον όμιλο Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Καλλιεργήστε το δικό σας" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence,+we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Αν επιθυμείτε να εγκαταστήσετε το λογισμικό για προσωπική χρήση και έτσι να " +"ενισχύσετε την ανεξαρτησία σας, μπορούμε να σας βοηθήσουμε εδώ:" + +#: .3rd+section.To+participate+in+the+software+development,+suggest+improvements+or+simply+download+it,+please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Για να συμμετέχετε στην ανάπτυξη του λογισμικού, να προτείνετε βελτιώσεις ή " +"απλά να κάνετε λήψη, παρακαλούμε επισκεφθείτε" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "τον ιστότοπο ανάπτυξης" + +#: .Admin.Actions +msgid "Actions" +msgstr "Ενέργειες" + +#: .Admin.Administration +msgid "Administration" +msgstr "Διαχείριση" + +#: .Admin.Author +msgid "Author" +msgstr "Συγγραφέας" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Επιστροφή στην διαχείριση" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Μεταβολή της ψηφοφορίας" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου" + +#: .Admin.Executed +msgid "Executed" +msgstr "Εκτελέστηκε" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Ημερομηνία λήξης" + +#: .Admin.Fail +msgid "Fail" +msgstr "Αποτυχία" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Απέτυχε:" + +#: .Admin.Format +msgid "Format" +msgstr "Μορφή" + +#: .Admin.Installation +msgid "Installation" +msgstr "Εγκατάσταση" + +#: .Admin.Logs +msgid "Logs" +msgstr "Αρχεία καταγραφής" + +#: .Admin.Migration +msgid "Migration" +msgstr "Μεταφορά" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Τίποτα" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Σελίδες:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Αναγνωριστικό Ψηφοφορίας" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Η ψηφοφορία διαγράφηκε" + +#: .Admin.Polls +msgid "Polls" +msgstr "Ψηφοφορίες" + +#: .Admin.Purge +msgid "Purge" +msgstr "Εκκαθάριση" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Εκκαθάριση ψηφοφοριών" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Εκκαθαρίστηκαν:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Προβολή ψηφοφορίας" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Παραλείφθηκαν:" + +#: .Admin.Status +msgid "Status" +msgstr "Κατάσταση" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Επιτυχημένα:" + +#: .Admin.Success +msgid "Success" +msgstr "Επιτυχία" + +#: .Admin.Summary +msgid "Summary" +msgstr "Σύνοψη" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Τίτλος" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Ψήφοι" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Σε αναμονή" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "ψηφοφορίες στην βάση δεδομένων αυτή τη στιγμή" + +#: .Check.Check+again +msgid "Check again" +msgstr "Επανέλεγχος" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Για αυξημένη ασφάλεια εξετάστε την ενεργοποίηση της PHP επέκτασης OpenSSL." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Εξετάστε την ρύθμιση του date.timezone στο php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add «" +" php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Εξετάστε την ρύθμιση του « session.cookie_httponly = 1 » στο php.ini ή " +"προσθέστε το « php_value session.cookie_httponly 1 » στο .htaccess ώστε τα " +"cookies να μην είναι προσβάστιμα μέσω της Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Συνέχεια εγκατάστασης" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Τα cookies εξυπηρετούνται μόνο από το HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Έλεγχος εγκατάστασης" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "Η OpenSSL επέκταση έχει φορτωθεί." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "Η επέκταση PHP Intl έχει ενεργοποιηθεί." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "Η έκδοση PHP %s επαρκεί (απαιτείται τουλάχιστον PHP %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"Ο φάκελος του config file (%s) δεν μπορεί να εγγραφεί και το config file (%s)" +" δεν υπάρχει." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "Ο φάκελος του config file (%s) είναι εγγράψιμος." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Το config έγγραφο υπάρχει." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"Ο πρότυπος φάκελος μεταγλώττισης (template compile directory) (%s) δεν " +"υπάρχει στο \"%s\". Δοκιμάστε ξανά την εγκατάσταση." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "" +"Ο πρότυπος φάκελος μεταγλώττισης (template compile directory) (%s) δεν είναι " +"εγγράψιμος." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "" +"Ο πρότυπος φάκελος μεταγλώττισης (template compile directory) (%s) είναι " +"εγγράψιμος." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Πρέπει να ενεργοποιήσετε την επέκταση PHP Intl." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Η έκδοση PHP (%s) είναι πολύ παλιά. Αυτή τη εφαρμογή χρειάζεται τουλάχιστον " +"την PHP έκδοση (%s)." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "το date.timezone έχει ρυθμιστεί." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Προσθέστε ένα σχόλιο στην ψηφοφορία" + +#: .Comments.Comment +msgid "Comment" +msgstr "Σχόλιο" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Το σχόλιο αποθηκεύθηκε" + +#: .Comments.Comments +msgid "Comments" +msgstr "Σχόλια" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Εισάγετε το όνομα και το σχόλιό σας πριν την υποβολλή της φόρμας" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Αφαίρεση σχολίου" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Υποβολή σχολίου" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A,+%25B+%25e,+%25Y +msgid "%A, %B %e, %Y" +msgstr "%A, %B %e, %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%Χ-%μ-%η" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%μ/%η/%Χ %Ω:%Λ" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Προσθήκη φάσματος ημερομηνιών" + +#: .Date.End+date +msgid "End date" +msgstr "Τελική ημερομηνία" + +#: .Date.Start+date +msgid "Start date" +msgstr "Αρχική ημερομηνία" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "E-μ-η" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Μπορείτε να επιλέξετε το μέγιστο 4 μήνες" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "χχχχ-μμ-ηη" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "χχχχ-μμ-ηη-για-ανθρώπους" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Επεξεργασία συνδέσμου για ψηφοφορία \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Σύνδεσμος επεξεργασίας ψηφοφορίας:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link,+we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Αν δεν θέλετε να απωλέσετε τον εξατομικευμένο σύνδεσμο, μπορούμε να σας τον " +"αποστείλουμε με email." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Παρακαλούμε περιμένετε %d δευτερόλεπτα μέχρι να σας αποστείλουμε το email " +"και έπειτα δοκιμάστε ξανά." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "ΥΠΕΝΘΥΜΙΣΗ" + +#: .EditLink.Send +msgid "Send" +msgstr "Αποστολή" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Η διεύθυνση email δεν είναι σωστή." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Η υπενθύμισή σας έχει αποσταλεί!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Η προσθήκη ψήφου απέτυχε" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Δεν μπορεί να δημιουργηθεί κενή στήλη." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Αδυναμία δημιουργίας του config.php στο '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Ο σχολιασμός απέτυχε" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Τα cookies είναι απενεργοποιημένα για τον περιηγητή σας. Είναι απαραίτητα " +"για την δημιουργία ψηφοφορίας." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Εισάγετε όνομα" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Εισάγετε όνομα και σχόλιο!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Εισάγετε τίτλο" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Εισάγετε email" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Σφάλμα στο όριο των ψήφων: Η τιμή πρέπει να είναι ακέραια μεγαλύτερη από 0" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Σφάλμα!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Αποτυχία διαγραφής όλων των σχολίων" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Αποτυχία διαγραφής όλων των ψήφων" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Αποτυχία διαγραφής στήλης" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Αποτυχία διαγραφής σχολίου" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Αποτυχία διαγραφής ψηφοφορίας" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Αποτυχία διαγραφής ψήφου!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Αποτυχία εισαγωγής σχολίου!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Αποτυχία αποθήκευσης ψηφοφορίας" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Απαγορευμένο!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" +"Ώχ όχι! Η ψηφοφορία δεν μπορεί να δημιουργηθεί αυτή τη στιγμή. Λυπούμαστε " +"γι' αυτό. Παρακαλούμε δοκιμάστε ξανά αργότερα." + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Το αναγνωριστιικό έχει χρησιμοποιηθεί ήδη" + +#: .Error.If+you+quit+now,+your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Αν εγκαταλείψετε τώρα, οι αλλαγές σας θα απολεστούν." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"Η JavaScript είναι απενεργοποιημένη στον περιηγητή σας. Απαιτείται για την " +"δημιουργία ψηφοφορίας." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Λείπουν τιμές" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Δεν βρέθηκαν ψηφοφορίες" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Ο κωδικός είναι κενός." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Οι κωδικοί δεν ταιριάζουν." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Η ψηφοφορία έχει ενημερωθεί πριν ψηφήσετε" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Κάτι πήγε στραβά..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Κάτι δεν είναι σωστό στην μορφή" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Κάτι είναι λάθος στην μορφή: Τα εξατομικευμένα URL πρέπει να αποτελούνται " +"μόνο από αλφαριθμητικούς χαρακτήρες και παύλες." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Κάτι δεν είναι λάθος στην μορφή: το όνομα δεν πρέπει να έχει κενά στην αρχή " +"ή στο τέλος" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like " +"r.stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"Η διεύθυνση δεν είναι σωστή! Πρέπει να εισάγετε ένα έγκυρο email (της μορφής " +"r.stallman@outlock.com) ώστε να λάβετε τον σύνδεσμο της ψηφοφορίας σας." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "Η στήλη υπάρχει ήδη" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Το όνομα δεν είναι έγκυρο." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "Το όνομα που έχετε επιλέξει υπάρχει ήδη στην συγκεκριμη ψηφοφορία!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Υπάρχει ένα πρόβλημα με τις επιλογές σας" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Αυτό το αναγνωριστικό δεν επιτρέπεται" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Αυτή η ψηφοφορία δεν υπάρχει!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Αποτυχία σύνδεσης στην βάση δεδομένων" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Η ενημέρωση της ψήφου απέτυχε" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Έχετε ψηφήσει ήδη" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "You can't create a poll with hidden results with the following option: " +msgstr "" +"Δεν μπορείτε να δημιουργήσετε μια ψηφοφορία με κρυφά αποτελέσματα με την " +"ακόλουθη επιλογή: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Δεν μπορείτε να επιλέξετε περισσότερες από %d ημερομηνίες" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation,+or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Δεν έχετε συμπληρώσει το πρώτο τμήμα της δημιουργίας ψηφοφορίας, ή έχει " +"λήξει η συνεδρία σας." + +#: .Error.Your+vote+wasn%27t+counted,+because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Η ψήφος σας δεν έχει καταμετρηθεί, διότι κάποιος άλλος ψήφισε στο μεταξύ " +"προκαλώντας σύκγρουση με την επιλογή σας και με τους όρους της ψηφοφορίας. " +"Παρακαλώ δοκιμάστε ξανά." + +#: .FindPolls.Address +msgid "Address" +msgstr "Διεύθυνση" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Δημιουργηθείσες ψηφοφορίες" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Καλή σας μέρα!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Αυτή είναι μια λίστα των ψηφοφοριών που διαχειρίζεστε στο %s:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service,+please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Εάν δεν προκαλέσατε εσείς αυτήν την ενέργεια και εάν νομίζετε ότι έχει γίνει " +"κατάχρηση αυτής της υπηρεσίας, παρακαλώ ενημερώστε τον διαχειριστή στο %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "Η διεύθυνσή του" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Τελευταία πρόσβαση" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Η λίστα των ψηφοφοριών σας" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"ΥΓ: αυτό το email έχει σταλεί γιατί εσείς - ή κάποιος άλλος - ζήτησε να " +"λαμβάνει τις ψηφοφορίες που δημιουργήθηκαν με το email σας." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Ψηφοφορίες που αποθηκεύθηκαν σε αυτόν τον περιηγητή" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Αποσταλείσες ψηφοφορίες" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Αφαιρέστε όλες τις ψηφοφορίες μου από τον κατάλογο αυτού του περιηγητή" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Αφαίρεση ψηφοφορίας από τον κατάλογο" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Αποστείλετέ μου τις ψηφοφορίες μου" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Αποστολή των ψηφοφοριών μου με email" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "Η ημερομηνία δημιουργίας ή τελευταίας πρόσβασης στην ψηφοφορία" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "Ο τίτλος της ψηφοφορίας" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Δεν υπάρχουν αποθηκευμένες ψηφοφορίες ακόμα στον περιηγητή σας" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Για να διαγράψετε αυτά τα δεδομένα επιλέξτε τον κάδο στην αντίστοιχη γραμμή " +"ή επιλέξτε το «Διαγράψτε τον κατάλογο των ψηφοφοριών μου». Αυτή η ενέργεια " +"δεν θα διαγράψει τις ψηφοφορίες σας." + +#: .FindPolls.To+help+you+find+your+previous+polls,+we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Για την διευκόλυνση της αναζήτησης προηγούμενων ψηφοφοριών, αποθηκεύουμε " +"στον περιηγητή σας κάθε ψηφοφορία που δημιουργείτε ή έχετε προσπελάσει. Αυτά " +"τα δεδομένα αποθηκεύονται μόνο εντός του συγκεκριμένου περιηγητή. Θα " +"αποθηκευτούν τα ακόλουθα δεδομένα:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Ψηφοφορίες που επισκεφθήκατε" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(στην μορφή name@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Προσθήκη" + +#: .Generic.Back +msgid "Back" +msgstr "Επιστροφή" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Επιστροφή στην αρχική σελίδα" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Ακύρωση" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Επιλογή" + +#: .Generic.Classic +msgid "Classic" +msgstr "Κλασική" + +#: .Generic.Close +msgid "Close" +msgstr "Κλείσιμο" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Δημιουργήστε τις δικές σας ψηφοφορίες" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Ημερομηνία δημιουργίας:" + +#: .Generic.Date +msgid "Date" +msgstr "Ημερομηνία" + +#: .Generic.Day +msgid "Day" +msgstr "Ημέρα" + +#: .Generic.Description +msgid "Description" +msgstr "Περιγραφή" + +#: .Generic.Edit +msgid "Edit" +msgstr "Επεξεργασία" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Το Framadate είναι μία διαδικτυακή υπηρεσία για τον προγραμματισμό " +"συναντήσεων ή για την λήψη γρήγορων αποφάσεων." + +#: .Generic.Home +msgid "Home" +msgstr "Αρχική" + +#: .Generic.Information +msgid "Information" +msgstr "Πληροφορίες" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Θρυλική:" + +#: .Generic.Link +msgid "Link" +msgstr "Σύνδεσμος" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Επόμενο" + +#: .Generic.No +msgid "No" +msgstr "Όχι" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Η σελίδα δημιουργήθηκε σε" + +#: .Generic.Poll +msgid "Poll" +msgstr "Ψηφοφορία" + +#: .Generic.Remove +msgid "Remove" +msgstr "Αφαίρεση" + +#: .Generic.Save +msgid "Save" +msgstr "Αποθήκευση" + +#: .Generic.Search +msgid "Search" +msgstr "Αναζήτηση" + +#: .Generic.Time +msgid "Time" +msgstr "Ώρα" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Υπό δέσμευση" + +#: .Generic.Validate +msgid "Validate" +msgstr "Επικύρωση" + +#: .Generic.Yes +msgid "Yes" +msgstr "Ναι" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Η διεύθυνση email σας" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Το όνομά σας" + +#: .Generic.days +msgid "days" +msgstr "ημέρες" + +#: .Generic.for +msgid "for" +msgstr "για" + +#: .Generic.months +msgid "months" +msgstr "μήνες" + +#: .Generic.seconds +msgid "seconds" +msgstr "δευτερόλεπτα" + +#: .Generic.vote +msgid "vote" +msgstr "ψήφος" + +#: .Generic.votes +msgid "votes" +msgstr "ψήφοι" + +#: .Generic.with +msgid "with" +msgstr "με" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Δημιουργία τυπικής ψηφοφορίας" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Προγραματίστε μια δραστηριότητα" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Που βρίσκονται οι ψηφοφορίες μου;" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Διεύθυνση email του διαχειριστή" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Όνομα εφαρμογής" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Καθαρισμός URL" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Οδηγός βάσης δεδομένων" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Hostname βάσης δεδομένων" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Όνομα βάσης δεδομένων" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Μεταφορά βάσης δεδομένων" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Προκαθορισμένη γλώσσα" + +#: .Installation.General +msgid "General" +msgstr "Γενικά" + +#: .Installation.Install +msgid "Install" +msgstr "Εγκατάσταση" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Πίνακας μετανάστευσης" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Κωδικός" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Πρόθεμα" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Email απάντησης" + +#: .Installation.User +msgid "User" +msgstr "Χρήστης" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Αλλαγή γλώσσας" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Επιλογή γλώσσας" + +#: .Mail.%22The+road+is+long,+but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support " +"https://soutenir.framasoft.org" +msgstr "" +"\"Ο δρόμος είναι μακρύς, αλλά η διαδρομή καθαρή…\"
Η Framasoft " +"συντηρείται μόνο από τις δωρεές σας.
Ευχαριστούμε για την υποστήριξή σας " +"https://soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Μήνυμα για τον συγγραφέα" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Ειδοποίηση ψηφοφορίας: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Σύνδεσμος συμμετέχοντα" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Συμμετοχή στην ψηφοφορία: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Κάποιος μόλις άλλαξε την ψηφοφορία σας στον ακόλουθε σύνδεσμο %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Κάποιος μόλις διέγραψε την ψηφοφορία σας \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "" +"Ευχαριστούμε για την συμμετοχή σας στην ψηφοφορία του ακόλουθου συνδέσμου" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Ευχαριστούμε για την εμπιστοσύνη σας." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "" +"Αυτό είναι το μήνυμα που θα προωθηθεί στους συμμετέχοντες στην ψηφοφορία." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Αυτό το μήνυμα ΔΕΝ πρέπει να αποσταλεί στους συμμετέχοντες στην ψηφοφορία. " +"Θα πρέπει να κρατηθεί ιδιωτικό.

Μπορείτε να μεταβάλετε την " +"ψηφοφορία σας στον ακόλουθο σύνδεσμο" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "" +"προσέθεσε μία ψήφο.
Μπορείτε να επισκεφθείτε την ψηφοφορία σας στον " +"σύνδεσμο" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "μόλις δημιούργησε μία ψηφοφορία με τίτλο" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"ενημέρωσε μία ψήφο.
Μπορείτε να επισκεφθείτε την ψηφοφορία σας στον " +"σύνδεσμο" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"έγραψε ένα σχόλιο.
Μπορείτε να επισκεφθείτε την ψηφοφορία σας στον " +"σύνδεσμο" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Ευχαριστούμε για την κατανόηση." + +#: .Maintenance.The+application +msgid "The application" +msgstr "Η εφαρμογή" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "είναι προσωρινά υπό συντήρηση." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Υποβολή πρόσβασης" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Λάθος κωδικός" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Πρέπει να παρέχεται έναν κωδικό για να συμμετέχετε στην ψηφοφορία." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Πρέπει να παρέχετε έναν κωδικό για να έχετε πρόσβαση στην ψηφοφορία." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s επιλογή" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Οποιοσδήποτε θα μπορεί να δει το email σας αφού ψηφήσετε" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Βέλτιστη επιλογή" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Βέλτιστες επιλογές" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Διάγραμμα" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Προβολή διαγράμματος αποτελεσμάτων" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Επεξεργασία γραμμής: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Σύνδεσμος για επεξεργασία της συγκεκριμένς γραμμής" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Αφαίρεση γραμμής:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Αποθήκευση επιλογών" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Κύλιση προς τα αριστερά" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Κύλιση προς τα δεξιά" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Η τρέχουσα καλύτερη επιλογή είναι:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Οι τρέχουσες καλύτερες επιλογές είναι:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "The link to edit this particular line has been copied to the clipboard!" +msgstr "" +"Ο σύνδεσμος για την επεξεργασία της συγκεκριμένης γραμμής έχει αντιγραφεί " +"στο πρόχειρο!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Συνολικά" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Ψηφίστε \"όχι\" για" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Ψηφίστε \"ναι\" για" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Ψήφοι υπό δέσμευση από" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "ερωτημένος χρήστης" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "ερωτηθέντες χρήστες" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Σύνδεσμος διαχειριστή για την ψηφοφορία" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Απόρριψη επεξεργασίας περιγραφής" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Απόρριψη επεξεργασίας διεύθυνση email" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Απόρριψη επεξεργασίας ημερομηνίας λήξης" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Απόρριψη επεξεργασίας ονόματος" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Απόρριψη επεξεργασίας κανόνων" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Απόρριψη επεξεργασίας τίτλου" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Δημιουργός ψηφοφορίας" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Επεξεργασία ονόματος" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Επεξεργασία περιγραφής" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Επεξεργασία διεύθυνσης email" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Επεξεργασία ημερομηνίας λήξης" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Επεξεργασία κανόνων ψηφοφορίας" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Επεξεργασία τίτλου" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Εξαγωγή σε CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Κενός κωδικός" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Μόνο οι ψήφοι είναι προστατευμένες" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Ο κωδικός προστατεύεται" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Κανόνες ψηφοφορίας" + +#: .PollInfo.Print +msgid "Print" +msgstr "Εκτύπωση" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Δημόσιος σύνδεσμος στην ψηφοφορία" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Αφαίρεση όλων των σχολίων" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Αφαίρεση όλων των ψήφων" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Αφαίρεση κωδικού" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Αφαίρεση ψηφοφορίας" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Τα αποτελέσματα είναι κρυφά" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Τα αποτελέσματα είναι ορατά" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Εμπλουτισμένος επεξεργαστής" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Αποθήκευση περιγραφής" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Αποθήκευση διεύθυνσης email" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Αποθήκευση της νέας ημερομηνίας λήξης" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Αποθήκευση νέου ονόματος" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Αποθήκευση νέων κανόνων" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Αποθήκευση νέου τίτλου" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Απλώς επεξεργαστής" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Τίτλος ψηφοφορίας" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Οι διευθύνσεις email των ψηφισάντων έχουν συλλεχθεί" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "Οι διευθύνσεις email των ψηφισάντων έχουν συλλεχθεί και απαιτούνται" + +#: .PollInfo.Voters%27+email+addresses+are+collected,+required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" +"Οι διευθύνσεις email των ψηφισάντων έχουν συλλεχθεί, απαιτούνται και έχουν " +"επαληθευθεί" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Οι διευθύνσεις email των ψηφισάντων δεν έχουν συλλεχθεί" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Η δυνατότητα ψήφου και σχολιασμού είναι κλειδωμένη" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Ψήφοι προστατευμένοι με κωδικό" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Όλοι οι ψηφοφόροι μπορούν να επεξεργαστούν οποιαδήποτε ψήφο" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Ορίζοντας ένα αναγνωριστικό που διευκολύνει την πρόσβαση στην ψηφοφορία σε " +"ανεπιθύμητα άτομα. Προτείνεται η προστασία με κωδικό." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Συλλογή διευθύνσεων email ψηφοφόρων" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Επιβεβαίωση" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Προσαρμογή διεύθυνσης URL" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Οι διευθύνσεις email συλλέγονται αλλά δεν απαιτούνται" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Οι διευθύνσεις email δεν συλλέγονται" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Οι διευθύνσεις email απαιτούνται" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Οι διευθύνσεις email απαιτούνται και επαληθεύονται" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Μετάβαση στο βήμα 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Περιορισμός του αριθμού των ψηφοφόρων ανά επιλογή" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Περισσότερες πληροφορίες εδώ:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "" +"Μόνο ο δημιουργός της ψηφοφορίας μπορεί να δει τα αποτελέσματα της ψηφοφορίας" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Προαιρετικές παράμετροι" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Άδειες" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Δημιουργία ψηφοφορίας (1 από 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Σύνδεσμος ψηφοφορίας" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Τίτλος ψηφοφορίας" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Λήψη email για κάθε νέο σχόλιο" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Λήψη email για κάθε νέα ψήφο" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Τα απαιτούμενα πεδία δεν μπορούν να είναι κενά." + +#: .Step+1.The+identifier+can+contain+letters,+numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "" +"Το αναγνωριστικό μπορεί να περιέχει γράμματα, αριθμούς και παύλες \"-\"." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Τα αποτελέσματα είναι δημοσίως ορατά" + +#: .Step+1.To+make+the+description+more+attractive,+you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Για να έχει καλύτερη εμφάνιση η περιγραφή, μπορεί να χρησιμοποιηθεί η μορφή " +"Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Χρησιμοποίηση κωδικού για τον περιορισμό της πρόσβασης" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Μέγιστη τιμή" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Οι ψηφοφόροι μπορούν να αλλάξουν οι ίδιοι την δική τους ψήφο" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Οι ψήφοι δεν μπορούν να αλλαχθούν" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Προειδοποίηση: Οποιοσδήποτε μπορεί να δει την διεύθυνση email όσων ψήφισαν " +"από τη στιγμή που οποιοσδήποτε ψηφοφόρος μπορεί να μεταβάλει οποιαδήποτε " +"ψήφο. Θα έπρεπε να περιοριστούν τα δικαιώματα πρόσβασης." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Βρίσκεστε στο τμήμα δημιουργίας ψηφοφοριών." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "" +"Μπορείτε να ενεργοποιήσετε ή να απενεργοποιήσετε τον επεξεργαστή κειμένου " +"κατά βούληση." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "ψήφοι ανά επιλογή" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Μετάβαση στο βήμα 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Επιστροφή στο βήμα 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Προσθήκη επιλογής" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Προσθήκη συνδέσμου ή εικόνας" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Εναλλακτικό κείμενο" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Σύνδεσμοι ή εικόνες μπορούν να συμπεριληφθούν χρησιμοποιόντας" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "σύνταξη Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Επιλογές ψηφοφορίας (2 από 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Αφαίρεση επιλογής" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link,+an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Αυτά τα πεδία είναι προαιρετικά. Μπορείτε να προσθέσετε έναν σύνδεσμο, μία " +"εικόνα ή και τα δύο." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Για την δημιουργία μιας ψηφοφορίας πρέπει να παρέχετε τουλάχιστον δύο " +"διαφορετικές επιλογές." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "το URL της εικόνας" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Μπορείτε να προσθέσετε ή να αφαιρέσετε επιλογές με τα κουμπιά" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Προσθήκη ημέρας" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Προσθήκη πεδίου ώρας" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Επιλογή ημερομηνιών για την ψηφοφορία σας" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Αντιγραφή ωρών από την πρώτη ημέρα" + +#: .Step+2+date.For+each+selected+day,+you+are+free+to+suggest+meeting+times+(e.g.,+%228h%22,+%228:30%22,+%228h-10h%22,+%22evening%22,+etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Για κάθε επιλεγμένη ημέρα, μπορείτε να προτείνετε ελέυθερα ώρες συνάντησης (" +"π.χ. \"8h\", \"8:30\", \"Ω/8:00\", \"απόγευμα\", κτλ.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Ημερομηνίες ψηφοφορίας (2 απο 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Αφαίρεση κάποιας ημέρας" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Αφαίρεση ενός πεδίου ώρας" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Αφαίρεση όλων των ημερών" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Αφαίρεση όλων των ωρών" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Αφαίρεση αυτής της ημέρας" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g.,+two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Για τον προγραμματισμό μιας δραστηριότητας πρέπει να παρέχετε τουλάχιστον " +"δύο επιλογές (π.χ, δύο πεδία ώρας σε μία ημέρα, ή δύο ημέρες)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "Μπορείτε να προσθέσετε ή να αφαιρέσετε ημέρες και ώρες με τα κουμπιά" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Επιστροφή στο βήμα 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Επιβεβαίωση της δημιουργίας της ψηφοφορίας" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Δημιουργία ψηφοφορίας" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Ημερομηνία λήξης:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Λίστα επιλογών" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll,+you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Από την στιγμή της επιβεβαίωσης δημιουργίας της ψηφοφορίας, θα " +"ανακατευθυνθείτε αυτόματα στην σελίδα διαχείρισης της ψηφοφορίας." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Ημερομηνία αφαίρεσης και επιβεβαίωση (3 από 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants,+the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Έπειτα θα λάβετε δύο μηνύματα email: το ένα θα περιέχει τον σύνδεσμο της " +"ψηφοφορίας για αποστολή στους συμμετέχοντες, το άλλο θα περιέχει τον " +"σύνδεσμο για την διαχείριση της ψηφοφορίας." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Μπορείτε να θέσετε μία συγκεκριμένη ημερομηνία λήξης για την ψηφοφορία." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Η ψηφοφορία σας θα αρχειοθετηθεί αυτόματα" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Η ψηφοφορία σας θα αρχειοθετηθεί αυτόματα σε %d ημέρες." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "μετά την τελική ημερομηνία της ψηφοφορίας σας." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Έκδοση %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Προσθήκη στήλης" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Προστείθεται στήλη" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Όλα τα σχόλια διαγράφηκαν" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Όλες οι ψήφοι διαγράφηκαν" + +#: .adminstuds.As+poll+administrator,+you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Ως διαχειριστής της ψηφοφορίας, μπορείτε να αλλάξετε όλες τις γραμμές αυτής " +"της ψηφοφορίας με αυτό το κουμπί" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Επιστροφή στην ψηφοφορία" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Η επιλογή προστέθηκε" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Συλλογή των email των ψηφισάντων χρηστών για την επιλογή" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Η στήλη διαγράφηκε" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Το σχόλιο διαγράφηκε" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Επιβεβαίωση αφαίρεσης όλων των σχολίων" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Επιβεβαίωση αφαίρεσης όλων των ψήφων" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Επιβεβαίωση αφαίρεσης της στήλης." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Επιβεβαίωση αφαίρεσης της ψηφοφορίας" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Διαγραφή ψηφοφορίας" + +#: .adminstuds.Finally,+you+can+change+the+properties+of+this+poll+such+as+the+title,+the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Τελος, μπορείτε να αλλάξετε τις ιδιότητες αυτής της ψηφοφορίας όπως τον " +"τίτλο, τα σχόλια ή την διεύθυνση email σας." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Διατήρηση σχολίων" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Διατήρηση των σχολίων" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Διατήρηση της ψηφοφορίας" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Διατήρηση των ψήφων" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Διατήρηση αυτής της ψηφοφορίας" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Διατήρηση ψήφων" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Η ψηφοφορία διαγράφηκε ολοσχερώς" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Η ψηφοφορία αποθηκεύθηκε" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Διαγραφή στήλης" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Αφαίρεση των σχολίων" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Αφαίρεση των ψήφων" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "Η ψηφοφορία δημιουργήθηκε." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Προστέθηκε ψήφος" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Διαγράφηκε ψήφος" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Ενημερώθηκε ψήφος" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "" +"Μπορείτε να προσθέσετε νέα ημερομηνία προγραμματισμού για την ψηφοφορία σας." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Η ψηφοφορία σας έχει αφαιρεθεί!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "και προσθέστε νέα στήλη με" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "αφαίρεση στήλης ή γραμμής με" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Οι χρήστες που ψήφησαν \"Εάν είναι αναγκαίο\" για αυτήν την επιλογή έχουν " +"αφήσει αυτές τις διευθύνσεις email:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"Οι χρήστες που ψήφησαν \"Όχι\" για αυτήν την επιλογή έχουν αφήσει αυτές τις " +"διευθύνσεις email:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Οι χρήστες που ψήφησαν \"Ναι\" για αυτήν την επιλογή έχουν αφήσει αυτές τις " +"διευθύνσεις email:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Ημερομηνία διαγραφής:" + +#: .studs.If+you+want+to+vote+in+this+poll,+you+have+to+give+your+name,+make+your+choice,+and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Αν θέλετε να συμμετέχετε σε αυτήν την ψηφοφορία, πρέπει να συμπληρώσετε το " +"όνομά σας, να κάνετε την επιλογή σας, και να την υποβάλλετε επιλέγοντας το " +"κουμπί αποθήκευσης στο τέλος της γραμμής." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen,+it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"Ο διαχειριστής έχει κλειδώσει αυτήν την ψηφοφορία. Τα σχόλια και η " +"δυνατότητα ψήφου έχουν ανασταλεί, δεν είναι πλέον εφικτή η συμμετοχή" + +#: .studs.The+poll+has+expired,+it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "Η ψηφοφορία έχει λήξει, σύντομα θα διαγραφεί." + +#: .studs.Your+vote+has+been+saved,+but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Η ψήφος σας έχει αποθηκευθεί, σημειώστε όμως ότι θα πρέπει να κρατήσετε " +"αυτόν τον προσωπικό σύνδεσμο για να μπορέσετε να επεξεργαστείτε την ψήφο σας." diff --git a/public/assets/i18n/po/en.po b/public/assets/i18n/po/en.po new file mode 100644 index 0000000..c7a27f7 --- /dev/null +++ b/public/assets/i18n/po/en.po @@ -0,0 +1,1932 @@ +# Kersten Lohmeyer , 2018. #zanata +# Luc Didry , 2018. #zanata +# Thomas Citharel , 2018. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2019-04-19 07:08+0000\n" +"Last-Translator: Thomas Citharel \n" +"Language-Team: LANGUAGE \n" +"X-Generator: Zanata 4.6.2\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Create a poll" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Define dates or subjects to choose from" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Discuss and make a decision" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Do you want to" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Here is how it works:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Send the poll link to your friends or colleagues" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "What is Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "view an example?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "CeCILL-B license" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Framadate is licensed under the" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate was initially based on" + +#: .2nd+section.The+software +msgid "The software" +msgstr "The software" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Grow your own" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "the development site" + +#: .Admin.Actions +msgid "Actions" +msgstr "Actions" + +#: .Admin.Administration +msgid "Administration" +msgstr "Administration" + +#: .Admin.Author +msgid "Author" +msgstr "Author" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Back to administration" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Change the poll" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Email" + +#: .Admin.Executed +msgid "Executed" +msgstr "Executed" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Expiry date" + +#: .Admin.Fail +msgid "Fail" +msgstr "Fail" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Failed:" + +#: .Admin.Format +msgid "Format" +msgstr "Format" + +#: .Admin.Installation +msgid "Installation" +msgstr "Installation" + +#: .Admin.Logs +msgid "Logs" +msgstr "Logs" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migration" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Nothing" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Pages:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Poll ID" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Poll deleted" + +#: .Admin.Polls +msgid "Polls" +msgstr "Polls" + +#: .Admin.Purge +msgid "Purge" +msgstr "Purge" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Purge the polls" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Purged:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "See the poll" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Skipped:" + +#: .Admin.Status +msgid "Status" +msgstr "Status" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Succeeded:" + +#: .Admin.Success +msgid "Success" +msgstr "Success" + +#: .Admin.Summary +msgid "Summary" +msgstr "Summary" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Title" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Votes" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Waiting" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "polls in the database at this time" + +#: .Check.Check+again +msgid "Check again" +msgstr "Check again" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "Consider enabling the PHP extension OpenSSL for increased security." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Consider setting the date.timezone in php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Continue the installation" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Cookies are served from HTTP only." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Installation checking" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "OpenSSL extension loaded." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "PHP Intl extension is enabled." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "PHP version %s is enough (needed at least PHP %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "The config file directory (%s) is writable." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "The config file exists." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "The template compile directory (%s) is not writable." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "The template compile directory (%s) is writable." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "You need to enable the PHP Intl extension." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone is set." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Add a comment to the poll" + +#: .Comments.Comment +msgid "Comment" +msgstr "Comment" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Comment saved" + +#: .Comments.Comments +msgid "Comments" +msgstr "Comments" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Enter your name and comment prior to submitting the form" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Remove comment" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Submit comment" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A, %B %e, %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%Y-%m-%d" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%m/%d/%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Add range dates" + +#: .Date.End+date +msgid "End date" +msgstr "End date" + +#: .Date.Start+date +msgid "Start date" +msgstr "Start date" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "Y-m-d" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "You can select at most 4 months" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "year-month-day" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Edit link for poll \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Here is the link for editing your vote:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Please wait %d seconds before we can send an email to you then try again." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "REMINDER" + +#: .EditLink.Send +msgid "Send" +msgstr "Send" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "The email address is not correct." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Your reminder has been successfully sent!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Adding vote failed" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Can't create an empty column." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Can't create the config.php file in '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Comment failed" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Enter a name" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Enter a name and a comment!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Enter a title" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Enter an email address" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Error on amount of votes limitation: Value must be an integer greater than 0" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Error!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Failed to delete all comments" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Failed to delete all votes" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Failed to delete column" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Failed to delete the comment" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Failed to delete the poll" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Failed to delete the vote!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Failed to insert the comment!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Failed to save poll" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Forbidden!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" +"Oh no! Your poll could not be created at the moment. Sorry about that. " +"Please try again later." + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Identifier is already used" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "If you quit now, your changes will be lost." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"JavaScript is disabled on your browser. It is required to create a poll." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Missing values" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "No polls found" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Password is empty." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Passwords do not match." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Poll has been updated before you vote" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Something has gone wrong..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Something is wrong with the format" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "The column already exists" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "The name is invalid." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "The name you've chosen already exists in this poll!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "There is a problem with your choices" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "This identifier is not allowed" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "This poll doesn't exist!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Unable to connect to database" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Update vote failed" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "You already voted" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"You can't create a poll with hidden results with the following option: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "You can't select more than %d dates" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." + +#: .FindPolls.Address +msgid "Address" +msgstr "Address" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Created polls" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Have a good day!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Here is the list of the polls that you manage on %s:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "Its address" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Last access date" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "List of your polls" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Polls saved inside this browser" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Polls sent" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Remove all my polls from this browser's index" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Remove poll from index" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Send me my polls" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Send my polls by email" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "The date you created or last accessed the poll" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "The title of the poll" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "There are no polls saved inside your browser yet" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Visited polls" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(in the format name@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Add" + +#: .Generic.Back +msgid "Back" +msgstr "Back" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Back to the homepage of" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Cancel" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Choice" + +#: .Generic.Classic +msgid "Classic" +msgstr "Classic" + +#: .Generic.Close +msgid "Close" +msgstr "Close" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Create your own polls" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Creation date:" + +#: .Generic.Date +msgid "Date" +msgstr "Date" + +#: .Generic.Day +msgid "Day" +msgstr "Day" + +#: .Generic.Description +msgid "Description" +msgstr "Description" + +#: .Generic.Edit +msgid "Edit" +msgstr "Edit" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." + +#: .Generic.Home +msgid "Home" +msgstr "Home" + +#: .Generic.Information +msgid "Information" +msgstr "Information" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Legend:" + +#: .Generic.Link +msgid "Link" +msgstr "Link" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Next" + +#: .Generic.No +msgid "No" +msgstr "No" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Page generated in" + +#: .Generic.Poll +msgid "Poll" +msgstr "Poll" + +#: .Generic.Remove +msgid "Remove" +msgstr "Remove" + +#: .Generic.Save +msgid "Save" +msgstr "Save" + +#: .Generic.Search +msgid "Search" +msgstr "Search" + +#: .Generic.Time +msgid "Time" +msgstr "Time" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Under reserve" + +#: .Generic.Unknown +msgid "Unknown" +msgstr "Unknown" + +#: .Generic.Validate +msgid "Validate" +msgstr "Validate" + +#: .Generic.Yes +msgid "Yes" +msgstr "Yes" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Your email address" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Your name" + +#: .Generic.days +msgid "days" +msgstr "days" + +#: .Generic.for +msgid "for" +msgstr "for" + +#: .Generic.months +msgid "months" +msgstr "months" + +#: .Generic.seconds +msgid "seconds" +msgstr "seconds" + +#: .Generic.vote +msgid "vote" +msgstr "vote" + +#: .Generic.votes +msgid "votes" +msgstr "votes" + +#: .Generic.with +msgid "with" +msgstr "with" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Make a standard poll" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Schedule an event" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Where are my polls?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Administrator mail address" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Application name" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Clean URL" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Database driver" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Database hostname" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Database name" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Database port" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Default language" + +#: .Installation.General +msgid "General" +msgstr "General" + +#: .Installation.Install +msgid "Install" +msgstr "Install" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Migration table" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Password" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefix" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Respond-to mail address" + +#: .Installation.User +msgid "User" +msgstr "User" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Change language" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Select language" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Message for the author" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notification of poll: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Participant link" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Poll participation: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Someone just changed your poll at the following link %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Someone just deleted your poll \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Thank you for participating in the poll at the following link" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Thank you for your trust." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "This is the message to forward to the poll participants." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "added a vote.
You can visit your poll at the link" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "has just created a poll called" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "updated a vote.
You can visit your poll at the link" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "wrote a comment.
You can visit your poll at the link" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Thank you for your understanding." + +#: .Maintenance.The+application +msgid "The application" +msgstr "The application" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "is currently under maintenance." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Submit access" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Wrong password" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "You have to provide a password so you can participate to the poll." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "You have to provide a password to access the poll." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s option" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Anyone will be able to see your email address after you voted" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Best choice" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Best choices" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Chart" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Display the chart of the results" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Edit line: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Link to edit this particular line" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Remove line:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Save choices" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Scroll to the left" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Scroll to the right" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "The current best choice is:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "The current best choices are:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "" +"The link to edit this particular line has been copied to the clipboard!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Total" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Vote \"no\" for" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Vote \"yes\" for" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Votes under reserve for" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "polled user" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "polled users" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Admin link for the poll" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Cancel the description edit" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Cancel the email address edit" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Cancel the expiration date edit" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Cancel the name edit" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Cancel the rules edit" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Cancel the title edit" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Creator of the poll" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Edit name" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Edit the description" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Edit the email address" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Edit the expiry date" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Edit the poll rules" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Edit title" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Export to CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "No password" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Only votes are protected" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Password protected" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Poll rules" + +#: .PollInfo.Print +msgid "Print" +msgstr "Print" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Public link to the poll" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Remove all comments" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Remove all votes" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Remove password" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Remove the poll" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Results are hidden" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Results are visible" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Rich editor" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Save the description" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Save the email address" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Save the new expiration date" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Save the new name" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Save the new rules" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Save the new title" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Simple editor" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Title of the poll" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Voters' email addresses are collected" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "Voters' email addresses are collected and required" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "Voters' email addresses are collected, required and verified" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Voters' email addresses are not collected" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Votes and comments are locked" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Votes protected by password" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "All voters can modify any vote" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Collect voters' email addresses" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Confirmation" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Customize the URL" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Email addresses are collected but not required" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Email addresses are not collected" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Email addresses are required" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Email addresses are required and verified" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Go to step 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limit the amount of voters per option" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "More informations here:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Only the poll maker can see the poll results" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Optional parameters" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Permissions" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Poll creation (1 of 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Poll link" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Poll title" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Receive an email for each new comment" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Receive an email for each new vote" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Required fields cannot be left blank." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "The identifier can contain letters, numbers and dashes \"-\"." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "The results are publicly visible" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"To make the description more attractive, you can use the Markdown format." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Use a password to restrict access" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Value Max" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Voters can modify their own vote themselves" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Votes cannot be modified" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "You are in the poll creation section." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "You can enable or disable the editor at will." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "votes per option" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Go to step 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Return to step 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Add a choice" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Add a link or an image" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Alternative text" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Links or images can be included using" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "Markdown syntax" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Poll options (2 of 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Remove a choice" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "These fields are optional. You can add a link, an image or both." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "To create a poll you should provide at least two different choices." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL of the image" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "You can add or remove choices with the buttons" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Add a day" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Add a time slot" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Choose dates for your poll" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Copy times from the first day" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Poll dates (2 of 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Remove a day" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Remove a time slot" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Remove all days" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Remove all times" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Remove this day" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "You can add or remove additional days and times with the buttons" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Back to step 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Confirm the creation of your poll" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Create the poll" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Expiry date:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "List of options" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Removal date and confirmation (3 of 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "You can set a specific expiry date for the poll." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Your poll will automatically be archived" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Your poll will be automatically archived in %d days." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "after the last date of your poll." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Version %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Add a column" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Adding a column" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "All comments deleted" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "All votes deleted" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"As poll administrator, you can change all the lines of this poll with this " +"button" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Back to the poll" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Choice added" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Collect the emails of the polled users for the choice" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Column deleted" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Comment deleted" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Confirm removal of all comments" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Confirm removal of all votes" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Confirm removal of the column." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Confirm removal of your poll" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Delete poll" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Keep comments" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Keep the comments" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Keep the poll" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Keep the votes" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Keep this poll" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Keep votes" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Poll fully deleted" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Poll saved" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Remove column" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Remove the comments" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Remove the votes" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "The poll was created." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Vote added" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Vote deleted" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Vote updated" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "You can add a new scheduling date to your poll." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Your poll has been removed!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "and add a new column with" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "remove a column or a line with" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "Users who voted \"No\" for this option have left those email addresses:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Users who voted \"Yes\" for this option have left those email addresses:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Deletion date:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "The poll has expired, it will soon be deleted." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." diff --git a/public/assets/i18n/po/es.po b/public/assets/i18n/po/es.po new file mode 100644 index 0000000..1e2364d --- /dev/null +++ b/public/assets/i18n/po/es.po @@ -0,0 +1,1967 @@ +# Luc Didry , 2018. #zanata +# Sylvain Lesage , 2018. #zanata +# Tehuel , 2018. #zanata +# Titouan Biteau , 2018. #zanata +# Thomas Citharel , 2019. #zanata +# ana , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-07-22 05:51+0000\n" +"Last-Translator: Santiago Salvador \n" +"Language-Team: Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Crear una encuesta" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Definir las fechas o los temas a elegir" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Discutan y tomen una decisión" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "¿Quiere" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate es un servicio en línea que permite planificar un encuentro o " +"tomar decisiones rápidamente y de manera sencilla. No es necesario " +"registrarse." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Así funciona:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Enviar el enlace de la encuesta a sus amigos o colegas" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "¿Qué es Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "¿Ver un ejemplo?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "licencia CeCILL-B" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Se encuentra bajo la" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate se basó inicialmente en" + +#: .2nd+section.The+software +msgid "The software" +msgstr "El software" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Este software necesita tener activado el javascript y las cookies. Es " +"compatible con los siguientes navegadores web:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"un software desarrollado por la Universidad de Estrasburgo. Ahora, su " +"desarrollo está realizado por la asociación Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Cultive su jardín" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Si quiere instalar este software para su propio uso y de esta manera ganar " +"en autonomía, nos puede ayudar en:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Para participar en el desarrollo del software, sugerir mejoras o simplemente " +"descargarlo, por favor visite" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "la página de desarrollo" + +#: .Admin.Actions +msgid "Actions" +msgstr "Acciones" + +#: .Admin.Administration +msgid "Administration" +msgstr "Administración" + +#: .Admin.Author +msgid "Author" +msgstr "Autor" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Volver a la administración" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Cambiar la encuesta" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Correo electrónico" + +#: .Admin.Executed +msgid "Executed" +msgstr "Ejecutado" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Fecha de expiración" + +#: .Admin.Fail +msgid "Fail" +msgstr "Error" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Fallo:" + +#: .Admin.Format +msgid "Format" +msgstr "Formato" + +#: .Admin.Installation +msgid "Installation" +msgstr "Instalación" + +#: .Admin.Logs +msgid "Logs" +msgstr "Histórico / bitácoras" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migración" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Nada" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Páginas:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Identidad de la encuesta" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Encuesta borrada" + +#: .Admin.Polls +msgid "Polls" +msgstr "Encuestas" + +#: .Admin.Purge +msgid "Purge" +msgstr "Purgar" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Purgar las encuestas" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Purgados:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Ver la encuesta" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Omitidos:" + +#: .Admin.Status +msgid "Status" +msgstr "Estado" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Con éxito:" + +#: .Admin.Success +msgid "Success" +msgstr "Éxito" + +#: .Admin.Summary +msgid "Summary" +msgstr "Resumen" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Título" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Votos" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "En espera" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "encuestas en la base de datos a la fecha" + +#: .Check.Check+again +msgid "Check again" +msgstr "Verificar nuevamente" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Considere habilitar la extensión OpenSSL de PHP para incrementar la " +"seguridad." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Considere establecer el valor de « date.timezone » en php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Considere establecer « session.cookie_httponly = 1 » en el archivo php.ini o " +"agregue « php_value session.cookie_httponly 1 » al archivo .htaccess para " +"que los cookies no sean accesibles desde Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Continuar con la instalación" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Los cookies son accesibles únicamente a través de HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Verificación de instalación" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "La extensión OpenSSL está cargada." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "La extensión PHP Intl está cargada." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "La versión %s de PHP es suficiente (Se require al menos PHP %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"El directorio de configuración (%s) no tiene permisos de escritura y el " +"archivo (%s) no existe." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "El directorio de configuración (%s) tiene permisos de escritura." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "El archivo de configuración existe." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"El directorio de compilación de plantillas (%s) no existe en \"%s\". Por " +"favor vuelva a intentar el proceso de instalación." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "" +"El directorio de compilación de plantillas (%s) no tiene permisos de " +"escritura." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "" +"El directorio de compilación de plantillas (%s) tiene permisos de escritura." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Necesitas activar la extensión Intl de PHP." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Su versión de PHP (%s) es demasiado antigua. Esta aplicación necesita al " +"menos la version %s de PHP." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone está definido." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Añadir un comentario a la encuesta" + +#: .Comments.Comment +msgid "Comment" +msgstr "Su comentario" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Comentario añadido" + +#: .Comments.Comments +msgid "Comments" +msgstr "Comentarios de los votantes" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "" +"Introduzca su nombre y comentario antes de enviar el formulario rellenado" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Borrar el comentario" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Enviar el comentario" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A, %e de %B de %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B de %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%d/%m/%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Agregar rango de fechas" + +#: .Date.End+date +msgid "End date" +msgstr "Fecha de Finalización" + +#: .Date.Start+date +msgid "Start date" +msgstr "Fecha de Inicio" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d/m/Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Puede seleccionar como máximo 4 meses" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "día / mes / año" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Enlace para edición de encuesta \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Este es el enlace para editar su voto:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Si no quiere perder su enlace personalizado, se lo podemos enviar por email." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Por favor espere %d segundos antes de que podamos enviar nuevamente un " +"correo electrónico, y luego vuelva a intentarlo." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "RECORDATORIO" + +#: .EditLink.Send +msgid "Send" +msgstr "Enviar" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "La dirección de correo electrónico incorrecta." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "¡Su recordatorio ha sido enviado correctamente!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Error al crear el voto" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "No se puede crear una columna vacía." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Imposible crear el archivo config.php en '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Error al crear el comentario" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Los cookies están desactivados en su navegador. Se requiere activarlos para " +"crear una encuesta." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Introduzca un nombre" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Introduzca su nombre y un comentario!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Introducza un título" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Introduzca un correo electrónico" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Error en el límite de cantidad de votos: El valor debe ser un número entero " +"mayor que 0" + +#: .Error.Error%21 +msgid "Error!" +msgstr "¡Error!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "No se han eliminado todos los comentarios" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "No se han eliminado todos los votos" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Error al eliminar la columna" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "No se ha podido eliminar el comentario" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "No se borró la encuesta" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Error al borrar el voto!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "¡Error al crear el comentario!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Error al guardar la encuesta" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "¡Prohibido!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" +"¡Oh no! Su encuesta no pudo ser creada en este momento. Por favor, inténtelo " +"de nuevo más tarde." + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "El identificador ya está en uso" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Si lo abandonas el programa, tus cambios se perderán." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"Javascript está desactivado en su navegador. Se requiere activarlo para " +"crear una encuesta." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Valores inexistentes" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Ninguna encuesta encontrada" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "La contraseña está vacía." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Las contraseñas no coinciden." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "La encuesta fue actualizada antes de su voto" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Algo ha ido mal..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Algo está mal con el formato" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Algo está mal con el formato: Las URLs personalizadas solo pueden estar " +"compuestas por caracteres alfanuméricos y guiones." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Algo está mal con el formato: El nombre no debe contener espacios al " +"principio o al final" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"El correo electrónico es incorrecto. Tiene que introducir una dirección " +"cálida (por ejemplo r.stallman@outlook.com) para recibir el enlace de su " +"encuesta." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "La columna ya existe" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Este nombre es invalido." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "¡El nombre que eligió ya existe en la encuesta!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Existe un problema con sus opciones" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Este ID no está autorizado" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "¡Esta encuesta no existe!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "No se puede conectar a la base de datos" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Error al actualizar el voto" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Usted ya votó" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"No puede crear una encuesta con resultados no visibles con las siguientes " +"opciones de edición: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "No puede seleccionar más de %d fechas" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"No ha llenado la primera sección de la creación de la encuesta, o su sesión " +"ha caducado." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Su voto no fue contado, porque alguien votó mientras tanto y entró en " +"conflicto con sus elecciones y las condiciones de la encuesta. Por favor, " +"vuelva a intentarlo." + +#: .FindPolls.Address +msgid "Address" +msgstr "Dirección" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Encuestas creadas" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "¡Que tenga un buen dia!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Esta es la lista de encuestas que puede manejar en %s:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Si usted no fue la fuente de esta acción y cree que es un abuso del " +"servicio, por favor notifique al administrador a %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "Su dirección" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Última fecha de acceso" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Listado de sus encuestas" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"P.D.: Este correo electrónico se envió porque usted - o alguien más - " +"solicitó recuperar todas las encuestas realizadas con esta dirección de " +"correo electrónico." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Encuestas guardadas en este navegador" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Encuestas enviadas" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Eliminar todas mis encuestas del índice de este navegador" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Eliminar del índice de este navegador" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Enviarme mis encuestas" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Enviarme mis encuestas por correo electrónico" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "La fecha en que creó o accedió por última vez a la encuesta" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "El título de la encuesta" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Aún no hay encuestas guardadas en su navegador" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Para eliminar estos datos, haga clic en la papelera de la línea " +"correspondiente o haga clic en la opción \"Eliminar mi índice de encuestas\"." +" Esto no borrará sus encuestas." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Para ayudarle a encontrar sus encuestas anteriores, guardamos cada encuesta " +"que usted crea o a la que accede dentro de su navegador. Estos datos se " +"guardan únicamente en este navegador. Se guardarán los siguientes datos:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Encuestas visitadas" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(en el formato nombre@correo.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Añadir" + +#: .Generic.Back +msgid "Back" +msgstr "Volver" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Retroceder al inicio de" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Cancelar" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Elección" + +#: .Generic.Classic +msgid "Classic" +msgstr "Clásico" + +#: .Generic.Close +msgid "Close" +msgstr "Cerrar" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Crear sus propias encuestas" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Fecha de creación:" + +#: .Generic.Date +msgid "Date" +msgstr "Fecha" + +#: .Generic.Day +msgid "Day" +msgstr "Día" + +#: .Generic.Description +msgid "Description" +msgstr "Descripción" + +#: .Generic.Edit +msgid "Edit" +msgstr "Cambio" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate es un servicio en línea para planificar una cita o tomar una " +"decisión de forma rápida y sencilla." + +#: .Generic.Home +msgid "Home" +msgstr "Inicio" + +#: .Generic.Information +msgid "Information" +msgstr "Información" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Leyenda:" + +#: .Generic.Link +msgid "Link" +msgstr "Enlace" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Seguir" + +#: .Generic.No +msgid "No" +msgstr "No" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Página generada en" + +#: .Generic.Poll +msgid "Poll" +msgstr "Encuesta" + +#: .Generic.Remove +msgid "Remove" +msgstr "Borrar" + +#: .Generic.Save +msgid "Save" +msgstr "Guardar" + +#: .Generic.Search +msgid "Search" +msgstr "Búsqueda" + +#: .Generic.Time +msgid "Time" +msgstr "Hora" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "En caso de ser necesario" + +#: .Generic.Validate +msgid "Validate" +msgstr "Validar" + +#: .Generic.Yes +msgid "Yes" +msgstr "Si" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Su dirección de correo electrónico" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Su nombre" + +#: .Generic.days +msgid "days" +msgstr "días" + +#: .Generic.for +msgid "for" +msgstr "para" + +#: .Generic.months +msgid "months" +msgstr "meses" + +#: .Generic.seconds +msgid "seconds" +msgstr "segundos" + +#: .Generic.vote +msgid "vote" +msgstr "voto" + +#: .Generic.votes +msgid "votes" +msgstr "votos" + +#: .Generic.with +msgid "with" +msgstr "con" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Crear una encuesta clásica" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Planificar un evento" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "¿Dónde están mis encuestas?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Correo electrónico del administrador" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Nombre de la aplicación" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "URL Limpia" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Controlador de base de datos/Database driver" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Nombre de host de la base de datos" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Nombre de la base de datos" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Puerto de la base de datos" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Lenguaje por defecto" + +#: .Installation.General +msgid "General" +msgstr "General" + +#: .Installation.Install +msgid "Install" +msgstr "Instalar" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Tabla de migración" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Contraseña" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefijo" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Correo electrónico para \"responder a\"" + +#: .Installation.User +msgid "User" +msgstr "Usuario" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Cambiar el idioma" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Elegir el idioma" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"\"La carretera es larga, pero el camino está despejado...\"
Framasoft " +"vive sólo de sus donaciones
Gracias de antemano por su apoyo https://" +"soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Mensaje para el/la autor/a" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notificación de la encuesta: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Para difusión a los votantes" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Participación a la encuesta: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link
%1$s." +msgstr "" +"Alguien acaba de modificar su encuesta, disponible en el siguiente enlace %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Alguien acaba de borrar su encuesta \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Gracias por participar en la encuesta en el siguiente enlace" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Gracias por su confianza." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "Este es el mensaje que puede enviar a todos los votantes." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Este mensaje NO debe ser enviado a los participantes de la encuesta. Debería " +"mantenerlo en privado.

Puede modificar su encuesta en el siguiente " +"enlace" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "acaba de votar.
Puede acceder a la encuesta siguiendo este enlace" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "acaba de crear una encuesta llamada" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"acaba de actualizar su voto.
Puede acceder a la encuesta siguiendo este " +"enlace" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"acaba de redactar un comentario.
Puede acceder a la encuesta siguiendo " +"este enlace" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Gracias por su comprensión." + +#: .Maintenance.The+application +msgid "The application" +msgstr "La aplicación" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "se encuentra en mantenimiento." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Acceder" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Contraseña incorrecta" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Debe ingresar una contraseña para poder participar de la encuesta." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Debe ingresar una contraseña para acceder a la encuesta." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s opción" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "" +"Cualquiera podrá ver tu dirección de correo electrónico después de votar" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Elección más popular" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Elecciones más populares" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Gráfico" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Mostrar el gráfico de resultados" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Modificar la fila: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Enlace para editar esta linea en particular" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Borrar la fila:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Guardar los cambios" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Desplazar hacia la izquierda" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Desplazar hacia la derecha" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "La elección más popular actualmente es:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Las elecciones más populares actualmente son:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "" +"¡El enlace para editar esta linea en particular ha sido copiado al " +"portapapeles!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Suma" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Votar « no » para" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Votar « si » para" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Votos bajo reserva para" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "Votante" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "Votantes" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Enlace de administración de la encuesta" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Cancelar el cambio de descripción" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Cancelar el cambio de correo electrónico" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Cancelar el cambio de fecha de expiración" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Cancelar el cambio de autor" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Cancelar los cambios en las reglas" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Cancelar el cambio de título" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Autor/a de la encuesta" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Modificar nombre" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Modificar la descripción" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Modificar el correo electrónico" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Modificar la fecha de expiración" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Modificar los permisos de la encuesta" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Modificar el título" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Exportar en CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Sin contraseña" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Sólo los votos están protegidos" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Protegido por contraseña" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Permisos de la encuesta" + +#: .PollInfo.Print +msgid "Print" +msgstr "Imprimir" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Enlace público de la encuesta" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Eliminar todos los comentarios" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Eliminar todos los votos" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Eliminar contraseña" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Eliminar la encuesta" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Los resultados están ocultos" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Los resultados son visibles" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Editor avanzado" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Guardar la descripción" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Guardar el correo electrónico" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Guardar la fecha de expiración" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Guardar el nuevo nombre" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Guardar las nuevas reglas" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Guardar el nuevo título" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Editor simple" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Título de la encuesta" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Se recopilan las direcciones de correo electrónico de los votantes" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "" +"Las direcciones de correo electrónico de los votantes se recopilan y se " +"requieren" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" +"Las direcciones de correo electrónico de los votantes se recopilan, se " +"requieren y se verifican" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Las direcciones de correo electrónico de los votantes no se recopilan" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Los votos y comentarios están bloqueados" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Votos protegidos por contraseña" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Todos los votantes pueden modificar cualquier voto" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"La definición de un identificador para la encuesta puede hacerla accesible a " +"gente no deseada. Es recomendable protegerla con una contraseña." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Recopilar las direcciones de correo electrónico de los votantes" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Confirmación" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Personalizar la URL" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "" +"Las direcciones de correo electrónico se recopilan pero no se requieren" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Las direcciones de correo electrónico no se recopilan" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Las direcciones de correo electrónico se requieren" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Las direcciones de correo electrónico se requieren y se verifican" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Ir al paso número 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limitar el número de votantes por opción" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Más información aqui:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Solo el creador de la encuesta puede ver los resultados" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Parámetros opcionales" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Permisos" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Creación de la encuesta (1 de 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Enlace a la encuesta" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Título de la encuesta" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Recibir un correo electrónico para cada nuevo comentario" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Recibir un correo electrónico para cada nuevo voto" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Los campos requeridos (*) no pueden ser dejados en blanco." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "El identificador puede incluir letras, números y guiones \"-\"." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Los resultados son visibles públicamente" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Para hacer la descripción más atractiva es posible usar el formato Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Utilice una contraseña para restringir el acceso" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Valor max" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Los votos pueden ser modificados por su autor" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Los votos no pueden ser modificados" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Advertencia: Cualquiera puede ver las direcciones de correo electrónico de " +"los usuarios encuestados, ya que todos los votantes pueden modificar " +"cualquier voto. Debería restringir las reglas de permisos." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Estás en la sección de creación de encuestas." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Puede activar o desactivar el editor cuando lo desee." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "votos por opción" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Ir al paso número 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Volver al paso número 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Añadir una opción" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Añadir un enlace o una imagen" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Texto alternativo" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Se peude proponer enlaces o imágenes utilizando" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "la síntaxis Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Elegir los temas (2 de 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Eliminar una opción" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Estos campos son opcionales. Puede añadir un enlace, una imagen, o ambos." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Para crear una encueta clásica, dene proponer por lo menos dos opciones." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL de la imagen" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Puede añadir o borrar las opciones con los botones" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Añadir un día" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Añadir un horario" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Elija las fechas de su encuesta" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Copiar los horarios del primer día en los otros días" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Para cada día seleccionado, puede elegir o no, horarios de reunión (por " +"ejemplo: \"8:00\", \"8:30\", \"8:00-10:00\", \"noche\", etc.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Elegir las fechas (2 de 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Eliminar un día" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Eliminar una franja horaria" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Borrar todos los días" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Eliminar todos los horarios" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Eliminar este dia" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Para programar un evento, tiene que proponer por lo menos dos opciones (dos " +"horarios para un día, o dos días)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "Puede agregar o borrar días y horarios con los botones" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Volver al paso número 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Comfirmar la creación de la encuesta" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Crear la encuesta" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Fecha de caducidad:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Lista de opciones" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Una vez confirmada la creación de la encuesta, estará automáticamente " +"redirigido/a hacia la página de administración de su encuesta." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Fecha de caducidad y confirmación (3 de 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Luego, recibirá dos correos electrónicos: el primero con el enlace de la " +"encuesta, para enviar a los votantes, y el segundo con el enlace de la " +"página de administración de la encuesta." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Puede establecer una fecha de caducidad específica para la encuesta." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Su encuesta estará archivada de manera automática" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Su encuesta estará archivada de manera automática en %d días." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "después de la última fecha de su encuesta." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Versión %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Añadir una columna" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Añadiendo una columna" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Todos los comentarios han sido borrados" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Todos los votos han sido borrados" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Como administrador, Usted puede cambiar todas las filas de la encuesta con " +"este botón" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Volver a la encuesta" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Elección añadida" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "" +"Recopilar los correos electrónicos de los usuarios encuestados para la " +"elección" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Columna borrada" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Comentario borrado" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Confirmar la eliminación de todos los comentarios de la encuesta" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Confirma la eliminación de todos los votos de la encuesta" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Confirmar la eliminación de la columna." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Confirmar la eliminación de la encuesta" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Borrar encuesta" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Finalmente, puede cambiar las informaciones de esta encuesta, como el " +"título, los comentarios o la dirección de correo electrónico." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Conservar comentarios" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Conservar los comentarios" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Conservar la encuesta" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Conservar los votos" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Conservar esta encuesta" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Conservar los votos" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Encuesta borrada enteramente" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Encuesta guardada" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Borrar la columna" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Borrar los comentarios" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Borrar los votos" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "La encuesta ha sido creada." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Voto añadido" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Voto borrado" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Voto actualizado" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Puede añadir una nueva fecha de encuentro a su encuesta." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Su encuesta ha sido borrada!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "y se puede añadir una columna con" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "borrar una columna o una fila con" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Los usuarios que votaron \"Si es necesario\" por esta opción han dejado esas " +"direcciones de correo electrónico:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"Los usuarios que votaron \"No\" por esta opción han dejado esas direcciones " +"de correo electrónico:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Los usuarios que votaron \"Sí\" por esta opción han dejado esas direcciones " +"de correo electrónico:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Fecha de supresión:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Si quieres votar en esta encuesta, tienes que dar tu nombre, hacer tu " +"elección y enviarla seleccionando el botón guardar al final de la línea." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"La persona a cargo de la administración bloqueó esta encuesta. Los votos y " +"comentarios están bloqueados, ya no se permite participar" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "La encuesta expiró, pronto desaparecerá." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Su voto fue guardado, pero tenga en cuenta que esta encuesta solo permite " +"modificar su voto a través de este enlace personalizado (conservelo " +"cuidadosamente)." diff --git a/public/assets/i18n/po/fr.po b/public/assets/i18n/po/fr.po new file mode 100644 index 0000000..b348398 --- /dev/null +++ b/public/assets/i18n/po/fr.po @@ -0,0 +1,1981 @@ +# Luc Didry , 2018. #zanata +# Quentin Dupont , 2018. #zanata +# Thomas Citharel , 2018. #zanata +# tom ngr , 2018. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-04-19 10:08+0000\n" +"Last-Translator: llaq \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.11.2\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Créez un sondage" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Déterminez les dates ou les sujets à choisir" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Discutez et prenez votre décision" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Voulez-vous" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate est un service en ligne permettant de planifier un rendez-vous ou " +"prendre des décisions rapidement et simplement. Aucune inscription préalable " +"n’est nécessaire." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Voici comment ça fonctionne :" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Envoyez le lien du sondage à vos ami·e·s ou collègues" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Prise en main" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "voir un exemple ?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "licence CeCILL-B" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Il est régi par la" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate est initialement basé sur" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Le logiciel" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Ce logiciel requiert l’activation du JavaScript et des cookies. Il est " +"compatible avec les navigateurs web suivants :" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"un logiciel développé par l'Université de Strasbourg. Aujourd'hui, son " +"développement est assuré par l’association Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Cultivez votre jardin" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Si vous souhaitez installer ce logiciel pour votre propre usage et ainsi " +"gagner en autonomie, nous vous aidons sur :" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Pour participer au développement du logiciel, proposer des améliorations ou " +"simplement le télécharger, rendez-vous sur" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "le site de développement" + +#: .Admin.Actions +msgid "Actions" +msgstr "Actions" + +#: .Admin.Administration +msgid "Administration" +msgstr "Administration" + +#: .Admin.Author +msgid "Author" +msgstr "Auteur·rice" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Retour à l'administration" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Modifier le sondage" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Courriel" + +#: .Admin.Executed +msgid "Executed" +msgstr "Exécutées" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Date d’expiration" + +#: .Admin.Fail +msgid "Fail" +msgstr "Échec" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Échec :" + +#: .Admin.Format +msgid "Format" +msgstr "Format" + +#: .Admin.Installation +msgid "Installation" +msgstr "Installation" + +#: .Admin.Logs +msgid "Logs" +msgstr "Historique" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migration" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Rien" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Pages :" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "ID sondage" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Sondage complètement supprimé" + +#: .Admin.Polls +msgid "Polls" +msgstr "Sondages" + +#: .Admin.Purge +msgid "Purge" +msgstr "Purger" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Purger les sondages" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Purgés :" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Voir le sondage" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Passé :" + +#: .Admin.Status +msgid "Status" +msgstr "Statut" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Succès :" + +#: .Admin.Success +msgid "Success" +msgstr "Réussite" + +#: .Admin.Summary +msgid "Summary" +msgstr "Résumé" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Titre" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Votes" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "En attente" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "sondages dans la base actuellement" + +#: .Check.Check+again +msgid "Check again" +msgstr "Vérifier à nouveau" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Veuillez considérer l'activation de l'extension PHP OpenSSL pour améliorer " +"la sécurité." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Veuillez considérer la définition de date.timezone dans le php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Pensez à définir « session.cookie_httponly = 1 » dans votre fichier php.ini " +"ou bien ajouter « php_value session.cookie_httponly 1 » à votre fichier ." +"htaccess de telle sorte que les cookies ne puissent pas être accessibles " +"depuis Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Continuer l'installation" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Les cookies sont accessibles uniquement via HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Vérifications de l'installation" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "L'extension PHP OpenSSL est chargée." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "L'extension PHP Intl est activée." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "Version de PHP %s suffisante (nécessite au moins PHP %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"Le dossier du fichier de configuration (%s) n'est pas accessible en écriture " +"et le fichier de configuration (%s) n'existe pas." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "" +"Le dossier du fichier de configuration (%s) est accessible en écriture." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Le fichier de configuration existe." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"Le dossier de compilation des templates (%s) n'existe pas dans \"%s\". " +"Essayez de relancer l'installation." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "" +"Le dossier de compilation des templates (%s) n'est pas accessible en " +"écriture." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "" +"Le dossier de compilation des templates (%s) est accessible en écriture." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Vous devez activer l'extension PHP Intl." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Votre version de PHP (%s) est trop vieille. Cette application a besoin de " +"PHP %s au moins." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone est défini." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Ajouter un commentaire au sondage" + +#: .Comments.Comment +msgid "Comment" +msgstr "Votre commentaire" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Commentaire ajouté" + +#: .Comments.Comments +msgid "Comments" +msgstr "Commentaires de sondé·e·s" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Entrez votre nom et commentaire avant de soumettre le formulaire" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Supprimer le commentaire" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Envoyer le commentaire" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%d-%m-%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Ajout d'un intervalle de dates" + +#: .Date.End+date +msgid "End date" +msgstr "Date de fin" + +#: .Date.Start+date +msgid "Start date" +msgstr "Date de début" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d/m/Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Vous pouvez sélectionner au maximum 4 mois" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "jour / mois / année" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Lien d'édition du sondage \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Voici le lien pour éditer votre vote :" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Afin de ne pas perdre ce lien d'édition de vote, nous pouvons vous l'envoyer " +"par courriel." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Veuillez patienter encore %d secondes avant que nous puissions vous envoyer " +"un email, puis réessayez." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "RAPPEL" + +#: .EditLink.Send +msgid "Send" +msgstr "Envoyer" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Courriel incorrect." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Votre rappel a été envoyé avec succès !" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Échec de l'ajout d'un vote" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Impossible de créer une colonne vide." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Impossible de créer le fichier config.php dans '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Échec du commentaire" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Les cookies sont désactivés sur votre navigateur. Leur activation est " +"requise pour la création d'un sondage." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Vous n'avez pas saisi de nom !" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Merci de remplir les deux champs !" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Il faut saisir un titre !" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Il faut saisir une adresse électronique !" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "Erreur : le nombre de votants doit être un nombre supérieur à 0" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Erreur !" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Impossible de supprimer tous les commentaires" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Impossible de supprimer tous les votes" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Échec de la suppression de colonne" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Impossible de supprimer le commentaire" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Impossible de supprimer le sondage" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Échec de la suppression du vote !" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Échec à l'insertion du commentaire !" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Échec de la sauvegarde du sondage" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Interdit !" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" +"Oh non ! Votre sondage n'a pas pu être enregistré. Nous sommes désolés. " +"Merci de réessayer." + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "L'identifiant est déjà utilisé" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Si vous quittez maintenant, vos modifications seront perdues." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"JavaScript est désactivé sur votre navigateur. Son activation est requise " +"pour la création d'un sondage." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Il manque des valeurs" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Aucun sondage n'a été trouvé" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Le mot de passe est vide." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Les mots de passe ne correspondent pas." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Le sondage a été mis à jour avant votre vote" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Quelque chose ne va pas..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Quelque chose ne va pas avec le format" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Format incorrect : seuls les caractères alphabétiques, nombres et tirets " +"sont acceptés dans les URLs personnalisées." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Quelque chose ne va pas avec le format : le nom ne devrait pas contenir " +"d'espaces avant ou après" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"L'adresse saisie n'est pas correcte ! Il faut une adresse électronique " +"valide (par exemple r.stallman@outlock.com) pour recevoir le lien vers le " +"sondage." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "La colonne existe déjà" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Le nom n'est pas valide." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "Le nom que vous avez choisi existe déjà !" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Il y a un problème avec vos choix" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Cet id n'est pas autorisé" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Ce sondage n'existe pas !" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Impossible de se connecter à la base de données" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Échec de la mise à jour du vote" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Vous avez déjà voté" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"Vous ne pouvez pas créer de sondage avec résulats cachés avec les options " +"d'édition suivantes : " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Vous ne pouvez pas choisir plus de %d dates" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Vous n'avez pas renseigné la première page du sondage, ou bien votre session " +"a expiré." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Votre vote n'a pas été pris en compte, car quelqu'un a voté entre temps et " +"cela entre en conflit avec vos choix et les conditions du sondage. Merci de " +"réessayer." + +#: .FindPolls.Address +msgid "Address" +msgstr "Adresse" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Sondages créés" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Bonne journée !" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Voici la liste des sondages que vous administrez sur %s :" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Si jamais vous n'étiez pas à l'origine de cette action et que vous pensez " +"qu'il s'agit d'un abus, vous pouvez nous le signaler à l'administrateur·rice " +"sur %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "Son adresse" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Date de dernier accès" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Liste de vos sondages" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS : ce mail a été envoyé parce que vous – ou quelqu'un d'autre – avez " +"demandé la récupération des sondages créés à l'aide de votre adresse email." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Sondages stockés dans ce navigateur" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Sondages envoyés" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Supprimer tous mes sondages de l'index de ce navigateur" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Supprimer le sondage de l'index" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Envoyer mes sondages" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Envoyer mes sondages par courriel" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "La date à laquelle vous avez créé ou accédé en dernier le sondage" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "Le titre du sondage" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Il n'y a pas encore de sondages sauvegardés dans votre navigateur" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Pour supprimer ces données, cliquez sur l'icône en forme de poubelle en face " +"de chaque ligne ou cliquez sur le bouton « Supprimer l'index de mes sondages " +"». Cela ne supprimera pas vos sondages." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Pour vous aider à trouver vos sondages précédents, nous enregistrons des " +"informations sur chaque sondage que vous effectuez ou auquel vous accédez " +"dans votre navigateur. Ces données sont sauvegardées uniquement dans votre " +"navigateur. Les données suivantes seront enregistrées :" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Sondages accédés" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(au format nom@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Ajouter" + +#: .Generic.Back +msgid "Back" +msgstr "Précédent" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Retourner à la page d'accueil de" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Annuler" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Choix" + +#: .Generic.Classic +msgid "Classic" +msgstr "Classique" + +#: .Generic.Close +msgid "Close" +msgstr "Fermer" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Créez vos propres sondages" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Date de création :" + +#: .Generic.Date +msgid "Date" +msgstr "Date" + +#: .Generic.Day +msgid "Day" +msgstr "Jour" + +#: .Generic.Description +msgid "Description" +msgstr "Description" + +#: .Generic.Edit +msgid "Edit" +msgstr "Modifier" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate est un service en ligne permettant de planifier un rendez-vous ou " +"prendre des décisions rapidement et simplement." + +#: .Generic.Home +msgid "Home" +msgstr "Accueil" + +#: .Generic.Information +msgid "Information" +msgstr "Légende" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Légende :" + +#: .Generic.Link +msgid "Link" +msgstr "Lien" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Continuer" + +#: .Generic.No +msgid "No" +msgstr "Non" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Page générée en" + +#: .Generic.Poll +msgid "Poll" +msgstr "Sondage" + +#: .Generic.Remove +msgid "Remove" +msgstr "Effacer" + +#: .Generic.Save +msgid "Save" +msgstr "Enregistrer" + +#: .Generic.Search +msgid "Search" +msgstr "Chercher" + +#: .Generic.Time +msgid "Time" +msgstr "Horaire" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Si nécessaire" + +#: .Generic.Unknown +msgid "Unknown" +msgstr "Inconnu" + +#: .Generic.Validate +msgid "Validate" +msgstr "Valider" + +#: .Generic.Yes +msgid "Yes" +msgstr "Oui" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Votre courriel" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Votre nom" + +#: .Generic.days +msgid "days" +msgstr "jours" + +#: .Generic.for +msgid "for" +msgstr "à" + +#: .Generic.months +msgid "months" +msgstr "mois" + +#: .Generic.seconds +msgid "seconds" +msgstr "secondes" + +#: .Generic.vote +msgid "vote" +msgstr "vote" + +#: .Generic.votes +msgid "votes" +msgstr "votes" + +#: .Generic.with +msgid "with" +msgstr "avec" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Créer un sondage classique" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Créer un sondage spécial dates" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Où sont mes sondages ?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Adresse mail de l'application" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Nom de l'application" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "URL propres" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Pilote de la base de données" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Nom d'hôte" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Nom de la base de données" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Port de la base de données" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Langue par défaut" + +#: .Installation.General +msgid "General" +msgstr "Général" + +#: .Installation.Install +msgid "Install" +msgstr "Installer" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Table de migration" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Mot de passe" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Préfixe" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Mail de réponse" + +#: .Installation.User +msgid "User" +msgstr "Utilisateur·rice" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Changer la langue" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Choisir la langue" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"« La route est longue, mais la voie est libre… »
Framasoft ne vit que " +"par vos dons (déductibles des impôts).
Merci d'avance pour votre soutien " +"https://soutenir.framasoft.org." + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Réservé à l'auteur·rice" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notification d'un sondage : %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Pour diffusion aux sondé·e·s" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Participation au sondage : %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Quelqu'un·e vient de modifier votre sondage accessible au lien suivant %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Quelqu'un·e vient de supprimer votre sondage \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Merci de bien vouloir participer au sondage à l'adresse suivante" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Merci de votre confiance." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "" +"Ceci est le message qui doit être envoyé aux sondé·e·s.
Vous pouvez " +"maintenant transmettre ce message à toutes les personnes susceptibles de " +"participer au vote." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Ce message ne doit PAS être diffusé aux sondé·e·s. Il est réservé à l'auteur·" +"rice du sondage.

Vous pouvez modifier ce sondage à l'adresse " +"suivante" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "" +"vient de voter.
Vous pouvez retrouver votre sondage avec le lien suivant" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "vient de créer un sondage intitulé" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"vient de mettre à jour un vote.
Vous pouvez retrouver votre sondage avec " +"le lien suivant" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"vient de rédiger un commentaire.
Vous pouvez retrouver votre sondage " +"avec le lien suivant" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Merci de votre compréhension." + +#: .Maintenance.The+application +msgid "The application" +msgstr "L'application" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "est en cours de maintenance." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Accéder" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Mot de passe incorrect." + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "" +"Vous devez donner le mot de passe pour pouvoir participer à ce sondage." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Vous devez donner le mot de passe pour avoir accès à ce sondage." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s option" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "" +"Tout le monde pourra accéder à votre courriel après que vous ayez voté" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Meilleur choix" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Meilleurs choix" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Graphique" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Afficher le graphique des résultats" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Modifier la ligne : %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Lien pour éditer cette ligne" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Supprimer la ligne :" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Enregistrer les choix" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Faire défiler à gauche" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Faire défiler à droite" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "" +"Pour l'instant, le choix ayant reçu le plus grand nombre de votes est :" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "" +"Pour l'instant, les choix ayant reçu le plus grand nombre de votes sont :" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "" +"Le lien pour l'édition de cette ligne a été copié dans le presse-papier !" + +#: .Poll+results.Total +msgid "Total" +msgstr "Somme" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Voter « non » pour" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Voter « oui » pour" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Si nécessaire" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "votant·e" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "votant·e·s" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Lien d'administration du sondage" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Annuler le changement de description" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Annuler le changement de courriel" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Annuler le changement de date d'expiration" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Annuler le changement d'auteur·rice" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Annuler le changement de permissions" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Annuler le changement de titre" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Auteur·rice du sondage" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Modification de l'auteur·rice" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Modifier la description" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Modifier le courriel" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Modifier la date d'expiration" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Modifier les permissions du sondage" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Modifier le titre" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Export Tableur (CSV)" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Pas de mot de passe" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Seul les votes sont protégés" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Protégé par mot de passe" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Permissions du sondage" + +#: .PollInfo.Print +msgid "Print" +msgstr "Imprimer" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Lien public du sondage" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Supprimer tous les commentaires" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Supprimer tous les votes" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Supprimer le mot de passe" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Supprimer le sondage" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Les résultats sont cachés" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Les résultats sont visibles" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Editeur avancé" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Enregistrer la description" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Enregistrer le courriel" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Enregistrer la date d'expiration" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Enregistrer l'auteur·rice" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Enregistrer les nouvelles permissions" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Enregistrer le nouveau titre" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Editeur simple" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Titre du sondage" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Les courriels des votants sont collectés" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "Les courriels des votants sont collectés et requis" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "Les courriels des votants sont collectés, requis et vérifiés" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Les courriels des votants ne sont pas collectés" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Il n'est plus possible de voter" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Votes protégés par mot de passe" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Tou·te·s les sondé·e·s peuvent modifier tous les votes" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"La modification du lien du sondage peut faciliter l'accès à ce sondage pour " +"des personnes non désirées. Il est recommandé de le protéger par mot de " +"passe." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Collecter les courriels des votants" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Confirmation" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Personnaliser le lien" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Les courriels sont collectés mais pas requis" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Les courriels ne sont pas collectés" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Les courriels sont requis" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Les courriels sont requis et vérifiés" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Aller à l'étape 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limiter le nombre de votant·e·s par option" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Plus d'informations ici :" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Seul·e le ou la créateur·rice du sondage peut voir les résultats" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Paramètres facultatifs" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Permissions" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Création de sondage (1 sur 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Lien du sondage" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Titre du sondage" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Recevoir un courriel à chaque commentaire" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Recevoir un courriel à chaque participation" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Merci de remplir les champs obligatoires, marqués d'une *." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "(peut contenir des lettres, des chiffres et des tirets \"-\")" + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Les résultats sont visibles sans mot de passe" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Afin de rendre le descriptif de ce sondage plus attractif, vous pouvez " +"utiliser le formatage Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Restreindre l'accès au sondage par mot de passe" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Valeur Maximale" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Chaque sondé·e peut modifier son propre vote" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Aucun vote ne peut être modifié" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Attention : tout le monde pourra accéder aux courriels des votants car tout " +"le monde peut éditer chaque vote. Vous devriez restreindre les règles de " +"permission." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Vous avez choisi de créer un nouveau sondage." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Vous pouvez activer ou désactiver l'éditeur à votre guise." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "votes par choix" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Aller à l’étape 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Revenir à l’étape 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Ajouter un choix" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Ajouter un lien ou une image" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Texte alternatif" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Il est possible d’insérer des liens ou des images en utilisant" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "la syntaxe Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Choix des sujets (2 sur 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Supprimer le dernier choix" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Ces champs sont facultatifs. Vous pouvez ajouter un lien, une image ou les " +"deux." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Pour créer un sondage classique, vous devez proposer au moins deux choix " +"différents." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL de l'image" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "" +"Vous pouvez ajouter ou supprimer des choix supplémentaires avec les boutons" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Ajouter un jour" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Ajouter un horaire" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Choisissez les dates de votre sondage" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Reporter les horaires du premier jour sur les autres jours" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Pour chacun des jours sélectionnés, vous avez la possibilité de choisir ou " +"non, des heures de réunion (par exemple : \"8h\", \"8:30\", \"8h-10h\", " +"\"soir\", etc.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Choix des dates (2 sur 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Supprimer le dernier jour" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Supprimer le dernier horaire" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Effacer tous les jours" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Effacer tous les horaires" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Supprimer ce jour" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Pour créer un sondage spécial dates vous devez proposer au moins deux choix " +"(deux horaires pour une même journée ou deux jours)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "" +"Vous pouvez ajouter ou supprimer des jours et horaires supplémentaires avec " +"les boutons" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Revenir à l’étape 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Confirmez la création de votre sondage" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Créer le sondage" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Date d'archivage :" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Liste de vos choix" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Une fois que vous aurez confirmé la création du sondage, vous serez " +"redirigé·e automatiquement vers la page d'administration de votre sondage." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Date d'expiration et confirmation (3 sur 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"En même temps, vous recevrez deux courriels : l'un contenant le lien vers " +"votre sondage pour le faire suivre aux futur·e·s sondé·e·s, l'autre " +"contenant le lien vers la page d'administration du sondage." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Vous pouvez décider d'une date d'archivage plus proche." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Votre sondage sera automatiquement archivé" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Votre sondage sera automatiquement archivé dans %d jours." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "après le dernier jour de votre sondage." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Version %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Ajouter une colonne" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Ajout de colonne" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Tous les commentaires ont été supprimés" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Tous les votes ont été supprimés" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"En tant qu'administrateur·rice, vous pouvez modifier toutes les lignes de ce " +"sondage avec ce bouton" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Retour au sondage" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Choix ajouté" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Collecter les courriels des utilisateurs pour ce choix" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Colonne supprimée" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Commentaire supprimé" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Confirmer la suppression de tous les commentaires de ce sondage" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Confirmer la suppression de tous les votes de ce sondage" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Confirmer la suppression de cette colonne." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Confirmer la suppression du sondage" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Supprimer le sondage" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Vous pouvez enfin également modifier les informations relatives à ce sondage " +"comme le titre, les commentaires ou encore votre courriel." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Garder les commentaires" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Garder les commentaires" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Je garde le sondage" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Garder les votes" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Garder ce sondage" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Garder les votes" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Sondage complètement supprimé" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Sondage sauvegardé" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Effacer la colonne" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Supprimer les commentaires" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Supprimer les votes" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "Le sondage a été créé" + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Vote ajouté" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Vote supprimé" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Vote mis à jour" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Vous pouvez ajouter une date à votre sondage." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Votre sondage a été supprimé !" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "" +"et si vous avez oublié de saisir un choix, vous pouvez rajouter une colonne " +"en cliquant sur" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "effacer une colonne ou une ligne avec" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Les utilisateurs qui ont voté « Si nécessaire » pour cette option ont laissé " +"les courriels suivants :" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"Les utilisateurs qui ont voté « Non » pour cette option ont laissé les " +"courriels suivants :" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Les utilisateurs qui ont voté « Oui » pour cette option ont laissé les " +"courriels suivants :" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Date de suppression :" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Pour participer à ce sondage, veuillez entrer votre nom, choisir toutes les " +"valeurs qui vous conviennent et valider votre choix avec le bouton en bout " +"de ligne." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"L'administrateur·rice a verrouillé ce sondage. Les votes et commentaires " +"sont gelés, il n'est plus possible de participer" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "Le sondage a expiré, il sera bientôt supprimé." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Votre vote a bien été pris en compte, mais faites attention : ce sondage " +"n'autorise l'édition de votre vote qu'avec le lien personnalisé suivant ; " +"conservez-le précieusement !" diff --git a/public/assets/i18n/po/framadate.pot b/public/assets/i18n/po/framadate.pot new file mode 100644 index 0000000..7d9e513 --- /dev/null +++ b/public/assets/i18n/po/framadate.pot @@ -0,0 +1,1804 @@ +#. extracted from locale/en.json, locale/en.json +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.3.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "" + +#: .2nd+section.The+software +msgid "The software" +msgstr "" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days,+it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence,+we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" + +#: .3rd+section.To+participate+in+the+software+development,+suggest+improvements+or+simply+download+it,+please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "" + +#: .Admin.Actions +msgid "Actions" +msgstr "" + +#: .Admin.Administration +msgid "Administration" +msgstr "" + +#: .Admin.Author +msgid "Author" +msgstr "" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "" + +#: .Admin.Executed +msgid "Executed" +msgstr "" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "" + +#: .Admin.Fail +msgid "Fail" +msgstr "" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "" + +#: .Admin.Format +msgid "Format" +msgstr "" + +#: .Admin.Installation +msgid "Installation" +msgstr "" + +#: .Admin.Logs +msgid "Logs" +msgstr "" + +#: .Admin.Migration +msgid "Migration" +msgstr "" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "" + +#: .Admin.Polls +msgid "Polls" +msgstr "" + +#: .Admin.Purge +msgid "Purge" +msgstr "" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "" + +#: .Admin.Status +msgid "Status" +msgstr "" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "" + +#: .Admin.Success +msgid "Success" +msgstr "" + +#: .Admin.Summary +msgid "Summary" +msgstr "" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "" + +#: .Check.Check+again +msgid "Check again" +msgstr "" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "" + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add «" +" php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "" + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "" + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "" + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "" + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "" + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "" + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "" + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "" + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "" + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "" + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "" + +#: .Comments.Comment +msgid "Comment" +msgstr "" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "" + +#: .Comments.Comments +msgid "Comments" +msgstr "" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "" + +#: .Date.%25A,+%25B+%25e,+%25Y +msgid "%A, %B %e, %Y" +msgstr "" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "" + +#: .Date.End+date +msgid "End date" +msgstr "" + +#: .Date.Start+date +msgid "Start date" +msgstr "" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link,+we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "" + +#: .EditLink.Send +msgid "Send" +msgstr "" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "" + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "" + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "" + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" + +#: .Error.Error%21 +msgid "Error!" +msgstr "" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "" + +#: .Error.If+you+quit+now,+your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "" + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" + +#: .Error.Missing+values +msgid "Missing values" +msgstr "" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "" + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "" + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "" + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like " +"r.stallman@outlock.com) in order to receive the link to your poll." +msgstr "" + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "" + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "You can't create a poll with hidden results with the following option: " +msgstr "" + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation,+or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" + +#: .Error.Your+vote+wasn%27t+counted,+because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" + +#: .FindPolls.Address +msgid "Address" +msgstr "" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service,+please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" + +#: .FindPolls.To+help+you+find+your+previous+polls,+we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "" + +#: .Generic.Add +msgid "Add" +msgstr "" + +#: .Generic.Back +msgid "Back" +msgstr "" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "" + +#: .Generic.Classic +msgid "Classic" +msgstr "" + +#: .Generic.Close +msgid "Close" +msgstr "" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "" + +#: .Generic.Date +msgid "Date" +msgstr "" + +#: .Generic.Day +msgid "Day" +msgstr "" + +#: .Generic.Description +msgid "Description" +msgstr "" + +#: .Generic.Edit +msgid "Edit" +msgstr "" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" + +#: .Generic.Home +msgid "Home" +msgstr "" + +#: .Generic.Information +msgid "Information" +msgstr "" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "" + +#: .Generic.Link +msgid "Link" +msgstr "" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "" + +#: .Generic.Next +msgid "Next" +msgstr "" + +#: .Generic.No +msgid "No" +msgstr "" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "" + +#: .Generic.Poll +msgid "Poll" +msgstr "" + +#: .Generic.Remove +msgid "Remove" +msgstr "" + +#: .Generic.Save +msgid "Save" +msgstr "" + +#: .Generic.Search +msgid "Search" +msgstr "" + +#: .Generic.Time +msgid "Time" +msgstr "" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "" + +#: .Generic.Validate +msgid "Validate" +msgstr "" + +#: .Generic.Yes +msgid "Yes" +msgstr "" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "" + +#: .Generic.Your+name +msgid "Your name" +msgstr "" + +#: .Generic.days +msgid "days" +msgstr "" + +#: .Generic.for +msgid "for" +msgstr "" + +#: .Generic.months +msgid "months" +msgstr "" + +#: .Generic.seconds +msgid "seconds" +msgstr "" + +#: .Generic.vote +msgid "vote" +msgstr "" + +#: .Generic.votes +msgid "votes" +msgstr "" + +#: .Generic.with +msgid "with" +msgstr "" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "" + +#: .Installation.Application+name +msgid "Application name" +msgstr "" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "" + +#: .Installation.Database+name +msgid "Database name" +msgstr "" + +#: .Installation.Database+port +msgid "Database port" +msgstr "" + +#: .Installation.Default+language +msgid "Default language" +msgstr "" + +#: .Installation.General +msgid "General" +msgstr "" + +#: .Installation.Install +msgid "Install" +msgstr "" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "" + +#: .Installation.User +msgid "User" +msgstr "" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "" + +#: .Mail.%22The+road+is+long,+but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support " +"https://soutenir.framasoft.org" +msgstr "" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "" + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "" + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "" + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "" + +#: .Maintenance.The+application +msgid "The application" +msgstr "" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "" + +#: .Password.Submit+access +msgid "Submit access" +msgstr "" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "" + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "" + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "The link to edit this particular line has been copied to the clipboard!" +msgstr "" + +#: .Poll+results.Total +msgid "Total" +msgstr "" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "" + +#: .PollInfo.No+password +msgid "No password" +msgstr "" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "" + +#: .PollInfo.Print +msgid "Print" +msgstr "" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+collected,+required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "" + +#: .Step+1.The+identifier+can+contain+letters,+numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "" + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "" + +#: .Step+1.To+make+the+description+more+attractive,+you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "" + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "" + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link,+an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "" + +#: .Step+2+date.For+each+selected+day,+you+are+free+to+suggest+meeting+times+(e.g.,+%228h%22,+%228:30%22,+%228h-10h%22,+%22evening%22,+etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g.,+two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll,+you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants,+the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "" + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "" + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "" + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "" + +#: .adminstuds.As+poll+administrator,+you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "" + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "" + +#: .adminstuds.Finally,+you+can+change+the+properties+of+this+poll+such+as+the+title,+the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "" + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "" + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "" + +#: .studs.If+you+want+to+vote+in+this+poll,+you+have+to+give+your+name,+make+your+choice,+and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen,+it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" + +#: .studs.The+poll+has+expired,+it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "" + +#: .studs.Your+vote+has+been+saved,+but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" diff --git a/public/assets/i18n/po/gl.po b/public/assets/i18n/po/gl.po new file mode 100644 index 0000000..38e61af --- /dev/null +++ b/public/assets/i18n/po/gl.po @@ -0,0 +1,1907 @@ +#. extracted from locale/en.json, locale/en.json +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-08-06 22:40+0000\n" +"Last-Translator: damufo \n" +"Language-Team: Galician \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Cree unha enquisa" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Defina as datas ou os temas a escoller" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Discutir e tomar unha decisión" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Quere" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate é un servizo en liña que permite planificar unha xuntanza ou tomar " +"decisións rapidamente e de xeito sinxelo. Non é necesario rexistrarse." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Velaquí como funciona:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Enviar a ligazón da enquisa aos seus amigos ou compañeiros" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "De que se trata?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "ver un exemplo?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "Licenza CeCILL-B" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Framadate está licenciado baixo a" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Inicialmente Framadate foi baseado en" + +#: .2nd+section.The+software +msgid "The software" +msgstr "O software" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Este software require activar JavaScript e o rastro (cookies) activado. É " +"compatíbel cos seguintes navegadores:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days,+it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"un software desenvolvido pola Universidade de Estrasburgo. Agora, o seu " +"desenvolvemento é realizado pola asociación Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Cultive o seu xardín" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence,+we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Se quere instalar o software para o seu propio uso e así aumentar a súa " +"independencia, podemos axudarlle a:" + +#: .3rd+section.To+participate+in+the+software+development,+suggest+improvements+or+simply+download+it,+please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Para participar no desenvolvemento de software, suxerir melloras ou " +"simplemente descargalo, visite" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "a páxina de desenvolvemento" + +#: .Admin.Actions +msgid "Actions" +msgstr "Accións" + +#: .Admin.Administration +msgid "Administration" +msgstr "Administración" + +#: .Admin.Author +msgid "Author" +msgstr "Autor" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Volver á administración" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Cambiar a enquisa" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Correo" + +#: .Admin.Executed +msgid "Executed" +msgstr "Executado" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Data de caducidade" + +#: .Admin.Fail +msgid "Fail" +msgstr "Fallo" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Fallou:" + +#: .Admin.Format +msgid "Format" +msgstr "Formato" + +#: .Admin.Installation +msgid "Installation" +msgstr "Instalación" + +#: .Admin.Logs +msgid "Logs" +msgstr "Rexistros" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migración" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Nada" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Páxinas:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "ID da enquisa" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Enquisa eliminada" + +#: .Admin.Polls +msgid "Polls" +msgstr "Enquisas" + +#: .Admin.Purge +msgid "Purge" +msgstr "Purga" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Purgar as enquisas" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Purgadas:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Ver a enquisa" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Omitidas:" + +#: .Admin.Status +msgid "Status" +msgstr "Estado" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Con éxito:" + +#: .Admin.Success +msgid "Success" +msgstr "Éxito" + +#: .Admin.Summary +msgid "Summary" +msgstr "Resumo" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Título" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Votos" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Agardando" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "enquisas na base de datos neste momento" + +#: .Check.Check+again +msgid "Check again" +msgstr "Volver verificar" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Considere activar a extensión OpenSSL de PHP para mellorar a seguridade." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Considere estabelecer o valor de «date.timezone» en php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add «" +" php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Considere estabelecer «session.cookie_httponly = 1» no ficheiro php.ini ou " +"engada «php_value session.cookie_httponly1 » no ficheiro «.htaccess» para " +"que as cookies non sexan accesíbeis dende Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Continuar coa instalación" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "As cookies sérvense exclusivamente con HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Verificación da instalación" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "Extensión OpenSSL cargada." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "Extensión PHP Intl cargada." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "A versión %s de PHP é abondo (Requírese polo menos %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"O directorio do ficheiro de configuración (%s) non ten permisos de escritura " +"e non existe o ficheiro (%s)." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "" +"O directorio do ficheiro de configuración (%s) ten permisos de escritura." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "O ficheiro de configuración xa existe." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"O directorio de compilación de modelos (%s) non existe en «%s». Tente de " +"novo o proceso de instalación." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "" +"O directorio de compilación de modelos (%s) non ten permisos de escritura." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "O directorio de compilación de modelos (%s) ten permisos de escritura." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "É necesario que active a extensión Intl de PHP." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"A versión de PHP (%s) é moi antiga. Esta aplicación necesita polo menos a " +"versión %s de PHP." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone está estabelecido." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Engadir un comentario na enquisa" + +#: .Comments.Comment +msgid "Comment" +msgstr "Comentario" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Gardouse o comentario" + +#: .Comments.Comments +msgid "Comments" +msgstr "Comentarios" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Escriba o seu nome e o seu comentario antes de enviar o formulario" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Retirar o comentario" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Enviar o comentario" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A,+%25B+%25e,+%25Y +msgid "%A, %B %e, %Y" +msgstr "%A, %e de %B de %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B de %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%d/%m/%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Engadir intervalo de datas" + +#: .Date.End+date +msgid "End date" +msgstr "Data final" + +#: .Date.Start+date +msgid "Start date" +msgstr "Data de inicio" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "Y-m-d" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Pode seleccionar como máximo 4 meses" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "dd/mm/yyyy" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Ligazón para editar a enquisa «%s»" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Esta é a ligazón para editar o seu voto:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link,+we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Se non quere perder a súa ligazón personalizada, podemos enviárllela por " +"correo electrónico." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Agarde %d segundos antes de que poidamos enviar un correo e após tenteo de " +"novo." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "RECORDATORIO" + +#: .EditLink.Send +msgid "Send" +msgstr "Enviar" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "O enderezo de correo non é correcto." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "O seu recordatorio foille enviado correctamente!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Produciuse un fallo ao engadir o voto" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Non é posíbel crear una columna baleira." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Non é posíbel crear o ficheiro config.php en «%s»." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Produciuse un fallo ao crear o comentario" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"As cookies están desactivadas no seu navegador. É necesario que as teña " +"activadas para poder crear unha enquisa." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Introduza un nome" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Introduza un nome e un comentario!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Introduza un título" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Introduza un enderezo de correo" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Hai un erro no límite de votos: O valor debe ser un enteiro maior que 0 " +"(cero)" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Erro!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Produciuse un fallo ao eliminar comentarios" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Produciuse un fallo ao eliminar todos os votos" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Produciuse un fallo ao eliminar a columna" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Produciuse un fallo ao eliminar o comentario" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Produciuse un fallo ao eliminar a enquisa" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Produciuse un fallo ao eliminar o voto!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Produciuse un fallo ao inserir o comentario!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Produciuse un fallo ao gardar a enquisa" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Prohibido!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "ErroXenericoCreacionEnquisa" + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "O identificador xa está en uso" + +#: .Error.If+you+quit+now,+your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Se sae agora, perderanse as súas modificacións." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"Javascript esta desactivado no seu navegador. É necesario que o active para " +"crear una enquisa." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Faltan valores" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Non se atopan enquisas" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "O contrasinal está baleiro." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Os contrasinais non coinciden." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "A enquisa actualizouse antes de votar" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Algo foi mal..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Algo está mal no formato" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Algo está mal no formato: as URL personalizadas deberían estar formadas só " +"por caracteres alfanuméricos e guións." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Algo está mal no formato: o nome non debería ter ningún espazo antes nin " +"despois" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like " +"r.stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"O enderezo non é correcto. Debe introducir un enderezo de correo electrónico " +"válido (como por exemplo r.stallman@outlock.com) para recibir a ligazón á " +"súa enquisa." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "A columna xa existe" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "O nome é incorrecto." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "O nome elixido xa existe nesta enquisa!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Hai un problema coas súas escollas" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Este identificador non está permitido" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Esta enquisa non existe!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Non é posíbel conectar coa base de datos" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Produciuse un erro ao actualizar o voto" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Xa votou" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "You can't create a poll with hidden results with the following option: " +msgstr "" +"Non pode crear unha enquisa con resultados ocultos coa seguinte opción: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Non pode seleccionar máis de %d datas" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation,+or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Non encheu a primeira sección da creación da enquisa ou a súa sesión caducou." + +#: .Error.Your+vote+wasn%27t+counted,+because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"O seu voto non foi contado, porque neste preciso momento alguén votou e as " +"súas escollas entran en conflito cas condicións da enquisa. Volva intentalo." + +#: .FindPolls.Address +msgid "Address" +msgstr "Enderezo" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Creouse a enquisa" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Que teña un bo día!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Velaquí a lista de enquisas que pode xestionar en %s:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service,+please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Se non foi a fonte desta acción e se cre que se trata dun abuso do servizo, " +"avise ao administrador en %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "É o seu enderezo" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Data de último acceso" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Listaxe das súas enquisas" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"P. D.: este correo electrónico foi enviado porque vostede - ou alguén máis - " +"pediu que devolva as enquisas creadas co seu enderezo de correo electrónico." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Enquisas gardadas neste navegador" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Enquisas enviadas" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Elimina todas as miñas enquisas do índice deste navegador" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Eliminar as enquisas do índice" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Enviarme as miñas enquisas" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Enviar as miñas enquisas por correo electrónico" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "A data na que creou ou accedeu á última enquisa" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "O título da enquisa" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Aínda non hai enquisas gardadas no seu navegador" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Para eliminar estes datos, prema no lixo na liña correspondente ou prema na " +"opción \"Eliminar o meu índice de enquisas\". Isto non eliminará as súas " +"enquisas." + +#: .FindPolls.To+help+you+find+your+previous+polls,+we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Para axudarlle a atopar as enquisas anteriores, gardamos cada enquisa que " +"crea ou accede desde o seu navegador. Estes datos gárdanse só neste " +"navegador. Gardaranse os seguintes datos:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Enquisas visitadas" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(co formato nome@correo.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Engadir" + +#: .Generic.Back +msgid "Back" +msgstr "Volver" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Volver á páxina de inicio de" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Cancelar" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Escolla" + +#: .Generic.Classic +msgid "Classic" +msgstr "Clásica" + +#: .Generic.Close +msgid "Close" +msgstr "Pechar" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Crear as súas propias enquisas" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Data de creación:" + +#: .Generic.Date +msgid "Date" +msgstr "Data" + +#: .Generic.Day +msgid "Day" +msgstr "Día" + +#: .Generic.Description +msgid "Description" +msgstr "Descrición" + +#: .Generic.Edit +msgid "Edit" +msgstr "Modificar" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate é un servizo en liña para a planificación de citas ou tomar " +"decisións rápida e doadamente." + +#: .Generic.Home +msgid "Home" +msgstr "Inicio" + +#: .Generic.Information +msgid "Information" +msgstr "Información" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Lenda:" + +#: .Generic.Link +msgid "Link" +msgstr "Ligazón" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Seguinte" + +#: .Generic.No +msgid "No" +msgstr "Non" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "A páxina xerouse en" + +#: .Generic.Poll +msgid "Poll" +msgstr "Enquisa" + +#: .Generic.Remove +msgid "Remove" +msgstr "Borrar" + +#: .Generic.Save +msgid "Save" +msgstr "Gardar" + +#: .Generic.Search +msgid "Search" +msgstr "Buscar" + +#: .Generic.Time +msgid "Time" +msgstr "Hora" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Baixo reserva" + +#: .Generic.Validate +msgid "Validate" +msgstr "Validar" + +#: .Generic.Yes +msgid "Yes" +msgstr "Si" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Seu enderezo de correo electrónico" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Seu nome" + +#: .Generic.days +msgid "days" +msgstr "días" + +#: .Generic.for +msgid "for" +msgstr "para" + +#: .Generic.months +msgid "months" +msgstr "meses" + +#: .Generic.seconds +msgid "seconds" +msgstr "segundos" + +#: .Generic.vote +msgid "vote" +msgstr "voto" + +#: .Generic.votes +msgid "votes" +msgstr "votos" + +#: .Generic.with +msgid "with" +msgstr "con" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Facer unha enquisa estándar" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Programar unha enquisa" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Onde están as miñas enquisas?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Enderezo de correo electrónico da persoa administradora" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Nome da aplicación" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "URL limpo" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Controlador da base de datos" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Servidor da base de datos" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Nome da base de datos" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Porto da base de datos" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Idioma predeterminado" + +#: .Installation.General +msgid "General" +msgstr "Xeral" + +#: .Installation.Install +msgid "Install" +msgstr "Instalar" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Táboa de migración" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Contrasinal" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefixo" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Correo electrónico para as respostas" + +#: .Installation.User +msgid "User" +msgstr "Persoa usuaria" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Mudar idioma" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Escoller idioma" + +#: .Mail.%22The+road+is+long,+but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support " +"https://soutenir.framasoft.org" +msgstr "" +"«A estrada é longa, máis o camiño é libre ...»
Framasoft vive só das " +"túas doazóns.
Grazas anticipadamente polo teu apoio https://soutenir." +"framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Mensaxe para o autor" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notificación da enquisa: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Ligazón de participación" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Participación na enquisa: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Alguén acaba de mudar a súa enquisa na seguinte ligazón %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Alguén acaba de borrar a súa enquisa «%s»." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Grazas por participar na enquisa na seguinte ligazón" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Grazas pola súa confianza." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "Esta é a mensaxe a reenviar as persoas participantes na enquisa." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Non se puido enviar a mensaxe aos participantes da enquisa. Debería mantelo " +"privado.

Pode modificar a súa enquisa na seguinte ligazón" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "engadiuse un voto.
Pode visitar súa enquisa na seguinte ligazón" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "acaba de crear unha enquisa chamada" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "actualizouse un voto.
Pode visitar súa enquisa na ligazón" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "escribiuse un comentario.
Pode visitar a súa enquisa na ligazón" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Grazas pola súa compresión." + +#: .Maintenance.The+application +msgid "The application" +msgstr "A aplicación" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "neste intre está en mantemento." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Enviar acceso" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "O contrasinal é incorrecto" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Ten que fornecer un contrasinal para poder participar na enquisa." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Ten que fornecer un contrasinal para poder acceder á enquisa." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "a opción %s" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Calquera pode ver o seu enderezo de correo electrónico despois de votar" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "A mellor escolla" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Mellores escollas" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Gráfica" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Amosar a gráfica de resultados" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Modificar a liña: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Ligazón para modificar esta liña" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Borrar a liña:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Gardar escollas" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Desprazarse até o final" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Desprazarse cada a dereita" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Actualmente a mellor escolla é:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Actualmente as mellores escollas son:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "The link to edit this particular line has been copied to the clipboard!" +msgstr "A ligazón para modificar esta liña copiouse ó portapapeis!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Total" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Votos «non» para" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Vote «si» para" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Votos reservados para" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "usuario enquisado" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "usuarios enquisados" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Ligazón de administración para a enquisa" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Cancelar a modificación da descrición" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Cancelar a modificación do correo electrónico" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Cancelar a modificación da data de caducidade" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Cancelar a modificación do nome" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Cancelar a modificación das regras" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Cancelar a modificación do título" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Creador da enquisa" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Modificar o nome" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Modificar a descrición" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Modificar o enderezo de correo electrónico" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Modificar a data de caducidade" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Modificar as regras da enquisa" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Modificar o título" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Exportar a CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Sen contrasinal" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Só se protexen os votos" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "O contrasinal está protexido" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Regras da enquisa" + +#: .PollInfo.Print +msgid "Print" +msgstr "Imprimir" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Ligazón pública da enquisa" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Borrar todos os comentarios" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Borrar todos os votos" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Borrar o contrasinal" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Borrar a enquisa" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Os resultados son agochados" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Os resultados son visibles" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Editor de texto enriquecido" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Gardar a descrición" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Gardar o enderezo de correo electrónico" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Gardar a nova data de caducidade" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Gardar o novo nome" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Gardar as novas regras" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Gardar o novo título" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Editor de texto simple" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Título da enquisa" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Os enderezos de correo electrónico das persoas votantes son recollidos" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "" +"Os enderezos de correo electrónico das persoas votantes son recollidos e son " +"requiridos" + +#: .PollInfo.Voters%27+email+addresses+are+collected,+required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" +"Os enderezos de correo electrónico das persoas votantes son recollidos, " +"requiridos e verificados" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "" +"Os enderezos de correo electrónico das persoas votantes non son recollidos" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Os votos e os comentarios están bloqueados" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Os votos están protexidos por contrasinal" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "As persoas votantes poden modificar calquera voto" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Ao definir un identificador pode facilitar o acceso á enquisa a persoas non " +"desexadas. Neste caso recoméndase protexela cun contrasinal." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Recoller os enderezos de correo electrónico das persoas votantes" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Confirmación" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Personalizar o URL" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Recóllense os enderezos de correo electrónico máis non son obrigatorios" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Non se recollen os enderezos de correo electrónico" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Os enderezos de correo electrónico son obrigatorios" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "" +"Os enderezos de correo electrónico son obrigatorios xunto coa súa " +"verificación" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Ir ao paso 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limitar a cantidade de votos por opción" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Máis información aquí:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Só pode ver os resultados a persoa que creou a enquisa" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Parámetros opcionais" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Permisos" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Creación da enquisa (1 de 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Ligazón da enquisa" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Título da enquisa" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Recibir un correo electrónico por cada novo comentario" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Recibir un correo electrónico por cada novo voto" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Os campos obrigatorios non poden deixarse en branco." + +#: .Step+1.The+identifier+can+contain+letters,+numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "O identificador pode conter letras, número e guións «-»." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Os resultados son visibles sen contrasinal" + +#: .Step+1.To+make+the+description+more+attractive,+you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "Para facer a descrición máis atractiva, pode usar o formato Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Empregar un contrasinal para restrinxir o acceso" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Valor máximo" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "As persoas votantes poden modificar seus votos" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Os votos non se poden modificar" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Aviso: calquera pode ver os enderezos de correo electrónico das persoas " +"enquisadas xa que todas poden modificar calquera voto. Debería restrinxir as " +"regras de acceso." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Está na sección de creación da enquisa." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Pode activar ou desactivar o editor a vontade." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "votos por opción" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Ir ao paso 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Volver ao paso 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Engadir unha opción" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Engadir unha ligazón ou unha imaxe" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Texto alternativo" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Poden engadirse imaxes ou textos empregando" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "Sintaxe Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Opcións da enquisa (2 de 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Borrar unha opción" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link,+an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Estes campos son opcionais. Pode engadir unha ligazón, unha imaxe ou ambas." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Para crear unha enquisa debería fornecer polo menos dúas opcións diferentes." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL da imaxe" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Pode engadir ou borrar opcións cos botóns" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Engadir un día" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Engadir horas" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Escolla as datas da a súa enquisa" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Copiar as horas do primeiro día" + +#: .Step+2+date.For+each+selected+day,+you+are+free+to+suggest+meeting+times+(e.g.,+%228h%22,+%228:30%22,+%228h-10h%22,+%22evening%22,+etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"A cada día seleccionado, pode engadirlle horas (por exemplo «8 horas», «8:30»" +", «8 horas - 10 horas», «noite», etc.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Datas da enquisa (2 de 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Borrar un día" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Borrar unha hora" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Borrar todos os días" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Borrar todas as horas" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Borrar este día" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g.,+two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Para programar unha enquisa, precisa fornecer polo menos dúas opcións (por " +"exemplo, dúas horas nun día ou dous días)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "Cos botóns pode engadir ou borrar días e horas adicionais" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Volver ó paso 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Confirme a creación da súa enquisa" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Crear a enquisa" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Data de caducidade:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Lista de opcións" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll,+you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Unha vez que confirme a creación da súa enquisa será redirixido " +"automaticamente á páxina de administración da enquisa." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Borrar a data e confirmar (3 de 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants,+the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Despois recibirá dous correos electrónicos: un que contén a ligazón da súa " +"enquisa para o envío as persoas participantes, o outro que contén a ligazón " +"á páxina de administración da enquisa." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Pode indicar unha data de caducidade específica para a enquisa." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "A súa enquisa será arquivada de xeito automático" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "A súa enquisa será arquivada de xeito automático en %d días." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "despois da última data da súa enquisa." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Versión %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Engadir unha columna" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Engadindo unha columna" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Elimináronse todos os comentarios" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Elimináronse todos os votos" + +#: .adminstuds.As+poll+administrator,+you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Como persoa administradora, pode mudar todas as liñas desta enquisa con este " +"botón" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Volver á enquisa" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Engadiuse unha opción" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Recoller os correos electrónicos dos usuarios enquisados para a escolla" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Eliminouse a columna" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Eliminouse o comentario" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Confirme que quere borrar todos os comentarios" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Confirme que quere borrar todos os votos" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Confirme que quere borrar a columna." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Confirme que quere borrar a súa enquisa" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Eliminar a enquisa" + +#: .adminstuds.Finally,+you+can+change+the+properties+of+this+poll+such+as+the+title,+the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Finalmente, pode mudar as propiedades desta enquisa como o título, os " +"comentarios ou o seu enderezo de correo electrónico." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Conservar os comentarios" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Conservar os comentarios" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Conservar a enquisa" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Conservar os votos" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Conservar esta enquisa" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Conservar os votos" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "A enquisa eliminouse completamente" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "A enquisa foi gardada" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Borrar columna" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Borrar os comentarios" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Borrar os votos" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "Creouse a enquisa." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Engadiuse o voto" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Eliminouse o voto" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Actualizouse o voto" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Pode engadir unha nova data a súa enquisa." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "A súa enquisa foi borrada!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "e engadir unha nova columna con" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "borrar unha columna ou unha liña con" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Os usuarios que votaron «Se é preciso» nesta opción deixaron o enderezo de " +"correo electrónico:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"As persoas que votaron nesta opción «Non» deixaron os enderezos de correo " +"electrónico:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"As persoas que votaron nesta opción «Si» deixaron os enderezos de correo " +"electrónico:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Data de borrado:" + +#: .studs.If+you+want+to+vote+in+this+poll,+you+have+to+give+your+name,+make+your+choice,+and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Se quere votar nesta enquisa, ten que fornecer o seu nome, marcar a súa " +"escolla, e enviala seleccionando o botón gardar ao final da liña." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen,+it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"Esta enquisa foi bloqueada pola persoa a cargo da administración. Os votos e " +"comentarios están bloqueados, non se pode participar" + +#: .studs.The+poll+has+expired,+it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "A enquisa caducou, proximamente será eliminada." + +#: .studs.Your+vote+has+been+saved,+but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"O seu voto gardouse, pero teña en conta que ten que gardar esta ligazón " +"personalizada para poder modificar o seu voto." diff --git a/public/assets/i18n/po/hu.po b/public/assets/i18n/po/hu.po new file mode 100644 index 0000000..80f64f1 --- /dev/null +++ b/public/assets/i18n/po/hu.po @@ -0,0 +1,1934 @@ +# Meskó Balázs , 2018. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-03-27 22:08+0000\n" +"Last-Translator: Balázs Meskó \n" +"Language-Team: Hungarian \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.11.2\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Szavazás létrehozása" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Választható időpontok vagy témák megadása" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Megbeszélés és döntéshozás" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Szeretne" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"A Framadate egy online szolgáltatás találkozók egyeztetésére vagy döntések " +"gyors és egyszerű meghozására. Regisztráció nem szükséges." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Így működik:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Szavazás elküldése ismerősöknek vagy kollégáknak" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Mi a Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "látni egy példát?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "CeCILL-B licenc" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "A Framadate licence:" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "A Framadate eredetileg a következőn alapult:" + +#: .2nd+section.The+software +msgid "The software" +msgstr "A szoftver a" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"A szoftverhez JavaScript és engedélyezett sütik szükségesek. A következő " +"webböngészőkkel kompatibilis:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"szoftveren alapul, melyet a Strasbourg-i Egyetem fejlesztett. Manapság a " +"Framasoft fejleszti." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Nevelje a sajátját" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Ha szeretné magának telepíteni a szoftvert saját használatra, ezzel is " +"növelve a függetlenségét, akkor a következő oldalon kaphat ehhez segítséget:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"HA részt akar venni a fejlesztésben, fejlesztéseket akar javasolni, vagy " +"csak letöltené, akkor látogasson el" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "a fejlesztési oldalra" + +#: .Admin.Actions +msgid "Actions" +msgstr "Műveletek" + +#: .Admin.Administration +msgid "Administration" +msgstr "Adminisztráció" + +#: .Admin.Author +msgid "Author" +msgstr "Szerző" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Vissza az adminisztrációhoz" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Szavazás módosítása" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "E-mail" + +#: .Admin.Executed +msgid "Executed" +msgstr "Végrehajtva" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Lejárati idő" + +#: .Admin.Fail +msgid "Fail" +msgstr "Sikertelen" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Sikertelen:" + +#: .Admin.Format +msgid "Format" +msgstr "Formátum" + +#: .Admin.Installation +msgid "Installation" +msgstr "Telepítés" + +#: .Admin.Logs +msgid "Logs" +msgstr "Naplók" + +#: .Admin.Migration +msgid "Migration" +msgstr "Áttelepítés" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Semmi" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Oldalak:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Szavazásazonosító" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Szavazás törölve" + +#: .Admin.Polls +msgid "Polls" +msgstr "Szavazások" + +#: .Admin.Purge +msgid "Purge" +msgstr "Törlés" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Szavazások törlése" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Törölve:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Szavazás megtekintése" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Kihagyva:" + +#: .Admin.Status +msgid "Status" +msgstr "Állapot" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Sikeres:" + +#: .Admin.Success +msgid "Success" +msgstr "Sikeres" + +#: .Admin.Summary +msgid "Summary" +msgstr "Összegzés" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Cím" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Szavazatok" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Várakozás" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "szavazás van most az adatbázisban" + +#: .Check.Check+again +msgid "Check again" +msgstr "Újraellenőrzés" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Fontolja meg az OpenSSL PHP kiterjesztés engedélyezését a növelt biztonság " +"érdekében." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Fontolja meg a data.timezone megadását a php.ini fájlban." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Fontolja meg a „session.cookie_httponly = 1” beállítását a php.ini fájlban, " +"vagy adja hozzá a „php_value session.cookie_httponly 1” szöveget a .htaccess " +"fájlhoz, hogy a sütiket ne lehessen Javascripten keresztül elérni." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Telepítés folytatása" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "A sütik csak HTTP felől kerülnek kiszolgálásra." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Telepítés ellenőrzése" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "OpenSSL kiterjesztés betöltve." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "PHP Intl kiterjesztés engedélyezve." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "A PHP %s elégséges (legalább PHP %s szükséges)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"A konfigurációs fájl könyvtára (%s) nem írható, és a konfigurációs fájl (%s) " +"nem létezik." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "A konfigurációs fájl könyvtára (%s) írható." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "A konfigurációs fájl létezik." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"A sablonok fordítási könyvtára (%s) nem létezik itt: „%s”. Kezdd újra a " +"telepítési folyamatot." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "A sablonok fordítási könyvtára (%s) nem írható." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "A sablonok fordítási könyvtára (%s) írható." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Engedélyeznie kell a PHP Intl kiterjesztést." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "A PHP %s túl régi. Az alkalmazáshoz legalább PHP %s szükséges." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone beállítva." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Hozzászólás hozzáadása a szavazáshoz" + +#: .Comments.Comment +msgid "Comment" +msgstr "Hozzászólás" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Hozzászólás mentve" + +#: .Comments.Comments +msgid "Comments" +msgstr "Hozzászólások" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Az űrlap elküldése előtt adja meg a nevét és hozzászólását" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Hozzászólás eltávolítása" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Hozzászólás beküldése" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%Y. %B %e., %A" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%Y. %B %e., %A" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%Y %B" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%Y.%m.%d." + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%e., %a" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%Y.%m.%d. %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Időintervallum hozzáadása" + +#: .Date.End+date +msgid "End date" +msgstr "Záró dátum" + +#: .Date.Start+date +msgid "Start date" +msgstr "Kezdő dátum" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "Y.m.d." + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Legfeljebb 4 hónapot válaszhat" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "yyyy.mm.dd." + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "év.hónap.nap." + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "A(z) „%s” szavazás hivatkozásának szerkesztése" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "A szavazata szerkesztéséhez szükséges hivatkozás:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "Ha szeretné, elküldhetjük e-mailben a személyre szabott hivatkozását." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Várjon %d másodpercet mielőtt elküldjük Önnek az e-mailt, aztán próbálja " +"újra." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "EMLÉKEZTETŐ" + +#: .EditLink.Send +msgid "Send" +msgstr "Elküldés" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Az e-mail cím helytelen." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Az emlékeztető sikeresen elküldve!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Szavazat hozzáadása sikertelen" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Üres oszlop nem hozható létre." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Nem hozható létre a config.php fájl itt: „%s”." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Hozzászólás sikertelen" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"A sütik le vannak tiltva a böngészőjében. Engedélyezni kell őket a szavazás " +"létrehozásához." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Adjon meg egy nevet" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Adjon meg egy nevet és egy hozzászólást." + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Adjon meg egy címet" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Adjon meg egy e-mail címet" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Hiba a szavazatszám korlátozásában: az értéknek 0-nál nagyobb egész számnak " +"kell lennie" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Hiba." + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Az összes hozzászólás törlése sikertelen" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Az összes szavazat törlése sikertelen" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Oszlop törlése sikertelen" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Hozzászólás törlése sikertelen" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Szavazás törlése sikertelen" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Szavazat törlése sikertelen." + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Hozzászólás beszúrása sikertelen." + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "A szavazás mentése sikertelen" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Tiltott." + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "Általános hiba a szavazás létrehozásakor" + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Az azonosító már használatban van" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Ha most kilép, a változásai elvesznek." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"A JavaScript le van tiltva a böngészőjében. Engedélyezni kell a szavazás " +"létrehozásához." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Hiányzó értékek" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "A szavazás nem található" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "A jelszó üres." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "A jelszavak nem egyeznek." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "A szavazás frissítve lett mielőtt szavazott volna" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Valami hiba történt…" + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Valami baj van a formátummal" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Valami baj van a formátummal: a személyre szabott URL csak alfanumerikus " +"karaktereket és kötőjeleket tartalmazhat." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Valami baj van a formátummal: a név elején és végén nem lehetnek szóközök" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"A cím nem megfelelő. Érvényes e-mail címet kell megadjon (pl. " +"r.stallman@outlock.com), hogy el tudjuk küldeni a szavazáshoz tartozó " +"hivatkozást." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "Az oszlop már létezik" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "A név érvénytelen." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "A választott név már szerepel ebben a szavazásban." + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Probléma van a választásaival" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Az azonosító nem engedélyezett" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Ez a szavazás nem létezik." + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Nem sikerült csatlakozni az adatbázishoz" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Szavazat frissítése sikertelen" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Már szavazott" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "Nem hozhat létre rejtett eredményű szavazást a következő beállítással: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Nem választhat ki %d dátumnál többet" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Nem töltötte ki a szavazás létrehozásának első szakaszát, vagy lejárt a " +"munkamenete." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"A szavazata nem lett beleszámítva, mert valaki időközben szavazott, és ez " +"ütközik a választásaival és a szavazás feltételeivel. Próbálja újra." + +#: .FindPolls.Address +msgid "Address" +msgstr "Cím" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Létrehozott szavazások" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Legyen szép napja!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Ez a szavazások listája, amit a %s alkalmazásban kezel:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Ha nem Ön volt, és úgy gondolja hogy ez visszaélés, akkor értesítse az " +"adminisztrátort a(z) %s e-email címen." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "A címe" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Legutóbbi elérés ideje" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Szavazásai listája" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"UI: ez az e-mail azért lett elküldve, mert Ön – vagy valaki más – kérte az " +"erről az e-email címről létrehozott szavazások listáját." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Az ebben a böngészőben mentett szavazások" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Szavazások listája elküldve" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Az összes szavazás eltávolítása a böngésző indexéből" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Szavazás eltávolítása az indexből" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Szavazások elküldése" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Szavazások elküldése e-mailben" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "Az időpont, amikor létrehozta vagy legutóbb elérte a szavazást" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "A szavazás címe" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Még nincsenek szavazások mentve a böngészőjében" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Az adatok törléséhez kattintson a kuka ikonra a megfelelő sorban, vagy " +"kattintson a „szavazások indexének törlése” lehetőségre. Ez nem törli a " +"szavazásait." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Hogy segítsünk megtalálni az előző szavazásait, minden szavazást elmentünk a " +"böngészőjében. Ez az adat csak a böngészőben kerül mentése. A következő " +"adatokról van szó:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Meglátogatott szavazások" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(name@mail.com formátumban)" + +#: .Generic.Add +msgid "Add" +msgstr "Hozzáadás" + +#: .Generic.Back +msgid "Back" +msgstr "Vissza" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Vissza a következő weboldalra:" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Mégse" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Lehetőség" + +#: .Generic.Classic +msgid "Classic" +msgstr "Klasszikus" + +#: .Generic.Close +msgid "Close" +msgstr "Bezárás" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Hozza létre a saját szavazásait" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Létrehozási idő:" + +#: .Generic.Date +msgid "Date" +msgstr "Dátum" + +#: .Generic.Day +msgid "Day" +msgstr "Nap" + +#: .Generic.Description +msgid "Description" +msgstr "Leírás" + +#: .Generic.Edit +msgid "Edit" +msgstr "Szerkesztés" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"A Framadate egy online szolgáltatás találkozó tervezéséhez vagy gyors és " +"könnyű döntéshozáshoz." + +#: .Generic.Home +msgid "Home" +msgstr "Kezdőlap" + +#: .Generic.Information +msgid "Information" +msgstr "Információ" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Jelmagyarázat:" + +#: .Generic.Link +msgid "Link" +msgstr "Hivatkozás" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Következő" + +#: .Generic.No +msgid "No" +msgstr "Nem" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Az oldal előállítva:" + +#: .Generic.Poll +msgid "Poll" +msgstr "Szavazás" + +#: .Generic.Remove +msgid "Remove" +msgstr "Eltávolítás" + +#: .Generic.Save +msgid "Save" +msgstr "Mentés" + +#: .Generic.Search +msgid "Search" +msgstr "Keresés" + +#: .Generic.Time +msgid "Time" +msgstr "Idő" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Feltételes" + +#: .Generic.Validate +msgid "Validate" +msgstr "Érvényesítés" + +#: .Generic.Yes +msgid "Yes" +msgstr "Igen" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Az e-mail címe" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Neve" + +#: .Generic.days +msgid "days" +msgstr "nap" + +#: .Generic.for +msgid "for" +msgstr "ennél:" + +#: .Generic.months +msgid "months" +msgstr "hónap" + +#: .Generic.seconds +msgid "seconds" +msgstr "másodperc" + +#: .Generic.vote +msgid "vote" +msgstr "szavazat alapján" + +#: .Generic.votes +msgid "votes" +msgstr "szavazat alapján" + +#: .Generic.with +msgid "with" +msgstr "–" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Szokásos szavazás létrehozása" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Esemény ütemezése" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Hol vannak a szavazásaim?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Adminisztrátor e-mail címe" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Alkalmazás neve" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Tiszta URL" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Adatbázis-meghajtó" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Adatbázis gépneve" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Adatbázis neve" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Adatbázis portja" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Alapértelmezett nyelv" + +#: .Installation.General +msgid "General" +msgstr "Általános" + +#: .Installation.Install +msgid "Install" +msgstr "Telepítés" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Áttelepítési tábla" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Jelszó" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Előtag" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Válasz e-mail cím" + +#: .Installation.User +msgid "User" +msgstr "Felhasználó" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Nyelv módosítása" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Válasszon nyelvet" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"„Az út hosszú, de az irány tiszta…”
A Framasoft csak az adományaikból " +"él.
Előre is köszönjük a támogatását itt: https://soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Üzenet a szerzőnek" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Szavazás értesítése: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Résztvevői hivatkozás" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Részvétel a szavazásban: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Valaki épp módosította a szavazását a %1$s hivatkozást " +"követve." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Valaki letörölte a(z) „%s” szavazását." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "" +"Köszönjük, hogy részt vett az alábbi hivatkozás mentén elérhető szavazásban" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Köszönjük a bizalmat." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "Ez a résztvevőknek küldendő üzenet." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Ezt az e-mailt NE továbbítsa a szavazás résztvevőinek, hanem tartsa " +"titokban.

A következő hivatkozást követve módosíthatja a szavazást" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "szavazott.
A következő hivatkozással keresheti fel a szavazást" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "létrehozott egy szavazást" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"frissített egy szavazatot.
A következő hivatkozással keresheti fel a " +"szavazást" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"írt egy hozzászólást.
A következő hivatkozással keresheti fel a szavazást" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Köszönjük a megértést." + +#: .Maintenance.The+application +msgid "The application" +msgstr "Az alkalmazás" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "jelenleg karbantartás alatt van." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Hozzáférés beküldése" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Hibás jelszó" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "A szavazásban való részvételhez meg kell adnia egy jelszót." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "A szavazáshoz való hozzáféréshez meg kell adnia egy jelszót." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s lehetőség" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Ha szavaz, akkor az e-mail címét bárki megtekintheti" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Legjobb választás" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Legjobb választások" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Grafikon" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Eredmény grafikus ábrázolása" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Sor szerkesztése: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Hivatkozás ennek a sornak a szerkesztéséhez" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Sor eltávolítása:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Szavazatok mentése" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Görgetés balra" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Görgetés jobbra" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Jelenlegi legjobb lehetőség:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Jelenlegi legjobb lehetőségek:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "" +"Az adott sor szerkesztéséhez szükséges hivatkozás a vágólapra lett másolva." + +#: .Poll+results.Total +msgid "Total" +msgstr "Összesen" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "„Nem” szavazat a következőre:" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "„Igen” szavazat a következőre:" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Feltételes szavazatok ennél:" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "szavazó" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "szavazó" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Adminisztrációs hivatkozás a szavazáshoz" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Leírás szerkesztésének elvetése" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "E-mail cím szerkesztésének elvetése" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Lejárati idő szerkesztésének visszavonása" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Név szerkesztésének elvetése" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Szabály szerkesztésének elvetése" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Cím szerkesztésének elvetése" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Szavazás létrehozója" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Név szerkesztése" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Leírás szerkesztése" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "E-mail cím szerkesztése" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Lejárati idő szerkesztése" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Szabály szerkesztése" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Cím szerkesztése" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Exportálás CSV fájlba" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Nincs jelszó" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Csak a szavazatok védettek" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Jelszóval védett" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Szavazási szabályok" + +#: .PollInfo.Print +msgid "Print" +msgstr "Nyomtatás" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Nyilvános hivatkozás a szavazáshoz" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Összes hozzászólás törlése" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Összes szavazat törlése" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Jelszó törlése" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Szavazás törlése" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "A szavazatok rejtettek" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "A szavazatok nyilvánosak" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Részletes szerkesztő" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Leírás mentése" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "E-mail cím mentése" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Új lejárati idő mentése" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Új név mentése" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Új szabályok mentése" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Új cím mentése" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Egyszerű szerkesztő" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "A szavazás címe" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "A szavazók e-mail címe be lesz gyűjtve" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "A szavazók e-mail címe be lesz gyűjtve és kötelező" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" +"A szavazók e-mail címe be lesz gyűjtve, kötelező és megerősítés is szükséges" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "A szavazók e-mail címe nem lesz gyűjtve" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Szavazás és hozzászólások lezárása" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "A szavazatok jelszóval védettek" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Minden szavazó bármelyik szavazatot módosíthatja" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Az azonosító megadásával a nemkívánatos személyek is könnyebben " +"hozzáférhetnek a szavazáshoz. Javasolt jelszóval védeni." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Szavazól e-mail címének begyűjtése" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Megerősítés" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "URL személyre szabása" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Az e-mail címek be lesznek gyűjtve, de nem kötelező" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Az e-mail cím nem lesz gyűjtve" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Az e-mail cím megadása kötelező" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Az e-mail cím megadása kötelező, és megerősítés is szükséges" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Tovább a 2. lépéshez" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Szavazatok lehetőségenkénti számának korlátozása" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "További információk itt:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Csak a szavazás készítője láthatja az eredményt" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Nem kötelező paraméterek" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Engedélyek" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Szavazás létrehozása (1/3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Hivatkozás a szavazáshoz" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Szavazás címe" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "E-mail értesítés küldése minden egyes hozzászóláskor" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "E-mail értesítés küldése minden egyes szavazatkor" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "A kötelező mezők nem maradhatnak üresen." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "Az azonosító betűket, számokat és kötőjeleket („-”) tartalmazhat." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Az eredmények nyilvánosan láthatóak" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "Markdown formátumot is használhat a leírás vonzóbbá tételéhez." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Hozzáférés korlátozása jelszóval" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Érték maximuma" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "A szavazók módosíthatják a saját szavazataikat" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "A szavazatokat nem lehet módosítani" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Figyelmeztetés: Bárki láthatja a szavazók e-mail címeit, mert bármely " +"szavazó bármelyik szavazatot módosíthatja. Célszerű korlátozni a " +"jogosultsági szabályokat." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "A szavazáslétrehozási szakaszban van." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Kedvére ki- vagy bekapcsolhatja a szerkesztőt." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "lehetőségenkénti szavazatok száma" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Tovább a 3. lépéshez" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Vissza az 1. lépéshez" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Lehetőség hozzáadása" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Hivatkozás vagy kép hozzáadása" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Alternatív szöveg" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Hivatkozásokat és képeket a következő módon lehet beágyazni:" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "Markdown szintaxis" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Szavazási beállítások (2/3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Lehetőség eltávolítása" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Ezek nem kötelező mezők. Itt megadhat egy hivatkozást, egy képet vagy " +"mindkettőt." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "Egy szavazás létrehozásához legalább két lehetőséget kell megadni." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "A kép URL-e" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "A gombokkal adhat hozzá és vehet el lehetőségeket" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Nap hozzáadása" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Idősáv hozzáadása" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Válasszon dátumokat a szavazáshoz" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Idősávok átmásolása az első napból" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Minden egyes napnál szabadon adhat meg találkozási időket (például „8h”, " +"„8:30”, „8h-10h”, „este” stb.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Szavazási dátumok (2/3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Nap eltávolítása" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Idősáv eltávolítása" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Összes nap eltávolítása" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Összes idősáv eltávolítása" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Nap eltávolítása" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Egy esemény ütemezéséhez legalább két lehetőséget kell megadni (azaz két " +"idősávot egy nap, vagy két napot)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "A gombokkal további napokat és idősávokat adhat hozzá" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Vissza a 2. lépéshez" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "A szavazás létrehozásának megerősítése" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Szavazás létrehozása" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Lejárati idő:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Lehetőségek listája" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Ha megerősíti a szavazás létrehozását, automatikusan át lesz irányítva a " +"szavazás adminisztrációs oldalára." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Eltávolítási idő és megerősítés (3/3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Aztán két e-mailt fog kapni: egyet ami a résztvevőknek elküldendő " +"hivatkozást tartalmazza, és egy másikat, amely a szavazás adminisztrációs " +"oldalának hivatkozását tartalmazza." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Lejárati időt adhat meg a szavazáshoz." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "A szavazása automatikusan archiválva lesz" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "A szavazása %d nap után automatikusan archiválva lesz." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "a szavazás utolsó dátuma után." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "%s verzió" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Oszlop hozzáadása" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Oszlop hozzáadása" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Összes hozzászólás törölve" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Összes szavazat törölve" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"A szavazás adminisztrátoraként ezzel a gombbal módosíthatja a szavazás sorait" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Vissza a szavazáshoz" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Lehetőség hozzáadva" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Az erre szavazó felhasználók e-mail címének begyűjtése" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Oszlop törölve" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Hozzászólás törölve" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Az összes hozzászólás eltávolításának megerősítése" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Az összes szavazat eltávolításának megerősítése" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Az oszlop eltávolításának megerősítése." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "A szavazás eltávolításának megerősítése" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Szavazás törlése" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Végül, módosíthatja a szavazás tulajdonságait, mint a címet, hozzászólásokat " +"vagy az e-mail címét." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Hozzászólások megtartása" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "A hozzászólások megtartása" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Szavazás megtartása" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Szavazatok megtartása" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "A szavazás megtartása" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Szavazatok megtartása" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Szavazás teljesen törölve" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Szavazás mentve" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Oszlop eltávolítása" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Hozzászólások eltávolítása" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Szavazatok eltávolítása" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "A szavazás létrehozva." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Szavazat hozzáadva" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Szavazat törölve" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Szavazat frissítve" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Új ütemezési dátumot adhat hozzá a szavazáshoz." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "A szavazása eltávolítva." + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "és új oszlop hozzáadása ezzel:" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "oszlop vagy sor törlése ezzel:" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"A „ha szükséges” lehetőséget választó felhasználók a következő e-mail " +"címeket hagyták:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"A „nem” lehetőséget választó felhasználók a következő e-mail címeket hagyták:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Az „igen” lehetőséget választó felhasználók a következő e-mail címeket " +"hagyták:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Törlési idő:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Ha szeretne részt venni ebben a szavazásban, meg kell adnia a nevét, a " +"válaszait, és a sor végén lévő mentés gombra kattintva be kell küldenie." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"Az adminisztrátor lezárta ezt a szavazást. A szavazatok és hozzászólások be " +"lettek fagyasztva." + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "A szavazás lejárt. Hamarosan törölve lesz." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"A szavazata el lett mentve, de ne felejtse el megőrizni a személyre szabott " +"hivatkozását, hogy módosítani tudja később a szavazatát." diff --git a/public/assets/i18n/po/it.po b/public/assets/i18n/po/it.po new file mode 100644 index 0000000..e63a4b6 --- /dev/null +++ b/public/assets/i18n/po/it.po @@ -0,0 +1,1958 @@ +# Adriano Peluso , 2018. #zanata +# Luc Didry , 2018. #zanata +# Paolo Mauri , 2018. #zanata +# quartz , 2018. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-11-03 17:51+0000\n" +"Last-Translator: Paolo Mauri \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Create un sondaggio" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Definite date o soggetti tra cui scegliere" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Discutete e prendete la vostra decisione" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Volete" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate è un servizio online per pianificare un appuntamento o prendere " +"una decisione velocemente e facilmente. Non è richiesta nessuna " +"registrazione." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Ecco come funziona:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Inviate il link ai vostri amici o colleghi" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Cos'è Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "vedere un esempio?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "licenza CeCILL-B" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Framadate è rilasciato con licenza" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate si basa su" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Il software" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Questo software richiede l'abilitazione di javascript e cookie. È " +"compatibile con i seguenti browser:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"un software sviluppato dall'Università di Strasburgo. Oggi il suo sviluppo è " +"portato avanti dall'associazione Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Fate crescere il vostro" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Se volete installare il software per uso personale e quindi aumentare la " +"vostra autonomia, vi possiamo aiutare su:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Per partecipare allo sviluppo del software, proporre dei miglioramenti o " +"semplicemente scaricarlo, si può accedere a" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "sito di sviluppo" + +#: .Admin.Actions +msgid "Actions" +msgstr "Azioni" + +#: .Admin.Administration +msgid "Administration" +msgstr "Amministrazione" + +#: .Admin.Author +msgid "Author" +msgstr "Autore" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Ritorna all'amministrazione" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Modificare il sondaggio" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Email" + +#: .Admin.Executed +msgid "Executed" +msgstr "Eseguito" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Scadenza" + +#: .Admin.Fail +msgid "Fail" +msgstr "Fallimento" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Fallito:" + +#: .Admin.Format +msgid "Format" +msgstr "Formato" + +#: .Admin.Installation +msgid "Installation" +msgstr "Installazione" + +#: .Admin.Logs +msgid "Logs" +msgstr "Log" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migrazione" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Niente" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Pagine:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "ID del sondaggio" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Sondaggio cancellato" + +#: .Admin.Polls +msgid "Polls" +msgstr "Sondaggi" + +#: .Admin.Purge +msgid "Purge" +msgstr "Depurare" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Depurare i sondaggi" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Depurati:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Vedere il sondaggio" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Saltato:" + +#: .Admin.Status +msgid "Status" +msgstr "Status" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Successo:" + +#: .Admin.Success +msgid "Success" +msgstr "Successo" + +#: .Admin.Summary +msgid "Summary" +msgstr "Sommario" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Titolo" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Voti" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Attendi" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "sondaggi presenti nel database attualmente" + +#: .Check.Check+again +msgid "Check again" +msgstr "Verifica nuovamente" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Prendi in considerazione di attivare l'estensione PHP OpenSSL per migliorare " +"la sicurezza." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "" +"Prendi in considerazione di configurare la date.timezone dentro al file php." +"ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"IT_Consider setting « session.cookie_httponly = 1 » inside your php.ini or " +"add « php_value session.cookie_httponly 1 » to your .htaccess so that " +"cookies can't be accessed through Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Continuare l'installazione" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "I cookies sono forniti esclusivamente con HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Verifica dell'installazione" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "L'estensione PHP OpenSSL è caricata." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "L'estensione PHP Intl è attiva." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "La versione di PHP %s è sufficiente (è richiesto almeno PHP %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"La directory (%s) dei file di configurazione non ha i permessi di scrittura " +"e il file di configurazione (%s) non esiste." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "" +"La directory (%s) dei file di configurazione è accessibile in scrittura." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Il file di configurazione esiste." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"La directory (%s) per il template compilato non esiste in \"%s\". Riprova il " +"processo di installazione." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "" +"La directory (%s) per il template compilato non ha i permessi di scrittura." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "" +"La directory (%s) per il template compilato è accessibile in scrittura." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "È necessario attivare l'estensione PHP Intl." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"La tua versione di PHP (%s) è troppo vecchia. Questa applicazione richiede " +"almeno PHP %s." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone è definita." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Aggiungere un commento al sondaggio" + +#: .Comments.Comment +msgid "Comment" +msgstr "Il vostro commento" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Commento aggiunto" + +#: .Comments.Comments +msgid "Comments" +msgstr "Commenti dei partecipanti" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Inserisci il tuo nome e un commento prima di inviare il form" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Eliminare il commento" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Inviare il commento" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%d/%m/%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Aggiungere un intervallo tra 2 date" + +#: .Date.End+date +msgid "End date" +msgstr "Data finale" + +#: .Date.Start+date +msgid "Start date" +msgstr "Data iniziale" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d/m/Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Potete selezionare al massimo 4 mesi" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "giorno / mese / anno" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Modifica il link del sondaggio \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Questo è il link per modificare il vostro voto:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Se non vuoi perdere il tuo link personalizzato, possiamo inviartelo con " +"un'e-mail." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Si prega di attendere %d secondi prima che possiamo inviarvi un e-mail, e " +"riprovare." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "Promemoria" + +#: .EditLink.Send +msgid "Send" +msgstr "Invio" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Indirizzo e-mail non corretto." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Il vostro promemoria è stato inviato con successo !" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Aggiunta del voto fallito" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Impossibile creare una colonna vuota." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Impossibile creare il file config.php in '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Commento fallito" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"I cookies non sono permessi sul vostro browser. È necessario permetterli per " +"creare un sondaggio." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Inserire un nome" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Inserire un nome e un commento!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Inserire un titolo" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Inserire un indirizzo e-mail" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Errore sulla limitazione del numero di voti: il valore deve essere un numero " +"intero maggiore di 0" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Errore!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Impossibile eliminare tutti i commenti" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Impossibile eliminare tutti i voti" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Impossibile eliminare la colonna" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Impossibile eliminare il commento" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Impossibile eliminare il sondaggio" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Impossibile eliminare il voto" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Errore nell'inserimento del commento" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Errore nel salvataggio del sondaggio" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Vietato" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "ErroreGenericoCreazioneSondaggio" + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "L'identificativo è già in uso" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Se esci adesso, le tue modifiche andranno perse." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"Javascript è disattivato sul vostro browser. È necessario attivarlo per " +"creare un sondaggio." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Valori mancanti" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Nessun sondaggio trovato" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "La password è vuota." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Le password non corrispondono." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Il sondaggio è stato aggiornato prima del tuo voto" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Qualcosa non ha funzionato..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Qualcosa non va nel formato" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Qualcosa non va nel formato: l'URL personalizzato può contenere solo " +"caratteri alfanumerici e trattini." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "Qualcosa non va nel formato: il nome non può avere spazi prima o dopo" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"L'indirizzo non è corretto! È necessario un indirizzo e-mail valido (per " +"esempio r.stallman@outlock.com) per ricevere il link al sondaggio." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "La colonna esiste già" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Il nome non è valido." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "Il nome che avete scelto esiste già in questo sondaggio!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "C'è un problema con le vostre scelte" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Questo identificatore non è permesso" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Questo sondaggio non esiste!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Impossibile connettersi al database" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "L'aggiornamento del voto è fallito" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Hai già votato" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"Non è possibile creare un sondaggio con risultati nascosti con la seguente " +"opzione: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Non puoi selezionare più di %d date" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Non hai compilato la prima sezione della creazione del sondaggio o la tua " +"sessione è scaduta." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Il tuo voto non è stato conteggiato perché nel frattempo qualcun altro ha " +"votato, ed è andato in conflitto con le tue scelte e le condizioni del " +"sondaggio. Per favore, riprova." + +#: .FindPolls.Address +msgid "Address" +msgstr "Indirizzo" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Sondaggi creati" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Buona giornata!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Ecco la lista dei sondaggi che gestisci su %s :" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Se non hai richiesto tu questa azione o se pensi si tratti di un abuso, puoi " +"segnalarlo all'amministratore a %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "Il suo indirizzo" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Ultimo accesso" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Lista dei tuoi sondaggi" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS : questa e-mail è stata inviata perché tu – o qualcun altro – ha " +"richiesto il recupero dei sondaggi creati tramite il tuo indirizzo e-mail." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Sondaggio salvato nel browser" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Sondaggi inviati" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Rimuovi tutti i sondaggi dalla memoria del browser" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Rimuovi il sondaggio dalla memoria" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Invia i miei sondaggi" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Invia i mi ei sondaggi per e-mail" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "La data di creazione o di ultimo accesso al sondaggio" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "Il titolo del sondaggio" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Non ci sono ancora sondaggi salvati nel tuo browser" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Per cancellare i dati clicca sul cestino sulla linea o clicca l'opzione " +"«cancella l'indice del mio sondaggio». Questo non cancellerà il tuo " +"sondaggio." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Per aiutarti a trovare i tuoi precedenti sondaggi abbiamo salvato ogni " +"sondaggio che hai creato o a cui hai avuto accesso nel tuo browser. Queste " +"informazioni sono salvate solo nel browser. Le seguenti informazioni " +"verranno salvate:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Sondaggi visitati" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(nel formato nome@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Aggiungere" + +#: .Generic.Back +msgid "Back" +msgstr "Precedente" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Ritornare all'home page" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Annulla" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Scelta" + +#: .Generic.Classic +msgid "Classic" +msgstr "Classico" + +#: .Generic.Close +msgid "Close" +msgstr "Chiudere" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Crea il tuo sondaggio" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Data di creazione:" + +#: .Generic.Date +msgid "Date" +msgstr "Data" + +#: .Generic.Day +msgid "Day" +msgstr "giorni" + +#: .Generic.Description +msgid "Description" +msgstr "Descrizione" + +#: .Generic.Edit +msgid "Edit" +msgstr "Modificare" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate è un servizio online per pianificare un appuntamento o prendere " +"una decisione velocemente e facilmente." + +#: .Generic.Home +msgid "Home" +msgstr "Home Page" + +#: .Generic.Information +msgid "Information" +msgstr "Informazioni" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Legenda:" + +#: .Generic.Link +msgid "Link" +msgstr "Link" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Continua" + +#: .Generic.No +msgid "No" +msgstr "No" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Pagina generata in" + +#: .Generic.Poll +msgid "Poll" +msgstr "Sondaggio" + +#: .Generic.Remove +msgid "Remove" +msgstr "Cancella" + +#: .Generic.Save +msgid "Save" +msgstr "Salva" + +#: .Generic.Search +msgid "Search" +msgstr "Cerca" + +#: .Generic.Time +msgid "Time" +msgstr "Orario" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Se necessario" + +#: .Generic.Validate +msgid "Validate" +msgstr "Conferma" + +#: .Generic.Yes +msgid "Yes" +msgstr "Sì" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Il tuo indirizzo e-mail" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Il tuo nome" + +#: .Generic.days +msgid "days" +msgstr "giorni" + +#: .Generic.for +msgid "for" +msgstr "per" + +#: .Generic.months +msgid "months" +msgstr "mesi" + +#: .Generic.seconds +msgid "seconds" +msgstr "secondi" + +#: .Generic.vote +msgid "vote" +msgstr "voto" + +#: .Generic.votes +msgid "votes" +msgstr "voti" + +#: .Generic.with +msgid "with" +msgstr "con" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Creare un sondaggio" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Pianificare un evento" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Dove sono i miei sondaggi?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Indirizzo e-mail dell'amministratore" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Nome dell'applicazione" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Cancella URL" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Driver del database" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Hostname del database" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Nome del database" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Porta del database" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Lingua predefinita" + +#: .Installation.General +msgid "General" +msgstr "Generale" + +#: .Installation.Install +msgid "Install" +msgstr "Installare" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Tabella di migrazione" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Password" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefisso" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "E-mail per le risposte" + +#: .Installation.User +msgid "User" +msgstr "Utente" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Cambiare la lingua" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Scegliere la lingua" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"\"La strada è lunga, ma la via è libera…\"
Framasoft vive solo grazie " +"alle vostre donazioni.
Grazie in anticipo per il vostro sostegno " +"https://soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Messaggio per l'autore" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notifica del sondaggio: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Link per i partecipanti" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Partecipazione al sondaggio: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Qualcuno ha appena cambiato il vostro sondaggio al seguente link %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Qualcuno ha appena eliminato il vostro sondaggio \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Grazie per aver partecipato al sondaggio al seguente link" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Grazie per la vostra fiducia." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "Questo è il messaggio da inoltrare ai partecipanti al sondaggio." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Questo messaggio NON deve essere inviato ai partecipanti, e deve rimanere " +"privato.

Puoi modificare il tuo sondaggio al seguente link" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "" +"aggiunto un voto.
Puoi visualizzare il tuo sondaggio al seguente link" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "ha appena creato un sondaggio intitolato" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"aggiornato un voto.
Puoi visualizzare il tuo sondaggio al seguente link" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"inserito un commento.
Puoi visualizzare il tuo sondaggio al seguente link" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Grazie per la vostra comprensione." + +#: .Maintenance.The+application +msgid "The application" +msgstr "L'applicazione" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "attualmente è in manutenzione." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Accesso" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Password sbagliata" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Devi inserire la password per poter partecipare al sondaggio." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Devi inserire la password per accedere al sondaggio." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s opzione" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Chiunque può vedere il tuo indirizzo mail dopo il tuo voto" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Scelta migliore" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Scelte migliori" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Grafico" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Mostra il grafico dei risultati" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Modificare la riga : %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Link per modificare questa linea" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Eliminare la riga :" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Salvare le scelte" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Spostare a sinistra" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Spostare a destra" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "La migliore scelta per ora è:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Le migliori scelte per ora sono:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "Il link per modificare questa linea è stato copiato negli appunti!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Totale" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Scegliere \"no\" per" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Scegliere \"sì\" per" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Voti sotto riserva per" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "Votante" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "Votanti" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Link per amministrare il sondaggio" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Annullare la modifica della descrizione" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Annullare la modifica dell'email" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Annulla il cambio di data di scadenza" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Annulla il cambio di nome" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Annullare le modifica dei permessi" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Annullare la modifica del titolo" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Autore del sondaggio" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Modifica il nome" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Modificare la descrizione" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Modificare l'email" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Cambiare la data di scadenza" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Modificare i permessi del sondaggio" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Modificare il titolo" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Esportare in CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Nessuna password" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Solo i voti sono protetti" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Protetto da una password" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Permessi del sondaggio" + +#: .PollInfo.Print +msgid "Print" +msgstr "Stampare" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Link pubblico del sondaggio" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Eliminare tutti i commenti" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Eliminare tutti i voti" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Eliminare la password" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Eliminare il sondaggio" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "I risultati sono nascosti" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "I risultati sono visibili" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Editor avanzato" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Salvare la descrizione" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Salvare l'email" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Salvare la data di scadenza" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Salvare il nuovo nome" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Salvare i nuovi permessi" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Salvare il nuovo titolo" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Editor semplice" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Titolo del sondaggio" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Gli indirizzi email degli utenti sono memorizzati" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "Gli indirizzi mail degli utenti sono memorizzati e richiesti" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" +"Gli indirizzi mail degli utenti sono memorizzati, richiesti e verificati" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Gli indirizzi mail degli utenti non sono memorizzati" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "I voti e i commenti sono bloccati" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Voti protetti da una password" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Tutti i votanti possono cambiare tutti i voti" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Definendo un ID si può facilitare l'accesso al sondaggio persone non " +"desiderate. Si raccomanda di proteggerlo con una password." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Memorizza gli indirizzi email" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Conferma" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Personalizzare l'URL" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Gli indirizzi email sono memorizzati ma non richiesti" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Gli indirizzi email non sono memorizzati" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Gli indirizzi email sono richiesti" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Indirizzo email richiesto e verificato" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Andare al punto 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limita il numero dei votanti per opzione" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Maggiori informazioni qui:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Solo l'autore del sondaggio può vedere i risultati" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Parametri opzionali" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Permessi" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Creazione del sondaggio (1 di 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Link del sondaggio" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Titolo del sondaggio" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Ricevere un e-mail per ogni nuovo commento" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Ricevere un email per ogni nuovo voto" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Riempire i campi obbligatori, segnati con *." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "L'ID può contenere lettere, numeri e trattini \"-\"." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "I risultati sono visibili senza password" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Per rendere la descrizione più gradevole, puoi usare la sintassi Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Utilizza una password per limitare l'accesso al sondaggio" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Valore massimo" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "I partecipanti possono modificare il proprio voto" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "I voti non possono essere modificati" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Attenzione: Chiunque può vedere gli indirizzi mail degli utenti dato che i " +"votanti possono modificare ogni voto. Dovreste limitare i permessi di " +"accesso." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Sei nella sezione per la creazione di un nuovo sondaggio." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Puoi abilitare o disabilitare l'editor come vuoi." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "voti per opzione" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Andare al punto 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Torna al punto 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Aggiungere un scelta" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Aggiungi un collegamento o di un'immagine" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Testo alternativo" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "E 'possibile inserire link o immagini utilizzando" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "Sintassi Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Scelta delle opzioni (2 di 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Eliminare l'ultima scelta" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Questi campi sono facoltativi. Puoi aggiungere un link, un'immagine o " +"entrambi." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Per creare un sondaggio convenzionale, è necessario fornire almeno due " +"scelte diverse." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL dell'immagine" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Puoi aggiungere o eliminare delle scelte ulteriori con i pulsanti" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Aggiungere un giorno" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Aggiungere un orario" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Scegli le date del tuo sondaggio" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Copia gli orari del primo giorno" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Per ogni giorno selezionato, hai la possibilità di scegliere o meno, le ore " +"dell'incontro (per esempio : \"8h\", \"8:30\", \"8h-10h\", \"sera\", etc.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Scelta delle date (2 di 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Eliminare l'ultimo giorno" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Eliminare l'ultimo orario" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Cancellare tutti i giorni" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Cancellare tutti gli orari" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Eliminare questo giorno" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Per creare un evento, è meglio proporre almeno 2 scelte (2 orari per lo " +"stesso giorno o 2 giorni)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "" +"Puoi aggiungere o eliminare dei giorni et orari ulteriori con i pulsanti" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Torna al punto 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Conferma la creazione del tuo sondaggio" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Crea il sondaggio" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Archivio Data:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Liste delle tue scelte" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Un volta che hai confermato la creazione del sondaggio, sarai reindirizzati " +"automaticamente sulla pagina di amministrazione del tuo sondaggio." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Data di scadenza e conferma (3 di 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Nello stesso momento, riceverai 2 email : una con il Link verso il tuo " +"sondaggio da inoltrare ai partecipanti, l'altra con il Link verso la pagina " +"di amministrazione del sondaggio." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Si può decidere su una data più vicina di archiviazione." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Il tuo sondaggio sarà archiviato automaticamente" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Il tuo sondaggio verrà archiviata automaticamente in %d giorni." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "dopo l'ultimo giorno del tuo sondaggio." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Versione %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Aggiungere una colonna" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Aggiunta di una colonna" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Tutti i commenti sono stati cancellati" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Tutti i voti sono stati rimossi" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Essendo l'amministratore, puoi modificare tutte le righe di questo sondaggio " +"con questo pulsante" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Torna al sondaggio" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Scelta aggiunta" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Raccogli le mail degli utenti che hanno scelto questa opzione" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Colonna rimossa" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Commento rimosso" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Confermare l'eliminazione di tutti i commenti di questo sondaggio" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Confermare l'eliminazione di tutti i voti del sondaggio" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Confermare l'eliminazione della colonna." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Confermare l'eliminazione del sondaggio" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Cancella il sondaggio" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Potete infine modificare le informazioni relative a questo sondaggio come il " +"titolo, i commenti o la vostra email." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Tenere commenti" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Tenere commenti" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Tenere il sondaggio" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Tenere voti" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Mantengo questo sondaggio" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Tenere voti" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Sondaggio completamente rimosso" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Sondaggio salvato" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Cancellare la colonna" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Eliminare i commenti" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Rimuovere i voti" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "Il sondaggio è stato creato." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Voto aggiunto" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Voto cancellato" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Voto aggiornato" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Puoi aggiungere una data al tuo sondaggio." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Il tuo sondaggio è stato eliminato!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "" +"e se vi foste dimenticati di inserire una scelta, potreste aggiungere una " +"colonna cliccando su" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "cancellare una colonna o una riga con" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"Gli utenti che esprimono la preferenza \"Se necessario\" per questa opzione " +"hanno lasciato il proprio indirizzo email:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"Gli utenti che esprimono la preferenza \"No\" per questa opzione hanno " +"lasciato il proprio indirizzo email:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"Gli utenti che esprimono la preferenza \"Si\" per questa opzione hanno " +"lasciato il proprio indirizzo email:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Data di cancellazione:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Per partecipare a questo sondaggio, è necessario inserire vostro nome, " +"scegliere tutti i parametri che preferite e confermare la vostra scelta con " +"il pulsante alla fine della riga." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"L'amministratore ha bloccato questa indagine. Voti e commenti sono " +"congelati, non è più possibile partecipare" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "Il sondaggio è scaduto, sarà presto rimosso." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Il tuo voto è stato preso in considerazione, ma attenzione: questa indagine " +"consente la modifica del voto solo con il seguente link personalizzato; " +"tenerlo al sicuro." diff --git a/public/assets/i18n/po/nl.po b/public/assets/i18n/po/nl.po new file mode 100644 index 0000000..587e6a6 --- /dev/null +++ b/public/assets/i18n/po/nl.po @@ -0,0 +1,1922 @@ +# Luc Didry , 2018. #zanata. +# Thomas De Backer , 2018. #zanata. +# Thomas Citharel , 2019. #zanata. +# tykayn , 2020. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2020-11-05 11:54+0100\n" +"Last-Translator: tykayn \n" +"Language-Team: French \n" +"X-Generator: Lokalize 19.12.3\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Maak een poll" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Voer datums of onderwerpen waaruit gekozen kan worden in" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Discussieer en neem een beslissing" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Wil je" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate is een online service om snel en makkelijk een afspraak te plannen " +"of een beslissing te nemen. Je hoeft je niet te registreren." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Het werkt als volgt:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Stuur de link naar de poll naar je vrienden of collega's" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Wat is Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "een voorbeeld bekijken?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "CeCILL-B licentie" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Framadate is gelicenseerd onder de" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Framadate" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"software ontwikkeld door de Universiteit van Straatsburg. Het wordt " +"tegenwoordig ontwikkeld door de Framasoft vereniging." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Kweek je eigen" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Als je de software wil installeren voor eigen gebruik en zo je " +"onafhankelijkheid wil vergroten, kunnen we je helpen op:" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "de ontwikkeling-website" + +#: .Admin.Actions +msgid "Actions" +msgstr "Acties" + +#: .Admin.Administration +msgid "Administration" +msgstr "Beheer" + +#: .Admin.Author +msgid "Author" +msgstr "Auteur" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Terug naar beheerpagina" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Bewerk poll" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Email" + +#: .Admin.Executed +msgid "Executed" +msgstr "Uitgevoerd" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Vervaldatum" + +#: .Admin.Fail +msgid "Fail" +msgstr "Gefaald" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Gefaald:" + +#: .Admin.Format +msgid "Format" +msgstr "Formaat" + +#: .Admin.Installation +msgid "Installation" +msgstr "Installatie" + +#: .Admin.Logs +msgid "Logs" +msgstr "Logs" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migratie" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Niets" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Pagina's:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Poll ID" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "" + +#: .Admin.Polls +msgid "Polls" +msgstr "Polls" + +#: .Admin.Purge +msgid "Purge" +msgstr "Leegmaken" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Maak de polls leeg" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Leeggemaakt:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Ga naar poll" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Overgeslagen:" + +#: .Admin.Status +msgid "Status" +msgstr "Status" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Gelukt:" + +#: .Admin.Success +msgid "Success" +msgstr "Gelukt" + +#: .Admin.Summary +msgid "Summary" +msgstr "Samenvatting" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Aan het wachten" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "polls in de database op dit moment" + +#: .Check.Check+again +msgid "Check again" +msgstr "Controleer opnieuw" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Overweeg de activering van de PHP OpenSSL extensie om de veiligheid te " +"verhogen." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Overweeg de instelling van date.timezone in het php.ini bestand." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"NL_Consider setting « session.cookie_httponly = 1 » inside your php.ini or " +"add « php_value session.cookie_httponly 1 » to your .htaccess so that " +"cookies can't be accessed through Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Installatie voortzetten" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "NL_Cookies are served from HTTP only." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Controle van de installatie" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "PHP OpenSSL extensie opgeladen." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "PHP Intl extensie is geactiveerd." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "PHP Versie %s voldoende (vereist PHP %s of hoger)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"De map van het configuratiebestand (%s) is niet schrijfbaar en het " +"configuratiebestand (%s) bestaat niet." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "De map van het configuratiebestand (%s) is schrijfbaar." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Het configuratiebestand bestaat." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"De map voor compilatie van sjablonen (%s) bestaat niet in \"%s\". Probeer de " +"installatie opnieuw." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "De map voor compilatie van sjablonen (%s) is niet schrijfbaar." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "De map voor compilatie van sjablonen (%s) is schrijfbaar." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "U moet de PHP Intl extensie activeren." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Uw versie van PHP (%s) is te oud. Deze applicatie vereist PHP %s of hoger." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone is ingesteld." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Opmerking toevoegen aan de poll" + +#: .Comments.Comment +msgid "Comment" +msgstr "Jouw opmerking" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Opmerking opgeslagen" + +#: .Comments.Comments +msgid "Comments" +msgstr "Opmerkingen" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Vul je naam en een opmerking in voor het formulier in te dienen" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Verwijder opmerking" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Opmerking opslaan" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%a %e %b %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%d-%m-%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Voeg een datumbereik toe" + +#: .Date.End+date +msgid "End date" +msgstr "Einddatum" + +#: .Date.Start+date +msgid "Start date" +msgstr "Begindatum" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d/m/Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Je kan maximaal 4 maanden selecteren" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "dag / maand / jaar" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Bewerkingslink voor de poll \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Dit is de link om jouw stem te wijzigen:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Als je jouw persoonlijke link niet wilt verliezen, kunnen we deze per email " +"verzenden." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Gelieve %d seconden te wachten voor we je een email kunnen sturen. Probeer " +"dan opnieuw." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "HERINNERING" + +#: .EditLink.Send +msgid "Send" +msgstr "Verzenden" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Foutief emailadres." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Jouw herinnering is verzonden!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Toevoegen stem gefaald" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Kan geen lege kolom maken." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Kan het bestand config.php niet maken in '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Opmerking mislukt" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Cookies zijn uitgeschakeld in je browser. Cookies zijn nodig om een poll aan " +"te maken." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Vul een naam in" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Vul een naam en een opmerking in!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Voer een titel in" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Voer een emailadres in" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Fout over de hoeveelheid stemmen: waarde moet een getal groter dan 0 zijn." + +#: .Error.Error%21 +msgid "Error!" +msgstr "Fout!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Het is niet gelukt om alle opmerkingen te verwijderen" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Het is niet gelukt om alle stemmen te verwijderen" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Kolom verwijderen mislukt" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Het is niet gelukt om de opmerking te verwijderen" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Het is niet gelukt om de poll te verwijderen" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Het is niet gelukt de stem te verwijderen!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Het is niet gelukt om de opmerking in te voegen!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Opslaan van de poll gefaald" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Verboden!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Deze ID is reeds gebruikt" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "" + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"JavaScript is uitgeschakeld in je browser. JavaScript is nodig om een poll " +"aan te maken." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Ontbrekende waarden" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Geen polls gevonden" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Het wachtwoord is leeg" + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "De wachtwoorden zijn niet gelijk" + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "De poll is gewijzigd voordat je stemde" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Er is iets foutgegaan..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Er is iets foutgegaan met het formaat" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Er is iets fout gegaan met het formaat: persoonlijke URLs mogen enkel " +"alfanumerieke tekens en streepjes bevatten." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Er is iets fout gegaan met het formaat: de naam mag vooraan of achteraan " +"geen spaties bevatten" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"Het adres is niet juist! Je moet een geldig emailadres invoeren (zoals r." +"stallman@outlock.com) zodat je de link naar je poll kan ontvangen." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "De kolom bestaat reeds" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "De naam is niet geldig." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "De naam die je hebt gekozen, bestaat al in deze poll!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Er is een probleem met je keuzes" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Deze poll bestaat niet!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Kan geen verbinding maken met de database" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Wijzigen stem gefaald" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Je hebt al gestemd" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "You can't create a poll with hidden results with the following option: " +msgstr "" +"Je kan geen poll met verborgen resultaten maken met de volgende optie: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Je kan niet meer dan %d dagen kiezen" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Je hebt het eerste deel van de poll niet ingevuld, of je sessie is verlopen." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." + +#: .FindPolls.Address +msgid "Address" +msgstr "Adres" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Aangemaakte polls" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Tot ziens!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Dit is de lijst van polls die je beheert op %s:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Indien je dat niet gevraagd hebt en je vermoedt misbruik van de dienst, dan " +"kan je dat melden aan de beheerder op %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Laatst bezocht" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Lijst van jouw polls" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS: deze email werd verstuurd omdat jij – of iemand anders – gevraagd hebt " +"om een lijst van polls te ontvangen die gemaakt werden om jouw emailadres." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Polls bewaard in deze browser" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Polls verstuurd" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Verwijder al mijn polls uit het geheugen van deze browser" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Verwijder de poll uit het geheugen" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Stuur me mijn polls" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Verzend mijn polls via email" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "De datum waarop de poll aangemaakt of laatst bezocht is" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "De titel van de poll" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Er zijn nog geen polls bewaard in je browser" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Om deze informatie te verwijderen klik je op het vuilbakje op de " +"overeenkomstige lijn of klik je op de « verwijder mijn polls uit het " +"geheugen » optie. Je polls zelf worden hierdoor niet verwijderd." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Om je vorige polls makkelijk terug te vinden, bewaren we elke poll die je " +"aanmaakt of bezoekt in je browser. Deze informatie wordt enkel in deze " +"browser opgeslagen. De volgende informatie zal worden bewaard:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Bezochte polls" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(in het formaat naam@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Toevoegen" + +#: .Generic.Back +msgid "Back" +msgstr "Vorige" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Terug naar de homepage van" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Annuleren" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "" + +#: .Generic.Classic +msgid "Classic" +msgstr "Klassiek" + +#: .Generic.Close +msgid "Close" +msgstr "Sluiten" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Maak je eigen polls aan" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Aanmaakdatum:" + +#: .Generic.Date +msgid "Date" +msgstr "Datum" + +#: .Generic.Day +msgid "Day" +msgstr "dagen" + +#: .Generic.Description +msgid "Description" +msgstr "Beschrijving" + +#: .Generic.Edit +msgid "Edit" +msgstr "Bewerk" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" + +#: .Generic.Home +msgid "Home" +msgstr "Home" + +#: .Generic.Information +msgid "Information" +msgstr "Informatie" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Legenda:" + +#: .Generic.Link +msgid "Link" +msgstr "Link" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Volgende" + +#: .Generic.No +msgid "No" +msgstr "Nee" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Pagina gegenereerd in" + +#: .Generic.Poll +msgid "Poll" +msgstr "Poll" + +#: .Generic.Remove +msgid "Remove" +msgstr "Verwijderen" + +#: .Generic.Save +msgid "Save" +msgstr "Opslaan" + +#: .Generic.Search +msgid "Search" +msgstr "Zoek" + +#: .Generic.Time +msgid "Time" +msgstr "Tijd" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Indien nodig" + +#: .Generic.Validate +msgid "Validate" +msgstr "Valideer" + +#: .Generic.Yes +msgid "Yes" +msgstr "Ja" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Je emailadres" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Je naam" + +#: .Generic.days +msgid "days" +msgstr "dagen" + +#: .Generic.for +msgid "for" +msgstr "voor" + +#: .Generic.months +msgid "months" +msgstr "maanden" + +#: .Generic.seconds +msgid "seconds" +msgstr "seconden" + +#: .Generic.vote +msgid "vote" +msgstr "stem" + +#: .Generic.votes +msgid "votes" +msgstr "stemmen" + +#: .Generic.with +msgid "with" +msgstr "met" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Maak een standaard poll" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Plan een evenement" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Waar zijn mijn polls?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Mailadres van de applicatie" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Naam van de applicatie" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Schone URL" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Database driver" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Database hostname" + +#: .Installation.Database+name +msgid "Database name" +msgstr "" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Database port" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Standaardtaal" + +#: .Installation.General +msgid "General" +msgstr "Algemeen" + +#: .Installation.Install +msgid "Install" +msgstr "Installeren" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Migratietabel" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefix" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Antwoordmail" + +#: .Installation.User +msgid "User" +msgstr "Gebruiker" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Wijzig taal" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Selecteer taal" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"\"Het is een lange weg, maar de doel is duidelijk...\"
Framasoft " +"overleeft enkel door jouw donaties.
Alvast bedankt voor je ondersteuning " +" https://soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Bericht voor de autheur" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Bericht van poll: %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Link voor deelnemers" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Poll deelname: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Iemand heeft je poll aangepast op de volgende link %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Iemand heeft zojuist je poll verwijderd \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Bedankt om deel te nemen aan de poll op de volgende link" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Bedankt voor je vertrouwen." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "" +"Dit is het bericht dat je kunt doorsturen aan de deelnemers van je poll." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Verzend dit bericht NIET naar de poll deelnemers. Je houdt het best privé." +"

Je kan je poll aanpassen op de volgende link" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "heeft een stem toegevoegd.
Je kan je poll bezoeken op" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "heeft zojuist een poll aangemaakt met de titel" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "heeft een stem gewijzigd.
Je kan je poll bezoeken op" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "heeft een opmerking geplaatst.
Je kan je poll bezoeken op" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Bedankt voor je begrip." + +#: .Maintenance.The+application +msgid "The application" +msgstr "De applicatie" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "is momenteel in onderhoud." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Inloggen" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Ongeldig wachtwoord" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Je moet een wachtwoord opgeven om deel te nemen aan deze poll." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Je moet een wachtwoord opgeven om toegang te krijgen tot deze poll." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Iedereen zal je e-mailadres kunnen zien nadat je gestemd hebt" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Beste keuze" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Beste keuzes" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Grafiek" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Toon de grafiek met resultaten" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Bewerk regel: %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Link om deze lijn aan te passen" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Verwijder regel:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Keuzes opslaan" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Scroll naar links" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Scroll naar rechts" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "De beste keuze is op dit moment:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "De beste keuzes zijn op dit moment:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "The link to edit this particular line has been copied to the clipboard!" +msgstr "De link om deze lijn aan te passen is gekopieerd naar het klembord!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Totaal" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Stem ‘nee’ voor" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Stem ‘ja’ voor" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Stem als nodig voor" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "ondervraagde gebruiker" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "ondervraagde gebruikers" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Admin-link naar de poll" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Beschrijving bewerken annuleren" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Emailadres bewerken annuleren" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Vervaldatum bewerken annuleren" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Naam bewerken annuleren" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Regels bewerken annuleren" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Titel bewerken annuleren" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Initiatiefnemer van deze poll" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Bewerk naam" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Bewerk de beschrijving" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Bewerk emailadres" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Bewerk de vervaldatum" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Bewerk de regels voor de poll" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Bewerk titel" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Exporteer naar CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Geen wachtwoord" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Only votes are protected" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Beveiligd met een wachtwoord" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Regels voor de poll" + +#: .PollInfo.Print +msgid "Print" +msgstr "Print" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Publieke link naar de poll" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Verwijder alle opmerkingen" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Verwijder alle stemmen" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Wachtwoord verwijderen" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Verwijder de poll" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Resultaten zijn verborgen." + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Resultaten zijn zichtbaar." + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Geavanceerde editor" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Beschrijving opslaan" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Emailadres opslaan" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Nieuwe vervaldatum opslaan" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Nieuwe naam opslaan" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Nieuwe regels opslaan" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Nieuwe titel opslaan" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Simpele editor" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Titel van de poll" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Stemmen en opmerkingen zijn uitgeschakeld" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Stemmen beveiligd met een wachtwoord" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Alle stemmers kunnen elke stem aanpassen" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Het gebruik van een poll ID kan de toegang tot de poll gemakkelijker maken " +"voor ongewenste personen. Het is aangeraden om een wachtwoord in te stellen." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Bevestiging" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Link verpersoonlijken" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Ga naar stap 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limiteer het aantal stemmen per optie" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Meer informatie is hier te vinden:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Alleen degene die de poll aangemaakt heeft kan de resultaten zien" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Optionele parameters" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Rechten" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Poll aanmaken (1 van 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Poll ID" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Poll titel" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Ontvang een email bij elke nieuwe opmerking" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Ontvang een email bij elke nieuwe stem" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Verplichte velden kunnen niet leeg blijven." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "(mag letters, cijfers en streepjes bevatten)" + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "De resultaten zijn zichtbaar zonder wachtwoord" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Om je beschrijving aantrekkelijker te maken, kun je het Markdown formaat " +"gebruiken." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Toegang tot poll beperken met een paswoord" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Maximum waarde" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Stemmers kunnen hun eigen stem aanpassen" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Stemmen kunnen niet worden aangepast" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Waarschuwing: Iedereen kan de e-mailadressen van alle stemmers zien, " +"aangezien iedereen alle stemmen kan aanpassen. Je kan best de toegangsregels " +"beperken." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Je bent in het onderdeel poll aanmaken." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Je kan de editor aan of afzetten wanneer je dat wilt." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "stemmen per optie" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Ga naar stap 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Terug naar stap 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Voeg een keuze toe" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Voeg een link of plaatje toe" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Alternatieve tekst" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Links of plaatjes kan je opnemen door gebruik te maken van" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "de Markdown syntax" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Poll keuzes (2 van 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Verwijder een keuze" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Deze velden zijn optioneel. Je kan een link of een plaatje toevoegen of " +"allebei." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "Om een poll te maken, moet je tenminste twee keuzes geven." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL van het plaatje" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Je kan keuzes verwijderen of toevoegen met deze knoppen" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Voeg een dag toe" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Voeg een tijd toe" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Kies de datums voor je datumprikker" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Kopieer de tijden van de eerste dag" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Voor elke geselecteerde dag kan je tijden voorstellen. (Bijvoorbeeld ‘8h’, " +"‘8:30’, ‘8h-10h’, ‘avond’, enz.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Te prikken datums (2 van 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Verwijder een dag" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Verwijder een tijd" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Verwijder alle dagen" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Verwijder alle tijden" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Verwijder deze dag" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Om een datum te prikken, moet je tenminste twee keuzes geven. (Bijvoorbeeld " +"twee tijden op één dag of twee verschillende dagen)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "Je kan extra dagen of tijden toevoegen en verwijderen met deze knoppen" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Terug naar stap 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Bevestig het aanmaken van je poll" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Maak de poll aan" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Vervaldatum:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Lijst van keuzes" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Als je het aanmaken van de poll hebt bevestigd, wordt je doorgestuurd naar " +"de beheerpagina." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Verwijderdatum en bevestiging (3 van 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Daarna ontvang je twee mails: één met de link naar je poll, die je naar de " +"deelnemers kan sturen, de andere met een link naar de beheerpagina." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Je kunt een specifieke vervaldatum voor de poll opgeven." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Je poll wordt automatisch gearchiveerd" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Je poll wordt over %d dagen automatisch gearchiveerd." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "na de laatste datum van je poll." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Kolom toevoegen" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Een kolom toevoegen" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Alle opmerkingen verwijderd" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Alle stemmen verwijderd" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Als pollbeheerder kan je alle regels van de poll wijzigen met deze knop" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Terug naar de poll" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Keuze toegevoegd" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "" +"Verzamel de e-mailadressen van de ondervraagde gebruikers voor de optie" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Kolom verwijderd" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Opmerking verwijderd" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Bevestig het verwijderen van alle opmerkingen" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Bevestig het verwijderen van alle stemmen" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Bevestig de verwijdering van deze kolom." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Bevestig het verwijderen van de poll" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Tenslotte kan je de eigenschappen van deze poll wijzigen, zoals titel, " +"opmerkingen of je emailadres." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Behoud de opmerkingen" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Behoud de opmerkingen" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Behoud de poll" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Behoud de stemmen" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Behoud deze poll" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Behoud de stemmen" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Poll volledig verwijderd" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Poll opgeslagen" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Kolom verwijderen" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Verwijder de opmerkingen" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Verwijder de stemmen" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "De poll is aangemaakt." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Stem verwijderd" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Je kan een nieuwe datum toevoegen aan je poll." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Je poll is verwijderd!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "en voeg een nieuwe kokom toe met" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "verwijder een kolom of regel met" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Verwijderdatum:" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Als je wilt stemmen in deze poll, moet je je naam ingeven, een keuze maken " +"en indienen door op de bewaar-knop op het einde van de lijn te klikken." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"De beheerder heeft deze poll gesloten. Stemmen en opmerkingen zijn bevroren, " +"je kunt niet meer deelnemen." + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "De poll is verlopen, hij wordt binnenkort verwijderd." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Je stem is opgeslagen. Je hebt deze persoonlijke link nodig om je stem te " +"kunnen wijzigen." diff --git a/public/assets/i18n/po/oc.po b/public/assets/i18n/po/oc.po new file mode 100644 index 0000000..a575c06 --- /dev/null +++ b/public/assets/i18n/po/oc.po @@ -0,0 +1,1958 @@ +# Luc Didry , 2018. #zanata +# Quentí , 2018. #zanata +# Vincent Laporte , 2018. #zanata +# Quentí , 2019. #zanata +# Thomas Citharel , 2019. #zanata +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-10-10 00:54+0000\n" +"Last-Translator: Quentin PAGÈS \n" +"Language-Team: Occitan \n" +"Language: oc\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Creatz un sondatge" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Determinatz las datas o los tèmas a causir" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Charratz e prenètz vòstra decision" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Volètz" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate es un servici en linha que permet d’organizar un rendètz-vos o de " +"prene de decisions rapidament e simplament. Cap d’inscripcion es pas " +"demandada." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Vaquí cossí fonciona :" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Mandatz lo ligam del sondatge a vòstres amics o companhs" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Primièrs passes" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "veire un example ?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "licéncia CeCILL-B" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Es regit per la" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate es inicialament basat sus" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Lo logicial" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Aqueste logicial requesís l’activacion de JavaScript e dels cookies. Es " +"compatible amb los navegators seguents :" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days +#: +it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"un logicial desvolopat per l’Universitat d’Estrasborg. Uèi son desvolopament " +"es fach per l’associacion Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Cultivatz vòstre òrt" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence +#: +we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Se volètz installar aqueste logicial per vòstra pròpia utilizacion e aital " +"aver mai d’autonomia, nos podètz ajudar sus :" + +#: .3rd+section.To+participate+in+the+software+development +#: +suggest+improvements+or+simply+download+it +#: +please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"Per participar al desvolopament del logicial, prepausar de milhoraments o " +"simplament lo telecargar, anatz sus" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "lo site de desvolopament" + +#: .Admin.Actions +msgid "Actions" +msgstr "Accions" + +#: .Admin.Administration +msgid "Administration" +msgstr "Administracion" + +#: .Admin.Author +msgid "Author" +msgstr "Autor" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Tornar a l’administracion" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Modificar lo sondatge" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "Corrièl" + +#: .Admin.Executed +msgid "Executed" +msgstr "Executadas" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Data d’expiracion" + +#: .Admin.Fail +msgid "Fail" +msgstr "Fracàs" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Fracassat :" + +#: .Admin.Format +msgid "Format" +msgstr "Format" + +#: .Admin.Installation +msgid "Installation" +msgstr "Installation" + +#: .Admin.Logs +msgid "Logs" +msgstr "Istoric" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migracion" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Res" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Paginas :" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "ID sondatge" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Sondatge suprimit" + +#: .Admin.Polls +msgid "Polls" +msgstr "Sondatges" + +#: .Admin.Purge +msgid "Purge" +msgstr "Purga" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Purgar los sondatges" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Purgats :" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Veire lo sondatge" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Passat :" + +#: .Admin.Status +msgid "Status" +msgstr "Estatuts" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Capitat :" + +#: .Admin.Success +msgid "Success" +msgstr "Capitada" + +#: .Admin.Summary +msgid "Summary" +msgstr "Resumit" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Títol" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Vòtes" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "En espèra" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "sondatges dins la banca de donadas actualament" + +#: .Check.Check+again +msgid "Check again" +msgstr "Tornar verificar" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "" +"Mercés de pensar a activar l’extension PHP OpenSSL per milhorar la seguritat." +"" + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Mercés de far cas a la definicion de date.timezone dins lo php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add " +"« php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Agachatz de configurar « session.cookie_httponly = 1 » dins de vòstre php." +"ini o ajustatz « php_value session.cookie_httponly 1 » a vòstre .htaccess " +"per empachar d’accedir als cookies amb lo Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Contunhar l’installacion" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Los cookies son pas que fornits en HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Verificacions de l’installacion" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "L’extension PHP OpenSSL es cargada." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "L’extension PHP Intl es activada." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "Version de PHP %s sufisenta (Cal almens PHP %s)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"Lo dorsièr del fichièr de configuracion (%s) es pas accessible en escritura " +"e lo fichièr de configuracion (%s) existís pas." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "" +"Lo dorsièr del fichièr de configuracion (%s) es accessible en escritura." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Lo fichièr de configuracion existís." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"Lo dorsièr de compilacion dels modèls (%s) existís pas dins \"%s\". Ensajatz " +"lo processús d’installacion tornamai." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "" +"Lo dorsièr de compilacion dels modèls (%s) es pas accessible en escritura." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "" +"Lo dorsièr de compilacion dels modèls (%s) es accessible en escritura." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Vos cal activar l’extension PHP Intl." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Vòstra version de PHP (%s) es tròp vièlha. Aquesta aplicacion a besonh de " +"PHP %s almens." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone es definit." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Apondre un comentari al sondatge" + +#: .Comments.Comment +msgid "Comment" +msgstr "Vòstre comentari" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Comentari apondut" + +#: .Comments.Comments +msgid "Comments" +msgstr "Comentaris dels sondats" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Picatz vòstre nom e comentari d’en primièr per mandar lo formulari" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Suprimir lo comentari" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Mandar lo comentari" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A +#: +%25B+%25e +#: +%25Y +msgid "%A, %B %e, %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%d/%m/%Y" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%d/%m/%Y %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Apondre un interval de datas" + +#: .Date.End+date +msgid "End date" +msgstr "Data de fin" + +#: .Date.Start+date +msgid "Start date" +msgstr "Data de debuta" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "d/m/Y" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Podètz pas causir mai de 4 meses" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "dd/mm/yyyy" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "jorn / mes / annada" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Ligam de modificacion del sondatge \"%s\"" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Vaquí lo ligam per modificar vòstre vòte :" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link +#: +we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Se volètz pas perdre vòstre ligam personalizat, podètz vos lo enviar per " +"corrièl." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Mercés d’esperar encara %d segondas abans que poscam vos mandar lo corrièl, " +"puèi tornatz ensajar." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "RECÒRD" + +#: .EditLink.Send +msgid "Send" +msgstr "Mandar" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "Corrièl incorrècte." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Vòstre recòrd es ben estat mandat !" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Fracàs de l’apondon d’un vòte" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Impossible de crear una colomna voida." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Impossible de crear lo fichièr config.php dins '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Fracàs del comentari" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Los cookies son desactivats sus vòstre navegador. Lor activacion es " +"requesida per la creacion d’un sondatge." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Picatz un nom" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Mercé de garnir los dos camps !" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Picatz un títol" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Picatz una adreça de messatjariá" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "Error pel limit de vòtes : la valor deu èsser un entièr màger que 0" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Error !" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Fracàs de la supression de totes los comentaris" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Fracàs de la supression de totes los vòtes" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Fracàs de la supression de colomna" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Fracàs de la supression del comentari" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Fracàs de la supression del sondatge" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Fracàs de la supression del vòte !" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Fracàs de l’apondon del comentari !" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Fracàs d’enregistrament del sondatge" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Defendut !" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "" +"Oo non ! Vòstre sondatge a pas pogut èsser enregistrat. O planhèm. Mercés de " +"tornar ensajar." + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "L’identificant es ja utilizat" + +#: .Error.If+you+quit+now +#: +your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Se quitatz ara, vòstras modificacions seràn perdudas." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"Javascript es desactivat sus vòstre navegador. Son activacion es requesida " +"per la creacion d’un sondatge." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Mancan de valors" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Cap de sondatge pas trobat" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Lo senhal es void." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Los senhals son pas los meteisses." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Lo sondatge es estat mes a jorn abans vòstre vòte" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "I a quicòm que truca..." + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "I a quicòm que truca amb lo format" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Quicòm a trucat amb lo format : las URL personalizadas devon èsser " +"compausadas de caractèrs alfanumerics e de jonhents longs." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Quicòm a trucat amb lo format : lo nom deu pas conténer d’espacis avant " +"nimai aprèp" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like r." +"stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"L’adreça picada es pas corrècta ! Cal una adreça valida (per exemple r." +"stallman@outlock.com) per recebre lo ligam cap al sondatge." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "La colomna existís ja" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Lo nom es pas valid." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "Lo nom qu’avètz causit existís ja !" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "I a un problèma amb vòstras causidas" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "L’identificant es pas autorizat" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Aqueste sondatge existís pas !" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Impossible de se connectar a la banca de donadas" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "La mesa a jorn del vòte a fracassat" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Avètz ja votat" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "" +"You can't create a poll with hidden results with the following option: " +msgstr "" +"Podètz pas crear de sondatges amb de resultats amagats amb las opcions d’" +"edicion seguentas : " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Podètz pas causir mai de %d datas" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation +#: +or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Avètz pas garnit la primièra seccion de la creacion del sondatge, o vòstra " +"session a expirat." + +#: .Error.Your+vote+wasn%27t+counted +#: +because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Vòstre vòte es pas estat pres en compte, per çò que qualqu’un a votat qu’" +"aquel temps e aquò a creat un conflict amb vòstras causidas e las condicions " +"de sondatge. Mercés de tornar ensajar." + +#: .FindPolls.Address +msgid "Address" +msgstr "Adreça" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Sondatges creats" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Bona jornada !" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Vaquí la lista dels sondatges que gerissètz sus %s :" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service +#: +please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Se sètz pas a l’origina d’aquesta accion e se pensatz qu’es un abús, mercés " +"de contactar l’administrator a %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "La seuna adreça" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Data de darrièr accès" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Lista de vòstres sondatges" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS : aqueste corrièl es estat mandat perque avètz – o qualqu’un mai – a " +"demandat la recuperacion dels sondatges creats amb aquesta adreça de corrièl." +"" + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Sondatges enregistrats dins aqueste navegador" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Sondatges mandats" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Levar totes mos sondatges de l’ensenhador del navegador" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Levar lo sondatge de l’ensenhador" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Mandar mos sondatges" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Enviar mos sondatges per corrièl" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "La data qu’avètz creat o accedit al sondatge" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "Lo títol del sondatge" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Vòstre navegador a pas cap de sondatges enregistrats" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Per suprimir aquesta donada clicatz l’escobilhièr de la linha correspondenta " +"o clicatz l’opcion « suprimir mon ensenhador de sondatge ». Aquò suprimirà " +"pas vòstres sondatges." + +#: .FindPolls.To+help+you+find+your+previous+polls +#: +we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Per vos ajudar a retrapar vòstres sondatges precedents, salvagardam cada " +"sondatge que creatz o qu’accedissètz dins vòstre navegador. Aquestas donadas " +"son enregistradas pas que dins aqueste navigador. Las donadas seguentas " +"seràn salvagardadas :" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Sondatges consultats" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(al format nom@mail.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Apondre" + +#: .Generic.Back +msgid "Back" +msgstr "Tornar" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Tornar a la pagina d’acuèlh de" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Anullar" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Causida" + +#: .Generic.Classic +msgid "Classic" +msgstr "Classic" + +#: .Generic.Close +msgid "Close" +msgstr "Tampar" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Creatz vòstres sondatges" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Data de creacion :" + +#: .Generic.Date +msgid "Date" +msgstr "Data" + +#: .Generic.Day +msgid "Day" +msgstr "Jorn" + +#: .Generic.Description +msgid "Description" +msgstr "Descripcion" + +#: .Generic.Edit +msgid "Edit" +msgstr "Modificar" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate es un servici en linha que permet d’organizar un rendètz-vos o de " +"prene de decisions rapidament e simplament." + +#: .Generic.Home +msgid "Home" +msgstr "Acuèlh" + +#: .Generic.Information +msgid "Information" +msgstr "Informacions" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Legenda :" + +#: .Generic.Link +msgid "Link" +msgstr "Ligam" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Contunhar" + +#: .Generic.No +msgid "No" +msgstr "Non" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Pagina generada en" + +#: .Generic.Poll +msgid "Poll" +msgstr "Sondatge" + +#: .Generic.Remove +msgid "Remove" +msgstr "Suprimir" + +#: .Generic.Save +msgid "Save" +msgstr "Enregistrar" + +#: .Generic.Search +msgid "Search" +msgstr "Cercar" + +#: .Generic.Time +msgid "Time" +msgstr "Ora" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Amb resèrva" + +#: .Generic.Validate +msgid "Validate" +msgstr "Validar" + +#: .Generic.Yes +msgid "Yes" +msgstr "Òc" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Vòstra adreça" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Vòstre nom" + +#: .Generic.days +msgid "days" +msgstr "jorns" + +#: .Generic.for +msgid "for" +msgstr "per" + +#: .Generic.months +msgid "months" +msgstr "meses" + +#: .Generic.seconds +msgid "seconds" +msgstr "segondas" + +#: .Generic.vote +msgid "vote" +msgstr "vòte" + +#: .Generic.votes +msgid "votes" +msgstr "vòtes" + +#: .Generic.with +msgid "with" +msgstr "amb" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Crear un sondatge classic" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Crear un sondatge especial datas" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Ont son mos sondatges ?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Adreça de corrièl de l’aplicacion" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Nom de l’aplicacion" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "URL clars" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Pilòt de la basa de donadas" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Nom d’òst de la basa de donadas" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Nom de la basa de donadas" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Pòrt de la basa de donadas" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Lenga per defaut" + +#: .Installation.General +msgid "General" +msgstr "General" + +#: .Installation.Install +msgid "Install" +msgstr "Installar" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Taula de migracion" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Senhal" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefixe" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "Adreça de responsa" + +#: .Installation.User +msgid "User" +msgstr "Utilizaire" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Cambiar la lenga" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Seleccionar la lenga" + +#: .Mail.%22The+road+is+long +#: +but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support https://soutenir." +"framasoft.org" +msgstr "" +"« La rota es longa, mai lo camin es liure… »
Framasoft viu solament amb " +"vòstres dons (qu’òm pòt tirar de vòstres impòstes).
Mercé d’avança pel " +"vòstre sosten https://soutenir.framasoft.org" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Messatge per l’autor" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notificacion d’un sondatge : %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Per difusion als sondats" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Participacion al sondatge : %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Qualqu’un ven de modificar vòstre sondatge accessible amb lo ligam seguent " +"%1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Qualqu’un ven de suprimir vòstre sondatge \"%s\"." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Mercés de vòstra participacion al sondatge al ligam seguent" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Mercé per vòstra fisança." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "" +"Aquò es lo messatge que serà mandat als sondats.
Podètz ara transmetre " +"aqueste messatge a totas las personas susceptiblas de participar al vòte." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Aqueste messatge deu PAS èsser mandat als participants. Vos cal lo gardar " +"privat.

Podètz modificar lo sondatge amb lo ligam seguent" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "" +"ven de votar.
Podètz tornar a vòstre sondatge amb lo ligam seguent" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "ven de crear un sondatge titolat" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "" +"ven de metre a jorn un vòte.
Podètz tornar a vòstre sondatge amb lo " +"ligam seguent" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "" +"ven de redigir un comentari.
Podètz tornar a vòstre sondatge amb lo " +"ligam seguent" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Mercés de tornar dins un momenton." + +#: .Maintenance.The+application +msgid "The application" +msgstr "L’aplicacion" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "es en mantenença." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Accedir" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Senhal incorrècte" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Vos cal donar lo senhal per participar al sondatge." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Vos cal donar lo senhal per aver accès a aqueste sondatge." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "opcion %s" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Tot lo monde poirà veire vòstra adreça de corrièl aprèp vòstre vòte" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Milhora causida" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Milhoras causidas" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Grafic" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Afichar lo grafic dels resultats" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Modificar la linha : %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Ligam per modificar aquesta linha en particular" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Suprimir la linha :" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Enregistrar las causidas" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Far desfilar a man esquèrra" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Far desfilar a man drecha" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Pel moment, la causida amb lo mai de vòtes es :" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "Pel moment, las causidas amb lo mai de vòtes son :" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "" +"The link to edit this particular line has been copied to the clipboard!" +msgstr "" +"Lo ligam per modificar aquesta linha en particular es estada copiada al " +"quichapapièrs !" + +#: .Poll+results.Total +msgid "Total" +msgstr "Soma" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Votar « non » per" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Votar « òc » per" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Vòtes amb resèrva per" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "votant" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "votants" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Ligam d’administracion del sondatge" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Anullar lo cambiament de descripcion" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Anullar lo cambiament d’adreça" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Anullar lo cambiament de data d’expiracion" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Anullar lo cambiament d’autor" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Anullar lo cambiament de permissions" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Anullar lo cambiament de títol" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Autor del sondatge" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Modificacion de l’autor" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Modificar la descripcion" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Modificar l’adreça" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Modificar la data d’expiracion" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Modificar las permissions del sondatge" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Modificar lo títol" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Exportar en CSV" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Pas cap de senhal" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Sols los vòtes son protegits" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Protegit per senhal" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Permissions del sondatge" + +#: .PollInfo.Print +msgid "Print" +msgstr "Imprimir" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Ligam public del sondatge" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Suprimir totes los comentaris" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Suprimir totes los vòtes" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Levar lo senhal" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Suprimir lo sondatge" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Los resultats son amagats" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Los resultats son visibles" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Editor avençat" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Enregistrar la descripcion" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Enregistrar l’adreça" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Enregistrar la data d’expiracion" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Enregistrar l’autor" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Enregistrar las permissions novèlas" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Enregistrar lo novèl títol" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Editor simple" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Títol del sondatge" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Las adreças dels votants son reculhidas" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "Las adreças dels votants son reculhidas e necessàrias" + +#: .PollInfo.Voters%27+email+addresses+are+collected +#: +required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "Las adreças dels votants son reculhidas, necessàrias e verificadas" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Las adreças dels votants son pas reculhidas" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Los vòtes e comentaris son clavats" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Vòtes protegits per senhal" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Totes los votants pòdon modificar lors vòtes" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"En utilizant un identificant aquò pòt facilitar l’accès a aqueste sondatge " +"per de personas pas desiradas. Es recomandat d’o protegir amb un senhal." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Reculhir las adreças dels votants" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Confirmacion" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Personalizar lo ligam" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Las adreças dels votants son reculhidas mas pas necessàrias" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "Las adreças dels votants son pas reculhidas" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "Las adreças de corrièl son necessàrias" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "Las adreças de corrièl son necessàrias e verificadas" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Anar a l’etapa 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Limitar lo nombre de votants per opcion" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Mai d’informacion aquí :" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Solament lo creator del sondatge pòt veire los resultats" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Paramètres opcionals" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Autorizacions" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Creacion de sondatge (1 sus 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Identificant" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Títol del sondatge" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Recebre un messatge per cada comentari" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Recebre un messatge per cada participacion" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Mercés de garnir totes los formularis obligatòris, marcats amb una *." + +#: .Step+1.The+identifier+can+contain+letters +#: +numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "L’identificant pòt contenir de letras, de chifras e de jonhents \"-\"." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Los resultats son visibles sens senhal" + +#: .Step+1.To+make+the+description+more+attractive +#: +you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "" +"Per dire de far venir la descripcion mai bèla, podètz utilizar la sintaxi " +"Markdown." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Emplegar un senhal per restrénher l’accès al sondatge" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Valor maximala" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Cadun pòt modificar son pròpri vòte" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Cap de vòte pòt pas èsser modificat" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Avertiment : qual que siá pòt veire las adreças dels votants del moment que " +"totes los votants pòdon modificar quin que siá vòte. Vos caldriá restrénher " +"las autorizacions." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Avètz causit de crear un sondatge novèl." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Podètz activar o desactivar l’editor coma volgatz." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "votacion per opcion" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Anar a l’etapa 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Tornar a l’etapa 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Apondre una causida" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Apondre un ligam o un imatge" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Tèxte alternatiu" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Es possible d’inserir de ligams o d’imatges en emplegant" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "la sintaxi Markdown" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Causida dels tèmas (2 sus 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Suprimir la darrièra causida" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link +#: +an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"Aquestes camps son facultatius. Podètz apondre un ligam, un imatge o los dos." +"" + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "" +"Per crear un sondatge classic, vos cal prepausar almens doas causidas " +"diferentas." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "URL de l’imatge" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Podètz apondre o suprimir de causidas mai amb los botons" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Ajustar un jorn" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Ajustar un orari" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Causissètz las datas de vòstre sondatge" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Reportar los oraris del primièr jorn suls autres jorns" + +#: .Step+2+date.For+each+selected+day +#: +you+are+free+to+suggest+meeting+times+(e.g. +#: +%228h%22 +#: +%228:30%22 +#: +%228h-10h%22 +#: +%22evening%22 +#: +etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Per cada jorn seleccionat avètz la possibilitat de causir o non d’oras de " +"reünion (per exemple : \"8o\", \"8o30\", \"8o-10o\", \"ser\", etc.)" + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Causida de las datas (2 sus 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Suprimir lo darrièr jorn" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Suprimir lo darrièr orari" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Suprimir totes los jorns" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Suprimir totes los oraris" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Suprimir aqueste jorn" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g. +#: +two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"Per crear un sondatge especial datas vos cal prepausar almens doas causidas " +"(dos oraris per la meteissa jornada o dos jorns)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "" +"Podètz apondre o suprimir de jorns e oraris suplementaris amb los botons" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Tornar a l’etapa 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Confirmatz la creacion de vòstre sondatge" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Crear lo sondatge" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Data de mesa en archiu :" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Lista de vòstras causidas" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll +#: +you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"Un còp la creacion del sondatge confirmada, seretz redirigit automaticament " +"cap a vòstre sondatge." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Data d’expiracion e confirmacion (3 sus 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants +#: +the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"D’aquel temps, recebretz dos corrièls : un amb lo ligam cap a vòstre " +"sondatge per o mandar als sondats, l’autre amb lo ligam per la pagina " +"d’administracion del sondatge." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Podètz decidir d’una data de mesa en archiu mai pròcha." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Vòstre sondatge serà archivat automaticament" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Vòstre sondatge serà archivat automaticament dins %d jorns." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "aprèp lo darrièr jorn del sondatge." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Version %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Apondre una colomna" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Apondon de colomna" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Totes los comentaris son estats suprimits" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Totes los vòtes son estats suprimits" + +#: .adminstuds.As+poll+administrator +#: +you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"En qualitat d’administrator podètz modificar totas las linhas d’aqueste " +"sondatge amb aqueste boton" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Tornar al sondatge" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Causida aponduda" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Collècta de las adreças dels votants per la causida" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Colomna suprimida" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Comentari suprimit" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Confirmar la supression de totes los comentaris d’aqueste sondatge" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Confirmar la supression de totes los vòtes d’aqueste sondatge" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Confirmar la supression d’aquesta colomna." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Confirmar la supression del sondatge" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Suprimir lo sondatge" + +#: .adminstuds.Finally +#: +you+can+change+the+properties+of+this+poll+such+as+the+title +#: +the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Per acabar podètz tanben modificar las informacions a prepaus d’aqueste " +"sondatge coma lo títol, los comentaris o vòstre corrièl." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Gardar los comentaris" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Gardar los comentaris" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Gardar lo sondatge" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Gardar los vòtes" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Gardar aqueste sondatge" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Gardar los vòtes" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Sondatge totalament suprimit" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Sondatge enregistrat" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Suprimir la colomna" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Suprimir los comentaris" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Suprimir los vòtes" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "Lo sondatge es estada creat." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Vòte apondut" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Vòte suprimit" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Vòte mes a jorn" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Podètz apondre una data a vòstre sondatge." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Vòstre sondatge es estat suprimit !" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "" +"E se avètz oblidat de picar una causida, podètz tornar apondre una colomna " +"en clicant sus" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "escafar una colomna o una linha amb" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "Las adreças del monde que votèron «Se cal» per aquesta opcion :" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "Las adreças del monde que votèron «Non» per aquesta opcion :" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "Las adreças del monde que votèron «Òc» per aquesta opcion :" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Data de supression :" + +#: .studs.If+you+want+to+vote+in+this+poll +#: +you+have+to+give+your+name +#: +make+your+choice +#: +and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Se volètz votar per aqueste sondatge, avètz de donar vòstre nom, far una " +"causida, e l’enviar en seleccionar lo boton de salvagarda al cap de la linha." +"" + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen +#: +it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"L’administrator a clavat aqueste sondatge. Los vòtes e comentaris son " +"gelats, es pas mai possible de participar" + +#: .studs.The+poll+has+expired +#: +it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "Lo sondatge a expirat, serà lèu suprimit." + +#: .studs.Your+vote+has+been+saved +#: +but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Vòstre vòte es estat enregistrat corrèctament, mas mèfi : aqueste sondatge " +"permet l’edicion de vòstre vòte solament amb lo ligam personalizat." diff --git a/public/assets/i18n/po/sv.po b/public/assets/i18n/po/sv.po new file mode 100644 index 0000000..bba5ff9 --- /dev/null +++ b/public/assets/i18n/po/sv.po @@ -0,0 +1,1896 @@ +#. extracted from locale/en.json, locale/en.json +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-19 13:45+0200\n" +"PO-Revision-Date: 2020-08-07 21:51+0000\n" +"Last-Translator: Filip Bengtsson \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1\n" + +#: .1st+section.Create+a+poll +msgid "Create a poll" +msgstr "Skapa en undersökning" + +#: .1st+section.Define+dates+or+subjects+to+choose+from +msgid "Define dates or subjects to choose from" +msgstr "Ange datum eller ämnen att välja mellan" + +#: .1st+section.Discuss+and+make+a+decision +msgid "Discuss and make a decision" +msgstr "Diskutera och fatta ett beslut" + +#: .1st+section.Do+you+want+to +msgid "Do you want to" +msgstr "Vill du" + +#: .1st+section.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily.+No+registration+is+required. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily. No registration is required." +msgstr "" +"Framadate är en webbtjänst för att planera ett möte eller fatta ett beslut " +"snabbt och enkelt. Ingen registrering krävs." + +#: .1st+section.Here+is+how+it+works: +msgid "Here is how it works:" +msgstr "Så fungerar det:" + +#: .1st+section.Send+the+poll+link+to+your+friends+or+colleagues +msgid "Send the poll link to your friends or colleagues" +msgstr "Skicka undersökningens länk till dina vänner eller kollegor" + +#: .1st+section.What+is+Framadate%3F +msgid "What is Framadate?" +msgstr "Vad är Framadate?" + +#: .1st+section.view+an+example%3F +msgid "view an example?" +msgstr "se ett exempel?" + +#: .2nd+section.CeCILL-B+license +msgid "CeCILL-B license" +msgstr "licensen CeCILL-B" + +#: .2nd+section.Framadate+is+licensed+under+the +msgid "Framadate is licensed under the" +msgstr "Framadate har gjorts tillgängligt under" + +#: .2nd+section.Framadate+was+initially+based+on +msgid "Framadate was initially based on" +msgstr "Framadate baserades ursprungligen på" + +#: .2nd+section.The+software +msgid "The software" +msgstr "Mjukvaran" + +#: .2nd+section.This+software+needs+javascript+and+cookies+enabled.+It+is+compatible+with+the+following+web+browsers: +msgid "" +"This software needs javascript and cookies enabled. It is compatible with " +"the following web browsers:" +msgstr "" +"Den här mjukvaran kräver att JavaScript och kakor är aktiverade. Den är " +"kompatibel med följande webbläsare:" + +#: .2nd+section.software+developed+by+the+University+of+Strasbourg.+These+days,+it+is+developed+by+the+Framasoft+association. +msgid "" +"software developed by the University of Strasbourg. These days, it is " +"developed by the Framasoft association." +msgstr "" +"mjukvara utvecklad av Strasbourgs universitet. Idag utvecklas den av " +"föreningen Framasoft." + +#: .3rd+section.Grow+your+own +msgid "Grow your own" +msgstr "Odla din egen" + +#: .3rd+section.If+you+want+to+install+the+software+for+your+own+use+and+thus+increase+your+independence,+we+can+help+you+at: +msgid "" +"If you want to install the software for your own use and thus increase your " +"independence, we can help you at:" +msgstr "" +"Om du vill installera mjukvaran för eget bruk och på så sätt öka din " +"självständighet, kan vi hjälpa dig på:" + +#: .3rd+section.To+participate+in+the+software+development,+suggest+improvements+or+simply+download+it,+please+visit +msgid "" +"To participate in the software development, suggest improvements or simply " +"download it, please visit" +msgstr "" +"För att delta i mjukvaruutvecklingen, föreslå förbättringar eller ladda ner " +"den, kan du besöka" + +#: .3rd+section.the+development+site +msgid "the development site" +msgstr "utvecklingssidan" + +#: .Admin.Actions +msgid "Actions" +msgstr "Åtgärder" + +#: .Admin.Administration +msgid "Administration" +msgstr "Administration" + +#: .Admin.Author +msgid "Author" +msgstr "Författa" + +#: .Admin.Back+to+administration +msgid "Back to administration" +msgstr "Tillbaka till administration" + +#: .Admin.Change+the+poll +msgid "Change the poll" +msgstr "Ändra undersökningen" + +#: .Admin.Email +#: .PollInfo.Email +msgid "Email" +msgstr "E-post" + +#: .Admin.Executed +msgid "Executed" +msgstr "Utförd" + +#: .Admin.Expiry+date +#: .Generic.Expiry+date +msgid "Expiry date" +msgstr "Sista datum" + +#: .Admin.Fail +msgid "Fail" +msgstr "Misslyckande" + +#: .Admin.Failed: +msgid "Failed:" +msgstr "Misslyckades:" + +#: .Admin.Format +msgid "Format" +msgstr "Format" + +#: .Admin.Installation +msgid "Installation" +msgstr "Installation" + +#: .Admin.Logs +msgid "Logs" +msgstr "Loggar" + +#: .Admin.Migration +msgid "Migration" +msgstr "Migrering" + +#: .Admin.Nothing +msgid "Nothing" +msgstr "Ingenting" + +#: .Admin.Pages: +msgid "Pages:" +msgstr "Sidor:" + +#: .Admin.Poll+ID +msgid "Poll ID" +msgstr "Undersöknings-id" + +#: .Admin.Poll+deleted +msgid "Poll deleted" +msgstr "Undersökning raderad" + +#: .Admin.Polls +msgid "Polls" +msgstr "Undersökningar" + +#: .Admin.Purge +msgid "Purge" +msgstr "Rensa" + +#: .Admin.Purge+the+polls +msgid "Purge the polls" +msgstr "Rensa undersökningarna" + +#: .Admin.Purged: +msgid "Purged:" +msgstr "Rensad:" + +#: .Admin.See+the+poll +msgid "See the poll" +msgstr "Visa undersökningen" + +#: .Admin.Skipped: +msgid "Skipped:" +msgstr "Hoppade över:" + +#: .Admin.Status +msgid "Status" +msgstr "Status" + +#: .Admin.Succeeded: +msgid "Succeeded:" +msgstr "Lyckades:" + +#: .Admin.Success +msgid "Success" +msgstr "Lyckades" + +#: .Admin.Summary +msgid "Summary" +msgstr "Sammanfattning" + +#: .Admin.Title +#: .FindPolls.Title +msgid "Title" +msgstr "Titel" + +#: .Admin.Votes +#: .Poll+results.Votes +msgid "Votes" +msgstr "Röster" + +#: .Admin.Waiting +msgid "Waiting" +msgstr "Väntar" + +#: .Admin.polls+in+the+database+at+this+time +msgid "polls in the database at this time" +msgstr "undersökningar i databasen just nu" + +#: .Check.Check+again +msgid "Check again" +msgstr "Titta igen" + +#: .Check.Consider+enabling+the+PHP+extension+OpenSSL+for+increased+security. +msgid "Consider enabling the PHP extension OpenSSL for increased security." +msgstr "Överväg att aktivera PHP-tillägget OpenSSL för ökad sökerhet." + +#: .Check.Consider+setting+the+date.timezone+in+php.ini. +msgid "Consider setting the date.timezone in php.ini." +msgstr "Överväg att definiera date.timezone i php.ini." + +#: .Check.Consider+setting+%C2%AB+session.cookie_httponly+%3D+1+%C2%BB+inside+your+php.ini+or+add+%C2%AB+php_value+session.cookie_httponly+1+%C2%BB+to+your+.htaccess+so+that+cookies+can%27t+be+accessed+through+Javascript. +msgid "" +"Consider setting « session.cookie_httponly = 1 » inside your php.ini or add «" +" php_value session.cookie_httponly 1 » to your .htaccess so that cookies " +"can't be accessed through Javascript." +msgstr "" +"Överväg att sätta ”session.cookie_httponly = 1” i din php.ini-fil eller att " +"lägga till ”php_value session.cookie_httponly 1” i din .htaccess så att " +"kakor inte kan läsas med Javascript." + +#: .Check.Continue+the+installation +msgid "Continue the installation" +msgstr "Fortsätt med installationen" + +#: .Check.Cookies+are+served+from+HTTP+only. +msgid "Cookies are served from HTTP only." +msgstr "Kakor servas endast över HTTP." + +#: .Check.Installation+checking +msgid "Installation checking" +msgstr "Kontroll av installation" + +#: .Check.OpenSSL+extension+loaded. +msgid "OpenSSL extension loaded." +msgstr "Tillägget OpenSSL har lästs in." + +#: .Check.PHP+Intl+extension+is+enabled. +msgid "PHP Intl extension is enabled." +msgstr "PHP-tillägget Intl har aktiverats." + +#: .Check.PHP+version+%25s+is+enough+(needed+at+least+PHP+%25s). +msgid "PHP version %s is enough (needed at least PHP %s)." +msgstr "PHP version %sär tillräckligt (PHP %s är minimum)." + +#: .Check.The+config+file+directory+(%25s)+is+not+writable+and+the+config+file+(%25s)+does+not+exists. +msgid "" +"The config file directory (%s) is not writable and the config file (%s) does " +"not exists." +msgstr "" +"Konfigurationsfilens katalog (%s) går inte att skriva till och " +"konfigurationsfilen (%s) existerar inte." + +#: .Check.The+config+file+directory+(%25s)+is+writable. +msgid "The config file directory (%s) is writable." +msgstr "Konfigurationsfilens katalog (%s) går att skriva till." + +#: .Check.The+config+file+exists. +msgid "The config file exists." +msgstr "Konfigurationsfilen existerar." + +#: .Check.The+template+compile+directory+(%25s)+doesn%27t+exist+in+%22%25s%22.+Retry+the+installation+process. +msgid "" +"The template compile directory (%s) doesn't exist in \"%s\". Retry the " +"installation process." +msgstr "" +"Katalogen för kompilerade mallar (%s) går inte att hitta i ”%s”. Försök att " +"starta om installationsprocessen." + +#: .Check.The+template+compile+directory+(%25s)+is+not+writable. +msgid "The template compile directory (%s) is not writable." +msgstr "Katalogen för kompilerade mallar (%s) går inte att skriva till." + +#: .Check.The+template+compile+directory+(%25s)+is+writable. +msgid "The template compile directory (%s) is writable." +msgstr "Katalogen för kompilerade mallar (%s) går att skriva till." + +#: .Check.You+need+to+enable+the+PHP+Intl+extension. +msgid "You need to enable the PHP Intl extension." +msgstr "Du måste aktivera PHP-tillägget Intl." + +#: .Check.Your+PHP+version+(%25s)+is+too+old.+This+application+needs+at+least+PHP+%25s. +msgid "" +"Your PHP version (%s) is too old. This application needs at least PHP %s." +msgstr "" +"Din version av PHP (%s) är för gammal. Den här applikationen kräver minst " +"PHP %s." + +#: .Check.date.timezone+is+set. +msgid "date.timezone is set." +msgstr "date.timezone är konfigurerad." + +#: .Comments.Add+a+comment+to+the+poll +msgid "Add a comment to the poll" +msgstr "Lägg till en kommentar till undersökningen" + +#: .Comments.Comment +msgid "Comment" +msgstr "Kommentera" + +#: .Comments.Comment+saved +msgid "Comment saved" +msgstr "Kommentar sparad" + +#: .Comments.Comments +msgid "Comments" +msgstr "Kommentarer" + +#: .Comments.Enter+your+name+and+comment+prior+to+submitting+the+form +msgid "Enter your name and comment prior to submitting the form" +msgstr "Fyll i ditt namn och kommentar innan du skickar iväg formuläret" + +#: .Comments.Remove+comment +msgid "Remove comment" +msgstr "Ta bort kommentar" + +#: .Comments.Submit+comment +msgid "Submit comment" +msgstr "Skicka kommentar" + +#: .Date.%25A+%25e+%25B+%25Y +msgid "%A %e %B %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25A,+%25B+%25e,+%25Y +msgid "%A, %B %e, %Y" +msgstr "%A %e %B %Y" + +#: .Date.%25B+%25Y +msgid "%B %Y" +msgstr "%B %Y" + +#: .Date.%25Y-%25m-%25d +msgid "%Y-%m-%d" +msgstr "%Y-%m-%d" + +#: .Date.%25a+%25e +msgid "%a %e" +msgstr "%a den %e" + +#: .Date.%25m/%25d/%25Y+%25H:%25M +msgid "%m/%d/%Y %H:%M" +msgstr "%Y-%m-%d %H:%M" + +#: .Date.Add+range+dates +msgid "Add range dates" +msgstr "Lägg till datumspann" + +#: .Date.End+date +msgid "End date" +msgstr "Slutdatum" + +#: .Date.Start+date +msgid "Start date" +msgstr "Startdatum" + +#: .Date.Y-m-d +msgid "Y-m-d" +msgstr "åååå-mm-dd" + +#: .Date.You+can+select+at+most+4+months +msgid "You can select at most 4 months" +msgstr "Du kan välja max fyra månader" + +#: .Date.yyyy-mm-dd +msgid "yyyy-mm-dd" +msgstr "åååå-mm-dd" + +#: .Date.yyyy-mm-dd-for-humans +msgid "yyyy-mm-dd-for-humans" +msgstr "åååå-mm-dd-för-människor" + +#: .EditLink.Edit+link+for+poll+%22%25s%22 +msgid "Edit link for poll \"%s\"" +msgstr "Redigeringslänk för undersökningen ”%s”" + +#: .EditLink.Here+is+the+link+for+editing+your+vote: +msgid "Here is the link for editing your vote:" +msgstr "Här är en länk för att redigera din röst:" + +#: .EditLink.If+you+don%27t+want+to+lose+your+personalized+link,+we+can+send+it+to+you+by+email. +msgid "" +"If you don't want to lose your personalized link, we can send it to you by " +"email." +msgstr "" +"Om du inte vill bli av med din personliga länk, kan vi skicka dig den via " +"e-post." + +#: .EditLink.Please+wait+%25d+seconds+before+we+can+send+an+email+to+you+then+try+again. +msgid "" +"Please wait %d seconds before we can send an email to you then try again." +msgstr "" +"Vänta %s sekunder så att vi kan skicka ett e-postmeddelande till dig, och " +"försök igen därefter." + +#: .EditLink.REMINDER +msgid "REMINDER" +msgstr "PÅMINNELSE" + +#: .EditLink.Send +msgid "Send" +msgstr "Skicka" + +#: .EditLink.The+email+address+is+not+correct. +msgid "The email address is not correct." +msgstr "E-postadressen stämmer inte." + +#: .EditLink.Your+reminder+has+been+successfully+sent%21 +msgid "Your reminder has been successfully sent!" +msgstr "Din påminnelse har skickats!" + +#: .Error.Adding+vote+failed +msgid "Adding vote failed" +msgstr "Kunde inte lägga till röst" + +#: .Error.Can%27t+create+an+empty+column. +msgid "Can't create an empty column." +msgstr "Kan inte skapa en tom kolumn." + +#: .Error.Can%27t+create+the+config.php+file+in+%27%25s%27. +msgid "Can't create the config.php file in '%s'." +msgstr "Kan inte skapa filen config.php i '%s'." + +#: .Error.Comment+failed +msgid "Comment failed" +msgstr "Kunde inte skicka kommentar" + +#: .Error.Cookies+are+disabled+on+your+browser.+They+are+required+to+be+able+to+create+a+poll. +msgid "" +"Cookies are disabled on your browser. They are required to be able to create " +"a poll." +msgstr "" +"Kakor är avaktiverade i din webbläsare men krävs för att kunna skapa en " +"undersökning." + +#: .Error.Enter+a+name +msgid "Enter a name" +msgstr "Ange ett namn" + +#: .Error.Enter+a+name+and+a+comment%21 +msgid "Enter a name and a comment!" +msgstr "Ange ett namn och en kommentar!" + +#: .Error.Enter+a+title +msgid "Enter a title" +msgstr "Ange en titel" + +#: .Error.Enter+an+email+address +msgid "Enter an email address" +msgstr "Uppge en e-postadress" + +#: .Error.Error+on+amount+of+votes+limitation:+Value+must+be+an+integer+greater+than+0 +msgid "" +"Error on amount of votes limitation: Value must be an integer greater than 0" +msgstr "" +"Otillåten begränsning av antalet röster: Värdet måste vara ett heltal större " +"än noll" + +#: .Error.Error%21 +msgid "Error!" +msgstr "Fel!" + +#: .Error.Failed+to+delete+all+comments +msgid "Failed to delete all comments" +msgstr "Kunde inte radera samtliga kommentarer" + +#: .Error.Failed+to+delete+all+votes +msgid "Failed to delete all votes" +msgstr "Kunde inte radera samtliga röster" + +#: .Error.Failed+to+delete+column +msgid "Failed to delete column" +msgstr "Kunde inte radera kolumn" + +#: .Error.Failed+to+delete+the+comment +msgid "Failed to delete the comment" +msgstr "Kunde inte radera kommentaren" + +#: .Error.Failed+to+delete+the+poll +msgid "Failed to delete the poll" +msgstr "Kunde inte radera undersökningen" + +#: .Error.Failed+to+delete+the+vote%21 +msgid "Failed to delete the vote!" +msgstr "Kunde inte radera rösten!" + +#: .Error.Failed+to+insert+the+comment%21 +msgid "Failed to insert the comment!" +msgstr "Kunde inte lägga till kommentaren!" + +#: .Error.Failed+to+save+poll +msgid "Failed to save poll" +msgstr "Kunde inte spara undersökning" + +#: .Error.Forbidden%21 +msgid "Forbidden!" +msgstr "Förbjudet!" + +#: .Error.GenericErrorPollCreation +msgid "GenericErrorPollCreation" +msgstr "GenericErrorPollCreation" + +#: .Error.Identifier+is+already+used +msgid "Identifier is already used" +msgstr "Identifieraren används redan" + +#: .Error.If+you+quit+now,+your+changes+will+be+lost. +msgid "If you quit now, your changes will be lost." +msgstr "Om du avslutar nu kommer dina ändringar gå förlorade." + +#: .Error.JavaScript+is+disabled+on+your+browser.+It+is+required+to+create+a+poll. +msgid "" +"JavaScript is disabled on your browser. It is required to create a poll." +msgstr "" +"JavaScript är avaktiverat i din webbläsare men krävs för att skapa en " +"undersökning." + +#: .Error.Missing+values +msgid "Missing values" +msgstr "Saknade värden" + +#: .Error.No+polls+found +msgid "No polls found" +msgstr "Inga undersökningar funna" + +#: .Error.Password+is+empty. +msgid "Password is empty." +msgstr "Lösenordet är tomt." + +#: .Error.Passwords+do+not+match. +msgid "Passwords do not match." +msgstr "Lösenorden stämmer inte överens." + +#: .Error.Poll+has+been+updated+before+you+vote +msgid "Poll has been updated before you vote" +msgstr "Undersökningen har uppdaterats innan du lade din röst" + +#: .Error.Something+has+gone+wrong... +msgid "Something has gone wrong..." +msgstr "Någonting har gått snett …" + +#: .Error.Something+is+wrong+with+the+format +msgid "Something is wrong with the format" +msgstr "Någonting är fel med formatet" + +#: .Error.Something+is+wrong+with+the+format:+Customized+URLs+should+only+consist+of+alphanumeric+characters+and+hyphens. +msgid "" +"Something is wrong with the format: Customized URLs should only consist of " +"alphanumeric characters and hyphens." +msgstr "" +"Någonting är fel med formatet: Egna länkadresser får endast innehålla " +"bokstäver, siffror och bindestreck." + +#: .Error.Something+is+wrong+with+the+format:+name+shouldn%27t+have+any+spaces+before+or+after +msgid "" +"Something is wrong with the format: name shouldn't have any spaces before or " +"after" +msgstr "" +"Någonting är fel med formatet: Namnet får inte börja eller sluta med " +"blanksteg" + +#: .Error.The+address+is+not+correct%21+You+should+enter+a+valid+email+address+(like+r.stallman@outlock.com)+in+order+to+receive+the+link+to+your+poll. +msgid "" +"The address is not correct! You should enter a valid email address (like " +"r.stallman@outlock.com) in order to receive the link to your poll." +msgstr "" +"Adressen är ogiltig! Du måste uppge en giltig e-postadress (som " +"r.stallman@outlock.com) för att kunna ta emot länken till din undersökning." + +#: .Error.The+column+already+exists +msgid "The column already exists" +msgstr "Kolumnen finns redan" + +#: .Error.The+name+is+invalid. +msgid "The name is invalid." +msgstr "Namnet är ogiltigt." + +#: .Error.The+name+you%27ve+chosen+already+exists+in+this+poll%21 +msgid "The name you've chosen already exists in this poll!" +msgstr "Namnet du valt finns redan i den här undersökningen!" + +#: .Error.There+is+a+problem+with+your+choices +msgid "There is a problem with your choices" +msgstr "Det finns något problem med dina val" + +#: .Error.This+identifier+is+not+allowed +msgid "This identifier is not allowed" +msgstr "Den här identifieraren är inte tillåten" + +#: .Error.This+poll+doesn%27t+exist%21 +msgid "This poll doesn't exist!" +msgstr "Den här undersökningen finns inte!" + +#: .Error.Unable+to+connect+to+database +msgid "Unable to connect to database" +msgstr "Kunde inte ansluta till databasen" + +#: .Error.Update+vote+failed +msgid "Update vote failed" +msgstr "Kunde inte uppdatera röst" + +#: .Error.You+already+voted +msgid "You already voted" +msgstr "Du har redan röstat" + +#: .Error.You+can%27t+create+a+poll+with+hidden+results+with+the+following+option:+ +msgid "You can't create a poll with hidden results with the following option: " +msgstr "" +"Du kan inte skapa en undersökning med dolda resultat och följande " +"inställningar: " + +#: .Error.You+can%27t+select+more+than+%25d+dates +msgid "You can't select more than %d dates" +msgstr "Du kan inte välja fler än %d datum" + +#: .Error.You+haven%27t+filled+the+first+section+of+the+poll+creation,+or+your+session+has+expired. +msgid "" +"You haven't filled the first section of the poll creation, or your session " +"has expired." +msgstr "" +"Antingen har du inte fyllt i den första delen av processen för att skapa en " +"undersökning eller så har din session gått ut." + +#: .Error.Your+vote+wasn%27t+counted,+because+someone+voted+in+the+meantime+and+it+conflicted+with+your+choices+and+the+poll+conditions.+Please+retry. +msgid "" +"Your vote wasn't counted, because someone voted in the meantime and it " +"conflicted with your choices and the poll conditions. Please retry." +msgstr "" +"Din röst räknades inte eftersom någon röstade under tiden och det stod i " +"konflikt med dina val och undersökningens inställningar. Försök gärna igen." + +#: .FindPolls.Address +msgid "Address" +msgstr "Adress" + +#: .FindPolls.Created+polls +msgid "Created polls" +msgstr "Skapade undersökningar" + +#: .FindPolls.Have+a+good+day%21 +msgid "Have a good day!" +msgstr "Ha en trevlig dag!" + +#: .FindPolls.Here+is+the+list+of+the+polls+that+you+manage+on+%25s: +msgid "Here is the list of the polls that you manage on %s:" +msgstr "Här är listan över de undersökningar du hanterar på %s:" + +#: .FindPolls.If+you+weren%27t+the+source+of+this+action+and+if+you+think+this+is+an+abuse+of+the+service,+please+notify+the+administrator+at+%25s. +msgid "" +"If you weren't the source of this action and if you think this is an abuse " +"of the service, please notify the administrator at %s." +msgstr "" +"Om du inte står bakom den här åtgärden och tror det rör sig om missbruk av " +"tjänsten, får du gärna kontakta administratören på %s." + +#: .FindPolls.Its+address +msgid "Its address" +msgstr "Dess adress" + +#: .FindPolls.Last+access+date +msgid "Last access date" +msgstr "Senaste åtkomstdatum" + +#: .FindPolls.List+of+your+polls +msgid "List of your polls" +msgstr "Lista över dina undersökningar" + +#: .FindPolls.PS:+this+email+has+been+sent+because+you+%E2%80%93+or+someone+else+%E2%80%93+asked+to+get+back+the+polls+created+with+your+email+address. +msgid "" +"PS: this email has been sent because you – or someone else – asked to get " +"back the polls created with your email address." +msgstr "" +"PS: det här meddelandet har skickats eftersom du, eller någon annan, har " +"bett om att få tillbaka de undersökningar som har skapats med din " +"e-postadress." + +#: .FindPolls.Polls+saved+inside+this+browser +msgid "Polls saved inside this browser" +msgstr "Undersökningar sparade i den här webbläsaren" + +#: .FindPolls.Polls+sent +msgid "Polls sent" +msgstr "Undersökningar skickade" + +#: .FindPolls.Remove+all+my+polls+from+this+browser%27s+index +msgid "Remove all my polls from this browser's index" +msgstr "Ta bort alla mina undersökningar från den här webbläsarens index" + +#: .FindPolls.Remove+poll+from+index +msgid "Remove poll from index" +msgstr "Ta bort undersökning från index" + +#: .FindPolls.Send+me+my+polls +msgid "Send me my polls" +msgstr "Skicka mina undersökningar till mig" + +#: .FindPolls.Send+my+polls+by+email +msgid "Send my polls by email" +msgstr "Skicka mina undersökningar via e-post" + +#: .FindPolls.The+date+you+created+or+last+accessed+the+poll +msgid "The date you created or last accessed the poll" +msgstr "Datumet då du skapade eller senast besökte undersökningen" + +#: .FindPolls.The+title+of+the+poll +msgid "The title of the poll" +msgstr "Undersökningens titel" + +#: .FindPolls.There+are+no+polls+saved+inside+your+browser+yet +msgid "There are no polls saved inside your browser yet" +msgstr "Det finns inga undersökningar sparade i din webbläsare än" + +#: .FindPolls.To+delete+this+data+click+the+trashcan+on+the+according+line+or+click+the+%C2%AB+delete+my+polls+index+%C2%BB+option.+This+won%27t+delete+your+polls. +msgid "" +"To delete this data click the trashcan on the according line or click the « " +"delete my polls index » option. This won't delete your polls." +msgstr "" +"Radera den här informationen genom att klicka på soptunnan på motsvarande " +"rad eller välj menyalternativet ”Radera mina undersökningar från index”. " +"Detta kommer inte radera dina undersökningar." + +#: .FindPolls.To+help+you+find+your+previous+polls,+we+save+each+poll+you+create+or+access+inside+your+browser.+This+data+is+saved+inside+this+browser+only.+The+following+data+will+be+saved: +msgid "" +"To help you find your previous polls, we save each poll you create or access " +"inside your browser. This data is saved inside this browser only. The " +"following data will be saved:" +msgstr "" +"Vi sparar varje undersökning du skapar eller besöker i din webbläsare för " +"att hjälpa dig hitta dina tidigare undersökningar. Den här informationen " +"finns endast i din webbläsare. Följande kommer sparas:" + +#: .FindPolls.Visited+polls +msgid "Visited polls" +msgstr "Besökta undersökningar" + +#: .Generic.(in+the+format+name@mail.com) +msgid "(in the format name@mail.com)" +msgstr "(på formatet namn@example.com)" + +#: .Generic.Add +msgid "Add" +msgstr "Lägg till" + +#: .Generic.Back +msgid "Back" +msgstr "Tillbaka" + +#: .Generic.Back+to+the+homepage+of +msgid "Back to the homepage of" +msgstr "Tillbaka till startsidan för" + +#: .Generic.Cancel +msgid "Cancel" +msgstr "Avbryt" + +#: .Generic.Choice +#: .Step+1.Choice +msgid "Choice" +msgstr "Val" + +#: .Generic.Classic +msgid "Classic" +msgstr "Klassisk" + +#: .Generic.Close +msgid "Close" +msgstr "Stäng" + +#: .Generic.Create+your+own+polls +msgid "Create your own polls" +msgstr "Skapa dina egna undersökningar" + +#: .Generic.Creation+date: +msgid "Creation date:" +msgstr "Datum för skapande:" + +#: .Generic.Date +msgid "Date" +msgstr "Datum" + +#: .Generic.Day +msgid "Day" +msgstr "Dag" + +#: .Generic.Description +msgid "Description" +msgstr "Beskrivning" + +#: .Generic.Edit +msgid "Edit" +msgstr "Redigera" + +#: .Generic.Framadate+is+an+online+service+for+planning+an+appointment+or+making+a+decision+quickly+and+easily. +msgid "" +"Framadate is an online service for planning an appointment or making a " +"decision quickly and easily." +msgstr "" +"Framadate är en webbtjänst för att planera ett möte eller fatta ett beslut " +"snabbt och enkelt." + +#: .Generic.Home +msgid "Home" +msgstr "Hem" + +#: .Generic.Information +msgid "Information" +msgstr "Information" + +#: .Generic.Legend: +msgid "Legend:" +msgstr "Beskrivning:" + +#: .Generic.Link +msgid "Link" +msgstr "Länk" + +#: .Generic.Markdown +msgid "Markdown" +msgstr "Markdown" + +#: .Generic.Next +msgid "Next" +msgstr "Nästa" + +#: .Generic.No +msgid "No" +msgstr "Nej" + +#: .Generic.Page+generated+in +msgid "Page generated in" +msgstr "Sidan skapades på" + +#: .Generic.Poll +msgid "Poll" +msgstr "Undersökning" + +#: .Generic.Remove +msgid "Remove" +msgstr "Ta bort" + +#: .Generic.Save +msgid "Save" +msgstr "Spara" + +#: .Generic.Search +msgid "Search" +msgstr "Sök" + +#: .Generic.Time +msgid "Time" +msgstr "Tid" + +#: .Generic.Under+reserve +msgid "Under reserve" +msgstr "Reserverad" + +#: .Generic.Validate +msgid "Validate" +msgstr "Validera" + +#: .Generic.Yes +msgid "Yes" +msgstr "Ja" + +#: .Generic.Your+email+address +msgid "Your email address" +msgstr "Din e-postadress" + +#: .Generic.Your+name +msgid "Your name" +msgstr "Ditt namn" + +#: .Generic.days +msgid "days" +msgstr "dagar" + +#: .Generic.for +msgid "for" +msgstr "för" + +#: .Generic.months +msgid "months" +msgstr "månader" + +#: .Generic.seconds +msgid "seconds" +msgstr "sekunder" + +#: .Generic.vote +msgid "vote" +msgstr "röst" + +#: .Generic.votes +msgid "votes" +msgstr "röster" + +#: .Generic.with +msgid "with" +msgstr "med" + +#: .Homepage.Make+a+standard+poll +msgid "Make a standard poll" +msgstr "Gör en enkel undersökning" + +#: .Homepage.Schedule+an+event +msgid "Schedule an event" +msgstr "Bestäm en tid" + +#: .Homepage.Where+are+my+polls%3F +msgid "Where are my polls?" +msgstr "Var är mina undersökningar?" + +#: .Installation.Administrator+mail+address +msgid "Administrator mail address" +msgstr "Administratörens e-postadress" + +#: .Installation.Application+name +msgid "Application name" +msgstr "Applikationens namn" + +#: .Installation.Clean+URL +msgid "Clean URL" +msgstr "Ren URL" + +#: .Installation.Database+driver +msgid "Database driver" +msgstr "Databasmotor" + +#: .Installation.Database+hostname +msgid "Database hostname" +msgstr "Databasens värdnamn" + +#: .Installation.Database+name +msgid "Database name" +msgstr "Databasens namn" + +#: .Installation.Database+port +msgid "Database port" +msgstr "Databasens portnummer" + +#: .Installation.Default+language +msgid "Default language" +msgstr "Standardspråk" + +#: .Installation.General +msgid "General" +msgstr "Allmänt" + +#: .Installation.Install +msgid "Install" +msgstr "Installera" + +#: .Installation.Migration+table +msgid "Migration table" +msgstr "Migreringstabell" + +#: .Installation.Password +#: .Password.Password +#: .Step+1.Password +msgid "Password" +msgstr "Lösenord" + +#: .Installation.Prefix +msgid "Prefix" +msgstr "Prefix" + +#: .Installation.Respond-to+mail+address +msgid "Respond-to mail address" +msgstr "E-postadress för svar" + +#: .Installation.User +msgid "User" +msgstr "Användare" + +#: .Language+selector.Change+language +msgid "Change language" +msgstr "Ändra språk" + +#: .Language+selector.Select+language +msgid "Select language" +msgstr "Välj språk" + +#: .Mail.%22The+road+is+long,+but+the+way+is+clear%E2%80%A6%22%3Cbr/%3EFramasoft+lives+only+by+your+donations.%3Cbr/%3EThank+you+in+advance+for+your+support+https://soutenir.framasoft.org +msgid "" +"\"The road is long, but the way is clear…\"
Framasoft lives only by your " +"donations.
Thank you in advance for your support " +"https://soutenir.framasoft.org" +msgstr "" +"”Resan är lång, men vägen är fri …”
Framasoft lever helt på era gåvor.<" +"br/>Tack på förhand för ditt stöd https://soutenir.framasoft.org/" + +#: .Mail.Message+for+the+author +msgid "Message for the author" +msgstr "Meddelande till författaren" + +#: .Mail.Notification+of+poll:+%25s +msgid "Notification of poll: %s" +msgstr "Notifikation från undersökningen %s" + +#: .Mail.Participant+link +msgid "Participant link" +msgstr "Deltagarlänk" + +#: .Mail.Poll+participation:+%25s +msgid "Poll participation: %s" +msgstr "Undersökningsdeltagande: %s" + +#: .Mail.Someone+just+changed+your+poll+at+the+following+link+%3Ca+href%3D%22%251%24s%22%3E%251%24s%3C/a%3E. +msgid "" +"Someone just changed your poll at the following link %1$s." +msgstr "" +"Någon har nyss ändrat din undersökning på sidan %1$s." + +#: .Mail.Someone+just+deleted+your+poll+%22%25s%22. +msgid "Someone just deleted your poll \"%s\"." +msgstr "Någon raderade din undersökning ”%s” nyss." + +#: .Mail.Thank+you+for+participating+in+the+poll+at+the+following+link +msgid "Thank you for participating in the poll at the following link" +msgstr "Tack för ditt deltagande i undersökningen med följande länk" + +#: .Mail.Thank+you+for+your+trust. +msgid "Thank you for your trust." +msgstr "Tack för ditt förtroende." + +#: .Mail.This+is+the+message+to+forward+to+the+poll+participants. +msgid "This is the message to forward to the poll participants." +msgstr "Det här meddelandet kommer visas för undersökningens deltagare." + +#: .Mail.This+message+should+NOT+be+sent+to+the+poll+participants.+You+should+keep+it+private.+%3Cbr/%3E%3Cbr/%3EYou+can+modify+your+poll+at+the+following+link +msgid "" +"This message should NOT be sent to the poll participants. You should keep it " +"private.

You can modify your poll at the following link" +msgstr "" +"Det här meddelandet ska INTE skickas till undersökningens deltagare. Du bör " +"hålla det privat.

Du kan modifiera din undersökning genom att " +"följa länken nedan" + +#: .Mail.added+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "added a vote.
You can visit your poll at the link" +msgstr "lade en röst.
Du kan besöka undersökningen på" + +#: .Mail.has+just+created+a+poll+called +msgid "has just created a poll called" +msgstr "har nyss skapat en undersökning med namnet" + +#: .Mail.updated+a+vote.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "updated a vote.
You can visit your poll at the link" +msgstr "ändrade en röst.
Du kan besöka undersökningen på" + +#: .Mail.wrote+a+comment.%3Cbr/%3EYou+can+visit+your+poll+at+the+link +msgid "wrote a comment.
You can visit your poll at the link" +msgstr "skrev en kommentar.
Du kan besöka undersökningen på" + +#: .Maintenance.Thank+you+for+your+understanding. +msgid "Thank you for your understanding." +msgstr "Tack för din förståelse." + +#: .Maintenance.The+application +msgid "The application" +msgstr "Applikationen" + +#: .Maintenance.is+currently+under+maintenance. +msgid "is currently under maintenance." +msgstr "underhålls för tillfället." + +#: .Password.Submit+access +msgid "Submit access" +msgstr "Ge åtkomst" + +#: .Password.Wrong+password +msgid "Wrong password" +msgstr "Fel lösenord" + +#: .Password.You+have+to+provide+a+password+so+you+can+participate+to+the+poll. +msgid "You have to provide a password so you can participate to the poll." +msgstr "Du måste uppge ett lösenord för att kunna delta i undersökningen." + +#: .Password.You+have+to+provide+a+password+to+access+the+poll. +msgid "You have to provide a password to access the poll." +msgstr "Du måste uppge ett lösenord för att komma åt undersökningen." + +#: .Poll+results.%25s+option +msgid "%s option" +msgstr "%s alternativ" + +#: .Poll+results.Anyone+will+be+able+to+see+your+email+address+after+you+voted +msgid "Anyone will be able to see your email address after you voted" +msgstr "Vem som helst kan se din e-postadress när du har röstat" + +#: .Poll+results.Best+choice +msgid "Best choice" +msgstr "Bästa val" + +#: .Poll+results.Best+choices +msgid "Best choices" +msgstr "Bästa val" + +#: .Poll+results.Chart +msgid "Chart" +msgstr "Diagram" + +#: .Poll+results.Display+the+chart+of+the+results +msgid "Display the chart of the results" +msgstr "Visa ett diagram över resultaten" + +#: .Poll+results.Edit+line:+%25s +msgid "Edit line: %s" +msgstr "Redigera rad %s" + +#: .Poll+results.Link+to+edit+this+particular+line +msgid "Link to edit this particular line" +msgstr "Länk för att redigera den här raden" + +#: .Poll+results.Remove+line: +msgid "Remove line:" +msgstr "Ta bort rad:" + +#: .Poll+results.Save+choices +msgid "Save choices" +msgstr "Spara val" + +#: .Poll+results.Scroll+to+the+left +msgid "Scroll to the left" +msgstr "Rulla åt vänster" + +#: .Poll+results.Scroll+to+the+right +msgid "Scroll to the right" +msgstr "Rulla åt höger" + +#: .Poll+results.The+current+best+choice+is: +msgid "The current best choice is:" +msgstr "Det bästa valet är för tillfället:" + +#: .Poll+results.The+current+best+choices+are: +msgid "The current best choices are:" +msgstr "De bästa valen är för tillfället:" + +#: .Poll+results.The+link+to+edit+this+particular+line+has+been+copied+to+the+clipboard%21 +msgid "The link to edit this particular line has been copied to the clipboard!" +msgstr "Länken för att redigera den här raden har kopierats till urklipp!" + +#: .Poll+results.Total +msgid "Total" +msgstr "Totalt" + +#: .Poll+results.Vote+%22no%22+for +msgid "Vote \"no\" for" +msgstr "Rösta ”nej” för" + +#: .Poll+results.Vote+%22yes%22+for +msgid "Vote \"yes\" for" +msgstr "Rösta ”ja” för" + +#: .Poll+results.Votes+under+reserve+for +msgid "Votes under reserve for" +msgstr "Röster reserverade för" + +#: .Poll+results.polled+user +msgid "polled user" +msgstr "undersökt användare" + +#: .Poll+results.polled+users +msgid "polled users" +msgstr "undersökta användare" + +#: .PollInfo.Admin+link+for+the+poll +msgid "Admin link for the poll" +msgstr "Administrationslänk för undersökningen" + +#: .PollInfo.Cancel+the+description+edit +msgid "Cancel the description edit" +msgstr "Avbryt redigering av beskrivningen" + +#: .PollInfo.Cancel+the+email+address+edit +msgid "Cancel the email address edit" +msgstr "Avbryt redigering av e-postadressen" + +#: .PollInfo.Cancel+the+expiration+date+edit +msgid "Cancel the expiration date edit" +msgstr "Avbryt redigering av utgångsdatumet" + +#: .PollInfo.Cancel+the+name+edit +msgid "Cancel the name edit" +msgstr "Avbryt redigering av namnet" + +#: .PollInfo.Cancel+the+rules+edit +msgid "Cancel the rules edit" +msgstr "Avbryt redigering av reglerna" + +#: .PollInfo.Cancel+the+title+edit +msgid "Cancel the title edit" +msgstr "Avbryt redigering av titeln" + +#: .PollInfo.Creator+of+the+poll +msgid "Creator of the poll" +msgstr "Undersökningens skapare" + +#: .PollInfo.Edit+name +msgid "Edit name" +msgstr "Redigera namn" + +#: .PollInfo.Edit+the+description +msgid "Edit the description" +msgstr "Redigera beskrivningen" + +#: .PollInfo.Edit+the+email+address +msgid "Edit the email address" +msgstr "Redigera e-postadressen" + +#: .PollInfo.Edit+the+expiry+date +msgid "Edit the expiry date" +msgstr "Redigera utgångsdatumet" + +#: .PollInfo.Edit+the+poll+rules +msgid "Edit the poll rules" +msgstr "Redigera undersökningens regler" + +#: .PollInfo.Edit+title +msgid "Edit title" +msgstr "Redigera titel" + +#: .PollInfo.Export+to+CSV +msgid "Export to CSV" +msgstr "Exportera som en kommaseparerad lista" + +#: .PollInfo.No+password +msgid "No password" +msgstr "Inget lösenord" + +#: .PollInfo.Only+votes+are+protected +msgid "Only votes are protected" +msgstr "Endast röster är skyddade" + +#: .PollInfo.Password+protected +msgid "Password protected" +msgstr "Lösenordsskyddad" + +#: .PollInfo.Poll+rules +msgid "Poll rules" +msgstr "Regler för undersökningen" + +#: .PollInfo.Print +msgid "Print" +msgstr "Skriv ut" + +#: .PollInfo.Public+link+to+the+poll +msgid "Public link to the poll" +msgstr "Offentlig länk till undersökningen" + +#: .PollInfo.Remove+all+comments +msgid "Remove all comments" +msgstr "Ta bort samtliga kommentarer" + +#: .PollInfo.Remove+all+votes +msgid "Remove all votes" +msgstr "Ta bort samtliga röster" + +#: .PollInfo.Remove+password +msgid "Remove password" +msgstr "Ta bort lösenord" + +#: .PollInfo.Remove+the+poll +msgid "Remove the poll" +msgstr "Ta bort undersökningen" + +#: .PollInfo.Results+are+hidden +msgid "Results are hidden" +msgstr "Resultaten är dolda" + +#: .PollInfo.Results+are+visible +msgid "Results are visible" +msgstr "Resultaten är synliga" + +#: .PollInfo.Rich+editor +msgid "Rich editor" +msgstr "Avancerad redigerare" + +#: .PollInfo.Save+the+description +msgid "Save the description" +msgstr "Spara beskrivningen" + +#: .PollInfo.Save+the+email+address +msgid "Save the email address" +msgstr "Spara e-postadressen" + +#: .PollInfo.Save+the+new+expiration+date +msgid "Save the new expiration date" +msgstr "Spara det uppdaterade sista datumet" + +#: .PollInfo.Save+the+new+name +msgid "Save the new name" +msgstr "Spara det nya namnet" + +#: .PollInfo.Save+the+new+rules +msgid "Save the new rules" +msgstr "Spara de uppdaterade reglerna" + +#: .PollInfo.Save+the+new+title +msgid "Save the new title" +msgstr "Spara den nya rubriken" + +#: .PollInfo.Simple+editor +msgid "Simple editor" +msgstr "Enkel redigerare" + +#: .PollInfo.Title+of+the+poll +msgid "Title of the poll" +msgstr "Undersökningens rubrik" + +#: .PollInfo.Voters%27+email+addresses+are+collected +msgid "Voters' email addresses are collected" +msgstr "Röstläggarnas e-postadresser samlas in" + +#: .PollInfo.Voters%27+email+addresses+are+collected+and+required +msgid "Voters' email addresses are collected and required" +msgstr "Röstläggarnas e-postadresser samlas in och måste uppges" + +#: .PollInfo.Voters%27+email+addresses+are+collected,+required+and+verified +msgid "Voters' email addresses are collected, required and verified" +msgstr "Röstläggarnas e-postadresser samlas in, måste uppges och bekräftas" + +#: .PollInfo.Voters%27+email+addresses+are+not+collected +msgid "Voters' email addresses are not collected" +msgstr "Röstläggarnas e-postadresser samlas inte in" + +#: .PollInfo.Votes+and+comments+are+locked +msgid "Votes and comments are locked" +msgstr "Röster och kommentarer har låsts" + +#: .PollInfo.Votes+protected+by+password +msgid "Votes protected by password" +msgstr "Rösterna är lösenordsskyddade" + +#: .Step+1.All+voters+can+modify+any+vote +msgid "All voters can modify any vote" +msgstr "Alla röstande kan ändra alla röster" + +#: .Step+1.By+defining+an+identifier+that+can+facilitate+access+to+the+poll+for+unwanted+people.+It+is+recommended+to+protect+it+with+a+password. +msgid "" +"By defining an identifier that can facilitate access to the poll for " +"unwanted people. It is recommended to protect it with a password." +msgstr "" +"Att ge undersökningen en identifierare kan göra den enklare att hitta för " +"oönskade personer. Vi rekommenderar att lösenordsskydda den." + +#: .Step+1.Collect+voters%27+email+addresses +msgid "Collect voters' email addresses" +msgstr "Samla in röstläggarnas e-postadresser" + +#: .Step+1.Confirmation +msgid "Confirmation" +msgstr "Bekräftelse" + +#: .Step+1.Customize+the+URL +msgid "Customize the URL" +msgstr "Anpassa länken" + +#: .Step+1.Email+addresses+are+collected+but+not+required +msgid "Email addresses are collected but not required" +msgstr "Röstläggarnas e-postadresser samlas in men måste inte uppges" + +#: .Step+1.Email+addresses+are+not+collected +msgid "Email addresses are not collected" +msgstr "E-postadresser samlas inte in" + +#: .Step+1.Email+addresses+are+required +msgid "Email addresses are required" +msgstr "E-postadresser måste uppges" + +#: .Step+1.Email+addresses+are+required+and+verified +msgid "Email addresses are required and verified" +msgstr "E-postadresser måste uppges och bekräftas" + +#: .Step+1.Go+to+step+2 +msgid "Go to step 2" +msgstr "Gå till steg 2" + +#: .Step+1.Limit+the+amount+of+voters+per+option +msgid "Limit the amount of voters per option" +msgstr "Begränsa antalet röstläggare per alternativ" + +#: .Step+1.More+informations+here: +msgid "More informations here:" +msgstr "Mer information finns här:" + +#: .Step+1.Only+the+poll+maker+can+see+the+poll+results +msgid "Only the poll maker can see the poll results" +msgstr "Endast undersökningens skapare kan se resultatet" + +#: .Step+1.Optional+parameters +msgid "Optional parameters" +msgstr "Frivilliga alternativ" + +#: .Step+1.Permissions +msgid "Permissions" +msgstr "Behörigheter" + +#: .Step+1.Poll+creation+(1+of+3) +msgid "Poll creation (1 of 3)" +msgstr "Skapa undersökning (1 av 3)" + +#: .Step+1.Poll+id +#: .Step+1.Poll+link +msgid "Poll link" +msgstr "Länk till undersökning" + +#: .Step+1.Poll+title +msgid "Poll title" +msgstr "Undersökningens rubrik" + +#: .Step+1.Receive+an+email+for+each+new+comment +msgid "Receive an email for each new comment" +msgstr "Skicka e-post för varje ny kommentar" + +#: .Step+1.Receive+an+email+for+each+new+vote +msgid "Receive an email for each new vote" +msgstr "Skicka e-post för varje ny röst" + +#: .Step+1.Required+fields+cannot+be+left+blank. +msgid "Required fields cannot be left blank." +msgstr "Obligatoriska fält får inte lämnas tomma." + +#: .Step+1.The+identifier+can+contain+letters,+numbers+and+dashes+%22-%22. +msgid "The identifier can contain letters, numbers and dashes \"-\"." +msgstr "Identifieraren får innehålla bokstäver, siffror och bindestreck." + +#: .Step+1.The+results+are+publicly+visible +msgid "The results are publicly visible" +msgstr "Resultaten är synliga offentligt" + +#: .Step+1.To+make+the+description+more+attractive,+you+can+use+the+Markdown+format. +msgid "" +"To make the description more attractive, you can use the Markdown format." +msgstr "Du kan använda Markdown för att göra beskrivningen lite snyggare." + +#: .Step+1.Use+a+password+to+restrict+access +msgid "Use a password to restrict access" +msgstr "Använd ett lösenord för med begränsad åtkomlighet" + +#: .Step+1.Value+Max +msgid "Value Max" +msgstr "Maxvärde" + +#: .Step+1.Voters+can+modify+their+vote+themselves +msgid "Voters can modify their own vote themselves" +msgstr "Användare kan ändra sina röster själva" + +#: .Step+1.Votes+cannot+be+modified +msgid "Votes cannot be modified" +msgstr "Röster kan inte ändras" + +#: .Step+1.Warning:+Anyone+can+see+the+polled+users%27+email+addresses+since+all+voters+can+modify+any+vote.+You+should+restrict+permission+rules. +msgid "" +"Warning: Anyone can see the polled users' email addresses since all voters " +"can modify any vote. You should restrict permission rules." +msgstr "" +"Varning: Vem som helst kan se deltagarnas e-postadresser eftersom deltagarna " +"kan ändra varandras röster. Du bör begränsa behörigheterna." + +#: .Step+1.You+are+in+the+poll+creation+section. +msgid "You are in the poll creation section." +msgstr "Nu kan du sätta ihop din undersökning." + +#: .Step+1.You+can+enable+or+disable+the+editor+at+will. +msgid "You can enable or disable the editor at will." +msgstr "Du kan slå av eller på redigeraren när du vill." + +#: .Step+1.votes+per+option +msgid "votes per option" +msgstr "röster per alternativ" + +#: .Step+2.Go+to+step+3 +msgid "Go to step 3" +msgstr "Gå till steg 3" + +#: .Step+2.Return+to+step+1 +msgid "Return to step 1" +msgstr "Gå tillbaka till steg 1" + +#: .Step+2+classic.Add+a+choice +msgid "Add a choice" +msgstr "Lägg till ett alternativ" + +#: .Step+2+classic.Add+a+link+or+an+image +msgid "Add a link or an image" +msgstr "Lägg till en länk eller bild" + +#: .Step+2+classic.Alternative+text +msgid "Alternative text" +msgstr "Alternativ text" + +#: .Step+2+classic.Links+or+images+can+be+included+using +msgid "Links or images can be included using" +msgstr "Länkar och bilder kan läggas till med" + +#: .Step+2+classic.Markdown+syntax +msgid "Markdown syntax" +msgstr "Markdown-syntax" + +#: .Step+2+classic.Poll+options+(2+of+3) +msgid "Poll options (2 of 3)" +msgstr "Alternativ för undersökningen (2 av 3)" + +#: .Step+2+classic.Remove+a+choice +msgid "Remove a choice" +msgstr "Ta bort ett alternativ" + +#: .Step+2+classic.These+fields+are+optional.+You+can+add+a+link,+an+image+or+both. +msgid "These fields are optional. You can add a link, an image or both." +msgstr "" +"De här fälten är valfria. Du kan lägga till en länk, bild eller både och." + +#: .Step+2+classic.To+create+a+poll+you+should+provide+at+least+two+different+choices. +msgid "To create a poll you should provide at least two different choices." +msgstr "Du bör ge minst två alternativ för att skapa en undersökning." + +#: .Step+2+classic.URL+of+the+image +msgid "URL of the image" +msgstr "Länk till bilden" + +#: .Step+2+classic.You+can+add+or+remove+choices+with+the+buttons +msgid "You can add or remove choices with the buttons" +msgstr "Du kan lägga till eller ta bort val med knapparna" + +#: .Step+2+date.Add+a+day +msgid "Add a day" +msgstr "Lägg till en dag" + +#: .Step+2+date.Add+a+time+slot +msgid "Add a time slot" +msgstr "Lägg till en tid" + +#: .Step+2+date.Choose+dates+for+your+poll +msgid "Choose dates for your poll" +msgstr "Välj datum för din undersökning" + +#: .Step+2+date.Copy+times+from+the+first+day +msgid "Copy times from the first day" +msgstr "Kopiera tider från den första dagen" + +#: .Step+2+date.For+each+selected+day,+you+are+free+to+suggest+meeting+times+(e.g.,+%228h%22,+%228:30%22,+%228h-10h%22,+%22evening%22,+etc.) +msgid "" +"For each selected day, you are free to suggest meeting times (e.g., \"8h\", " +"\"8:30\", \"8h-10h\", \"evening\", etc.)" +msgstr "" +"Du kan föreslå tider för varje dag (till exempel ”klockan åtta”, ”18:30”, ”" +"kl 10–14” eller ”på kvällen”)." + +#: .Step+2+date.Poll+dates+(2+of+3) +msgid "Poll dates (2 of 3)" +msgstr "Undersökningsdatum (2 av 3)" + +#: .Step+2+date.Remove+a+day +msgid "Remove a day" +msgstr "Ta bort en dag" + +#: .Step+2+date.Remove+a+time+slot +msgid "Remove a time slot" +msgstr "Ta bort en tid" + +#: .Step+2+date.Remove+all+days +msgid "Remove all days" +msgstr "Ta bort alla dagar" + +#: .Step+2+date.Remove+all+times +msgid "Remove all times" +msgstr "Ta bort alla tider" + +#: .Step+2+date.Remove+this+day +msgid "Remove this day" +msgstr "Ta bort den här dagen" + +#: .Step+2+date.To+schedule+an+event+you+need+to+provide+at+least+two+choices+(e.g.,+two+time+slots+on+one+day+or+two+days). +msgid "" +"To schedule an event you need to provide at least two choices (e.g., two " +"time slots on one day or two days)." +msgstr "" +"För att schemalägga ett evenemang måste du ange minst två val (alltså minst " +"två tider samma dag eller två dagar)." + +#: .Step+2+date.You+can+add+or+remove+additional+days+and+times+with+the+buttons +msgid "You can add or remove additional days and times with the buttons" +msgstr "Du kan lägga till och ta bort dagar och tider med knapparna" + +#: .Step+3.Back+to+step+2 +msgid "Back to step 2" +msgstr "Tillbaka till steg 2" + +#: .Step+3.Confirm+the+creation+of+your+poll +msgid "Confirm the creation of your poll" +msgstr "Bekräfta skapandet av undersökningen" + +#: .Step+3.Create+the+poll +msgid "Create the poll" +msgstr "Skapa undersökningen" + +#: .Step+3.Expiry+date: +msgid "Expiry date:" +msgstr "Utgångsdatum:" + +#: .Step+3.List+of+options +msgid "List of options" +msgstr "Lista över alternativ" + +#: .Step+3.Once+you+have+confirmed+the+creation+of+your+poll,+you+will+automatically+be+redirected+to+the+poll%27s+administration+page. +msgid "" +"Once you have confirmed the creation of your poll, you will automatically be " +"redirected to the poll's administration page." +msgstr "" +"När du har bekräftat undersökningens skapande kommer du skickas vidare till " +"dess administrationssida automatiskt." + +#: .Step+3.Removal+date+and+confirmation+(3+of+3) +msgid "Removal date and confirmation (3 of 3)" +msgstr "Raderingsdatum och bekräftelse (3 av 3)" + +#: .Step+3.Then+you+will+receive+two+emails:+one+containing+the+link+of+your+poll+for+sending+to+the+participants,+the+other+containing+the+link+to+the+poll+administration+page. +msgid "" +"Then you will receive two emails: one containing the link of your poll for " +"sending to the participants, the other containing the link to the poll " +"administration page." +msgstr "" +"Därefter kommer du få två e-postmeddelanden: ett med en länk att skicka till " +"deltagarna och ett med din länk till undersökningens administrationssida." + +#: .Step+3.You+can+set+a+specific+expiry+date+for+the+poll. +msgid "You can set a specific expiry date for the poll." +msgstr "Du kan ange ett bäst före-datum för undersökningen." + +#: .Step+3.Your+poll+will+automatically+be+archived +msgid "Your poll will automatically be archived" +msgstr "Din undersökning kommer arkiveras automatiskt" + +#: .Step+3.Your+poll+will+be+automatically+archived+in+%25d+days. +msgid "Your poll will be automatically archived in %d days." +msgstr "Din undersökning kommer arkiveras automatiskt om %d dagar." + +#: .Step+3.after+the+last+date+of+your+poll. +msgid "after the last date of your poll." +msgstr "efter det sista datumet i din undersökning." + +#: .Version.Version+%25s +msgid "Version %s" +msgstr "Version %s" + +#: .adminstuds.Add+a+column +msgid "Add a column" +msgstr "Lägg till en kolumn" + +#: .adminstuds.Adding+a+column +msgid "Adding a column" +msgstr "Lägger till en kolumn" + +#: .adminstuds.All+comments+deleted +msgid "All comments deleted" +msgstr "Alla kommentarer raderade" + +#: .adminstuds.All+votes+deleted +msgid "All votes deleted" +msgstr "Alla röster raderade" + +#: .adminstuds.As+poll+administrator,+you+can+change+all+the+lines+of+this+poll+with+this+button +msgid "" +"As poll administrator, you can change all the lines of this poll with this " +"button" +msgstr "" +"Som administratör för undersökningen kan du ändra alla rader i " +"undersökningen med den här knappen" + +#: .adminstuds.Back+to+the+poll +msgid "Back to the poll" +msgstr "Tillbaka till undersökningen" + +#: .adminstuds.Choice+added +msgid "Choice added" +msgstr "Alternativ tillagt" + +#: .adminstuds.Collect+the+emails+of+the+polled+users+for+the+choice +msgid "Collect the emails of the polled users for the choice" +msgstr "Samla in e-postadresserna till de deltagare som röstade om alternativet" + +#: .adminstuds.Column+deleted +msgid "Column deleted" +msgstr "Kolumn raderad" + +#: .adminstuds.Comment+deleted +msgid "Comment deleted" +msgstr "Kommentar raderad" + +#: .adminstuds.Confirm+removal+of+all+comments +msgid "Confirm removal of all comments" +msgstr "Bekräfta borttagning av alla kommentarer" + +#: .adminstuds.Confirm+removal+of+all+votes +msgid "Confirm removal of all votes" +msgstr "Bekräfta borttagning av alla röster" + +#: .adminstuds.Confirm+removal+of+the+column. +msgid "Confirm removal of the column." +msgstr "Bekräfta borttagning av kolumnen." + +#: .adminstuds.Confirm+removal+of+your+poll +msgid "Confirm removal of your poll" +msgstr "Bekräfta borttagning av din undersökning" + +#: .adminstuds.Delete+poll +msgid "Delete poll" +msgstr "Radera undersökning" + +#: .adminstuds.Finally,+you+can+change+the+properties+of+this+poll+such+as+the+title,+the+comments+or+your+email+address. +msgid "" +"Finally, you can change the properties of this poll such as the title, the " +"comments or your email address." +msgstr "" +"Till sist, kan du ändra undersökningens egenskaper, såsom titeln, " +"kommentarerna och din e-postadress." + +#: .adminstuds.Keep+comments +msgid "Keep comments" +msgstr "Behåll kommentarer" + +#: .adminstuds.Keep+the+comments +msgid "Keep the comments" +msgstr "Behåll kommentarerna" + +#: .adminstuds.Keep+the+poll +msgid "Keep the poll" +msgstr "Behåll undersökningen" + +#: .adminstuds.Keep+the+votes +msgid "Keep the votes" +msgstr "Behåll rösterna" + +#: .adminstuds.Keep+this+poll +msgid "Keep this poll" +msgstr "Behåll den här undersökningen" + +#: .adminstuds.Keep+votes +msgid "Keep votes" +msgstr "Behåll röster" + +#: .adminstuds.Poll+fully+deleted +msgid "Poll fully deleted" +msgstr "Undersökningen har raderats" + +#: .adminstuds.Poll+saved +msgid "Poll saved" +msgstr "Undersökning sparad" + +#: .adminstuds.Remove+column +msgid "Remove column" +msgstr "Ta bort kolumn" + +#: .adminstuds.Remove+the+comments +msgid "Remove the comments" +msgstr "Ta bort kommentarerna" + +#: .adminstuds.Remove+the+votes +msgid "Remove the votes" +msgstr "Ta bort rösterna" + +#: .adminstuds.The+poll+was+created. +msgid "The poll was created." +msgstr "Undersökningen har skapats." + +#: .adminstuds.Vote+added +#: .studs.Vote+added +msgid "Vote added" +msgstr "Röst tillagd" + +#: .adminstuds.Vote+deleted +msgid "Vote deleted" +msgstr "Röst raderad" + +#: .adminstuds.Vote+updated +#: .studs.Vote+updated +msgid "Vote updated" +msgstr "Röst uppdaterad" + +#: .adminstuds.You+can+add+a+new+scheduling+date+to+your+poll. +msgid "You can add a new scheduling date to your poll." +msgstr "Du kan lägga till ett nytt schemaläggningsdatum för din undersökning." + +#: .adminstuds.Your+poll+has+been+removed%21 +msgid "Your poll has been removed!" +msgstr "Din undersökning har tagits bort!" + +#: .adminstuds.and+add+a+new+column+with +msgid "and add a new column with" +msgstr "och lägg till en ny kolumn med" + +#: .adminstuds.remove+a+column+or+a+line+with +msgid "remove a column or a line with" +msgstr "ta bort en kolumn eller rad med" + +#: .display_mails.Users+who+voted+%22If+need+be%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"If need be\" for this option have left those email " +"addresses:" +msgstr "" +"De användare som röstade ”Om så behövs” på det här alternativet, lämnade " +"följande e-postadresser:" + +#: .display_mails.Users+who+voted+%22No%22+for+this+option+have+left+those+email+addresses: +msgid "Users who voted \"No\" for this option have left those email addresses:" +msgstr "" +"De användare som röstade ”Nej” på det här alternativet, lämnade följande " +"e-postadresser:" + +#: .display_mails.Users+who+voted+%22Yes%22+for+this+option+have+left+those+email+addresses: +msgid "" +"Users who voted \"Yes\" for this option have left those email addresses:" +msgstr "" +"De användare som röstade ”Ja” på det här alternativet, lämnade följande " +"e-postadresser:" + +#: .studs.Deletion+date: +msgid "Deletion date:" +msgstr "Raderingsdatum:" + +#: .studs.If+you+want+to+vote+in+this+poll,+you+have+to+give+your+name,+make+your+choice,+and+submit+it+by+selecting+the+save+button+at+the+end+of+the+line. +msgid "" +"If you want to vote in this poll, you have to give your name, make your " +"choice, and submit it by selecting the save button at the end of the line." +msgstr "" +"Om du vill delta i den här undersökningen måste du uppge ditt namn, lägga " +"din röst och skicka den genom att klicka på spara-knappen vid slutet av " +"respektive rad." + +#: .studs.The+administrator+locked+this+poll.+Votes+and+comments+are+frozen,+it+is+no+longer+possible+to+participate +msgid "" +"The administrator locked this poll. Votes and comments are frozen, it is no " +"longer possible to participate" +msgstr "" +"Administratören har låst den här undersökningen. Röster och kommentarer har " +"frysts och det är inte längre möjligt att delta" + +#: .studs.The+poll+has+expired,+it+will+soon+be+deleted. +msgid "The poll has expired, it will soon be deleted." +msgstr "Undersökningen har gått ut och kommer snart raderas." + +#: .studs.Your+vote+has+been+saved,+but+please+note:+you+need+to+keep+this+personalised+link+to+be+able+to+edit+your+vote. +msgid "" +"Your vote has been saved, but please note: you need to keep this " +"personalised link to be able to edit your vote." +msgstr "" +"Din röst har sparats, men kom ihåg att du måste spara den här personliga " +"länken för att kunna ändra din röst." diff --git a/public/assets/img/.gitkeep b/public/assets/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/public/assets/img/check-2.svg b/public/assets/img/check-2.svg new file mode 100644 index 0000000..2fd97ed --- /dev/null +++ b/public/assets/img/check-2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/check.svg b/public/assets/img/check.svg new file mode 100644 index 0000000..5223493 --- /dev/null +++ b/public/assets/img/check.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/croix.svg b/public/assets/img/croix.svg new file mode 100644 index 0000000..1c39885 --- /dev/null +++ b/public/assets/img/croix.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/fleche_bas.png b/public/assets/img/fleche_bas.png new file mode 100644 index 0000000000000000000000000000000000000000..097b23024e3b4314ccbb6662a47ce08dce406bee GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRM!3HF?&tBaMq*&4&eH|GXHuiJ>Nn{1`Lp@y_ zLnI`V6A}_`Fdq5;F=2vDvzfsEg9|xS_$IM8OF9V6&QvJ05MbV9$7Hz4NkCquk4dY+ zCdF03j_m + + + + + + \ No newline at end of file diff --git a/public/assets/img/framadate_funky_schema.png b/public/assets/img/framadate_funky_schema.png new file mode 100644 index 0000000000000000000000000000000000000000..5e2bec03bbc6317428a968ae0a45d4353861cc23 GIT binary patch literal 171182 zcmeFZXIN9~+AfNspeP_BAYJK#fJ*Nmy?0O|MUWmqYG_Fmlqw(~y-Ozsj6moh(t8cP zNbexM1=xc*Wvw~a_pN>Qcg}bAK0nT{Tvx79-tms7-S=}pBTz$4o{)fw00#$$P*Fif z3kL@`0tW~0$Fl)a1>>vbli5M?#=7r0QMHtolA4aOly~s2ZoXr% zD!${TR0ly;L3&-*sv;zBu#E06cpC1z79=K;6=&mJInx_^c=4t<)YVXlR&!fidH#eK8Yh`uDK0A{Yi zW7lB2lQ+9^b`7sy4~Nin6o)1N3H zo8HIgw3x{(Mbtn;^Zset`j`JZs|{yG+tUhtT}RPAPjLIdCZNBJXQGoQ!ckz&itwFc)>C7{Eva)zOE+UtFHkwK8oQs0cLG%cGG>WHYWtNW+ZM$GF z(rUulp2hWWA1W*rgv{NfuRa(I@7R3%Hcj5R?9pR^!=CC;B@b??$%=&(i7bnnGpn8M zND;RW*wc<15}8>wqUAq?;i5ulnAd4KVz85TbboO~7csCQ=)HxkO1`>8{{HFs@r7jp z8=h})HZ;9}cJuOXuhmt)#UAg5b#}5}p0V`Y@e%xCpjk1`J*bt7kT=7V$^lazzUFs* z31{sH_32r*$|(tW*w zFO1CH+(%cqOg~U~{+Syd6)&zHX~!}Wgxb~f+^U=0rFufG$)@w*jw#0*e!!PQMNzv` zO@IyP;guR1!2^U!ZLUAXG)4;a@ht4|b~*I3hK7%^hh!|{8DoX{4)^A%BE(1G`=*v!VY*V4$aGH!y)GspA^Jur@O)T4d2@x$$W*0_ofb+wT zC<2gV9bSt}Z)XtonCtHE&#wZ$xJolADAINyaxt#hyW@z&@rUiYTp;fax5FQ&y^VY8 zM)N=OqBg?6+!ykr(m$DN>K8aW-H&nzC0gR3f+W*Q!1u7Tt4%ewkuh29w?OY(qsJ{- z7g$aU2a{+)nWL&5b|KrrukHi!jTv;|JX`exUWW?g4{C1_kVmf9WF_-Gi%T_qkN|GfBiosRa|iXrbL|(kpMc$Mq(P>TI=N`8Z_=WxL_b z9a`;Wy}D2+vf8WtqKFuXv$}cjhX_(t!PIXU)xm_U`r&7+!B@IT9Ix?1(wQC*)khGu zhH%;?wbyQcI&j53J9Gj&@$*4vD%2;1zNLvQ_*JKFi$WemB@33N#oPCL5JTk*;Ks&L ziiuavIL58OhQ((GHR3hmkHtiw&a2CoXC5mJ;Zp;NL_oyX$tC}%xntnO3&4Z3>C|30 z=f8w~AnLVy~G) z?8DhR{&~oy)ED=DyMQG4>KmuGzh5^liVUaq>cwsW-p&RX{-5~_@WKDilhRGVe3Qnb zYd7+~@d+#Xn;X?gpg-T$E#{xwWcHijbnxD)>k=qPfxBuWGz(TgGCwoG(~~GSJDW;p zRTCxSe;|VMM(@J^*zST9`NvDmWXKfrGwRBlAfYs#xpzbIiRL!1OIbn>kkrm4_3_ly zhUS`kExjJe6|oVXp()Q23RrQhZeCbhZvb*PtV$#*+SK-Feo{b(;}~$d%b&;*2#F_m zZn$6)w#HeX-@e!lB}O#WvOaAUc6$uDGghB1?`N}pvLy|^%0@dYVN}?bqQDXvsGu)) zY;$Q|xT3HaiFw(-aI7v)adEqfJ0O9Lkh3)W?lEqeOft7V%1K#JyuRtDYXwvg*(ULxOkgl3)#_MasS2+_? zs1h*sY<9?*eWx#F`E^5Bgt5aeNxU!n!?*?S1`;-qW=u=>NTrO<<>a@k=9q#FleJr3eJ&V&_)GiY#eOk| zA%&}^>fO?x6e=-{yKLe3Qh+#;M%B)k3W77WfY*{KNdlVVWO~Qq_c{Ev;O!7rD^XPz z(`s^CS^g-cbmZpi?-D<$KOP9LvY(NLUxYWaO%$IOiP};~VI7;~3=*B8HX^Y^r zkqMr=toL1W3Ti7Kp-lmR@aJ9+tSVhja1)nJczc+pm!K=&yrI`deYRWi*$k0pwsH8} z8nnD!SKUs4>&|o|wdl2(Z72DWaZwek5}K%t`pHZ#@ND;90_AXU81e(A+8ecdlC86j zlh>rz=UZT&Tty{P-TLvc!EcB_!{F0>-Lm(mmiG3`tRPaDezB-J4&cyCKpZz~F|!Th znPhq!1JiZ^7mH#CuUiL6E|2Q_?VRtOBBfRoDC4YM%<(n|*Dh`ed2v%^I#A$Xi4%Rx z7UT{sNR@*p9k~<;2Nwa+;}eUyg04Nu8Ba->zk&)O8Z=jY83+=RKY$<<6o{+~6I~8w zQdA&p^dAJDa*~2#JWfuB2m(jxSwM;Wb;s(tOoL(^I!|n`a-*pX_7fArQ<{%9XYu^U zC;?k3Vw28u3ibrAg@oIusnzSfF%|)ee$7YdCzB)^){n}gcf~8sA^hkk#_R0NgMPww zY5ohiD;11cy3p0MZ~bP7&LQ*$qesVpi_Pj7J-?su+Me7(tA6#lH_^6!%p3bm1zIWp z5%`K>KEI1gP~+N#o%x`mtZYE!v_=)4eFG+@b0_@x!%j78mm*$d4jG(DI;SHTS1##$ z@h4lDt;`1;2_j_p(7kKLb@Bzx$|ku$*p+;s;iof4UOdDe8(-g&kE)KQI<&p^0Ye^4 zVl0633sDDb4?*L=VynLszIKYBdq&?3s2M8Coui~xQ(wkuetx&Yy)s6^{(#j znh{(EOEBdAkY;tm5wilkQJ5Xz;qs?L<**gf)*+=UGaN05=wn-sJCRrNZ0v@|3sJie zL`W6qleyI*p&7@w3QIFvuK#dwrES5J z!rMJj#Jb(OSFP|m3~_?3TwGs4^eyy&z*TDYmuHpqeirvUFbi$o+Nspq9yCON1G)Jd zCIais<2mihT4PkP2oWn)8`jq4&oi~>zi3QyWjy;J<$jBWy!MdR)5y` zME`H*+`nb_P#+Y=8*W#^ozpt7$V3}`?wvuVI+&49P2Ac(ndT+Akx& z;o>|L0+#j%xCV;2mMm(>ha85MD3@pZ2c6;4++^uJm^4vX+#lJsT-MeeTW=8j4flHz z$quqd#8_ZJZ>2~3$y{`<1tRYwYM@) zDEEhgiJXJAFuf9=6zY$t+k;}(pGaALSqWr{*p!qvG{nv%;v!e-wt2!sB?=KLzJ}2}9me03?=YN|?kA-ye8531VI`uxT4}wmm=(VNK{*y|i-M-P0Z(iW=&a#QXY?-RZc&l;@*H9o08* zT=yTM2VAZ!Ddbd$^F**Oevm8lkP^kj(N5ft0Qrj&-pESPD>+o8BP=3wkIxIRXX4U_ z+zg_aW)rNtcxZWm0lH1FR?*oRaQ`Dvn1!et!M<8oJDayToO-(QckC$}!fI1OkmYFA z^c3}P(B547E?Sx|QKUATs3}dX1(X`#Q6bPK0sK&p$_E`^Eljf<@yq-Ti#5Z zmdU9wZOYKyYVi>9iSd|5ZfT+3%GJaB?Q14-^^ZaF(l7@v?X@2XGkpB|mJTTrcSDI9 z6ki9+*GZ`dyPjG@BQZVen^%_}PfMekQz!ezUxgb*nc6bUZXe+@J{I0~VG~|-uAsq` z<=ThGJf+8H?MR(znnRFoQ4%I}j zJZ-g`(L*SN*0&5H7box4?7&=|qk%DX)&adXc^*QV%187xea_C#ODY^mNAp8L>_;NU z{HC^<&ZA2y^RtX>8~`gb{}%U5*FrD1HtB2=Wf+w;X@u8Dw><`&3bQkm)3A@>-0h678MuXM`YZkyD9s5v$V@P+|1Us5LCIV zCjZzhT;UU)PrZ5MotOsb(iLq-KWl~d%-%cN#=(3dcgmaFQhBamr&I0Ih4!UQKH7Iw z3kpf*6x!DkJa>cehJPrdcJjB-y)&rVJqU>)W+GYtVrFc55uKlTgAK7`16NV5^J5!F z24F%?u{H>OO=931XEW9TOi!}k0INh|l=jbIk{Cs-;WNyvQS}(-=?_MKC$NwhmtVWf z@^Z`g%Zld(g~Xz;r*xdE>Xn7VZq(_>SLw%P%3F);WA*RT6ONPiJYxh<`#ZbuBd;vx zmQ;I5x0Wo$abzbOOj+A*=8x>FS-f^%ZyXI1m_Iuqthpy;EMKSX6u?vlmSKcH;M?iR z4#G3YTR2<0nFZ#(vy;VcNuQKRxh1?RZZ>pE8rvC#`jW_KpK)pKtbbt}wRk5${f8v+fm;?NHbK;1>zCJ<1Xh z2X6{Jr}kLrX?>W}gl-cZK-bs#<;Q(m3K}4!Uh!1NOP15NxmwlnKxO_%30KSwFz-f}V{iZQIrBNjFVwYiU$R9bvz6Z?701DnzF`Ox#a7(pz4(ZL@un zjn0QktCcRLs7n|n?3X;j`ZRaFv=gA+3HG2Wl+gFd9ahHGO=V^+dEoZNjyPOAyz{7C zt`n<_!{(R(Pag6~&IaNez9s?xWyJH0tv@*gc3I4k9R~TR$yh_B0UG({sbB&SSoMDC)zv2TB{9V?u3o?75P|u^|8?3|*!ThiMVy^UUnGHUPyw-1f zRAskYLIP4Hu8#KDvspdJTaEw3j>7O_7gljr6No7n{8wxSQYs%b4Hp;_Y-wM{ZY?j$ zbjq~bMfx#Ww`Qm_HJorA5>+d7Cvc)I^exrHnpQSTD}*bmUJ8?sn03+kM^dy9e;wzM zNjDD*N$Bd|BXgN=gbBZ1f^-lcO>CNXLmQSdT4J+}HX~##U3Ys@6R+*^&OVP<>ZT6i z3!S%@pj}jD!K(o0@tAKz+SH0d%4o;JWZ(TxO6eJ9h5 zF^b2RS4_b1@F0EM)U8MqJAcK}Dfb1BrJLY8B{O?4Z6_&+llV+m+~gcgd{d9ksUJAh z&aQ4*QoJm`#V6F2m0wdW>V-?86qZ`Bl8PJs7=jChg^J5h%4;LKgy7o-kA_F^O?!u4 z+K1m90NQ_$Yv<)@=k>!w4;C-0 zm5s@xjosWb6&Y1^W6^%g{$Stqt)1Q$b#)ri*CrBXXFMxoEY^*A-V3m4WHI?;e1IJ4 zYi+l(^_-@sp0ljdHA7g-TBJhku?{OL+bB%=RDV}o&j3Z{FTza4?j^)XgW!TS1KjqK{%W$JB6ieZ>*2KfPYq+=7894FX&1vR zzr)=8>5{0RTw7RZZfXH}N-K9F#nq(ep5Hlop%sx=$QuV54Dr^$5z{l0g$Es%g+}d? z?mH%8`aYfXA@0sb)LT}59v?15Xs)qTi)>y(wLg0T@RWbD;y$Qit(vcY!Gv6!jL&nq zjm}haiqopmoah+`<2LnInXG4Jg_%!jUTukQz3ke?h}PNhV=}aBpMW7?ztSOfkW-f{^v45MDk`cm-nI8mHNCk9l?pHg6;7Dvo1CV`inx3Jen7k{?$Ww!1euNkuF@B>{zSTezp}fizy}eV)x;~!%e`< z@gvc){)71wMSQW(JZd_m&|?l>Z7ZG{8T9(Do;i2+_wq{Y9c?hOmeUwk2 zr#|@_+JM5vB5qB!gDCicGh0;)*mgIFqlf6wV19w@&TvTOE1OUG4RHcndgrwQ**WWf z7nIIH-%9%!I{h-V+J&&>U!(6b~1=VwyKYV4xRKPV<6wJqN2JX;(POhTRLwOmDHgp^YfkFE9KHl zw_@}%mx7q8#TR^B<(5V+yE#7SV>0{!e{}a3{^e5>Ho1~JaTL4d<@_n7xMETdZxhKg zNC#f2GB$Pr8wRy?3n=zonWs?90jDm7)7-yvi#WDza^rT*%g}DVUfQKNGtI-c+x1ig zyCcr0k2t<1xELK#JWcKRT&ngD2#ZCz#z7=K3R0N#5o>Rid{M=1$T3;Iv^@KE13|@~ z3GgKB;GFGDBu}42nBn2#hQEO4mu)f5DqCXgVSibhK0H2Av7;k1i>3N(8M|c0h!FmE zL#<``XnJ0O5@oL+s3MNTE!7j5H(uJfS=eAl z<_eoq#)p#N2Lwvj58vLgEbes>*M*ICNy^S3{sHs>b(eKYm{Z23866pNN zqjyixw`&iSw({mqM}nABm_BYRkmHPr&32*V^KT_hj?8Enf_Eowec=VMnob;Y?@yl- zvgdtl;Pmy8GarEYK=9k&FIc|0a~Q}BV*;wOpUIB}yvzb$Rd&A`sF3T{SDd7ZHVosJ zxTyIL0Rqa$v`d4x@}n*j1d@8-JnhFX1R%`5nvu_pu-U-FE^)O2_`7+p$j`I7F@YW!&IK z7?Mp+7pdxj)iPTg-)dx)zcVQ6# z$r%AIcWeq^k9eWz?;5s2BebLSn97j0btdM{-`g1^0#vI2)>WX+?gHn^0|badH|XIm zA)%W8b2vAww>hi?RXuEEcE@FZ+U2H{vEgLD23F*vE_yo@uiTB1*jv{zP|8_KfKO_0 z+RK37d*x(_eNL*7lg%uJ0U4Yu+}W z*|cKoo?QEuK)4!p%~M|eVc84K>nVL7NhNPU3I&f%XR);7(u@Q{K? zKvT)(`Y7G*CD*-)YeM=tZ8qJJDbCu`4zJmyOwFH=gvoyH5%dVrVc_pJD1HQ_FFEzZ z%GtFu*f>KGArdc)MODw3jQ z|1f5#RT9{j<>UrEXq5AtcdcpF7Rv8K>-DN8CP;()kA z`9zLMTV!$&EE^psrsdc1yeK+4r$QOMWCh;aqBK!Dip*MK>k9>Jo6 z3BiH1i3KD1Xr+X2FXwlC$RH3-?*SX#Qg^lRhXl+H+*hyjS<1%P!6M{w?XD(gv45rx zY{Ss{PQMo<=zM))Lz==U-9fbV&bH#AV-7e|TOwIRFelNh{A+J+ON(_wexETdXf8G^ zV_rAiY>VO2jdE2Z;fS1=^4#+kq&}WC9_}S)a(ql;WzG|=+Zqlfa-6u<;-(kVL~%{t zbn{BCJMZj1S^&dUDP&~k?7Fvi=nJsliC0S8d1-cvo-L#d2t21i(a7#Y@^WlMzWKG-ACtyNy_uT6DGmY)F7cKHA7f6w}>pJyKH0TxwQx~ z(Vi!TW;L2LPzeyKKkds!utNOTEUG%ie;ovJ zXWsAMsTWDGyD>Aiba{OPNX*X7=Td|Lv<#JJ3hENAnwQ&s4VpZ;~s! z&aYQiI>4QyG^?+hN= zQxzA!qWsjEiRRbw*tlJ2`PE3{;0=~NUcSA)uKGc(OmDt_bY~ly23&)U6eYU_?9Q@_ z3~W5N+V@sJiPxg%ig+)J?4Q_jbmVPne*HpqBGsDXEOBBU!b@ji;QTb1=;L84j&9WW zF}FfpL2g0l&G^M09rZLcNs&KRdeE&;swOu3u?UC3BR((dRDz<}S^kF5;8kY>SEL6lMWv__2O9>l! zZqZXCW(yZp(7*N=9ZuxE6K(nVM1){au$EFuE~21*38}TKonv>!E-#%_i1cxZDpf?r zgGll4JNp&0A_ojo4(OqH!z3{=x`L*e_2tz)zolnZVPeiSYDRZl5+Yf)ZZ71FN)@28rRf-l33n%` z+;kh(v22~+h)%MicJ5M_)4%BLrZbr$=B5N#hw$^r2ioIkiPE$RK7{$C?Y1~;fvfmV z)}z@sAx7q-6U024d;JbpU}neKvO^?-C$TUi|MWVF%&I)^Pr|~N_sHIDr>B3}xpT6T zTm`-NHkQ{d7Q}?RN8TFjQ$4~g?!fnP!M=2)ddFYm#U;LO7GiI%`6r9(#V!mE3+i6;tk^{JaZC| z6w~64?wV=hHt&+FXYIqzTg@H{%H47G*&iY{zm_!E^HD7cex5L;pr2<4FgR2d2sX|Z ztxx**m?hrv3nYzGfnx?PJ?l5uz}RgmxBBlRK$X)d=_*-sy+9K%`2vo7`8Vx5{W)%o z8#!4#Drh;c)xWYxu|vYx=JaZXh=sQCw zKG7~;>`l3BZnZ&ko7j|Pb{Hr(wtOCb^9r>1KnHeCsI>Ru8ilWqCNX_|gyvd*Vr3b5 zhaNw^!GXMa*nZ_^;LMj~7VB2k@Mh+~E_d0ALQDPh5mj%eWB^^s8pJnXs3A zCN7*SQ1`ZVFxb#X{+mlkE^m00dubZi71Ut=%Dafj-Qhx!KAzm-On3K}C9>Ru7mmmb+&}HoFN(8<@LdE7El+<&R6=&SSl+Yd_ndm$zOkVH~cPt~JnJMxuYU(0;|PQ7_HY)uQ&2 zuHHvauajB_%jGSsoY34Th|YM5CS!%}YbNnDN|90SW?@~M`K zPo&!8O(-ZeSQi;1j96;}h#zCQ`Kd=W2n*Oqepw*P zp3GNFc`8pE*ulo_nM$1Wk}4p6(SH%>);#z`q9C=|ewJA~-G#HWGQ8w60Amp6z3JK^ zD#JsK^?)T({4f_!?^hMJabCIeXr*>&g}R}xH--$^zpL-RBqLp{^8B2x0hLraCsBO3 z(V$n`T|GCBYM)qYft1W1hPtvrrhD^v4a4gP7hZhrWHSVP=i)Mt&rm)f#=||8{7!$f zVKJIv`?Hb$;5;cLl{G;2$CSb=w(!*bmEcgMvLodYi*@{WEW`CELSC^5#&?&eFF79` z8&1byNXq5P8O59*vcsSIJd;i{^1@&PgH~CRVou-RvMOZDkNivD+;E;&V`7E11!Lot z+G_${bK-z#sse31-Tqyqggdsq!2y<-sG4cP%G#L!;^^1TCSyeeXH;-7vM9TA?9sFivp01})XwIB&d^yD4n}tB2W!NxPyjUeaHC!ASug3pHcG z#Q#LK<+f)xTHBSrjFi5w%;V`^U?o2T@HqBKd&k5x21;(;xZQk`9o^m%Kl8!#j=!Gg zF=%9d#PpeiJ}(tP&^^@p@J*EbIf^5|Imo;wTvc=m7kxddjQ@}>=|hi7&A>g9>Yfx# z(t|WVaB#Ohzcb=k=-Cx@I7^eoZ=hV>8z6fZLs zZ40MvCPP_+3&WWoVoydxKb+3A9|Gi-`!VXs2}+UrkG?-aqh5rn!1`TH*$9rMuj`vh zjQ&RKa_Ix>a}qDk=N#7B;3UeT3FS{wz%G~bl0c4ygE1S z00PKa{*d0{qI5X{T6S;!Q=)30z*%*g!SaK0IkxKCqi`g|Nhik&x zXE##X98AG3?+=N(LWc})ufGJ7?O;@yih6%OMwa!h5X&ll3TaADlZ2PF+4FzZ zXIP{aL(MwLGJC5@tKo2tbxf}Yhi~JL+6>!jU({~Evr~eYJ-r}jlKOU?&6(DH4?Mo` zxh_2~5WT@4;}qis9H70f3rGw-ld1%sc9JcBquQA@p6u_YrcwI%EKa4~EZmA$&4@87 zfUro9QzhRgt%sDgKn5T85%-J9E!gqL%UWvv3D5;TQg8QPM0M!1!ei=l( zC`5*?leV|lY;!Iy8aFLXu3Ud9{FXr&xNJ33Ego{%i(wRkz##M=ARPRJHIm!=0?(!cOK z0Epd$gWsP+q;~VgXT`_eD1pi2#onlunaI9e9UIT-qfDMAH@Sqoa=N2&TT3pOfD~G7 zywq*UcX00}-_o6$tM8ZdF~{*KFg!)#6`D1TdMrji=ohS>wuwU8Ab%Fwa*x!p@3U zCu7o_cblgMCxo4oPYX{)`66$hU6(l94_p|4VD7+-Yqb7*WFPhnOphP%2?=$GUx`XS zT^?eWU+300T=5%}&=-Fgm0XEE5+1~kdvAfttWP$%$?!j|tk>%qj%I1j75~Xwu&KSB zqd#n_`I6gulIjj97#qB0S|L*6sQC_f4GS{qqZ$_+p#`huOQT zdh!)b6d6qc#0?C-Fm*_ztfy`eGVo*93jK%r#rD3m#ni4fC!K|?a#^EB?`NwW6yz;U zT79xjAkveL8=)^o$rzeeAoKP*>}Zgx2x+RvMa=)?4xZByc0D|-R)O7a$HhNIG^;yh zvT|cgMU>9Sp^*WzVnpYr?=}D!BOE?ZzNadwZ@V>rCxQ8jz+e?v;hL zE}#Z)%fXg@BCj79vrX_k+Z5iM4n7XJv+=`ZiymwB^r*f!GREk`fO%(W>^`%u=g|*X ziBmt8g6W?`h}jm`hx|+N2FG*R0nO1z6L*ualthF?em@>t<5`VOMtkHfRjce|Y(G`h zx=HNE(BnR~P}GbnE+6Kc@XSt+MJX^T5lc;fQw(aGu6FUs6|CcBn%A-p$}MP!Ke4q7 zkCC#xcF-U-F6X@N|NY*0Jk-(YjfUm8581cXbt?u+XMsDV)EX}Yq>LvO#XriF@@(Ta z`u>izfF8?r(-}lDn-E8wvROP7@1;j0EWpLu-oL*gRyek1vub#P^$?OCkFWaWA`s&8 z%D8C&GDoJ}$D^+%R{W!HVA`;FBMDKc6&hc$xi=Fs-7gjiXhz~fNGU??*C8V-h7-R&-gwRz z{z0b*{7I*Dn;STrs!XtOFL5s>K(N}$?s4TuBU|lI%i8iiLZOf>xcG@XXUi+U(5eN? z%*YIJiA2LO9YAJsw3}o1@E7@x>gb%UvU>7xa#9}K5U}5J>erScT9-Q`q)-1r5d;Q#nR%D zt8^GqY@ z97YPC3!fQ*F412Y8?ni|%ZC`XU$R1%jOKDk;z=HOB>%+4X*8QjOaQ%qX2?o~)&~ z?pfF{u)4guwCOHJ2hq1I5m0G*>a`j-^Lp!ZD$j_RG_S$lFM720XiWXd|1+%$1vcZs zMLU3PYG~wWR>}Y^(%qYY3FD@Ds45Aes<6s5TSg@ z1Vkuf8LVPw@k@txYF!m~K??;T`hSX8s+=w?BDZk>(;y{(7q zvF?XhQ$Dl)UzV@%i^xj79Si{%+)nYQ-ntWe^+GM0E^4~s1u6sH7z59ifWT>qYj5fo zca;@CZ3#=i+r~G$dj_Ha?a5BP1b?f#-6Up6sR_c<#RK)6{`nU7nDRK~`2v6Lx)(?R zyykW4#DcCyMbO%D9x=97Mf6AApqRUkD(U4ht}4&t5}`C9*+2l|c{O7USEG7_hdpe15$S0wF5~y9+fU5=)zLeNs?W4aaSb=H@_!`n4>31`)bFlMl_VZ#TK2V zZMJaw^>M#-iGZ+v^;Uyn5Ryq%{KRqogY!%Z9eg?5O5F>D5V_^?dM4EJtW=C`JWy|V z-|acSc~)*#wz$V(8j%;W7**&X*rTgjXVpVb;>BD(5ndQ~f3R$mM?^RSL%oiLM!~?D z%J>0&&!L=dp3*7eQ=do)2?_1v_nwv+FX?z2F*!{3PiNx?c!DbvmTZo{o$ttfxBQh1 zVyQXN8s^hBgNntSq0$JSP(A{0}$33pyA1 z_e>Qd1ndY|^d=mfKXUGm(%owTDx_Uv-bm5-s23G)nRL`2<&C)um~yN=CxcD#Oz2qJr@Q#q0lJN(baUxLTOnOkDk{7qCOAj0LgZL2F$*STNXb7(m->Nmg zWzCCa^w#GdsW3H)@5@fl=41<+n?4uh4Jar5N#JoaZoiJ5)a8+|8yu4%^`emvRdx$HvM`_*^3)`?-ij9EgDF3KY+oe&a*# zN&!*d^-ox6FzaF-)}QNZEuYxQsl%LnVenyqPJzrLw~a$}i?Xr)T><)NVt308#6wd= zX%V}sKGWu|5XBcBr9twq!OC$gOSeybYu`xR`h_q3xIDADGG`D|d{|Grc-{1T;EGa- zY4OApRX9=&u%-WAyMq1jui6zJI0H}{2y>s@xZiD|`GOUgQuu?JIG;Fa7fG!gRF6Pl z_9QcFheqb~)<4H<=n7cmE+mWwB0phHnhRMwjjH*@`9yg5U~5~$GhOzpdbGTGf6}Ev)SF+az(yV5Z%(d0{WvY{y4RzsGje+K1$?4BcK#+du=oFpk=w!Ounn|oq zFY%2-(K48PsKm-=Vt#aQOC-fxL_8`!L0L7_xay#GF%p$X_MQMLQ_0bDoP5m0!)mg( zHT8CNd=03_=14%UyI^euR`{3)JYpahcWOva(kv)^rE2vOb6|PQZyR% z815P?8WoQjgHXWi4nQ3NT)=--p5ihwJ5AqmnXdNRVZRQ$Lx=YsR&q}W@@CY`ey{O% zi+ftj7f48IK}0p*!wNb(*k6{=QL)F~$4UYawO0*w-!$r3T>2sk%n!9{OVTl+tHn6S zH5PQ2w{F1d^-6jEi^>(sXc}N_#O~j*Z3{7X+x|lG{e3>@|EJsjJ>ACtpUeUM`b*CG zcT=};JD21It}OeWcxnmMz~@z*8Ves(qm2XDbo5G6ZU3}7Q{-kf3v{Vo?;nG>utVjGPUhR8Jf=mJ6K-!V%QjRG z*?cC}4ytdqVps*7zAlQ6Us>%OKcl%j=sVJ7xyczH z->rb7>mht1Mf*j|i52`C+aG{R9h!wQiO79DyPeg{UzHMT+KGaVK z)@$(cb`OrPQ>t)%K+a}2FK-=Oeu>g&APMusPV8lkTrJbPnbhXY9;dRym+&4;?`){8 zpCUm+&43^9{$wIQ%b?AtfnbX!ElW%?y{IWUj_F?PazcgZ#9PUL7o=4=ue{lAFRm2n zCxjHMBCD!#s`Sbq4^7T|F?RpVP~iWMToYKYS35htKlM(DO&PlPg5GfK6E(6#EP5QiWczH*KXtQqVvCN_~6Mzj4_12=1p$D()1pM(U_!8H~f)S zTdNU^_cR`SVpkkBoX8py)mV4w?2Uuu^vc)1Gp+z7TU+B#>(UGxCa)jSkP?497xyzY zh{|i!>v;sbe^(HsA&~dKz0(@GS?b~_jd~qh5B8Wbkx%kwE^!nCKBn{Mq$r?pqL3(w z!kVJR_Bu;xe$Cr^Z;gb$OlceL9Y}GXEwL4zlZ++>S$5IiEL~oq4H-|HlAq?p6DD67 zaxxHp`ghJE%=Hh>BC^xmMm=Bsri(CGFKNQcQO+&7lAUlf%ks1e@q9hf($6Yzjow@+-UQSah9m6DhphbJf3aTYv6Q{ znk+g=(bjsGAX*4Lwa)_PTb8~%Pu8G&zlc869IiU^;SGp8T5e9|{g%LuCG+5_?MCfa zx{QHxyNE4gGz@>pf3x3jO_K?5euh8oqM4gKl9;MDJEkY4KT7vm1Y)6|G5t=>Niw}K zrLjdLhHqcSPx!G&;}~I_qedqQ8!-6`PV;S2h3?S4FSl_D)v(@Rek@9|f~4@8Xxs(9 zcl4+B4j6kf&*{Y17>{L+ji#?)F-PvyPYM`(su8@=IB>}L%jSG2W!mw#a%15SLb)(^ zxMg$2EV5V9VR@Ouk;-n{zlNcUIhM|wb9)stw5dDXlO+<046bovBk}26{nh({Vm+Fb z*%FOt()&-O9LNJYuld--ZbcZ~EUD`g)+ZxkE;PJDFQXP}oI)iZJk4t*|1m<6!H6*O zS`Wx=m`j&NRLeP<9PsD=)BP0d_1fy-Ngwe*+LP5!GK4#I?x79nVA|rB3oJTUUtf#D zTbM7&?|ki!8d9wK63LeDk*TAxX@$xn(ZyHhee*a|b_Bhxlw@lqTy(4DNr}gy7<0X*EKDhf?p37F^ufcunoXUZh8MDZU!C0Bf@A3I|;`@^?fg+j1|F%>w zFrc9~7lxdr?_VdktnmADLS&C`nR8FAd_wXuO1HBKmD)8rnBCu}Rq-kv8BOkJ;`$QI z#~+-I7#=d%`KK+gv7m`0wsN>5nC|o4r8g=(EKva)&hJL*#51e9s^*WUjx~n>101Yf zEx3WXE3A45v2CM!079M*`vu_R{!qz9?=E;!c5*`z{(Q<%V5FM zBu|oDbkT89Sni5B}+lK-*7mnS!5CZt&ZLf5~cR;{dZe zld|RV7+lI|f;Z`CYD^iVceAJjUG9k+s9GU_XIn4sVa5??s}4^T`Z0Ep-IU_VG}1RQ zuuLRFH&!|`EMZUF%Np$h_2+8AO^rMkWca(1O@)003wvmbkMy&0OZ2}iDCT$DBV;Yl z+m%fYcCj7Z*W6PLNjk1;)W{y6SbTBVN&&eAikWVW@_%nEv)7U#^9A_0gNX<=2mrmC zQrV#+iT15S27_c->f&W_tecs*N`+R=DJNRBLYFgd=C*R~lTm_#tN&?H!00p}wSFjE z>9(7NtgUZ7wj=sB2OGs@DpNugpT4z-kS~m|75MmW`MO*bwFfHdn*=X=!F;{Waxmj1 z+HF_dpdlrU*uerv-v40lJ;S0}wsqlFL=*&+sAP~F1eF|BP$Wy}CNxQMYJ%i!A`3{) zAd-Zp$=&1(B2jW^a?UyDZ{l8SZCPjUbMJHRxzG7=zaKv8({onU95rgxJH~ixlq3z0 zt);|C$NQzelr4mVOX2BX>@VJ(w8a&$!H@&0adS=lay(%0_PFHd`5UZ2;fdL*uX=E&uU~U~u>SPm{v9tP z>-}+urmAA6JP>bF#}Z5MZ~as`cU9Z^MQ2?Ys3?lw-WRfeZKazTbL{oj^z6&iMY0*+4%vySpCSC5ioy_;s!@=H7`ot{5 zZ&@c%%-uq@L_Z8L{5{qonVDmHS9C3PsI zxaT`)iVjhgCml@Vp#d?!JD?k?3z`KQ>-VuTes&ecPK-l}}uYle@`x7JsM+D0Es=u^lH)I7uf4~JX z5+0NuNEUdsUu&IHp6Yy5Z6xaIq3bbtYeMz65)Wnnj;Gnjab)XV2fqa+nP ztk0$vjx^j8105Bl+-dTP{+wT;PYC)r%aMm){pnS^Uyn`;N#a$ie0rhkbJ3#UPg_#u zVw3j3BsFtIhZ1AJuxj%6zCZLm?31Lk zzcDn@qB)eokj8)xW+_6_=LSFeP<^_y-8 zOWi@c$`lms=?XYN94e}+kBAzrOjnV`sK^F9sy2DE{ymmtS z6nZ5(p;G`v_5^y5CfXu_(<90&qEocJlsa~YWuCp?ll`?^3g@Fe_2@53NgE~ybVEoyD?h$%PrzAYu z+#h$?fk0fVaQ3DlZPBj7K_>?k{VB!lTb5UG1XPr^cvrvW`Uf+3$XnD^E}>*w5O;JH zO3CRxPPliLM)cFy%1)y}s$&AXivv-)+SK=gUr73R9L=pXj|NC9?Wf;3Y?pDMa5`^o z9eDBmMJ~Rk;PF@$3@3}ol6Hod-9>LaG@P?57U?jY=7=a8aVrl z5mRa&Y(L7cE(xEb!-6+XE3V~goQ}}hP};lY6vcw!+E!9AA^Qcdh(N|L0r%j0A(=Kq zD_+rZ?~G5!?i*JT?>}}pZ8=nK5w1|sl}+%m;`^~91;728PwnKxt+S(_2`<|)Y4*;hO}R#ZFdhjS%a%HF6bRG4A3g1a zTO}PFw8~(J*QdG$27lf^iYj)@HRFt3(0#oBaFndGU+UeT;^KObGK!XSY4A9!57jIU z%5-Rdm+L*P;^nk6-&5|=-LLYfPvo1DTu^F*EErliWG}z_!E=Q=V|nD0wo_MF8p^1U zwAKKj=Dab*ti^UmxeL;6D^EvNzIO=U2OISA^<}##J3H}B*OQKEu1T{$O1qdjTSg)M z77Pf(F(KU`DfM07F5(70YY(duHQs@kqv(RBaMd}p)ulCD@4CsVx4H0?%p3$$XeMGt zgro#LqFt@RMuCUvmbh2uUw11vBGuMILxOHHNV@!UmOf{e$;!sT2lv!>K$(j%HN}M= zYS~XRyiNpjzjebpX6UcfLNtd4`^RQ?L-YyoSqYYwcOAI-w^#b>{9{RqRfQq>dF6$r zS^Tz=>QuqN`uby`dH45k22(pqO{bu8w2YZFX{iDlr<&QRPA$*hYpM%Th?M^f?351i zhj#Z{IB-N$)SjM7jrvLYU}5Fp1xifw>8s*%w5RMjJ*Emy*PEFsqcdGsU-43D%|tt$ zWcj-?=%p8dKMi&+GLeNAcjN5kBqXtDa@^UREUaF9881#O-p3q2^T|+Zk4Ykr+v40# zlQl5lp(2au-eC^oVnRo6Q#h^!Ry#xBSXCagZ^MX->*>2!^ejO!XfqbeoBrUFszj_MtQ{C0kig1t&qIGFFJ=gx#zYGmVe zJPuB2iZO4(0Rw?g!CHbx4ewFtrM<@CU*bVSTv#jZ95a z^?Pe(%p5FSF^Hh7F%HS2l&wX|jSBcf219S_{ieHyG)CQ5E5DsX#%+f)jFct0>1gK4ZfdYh^o{MPB04NMu zL$VcSIfFazguThAMUkdc(uU1P(*=5s9&Y*}T3o7(@H?g=N4n~IwzIf`Sq@)w5JPKa zcJ-MONR#s}NmsUSts_~k@lHIgm1;{#!uR20?F*`|N^pPHaa~@M1Y70p$HoK$Bl@c2 z+D7*undOYc3+H#8@y*RM;pgfuLT`$E8t1Rdv6e;)4&7_@Hck8-pH68!i%1z?S-mqa z(DtJ#btHt~X?#7Jn1D3G?13yHPo~>eDdK%*UI&xq$Y($#;(}5i`m^K}ncM?07ljIl zq}J|QaL5FGFe{?@8m{u(kKakNi?-^%j=qNmjz9;=*U3p;nS2#n?530}MZ|B1ZYE%S zsogHV5JIg|@oHEqjz<-|%Z$VV zM@J!0yQ;D+mW=oDY_4$V-O(VAW9edh)_=%=CE@ngo$v#`RgsgfL%^K-G^I?}e^9;d zJ&WPHS4~1-Z~H=&an^?Qj_h8yL)YesoS!MO`Hek{xXnRQDh-}oT8gMd09n!G%u!Bl ze=7&Z;oi^kTR{XuW?vi(>`{KxUq*K^{SI@zGNXk+^DCRF( zdJrW##6t0#1#^6d5`ji@-oj*3C1&DS~0bw-gg_zA}*B8-sG1S7&dEmy((|m z?^RFSvwK(z8KSN1l5Qdjmc%e&0~HbqVm=>-O(#We2KzBs&bGWj#-Q$wf&A+<i)m+eoae+nY=^~&IcP%DfO zt&z915IAG9-1>DQ3z?}AZSi#b6AQlDh2{RCv(>NQ_gMIBI!2sRr2MpbRiWDMk&Uui zEK2@dUx_M%K+j4F*4{S&*(5?r7iyiZ_H|r^M_8Ei2*u-0xnK;LnAZh=7+u>7!eeOf z^LosSUiub!9r762r@<1KlU~HL{5M;iJ1U;d?IqmDQ(zZSut9?CQ#w9aY*0m!35>xV&y3U`O$Fy3w6L&j`7@{v~Ht z9Oj)8h0o6VvY%bUh8esqp=W8{9BB}j38v}AW(hZzRhI;W(=g*fd)S3Xp`r2FBzdZ< z;kBH}@+~*nq0eQIvEh|?HQXnHszs<+nYa&njo+vIwqIlyOJ_&qAULL052~(fK;`xx znSN)nSJcJ~B#{UY&0>#BdnL?!&{)evb%T4L zufNE}bsbuHI5cj#BtN3ibGlVr5bwJmQH@HkEGWs#;wf2;-l}?IJF`noFm2a$mQuaf z7d|HhCtWFjX>Q(MZVBBV+4Gs_QzeOQZy3vFFh2{wdl;zgQmUFgtrixKMMiyi(r38a zQTKk!JIHJDyKugTgKK`j_=oy81Faw0n7vJ-2 zDRfELMyI9DqGK@C!1I|bWqDZ2a(zaUncS_rY(-$b2%Nf5HNctn^Sx|ve$TLG!Q)wO*twdyeOKH)2-D1qJ@=$nnuZ3#mNdXggvc@` zg5shkef@gzfkxt&v%cf}rP|s(U-WvKKOUt$-|4nG4P7?KC*91$Azdp^)%+@UuQ(fF zcBj(K+Ggv8J?+5xRFsDKQIll#$TU!d?1Az?fFFECNuqje85JAhm4HGw|5PI}aDMi& z;uxR)y7%+#s=fNgZTbgi(Pa#5X^6*L4-G$*;DvLtkJa^#Dn)9VCb=;?MA3gFOhFtf zJsli}m@2p=DnT)!&*Lm=`wsmkq2`J8uZdsI7o|baS!^AJaumrNVtkHM&esGvzP-#U zFtCK6Sy!3i(_L48Lq*cbf`MQpSK|y?a6oU}X~(2GOW=9#iO1_VbYCiMw*A;Nv_ouk zN*ha8-uCxIe9JJ9D>J9ve<#M+&(jW|LMEZ|*?f`O@Z}-*NZzjp3(b-Qe4Damq=&!> z9gRLCCFpehypDFXjbljZ42N~qdC`%P}QA4ToW}uzmL^me6vl#b>wYHUU=d2 z90rb#^{#&8_x`D@GIK@<#1LgL$zN#NF#zRHWS>1^ztLN|?h#4FDkjWry?D~pgugaQmMMR{ zY@Qo^KC@1U|EYS@_PjK#NhR?WXI~M?u7%6tXkpZK?wVzyfer$1qM z5sIo@_KqC<8j)*mrwfZXr>Z_pUsDkw$<);Xwr=OB#@)=>uMHxxG9%lYK82m9Yi$hK2=3uXUMN94n zOtU~HhZoo`lPYM~z|s0v9dn-yWk{GLR_=y0X}j;YHL?x-7z%89S(*Hf`a$ApYdMzo z7)g$7l7OH%wKDG@c07`Uvb*qA{hdvLjLIrYM^{^zvxk{u!*=%b9B;f_F&Ys`9*QNL zog)|Fgw^)hW*)mnGXPYUIVe~qsj(34I6Cr{`!hl6k)%<4MWwDkg6Q-JuT&3=LUa^A zKP-g6G1Gp{5*#r^9nAXIEcFcZFDej}AegN>uh*a$Nc4jta3}ku4F9?&4>t+E=*ECuMy6*4=;r|x(zMS~4O;wM*IRcIT6)*wSj9&fkfAvX`z3A0!n|q|Vr!tGEeY;G_#M8_A;mUweknqLds-U-bfM|*l%c3~q(Ov7x!c=b! zL#_!IA1U&S$AR{(FWL{^Nrv3JRWkPU+aG^-`&>K*v`qoDZ6P7>k2W#?Xxm%w8~8d# z4hW?G6p+!2@PD*@{~I2%MYm=*=nKUkZL3|hjfeQvW`U&rua_J_fxrHL6?E$wAco~m zvR@DD+x;3?%iVuG{l~B6oz%a6mHFdWqR~Iz{d5(0cbL}GJHl%M@4Z69tBGk4=q@QR z52z2-EiW*Ve3NUMu7J26Tnrz}Ga~T1=pFHQ!5AQ2%>|0LLwIMbc+=6?A<+Rp2=v{n<4W}E zL~cP>4U-=8h7B;SI2U88)iF#--u62gt}gc2g`Jd%1&LJuSgcDmT%@9ZomfzJfJ_~Yd& zp0lno>xI#M&m-rJl_=8IvNa|KPvO1ShWkoeV&`Yns{>Y_4kE20%{}((gU?r@CCzvx zsZNfR#15019M9LrPn0OIPopZ*r>PU~mAI@f9A})5X)p~`3sUfb_dmy0AJ;3+dZcs> zo^PFpe?C71%7s_Q3pnngcjxyhL)~{gkE;EvPS0B6TP#n_T6o{#9lZai6lS3lR_9|c zERgoK;=tEMdfGdj@pBz01Ubv_idH%|SvA8;1CxWrsyB`ugTl^%w6CY(1Zk+`n#*C0 z=K&K|ezUEP&YQO7<6=)MhV!1g8sgfk>ZrxheX&UL;O~}H!f%$u=2T7{&*R}E$d#0a zPkzZA%TPHyn%svJ!A*X_p+`TfTsF>&{Epztazl)rS9EUwn%F8JX7Uy*oLZ!FUM$K% z`(W-^<)}AtV10a}S2Jq8UZIL+@&3<>Ui))zY7YvUQ1m0u)$L=v(`Q>h&Q&_;2FA~( zmJ=Ds&&^}zryRw8Fr2SZdk_aS&Te+8ousFwtClL?8`v zek&;*LC4+rPn>tfTFpQpYsV{(o8NXEUQfUPfzN<(Ez1z5L@TVHy3f=$HJ?+s?7P!t zQoB1Oo>V(7-d`@RJ~;HU>dr;C?i#`pl!s1-4g*@g`=Qd!SVM;IuvW}hSB0~>?VkpN zk@nsHq4~Xan2y^nY~FqOd~Tin+)An`;vKx2d*Jg{<8qRq`(7(gu!!W@`8qo?De?Fy zZk@9=ju{!j{Vcv<`3!f)^Xya%EhV%CA2L}6G@vQ%jP1d=zvs40Kw7$^Fd2iWG`8Q9 zu+t?~Wzy&$Z@LgAS)sE6>e*yKRU0qK3*%5{@cv>!Yax|ps7Ytl86{^5~ z2x!ND>`E8E$`QC43)6%4@fX`F!1}!v$y^_;KK9XZKWHXh9O<1RF$J-c#C-ZI} zId*H&1;)SF zf@-MT); zz5(*EVQOpW1ca2gP9Xt32j{gty?7w^>Dlck(03#&?SKB*3AuLl-GuNL#1pJNBRvy9 zO$HtDOxS?E-I}Ts@&&{7@k4Gv_$xwKMa1u((D37%uywwxjJZn&tj)ay47C3fn%nWf zZwobJvbS)7c{}d70(%bh)d6HS>~yUdy}dgQz1`>EqUeDB=K;7Nn8!ybF8*uaPoQ^h zTzkI_WHKlRqFHZ5KF7MQ$2aSXd-gj2`R#O-D}bO% za4!i;A7!!}KNZCxa`!7R&b@|Ih@dIv#oTgS{?HF5 zaG+vs*Fk3pQ-77)((=2>{4Vp;q{>s3JbI=|`Jl&nt2H{DXLkB_ZU%Yh+bOOP9<=Fh ze6KVU;w{i`1?DB8yrzc*1_houxvZ0ULd}1+%!{3{xJ>s@QbvB%#Kt>M+^)~hr#>sN zYD$SKuH5K2G|ykC$+rg!#Mr7a6?RLpT_~m1Wu-7NU7m`-SMannSB?{^G)(wh#N#pD zo9-|0RgNHyUCYyrS@2*UjQK_*AE;3^_#@*dcO1hg(Hzl(!}?j1B2OKz=?Ny}ziryz zhtEnm`xX}%EmE};Y5%Odf3qi8bvD(a;H0ZMsL?|(@9jYv%}kEy8xc{5qx=>>xwgsE z1}LZS_-kpxPAP<4H}-{kLNBYQ2HJ&*@#d{_=QJKLoti2|6&1AzGXJxhxqN$=@pt_X zK5Ggc_h>?t3$@r=iT-UX-rfBvaEnZW+On;m^}iNo$?9d<+?9f+B&}OWYi<6_^gLQ| zvY4p($|6soW^WLEuu8zemQZvR(CrPt^Zae)`b45$L}t@3#ps=dMhvIk%w6<)w8cJn z7_&QDSC$@mA%!Xi^OcirOSnncdtJ-n-9wWVbQe~@oG&`dT?R7VP;oVXgu-d{c;O&s zl_!SnR;u2=lY*pWGg*bpu21!vt4r%#hW6@<1&S;Ig~)-Q@wXqHoO)k^frOOTp}n=V9+}EbyA% z;H`YcNQc`HirrGTg!aDp7LSpdNjV%x3gB$g#^6FHzA^r~Z#WAz-$qyCyUERk1tfJ9 zKgtmtHf4ihD^Uv@x0{eX?{s4K*q%FR8qRu5)|`GJLu=x{%g|-5W~4vaG15?T^Ov#x z@V{ZUG|EF#Dke9UlS>&Yw4!oE=uzyEjt$P1AOxQ>ii*Xsh7brLX0Biy{$o z)1!Z2Zhmr<1es-7PQ4I7$(O&l89NW2v=d#Dn$MM@KBWq$aWC@xxXr;%QrBbbU5}LH zi&zN$A-Jeqc=9DZ!5WM`T_@q1Ye-=hkVot_>p$j5yS$7neNZ{0M+O1qOw|Y4VU0#V zIoWefec83Z8tN$)VqQZ-y+eI!--Pn*fvE-6+}sO|?GHkI$39kBQEnI_p|2WNPBM=kjMve!z7L_=`RG8GphkMUYiaQyGyJDii9} z`#)l=uyTT5H09_BcrG1eh&=-$JWp^;*rHAUiJ6Qb(3^c}k@zU4k30#h0eu7T?rz8* zECrJ(BMw0zgZfro)+2$B!tWzGzFF$(dt^yLGO~Siw1<2J$4lzt(N&Q(h^nc!d|5J( z))eCaNb{0uTAfI>OX{d^gzPgwQJ@XLf^b=@Fn;H^&t#ysS-e!$v1+6;48MB$^bAVK zAn~l;{hfAoHQ#OQ02i{GSfhQIwn`AzV3hZXwn9|7%y+GImBUrJ%WEPUn8G>K1MSM7 zRKx=rX{B*B<85BG{sV-u1HH6IF~qP248EWo@0M;)Z@o0PSXik-CV)HiR9z36r&YP6 z02N;D>h6D4-V@56KO+$5`bU!2JJ6(Rd?>6VDzFR2!R?vv3a;Fe+wB&L{H|t zbS5#Wlh~pG<=9n7ycgB_RcFY{_D|4j17-&E#+uL%*G4^=`BzH?lm3CLaR2 z{C1exavc`coBbEQsSZ9Q57duuq#?G^B8d}MV<5pv;VKbo@}kLlIl&ySZ2AQ>&}Ny= zD?4gaLD@;c*{pIZ-WMzR2}@=Rfjta%Gt{i=Iv^aDe<~-Cr*?VqB&cyIcA!A-G=&A0 zMzzKoXRaP%xbJ`SwMc$Ds^o(ut5+E+HXAuCCY3!z7K|6~VT#PHU1ZPI*g+2fYpEt% z@}dJUjKgfl=l-Owxs6%vJNC;f9q8wkq7Y}E_2Q{HubmI+sIro@^cqWPR5Uyr(YOzZ zEMHO{S}3TPwtO>#t7(^5kEb;dsIguc^ESPUT$*AJq!vOe=YZ>=GS5UM zuG?1n|Sg})Q@zRavfJ;CbnU31}Y$kQUnX22-l#;DU!!LRAHF^Y_Ja! zhRACsB}tOGeG~IU)bk4`1s*EWNLWe+i01z0Iwhw7axd>r;4#d>WZ0im%jOA0w8(YG zQ~~(|lvv(&&F0Ssr`+5GfkDBV=Z8L49SI)m8)x&y*RytFF+p$3?_Ow0FOZJro+lYV zy1JxE)_A`^Tk9}V&A*Apwj}<`7U5CCv`Qxjq+twpJ|rQkl>0;-in0VhIM}6NiQWAf zYsDxPrdMmg?pBk4dC8IkXW$V++A4xqEq^9~Z4 z1iV9=XEH=#1HRJrw1>2YE*zMTIJN}hi~aZd<^7@)P;!&xZuOhQ$nEfm2Si=1nIA765Er)_=neES(z~E-Mj-iw^bob&K zGLW_LRvn2WmER;pue)ChYb@QZf4F$t zDkxDyM>zkcb7oDU$9l-)aXd}xz#y&aH)p+@3Z5TNeRv`@p7;$wqYHdzc?t7f$);o8 zb)!7f;l&A5VM~pYqJtU?Gto>GAwh$k89$vLxA&=(&%NDxIn|YrG-FBRtK%Z}d3H(6P$M&4a#%vR_;3TWTV7EHfV?5_Du_A!m~BCpHh^vCTd z$b<`fytUMMQ__vgL;#Qe-t>UdUGFIrW`8`j+H}-psQ*dJ)lsXIIkUfGzA8L7N)jL+ zB*%o$d!+~B7PYg0Nu}EbB@NBm6O%?o@*R?h-p-0d#}I*G z43c9}vo)&a3BP*RhxsEDU`P4=`yZ7aTAgqAMTozgHV%!wYvNldaOb*~a?Jyx|mqsjL*EjkZ8Y?j%3 zR@+@nP(@O0JFz){G@vLSx&rU`k=KE5&9;^a`7svZP&yiq9 z30JOCQ@4c;B_9=&oWXGZ(1VRkIl_TC>3-@cNnL%hs{9{0=!x)Gu%~&wV$MdI4+1=p zO$nN>LB$4FYVOCPV!N(ta({qO@OYJNH1xYVUG6zeUm$*x(>FDW#83YBQ@Xx6v4~xe^yWqkeP&+w z4k}=g1hgK&g}yc`Z5}N8)zM{kUJxC_G2!1A017^sJf0wn;|A(@?B$p%kF|9^gEQ5I z&Gc1LieTuju3;0DG98?5k!d3Ya_TYOe+8}qM}{XON8Bp3CRaz*l8zrzkxoVJZ*qx&HafHDN_a%g^a_ji{F7*5nS@k{YnubJ~XPwI~{a@At^vj7wq9pg0i9$`A^eyL#2AG#7CTj@N$YQz*OtO~hXEio}?fkoPN+J7pYLwG!FeH@Z zlCk9Q&w!w%^D32s^*dR3lY;b{mZdgVF(pAZQy)vsX8;k`I2@qciROKy$wWM7!#fQR z|3Nr40x1>tY`@bCo$gu|=hK@a>UV!#ZodirYW-c(JEyhZ<@7+%Ci6-@C0J6W4QCs?A)Ec42 zB-jw9>#t`yEGvp1WV$Z}eak{HnxFP0F+$`5o32;$A2eXRn=1oWiq*P1oKNg{SZ>sh z*dPK|{$?M^k1_LN&(IN9yNMkcxI3=Av2)+ofhxd}sv(z_0!Mx`GgnLzqqvC$4Jd>T zN?gBe7bT$c8mwmXm?RG>J=?w4Hom$_OE=bqO6%nmph(7{>T6jFHo5QzP4R=)dhzyM z_gjp5?z}nW^vFd1@NnB{6&ag(oZrwg*Ntpa9wRGv*r^q^DFw}In0|j-(Hyu>#Uh2k z__F59ie^=^8()qhKxO-05Zk5%HO+vrBS=2hc^yAsh^$e%2_VLkFBiULED9TiZCYTS zmm(;(dH3oCXRLAhdJRYYUpb-VT*SNQt=(A4o|WcS;&E}|^V}}TIaK-&ZD?Z)E`IeX zOfTz+MuTLPyDJRC-O0;5m~p_l(#EZFXXMJ(aOI@In;#AfqdtU>ug#h8e@#bqAP0r0 zM9{fQoz0DUePrGQ{Ds5U3FCInp_B-|f zE%2NEY|e*_4)^`-4JU3v(cc+g9i{DnbO+CBIxw2V%6ED?Zwwv(*iG_0m>XH#$6NRG zF#jU${uL9Xi~8ld$D;hb{y}fb-MKONs&jmFXoXc?1m_jN5&A6|CoTz9wLCy7L2r&G zKcDFX;P)IeY}%9D)J2pZpDuO!%tthcv@eXwtde^ijm)Y8_>L9yT`Sd|poXl~PrF3g`2- zQVcenLi9C&(DS!=!T@9{9S-E=yrS7M^V~)wVdXl_-fvVZ3r?l($YQeL=>&|1)A3sC z=8LOK=KK8u_s(Hm%F6+OhHM1sI`I3qwq!}K8j*CkzwD~4!k)dRdv5KY*LpcOyC zO{72uoo%tarM30yC4?IHEsv4^M^x>jHQ&c8z7@(wKM*t6 z58PNE^wB-=u#9xSFq2U&KJcs1@p2)#wb!M*%7v>61SHddvz6&D9XmgL{-oUZ)arGZ z-{>qK=a9|BDJQ26`91PVQR~GO*JBjNx0bpHfC~Art%#?(3QBPk#vvb+ip>b`v;5hq z99CIW8SG@P16BXN(^H{=zo}@oO7Ey_s2I5LM%z8ujwWrW?Qi{;bVHO^V=;7anJhP? zp9>#tFKUUXG2y(8@pijMi5!(6tsf&p=VKcLuP{e2p5HEJvqqLyo{i};%hC~TIHQ+Y zu^)2=%}14xX$T6Bo;}g=^@TD|tXskXM+iC&d8IKhw?;C2V;9raRTw5mjCTlDht`Wa zmS<$}F?R^B{^9a1LipP2qdzy2h^W(NFjOm2Sm8QCjEXb|7w)gxL()iDn^77blnkAM zmzCptcfXTxtba(@vVSk-4hip_;sX0sL7~a)O*M8B1*6Rc$79l&r88WBOLz6zQ}JLY zk%~g$)mZNm(Qvp-QGZ8+mc&$h6vtDWt&H)3p6P9@*?V7T6<}LA>7`P;MDtz*$~*f9 zE*Qz5%UeP^`zu-?i{0h?{`Xc^aed`(YoVIU*kNq)ToFdmNA#Q#8PR2M93}DO9^qRy z-ftzzdN~G86p8osIuLd~FEOgTzkVVvh(`byeGh6xigLrBIrLq#wZRaeeeEfJ=QNby z($1wHi*_lWM`Z~vaKQ9f0B*o54G=HYDo~qa+>|daUTYaoiy~r#=fYjP>23jfYf2X# zAmQx4b0OQ3OPG69bmtBrKzvP{|5iGKQ(3#uNn zUglN+5gjd$I8}m9>&{Foy^GUs6=&vd2fgXNC%nl9r#8;lc=x8s1Gs-;fF}BB#+&LG zZ8|vzA(qmMUl0XaM66c!vBfOB?AhBPf|a<9&Cdc4GpAq*vs3;GlTXT(%@fPesP}0_ zEHte4<}ndDVqH!sAKIzUO`nBYijwA|lqZ&mf_WAk3X+C`=lv_Z^0Obx>%DHZ}hx{}ENml!Rn%E%Srq9V-_Bk3=hH7ri_lG^6pZFf$H z5pZlw_%K)qq?>hP?yHMU&7(mLBf<;QAzlP=>}zN=uZ1WL5QjJ6^?cyhZ8fN3j^5Vn zK80urs@C_Rh&|a-iCEZ;&C4L!WiE*=GeS-ltFfPO%P907(qK0G(R-v) zEXK%ibnMqJ-ex>oL0jY}sob3_y}}$)mqPAAKyYOe1HaVuzJyY_I8Icy`^R5yqFx%y zOlD3<8a&(!jW$D!+c;?QwuC5?D|wO=3*^kEj&VY zde)BlJnY0517t+t!%a0fplDR61|Old(Mm7y%gpKSk!Dzqjn)VD)70`Urv2x&22oZU zOR(4_`ggLhgt6DY5wHSL2e7mP$xAj)(+#QVY#1>w;=alUicq^?)h{gDst@AKy34~X zZ_5NREdL!GngYPK_F7U7#AKXtSq>+I~zRtsu(E!%oD z+og>OH~WxH1Z-N3K4PBsQuc`kWeT3GoMhIIsmM>JCJ6Db#V(tfYgAV5BgRfvtoZEp zzY)J3_A0S^%bn1twMxXf5a7t4mYJNE4K5PVIl7-vu>X9E?KOPQ7xx-ky68bV942GF zyn`p6rP)g}b}ho;JhFt;{Amim2=7d0yK+$7QmAt80$~QiCChd(iV^W5s6sHGY+y#r z@{*$aRG|p|?nFv8i!kgH*hV0c2V>GxDJ*m{s&~X;%XrK<_C@ycjp<>0M1%^!EpN-k zrl#-?#u@O%`6GdAZ#D;9MBk4y%KAV51r2jA8*Q9UOc#eqQdh<%!Ae@&%& z)=;G7>SeMrxfc8WQwz6)@pHq>`bdiwi^8bhA{n->y;3;S9I=5qaQ84Q@cmmNP9-SdQDmd!e}*m z+6>tu$?o?**?6LZGI}E1M3XW#M_!HCa(#AEdr#zEMPj_x5LA%OxUPCa`o6e7nO~ma z@)QDoj`_Nh_A=9)#;Z40L5&(cgIOaIeE|KB<(jRZ>omMc^xVUmo-E+G57zO|O3#VS zFX^Zyi_p6!&A<_z+wxy$aSoeX&{fej+L~RRW3yqgx1*-l7ne+!BQs*MU^1r5pD4U_ zIjkbShs`pWN__zCg2?(eOl4jDic#FE zfOs`M3#H3?P6^{t_e2`?@V2Ob*ym8~2RyCMLAodd=XYlgTz!?|m)Nv|XhF$Gs#YeG zAE1eDcJql5Lp+d%>0XFOt4?kbNEsufxir5usbGO0Tuc zn}FyEZmAbT%ia}?>~d98ts<*D^bI#EhS zKPeDI4!&XJlTwnMoz-h;v`I`eE@W<#_IR8%T5Toh8P`0qYPj5D!m~>gPGJT|w3J)7 zN3Q-{cU`X0w_GOj7+QY;M9O_<2Au0dUVdvAAdV@we*+gfuA9^~j?voehP~iY4~TWG z5BXeN#mr=G3PdM=qq#W&9Eo3U?l%LQ{EGrQLuc9JX@CfCzy5}JFOd8GC7e0P>!yue zxC(EPtJ{^Y1<9{!=2tD=2&|GEy}V{?YRmOV=gw=#2nM+)Ou2L4mTrWeIu4L@H>F<& z!B=45{usGm?Or6wEZ(4YLfsF^aM+EuFpDCPcKcp_kQa5yx>hu|>2gDEV3nJ_dE5@p z3orKi!S;?ScOdMAs&b5g7L*D8BB*w4Yv(zgdjhzBWsLLE8vbYU)Eg$`mz*=S^|9bK z+C>sr4K#JK(DqWWmIUjuASgk$HTd`Ys!6DcGDw%W7lb(GyfO@p@e05(`z;m%>f@?_G z&TauH#&cYJjr9$Al*sP&As659AkA{Ovr|5*WjL4Vd7$DWWU=NTk#_NPgrmIs(e5mK zpn2%N)#vBH|R3f)XJ5QE9<=|4HLw4pCT@(YBrMrT9HMZ^{4_PX~(rx5Ni!+Sjn z+h!sSl9kA?5xI!xJYQR#cSXA2g&RGt2Z$fPrTe&iQFAKn9*c#wCc-QsZyF@UT-tcR zu=Y%kjo{O16&XIO7n~If%}P)?9{AXanOfH~w}ZO4RxRFA`R~j|Mhz+T^(j03n_X6W zoDbyAd(ss4tkkz(>WQ7dmU{34T1)xSPD~QU*VUL;?Cp?!b?Cm3blNbT-!Sn-fgMjP zE+DUpeIUGQPwW*#+O#dBiOWHmXbJFiBpNt~HXMt=q_QIjD>i0?xvgUW?Bmh^%>;vS~U2qLGu!VVrc_geOcUO*yyXiw-kb5OCj5Zhyo2NpXa zdxG$8oCpIbM|BW^3FT!Qe%}PHYd(Iq`HEe+tijjgP}Ap|pRx_Vq_wAKx3u3AJUmTG zGFm~3au*X*s=nU#KVAA%l3#gUK{&;)`Z=9Z&)a<^IV(CtcIz;eomgbFgamth zL|vRLmuWaa#HRZOhoIDH$YYpG?mZtu} zH^@2`FUbAmQ+ZixfphIzPct9E>1L(zTya?obj@>8w);oZPtj2WaN-rPO0e=NM+SBC zL5!BRs*R1QbC}g6MzYyr&}|d8k`FiL=oAy_+#6<;{9l|otM}86fqTITe3RNFP-)zM zRKtmnzh}V~QQc^(OnO9!QKTf)PhrZe$VJ-k5P*AKL@o^z)eyvvC#k))=(V_|0 zq*Hq%6I+%hvrB2XSdGyma7#vA<}<}}M>$b-!T#5%an=mC{qdL#3^EXy3AlqMsbaWpKTR(bOcCY+s4UJv)UX97s z=W&!JKMx&}BzTY7y(lVCF$=ANu2r!-dop%nbdhmBY!;Kjlo>Chvm&}kIn$;gq$r6f z0`O1hh0Io#s3U*WzeF+kTqiKZz#NFz2vaI-Qwa?@tZZB>v~3O`6m1dTy~RZk5kW=p6Lm)7Ia zo93*;8i`WuAjnyEtSp7i7ap8#Q)a~!hC*Eyu0if`{<9+2--79d0rNurcFF)8(No|I zzJP~V0kcYBa<0u*y1)Etr8s+b1}H3}&3md4%{!D|;IoEu;JE*;L0W)le}!dVqQy8< zeJ0szcxW`SQ@$7BYIoRnu4Q_VjG&7iCXfghb`C}q9K@-HKZTIjtKWI&{f@PO5QW(X zVz{s3;AR?N0@*GI3?BOk$tq@|4=2w-v1y9yc2{Iysm{89)YupM7lN5Q1^&-b6`K|4 z2yFEv|IUDuS{HSUJ^4>%aW~aOt2B8cW_-cUA=vqP*H~Rb?+s8>E_HI6Dl7`Yuk$qm z-dsg6m&@8uA zBW~7Y=)bcKmH`-&7?i|C@(jaMiNwV5Z)gh;tvl${2D~+W=u%*Au*PVZo&yUi;E7{z zVG7uew_M5H_{_W%?h#YBvAP*%Wb-7kpjGj6&t(#pSCYlmR55oFP(EYlwN4i$AC&4S z_w`INk zhKZ42ZEnz4XcVb#M|@>fo@i51Uo*{)a*#cgZ%(G0juoi}5MQmkkGj>c3f%((vs=tj zWD$K-R;c7!{zB8`jgLHuF}P6SD!!UvF(S*Y?yhV?qsoLz^h}Dq&s$q&jo(v407CL3 zR~aN&U{dhuWNoZr)S;NmJKuyXFtEUZ0PGF$H25P8}`k$ENQwN=Q_@1({y z?xZ+p4TCv+1A94p+8L%#$Se+NmM_Z(3S?x&>ulqfDDsa!&CTzS6!vn^sIMsfQkSm( z{_8XOn8Bd_9Xfy2g@vomR2}$)!iLUyUtn+G8pj#Qi^PpjUu~dZM5`7UXpLnRS4Wb~IKi<=H$ZWBz z5Vz2VMlEUd&TkPHu=D|Pfj92Y#evbFmj|A{W0)QX3*wC@U(KcDdMtjpQLp3jTB0j- z^FoJ!JN7jQsc<`x^TC^tPz)?>!ZC|jYR`qma}HA{{3JQrzUM3%02zv>omo29y;Rz( z^nTU$vrNrMOgo@NvzRSML}ux)yFPoyB>K=+ZW>X=hiskHWdr*pL5TXPYS3w{dlr-U zKjlLu{(L;&nAO!L<3>l} z*|8=UQzN(s56g=rbjo9UJC(8v>wZ5g1||hiM2)1-j7r?{Fa<(y^VLtu3^G_KhPYLnzo3oD$f|uHH5L z7cIe?E(YAK$jToFQW!Z4YxelG1qnUv80|tR$bkVguLoDmZKQ5gQkA$|8s{6a>!6tJ zHjKXqS?C!MyS8ScZ-{9tuT#UDAD<541?fzL-^gYgN7CXi`|)K)Gg4*Q8r_bEns%L; zfx4j8!p=*R2gY&@6*txW=^QR#a>?GIloCoIkMx`M-M29+B*f=?q(gnT6=+6^+RT=5 zPCC@XJ+6f&2=ku{j(criA%~+3#|8cyeMJoS+YH8Fz|WxPGf@YG4e67&uu9rfAd^sc zU(tNxZWGdwVzvfkK3YCDoRp@;n8lXM-uddzUVcGa&-vZ@1`2s&H#-;GGXrv6nRjf( zCMG-kZ)899?w!~>Jjd%DmKlL%S2{>wij~GyNiB5mTaXQX$(C~GM}j{8KsIjyk81Ph zbIDf4fRO9xTBUt8-|_sQxf70HRG;mZa{aSMGgI(>`!%43-a5g<5mNOd+9GSe`<8!^AdY@=1v>+> z6V{`C2z}x@Ck{v&yle5A4dTXbuv~KM?3)fB(dnxMg>#`^kf4>%2>h0o0vern9l+>d z-+0t_7MoJv;Hd8DIJRnx-E82XQt9kgYmSy%`kM2%-`tWKZ(>PyP!T324bK#;mE;7woE)=tVWR>g z5++xRZpWt^k3ext0lQ*Yy-`K+G#|))TySwH=AaLJQ;6gqKUl1$qQabf)8*gxz$ls= zHSj^WZ(E>G^E->ns5b4w+M{(#sG&uo|FzSVaA}-ciOw{0zL(CGZsD}B96COM%Db}R zg$HabzIrJiv_-Ida|#S6Dkf{N$k(=}aTUtY1hw#FlZ5M>54KNt{Z7WznU*&19?X4E z1L`+40cN8gFP%9barISJK5DSrHD|INc9?Xu``Cw%|F+uZV%x`xP}C0^20WLe^MmxB zo3nJtv7_nuJ&Gs3GPUb%DSu7WxCKV04)|HjAVbKIC^%88B{JFAsy@SQsji!-4IXAU z481LQY9LCsef@Zm#?|gDnHAN9smW*8=!w~9Q&Vd96(n#y7HYzEH5+Yoj0SC|h&HH& zwKcqF9<1Bwu~R51yg9KnKrWx+wS@GTO3J)`@GbK^`#}59cG`TwGR)-plvc5k$5Twy zgz}SqQdAJ`kEct(-|564xq!o!8T|p*{2ND+|s8lsZh1;RE%{ zZ!LJkZ?)dTWpqQss`Z5d97f^GgR9soBTYIdfMT-YLCwScyb8YY)spcNXy0}Zbxfoo zQF<_qfo(z=!>6#Nk}*cx6jepdneiZZZi0nTHBqqHuB6`S0qh++UNen;ek4DU zb@5cbBdktgIFX)iNq=T%5ioFpcfV$jOI>qhq?e7@R0c7hiVw zh)vFHU07nP6Q-pS)q8H$UeAn;!h6fN>3s_r>kfc|l+}(41B)_bBZtF&%94)aOl!4a z#Z)zA7hCe@jaPf;TQ(|>g}EFLaz6~C2%x`;1g^W-d=3mp<*TGa`;>>1<&@|X~ zU#K1A%~Y^m-_TaGAM3X1++?xYknauV>*v^EHIb&>)^cAlwL5p;Q3e@~n2WqiyQp7m z8^Kc3T;pmvO|)TqcD!|m?K2a*l>*N&{Ipcqr7(eW6dEI0BV+Ih?cC8Ef?36bjV_sC z66||PVGPlTryy)I#LK>42dku&;b;7|ZWcIart^+gghEVd3VbK2lncBDmpyj~ zj~naudF-z56-Es+A8d&uu+U^we>9ZQjnWMo*jeWqpQB|Z zHpW6y8v6{?3)t>|UD*4SK`WG#L1Y7-KRAS*ClZnJmZwkX!9gj5gctsHK7W0euP{}f zrDsU$KKngtlT#FPX$!J1HfrOwTK`2W#wMR&7xniK^VxnT7s6 zyJY8Occ)-{p3H+E>iHt*M)zwr9uj%nLGna(A%T(~#)ur>95w3;~O>-52xytVT+k0hqx zSQX54dhX|^h|^o+Spn;I$F}g<5u}fJ;R!H z?CnYk1wlqrPn|}wE&f>lI|ZQ*OLgivkMSJXbiObj=v)Sft%=J_D3_yFyKLy@-II;R zy#fuVTll_LrZn^qB<r?CPRqM@87M(C_K`}_U5rm-?p*A`;y6CQHJtWJwJ zF`T$m=I&>A$!{XQUJX9P=kBdGFRZgA_1Hd{7we46qBz7w6l0mz%Fk>~=INW5=YZD_ zQSEIvU&R~6xe)>9uj{5Y_XQIP9aXX#^?VD4-t>TI38L>&4Ue4feM*;2>*>QylM?pp zl;#r`lhbcV2-dp5d8mw>3WFQ5sdMxiGqP0@6Jc=qZ!&(X_$uiM9vO`g?zWbEa`3fL z!pFm&Dma_d0i&xg^ZFdf>D~#WTG3|sC&Y2LIEA^GF(D5)BMtOD_g!Dp&#zXe?i9#J z2@d9kszMi69l}0+F9NUkvbc)oR9f6f)82i|=b-;%F`XrS|8Si>!8J-htvHij%xfL0wVbL;!NZ%s0v zsmfF6K1~a(dJnbebD>Q|9&1?LsSGl*RT)Yoj;-4<`r*;dJNR}y-Pj|Bf4&HjsNvY26M@X#zZ~pa*CsVk)st%4=4-Bd$?}CJ3eze@o^yA5QRT|ytLZj^e?#BH z{Js3miURX=mYyv_D=AZOXG9tx7r(B|6b*ppPbm}9T_$4OA zlJxSVmuYM5!4YGo*Fhm&18J&E)+QI9!`c@#jm(0DtHZ7(xL7e~D*!CAl6Y^t2 z>A}+0kn5Nya0A~Lqfc2bxhkWBL+&T5NyfBsuWWgRoLFD>a3`ZI;`K;_Qg zR@ef_R$-b0ivDXQkI3UC(o|!U4ZU0x4O0?EIM*mNE+s)7gg;U{AUj-^RwY-=HF!pb zD9Cf6QsubbK#@js8)9L?vJlv_GpmxmAZHXbX43vXshsqvX4aB}4a7A@7WGp_>xpb8e;8t~+D44Nd(%o%?eT3b`x*r;=>C>o{ zt)MyesP2c73oTsL(yWa$;p5S{Ob7!N8&v?h@rk%-P7bZ}GiDZ)Vvhs_f1}ZlmI5iW z9F6S65%0rC)ldf*O<|EA#DXhcFM)QV+r=QC%9!GhIJXf-&}|p}Fx$aqxIk857*T_y zTyD^lSU>ySE-q>>($1>rU^1lRp>$`h2uCIU#EkT8jufp#qez3XLtYsy2eFMITyHta zWMz4zD9@-G7K(B#T$NR(L>I3w`Ml`H-dCyi^atoAKI6L$ir18T%hgppEZ}@dF^tK6lMB`FFT(^ZTRFs%Ze14f7W&{eY-B@BP9!|&ZE^A;hTJPwn7BFGjecU9C z5;0e_%}DL}CES?TFh4zGDolGI?W#DZ#p4l3GZsZ1+m^^y*E;coxh`OVDIqqP;~-6) zj^XkOR(u=|(^FzY&6{(5=?y(?#-o-meVF#HP4T6O&pc3L;MY+EBnT~96}<2nsKu3$ zZso!op9f2Vrp^x&fC|y)xr~wFIe`ukasTyQzwv~#O8l3rh;a1sS zyG8+3{_JFgz&M<%M>_up+&fb##j_fo?5=3q0$sRQx-P5fI>-c1TWY7VEnpvO0JMHy zoJ!HHf@*QGIpLorL43NMX4L9O5BrZtM=x0Yr3)DIXhG##+?0Uu0jnh`FzH zRUN}@lKvyxNju6bnSh4|;O_1;5yZR98{7jZMkT)UiwNn$C*h)?HpBOQ*73cevhdow z8IcNw-!}GKg@i@UB;a>F6j_-HZK4H!Ap81!c)>nS5IVndWbpoWPSs%dMd zMK&at3%CSTvlP_ECMRmGNr2P~g@0w;L&#$mV}>j#q|=zT)9UJYINMG)mG^u-EP}>q zubpEo@v8HJ?aJ0%?|y7D5h-zWXo(@Ont8Ity z>Bwd)VWG-_^nSj3?iD;=tLhHU+I0s96`ANH0$5YlT&VhTAw&?5Bc^&|#gS;v;poh< zl2oDVo|^kxn_!^I69smjQ=}r~v_E(A+uN5yAw!rnIR_&r=t?e%O0hAe&6-(h5M%@IC<~=k&HW6I!K;uSQv}j7f<>M$1+%d zzPZdb5aI@UwMjp$W{5bf<4MDM(F*Ak-v~lwHbQAOkO0#k178xvv*{cOPWzF{(``N{akEDQI``10$ zxpIWm)L7tlZTYNC^z+9QqB@!rWQPKfY(F7)LJH9w_~)d$m%5>>PEts0e|r_fo>|Cj zP10P^T&{Y#G@wR%{g-Gl{ciV#m_czUATM{uo{@Ql!N~&l-60c1)O>obZk2VFu*J4L zz%V8AwQvZT{GHZaJZM z8$ddLeF5O@k&tly|M1X8SV0<`>#IjH5hHV6lU{Bou8t;ZJ3n&mwd5o5;T$ZsnK}WW zG{V)k)=0`t&yX(@h)C9T>K zK6Rv0dAl)wBw~xru~mTUgmcox@@!~0|9!m6Y8M#_YkNLH*s)_^nIF>Qr@rMX=0$nz zri9&Xr%pMyL+$sTu}~qfx;Wo*(-qo(|BcmY+nJGSSmdPLAZloI@if<5dc0P|emN5& zxPplk4j{(#g8f(eWuJPP3BzG#kp5;^X_Zb1j(GGR?`*;ZOieS-D-^`Jglk*@F{0qR z6GgQvj}2P_(Z#iOk{n(Y+5Hm;ADqK53}%sir#=qo3u7zYJ3Xh^t;CUW}<_Qit@FLyHaM+zeZleGm#@C%*Om z^$W-Odw@*t*YOM_-^g3qU0TByGxb=+>%iBKCxl1Cf`Ac@^qN`;j8FXgeA7=w^fck> z^l+;T$Z-D-!`#i>7jw~a!#0D|hAQaoF$P0{v!S7zt?)6c@XWh=`DIBW7|Fup?_bMT zJeDGjcRER~w!Ioye2(z4{?SWa8?RYD6|7L3=CP8=HlRyPMx69QwNEBYr}2D55@n3P zmm}67A2h%{()fl=vg*Y`SjDggA78G5Qe#nV?#+-@ChqVsZl+lLxrlRhA?#^xNDIv3 zBwe5GoK1^@jG|uP4^B4otsaBx&BlcN>7rknWJm7&@Iq_+#YIDX^U&y7n%nZH3Tvt}6_SR-dJ4uon=FwEF4j?)Acu@9F7kf?gvScY zdBvpISH@Jw?h=8wQ3{U(YC8!z6{Lz5b0P`8GN4&fa|>o83VW3art%6dOdlO2=^ar! zY#-Dlx3uzR#t)Sc^$f2VE$ZFVRN{{}0GGXmtLD=V8Nv;hUE}GnEyeJCktvMpHFCQ( zioA3EhcwyLOaq?bKYfvR7<+_i96T0|@Fm3$uDn;znpE}*0#7JRn$nq4OI|a#tX#Fj zQhDdL50t0-bpZ!(mv2w?$t6*MQhN!R_4~PAb2rWv-BQMG63t^Q11-jc*H5GJRXDDD z2eaE_;utL48dK73_u?4CqlO7jcp}OQ_}1fOI)*0~*Fp_lfMQ%#n-^g;c877vM5ly= zd_)N+uku*B}wFYWr=LR#`xx6_4$&FW!$4BT+njjk4tLY6ZeWd%{um zjvYIwO=^TlG7;f}QxNFt4zusLg%DRwhCO9YhZOallHB%b(Ya#Ic}lWZkuU^) z%f;g*@DcQWi@`lbFMXFdhJAR`kQ#qL5jzp;DRMfD-qM8`C!J)B0Q0X1qu~UIgQ30j z^7qu++MB<`LI6S7xYP#?UbXH{tz_nBE9__q!XVRNsLIH5Np+FNDTxi0xUE0n)7`=> zQ)Nn3F%DsSTjQp@xZV&JQnxk5E}-rtDLTAN1zN^6NRZV1CAK@3MB4hIo677H58u@o zd8|Eg>ZzO@xE*8s@?L$SxvlFiJT*HkkH=j|suwq1VYCb16+aXk0Siti;A zI*{yRX(j;Mvd%EhJSvVt-jKgkmnuN8X1F%lv(>YDZa$?ctb*^T@RL}-4a%RTcPVR_ z8S^g}l|4UH=k>yHfpQ5*>K9nGBghW~7%R=rBR@&$E||7*Y!;|wP3r!APyt5|8;gYJ!Uu}wfF35sOYEbg1 zx=!T-K>3l=8t~9*98sO>P|K$J)9+<8`6ySuunjQ;Wwg@;_c{?Gu}sI|bQN3M@)kWE zyP<10W^A{ksch`Dd-2BT7(tsDH0*>=T(pdloWEo9`a@|x0=Kfk4FgFMMBFTxe)6aR z*kO>0OBSwbUgdNBl*2Le3al)8>gi_|Z1SN#%lUU&<5bizDFnG|cZtt7q$|wmIk>4X z!u^vD4Z8U%>41{1zvdISYpXXWg*PWBM!Kf$p=-~Cuy*eIn}+DdUW>_v0;*Z=qb0z> z8Qz0E?t0ob=FAUolW{lFvv)T5NU|D&RZrSH_MX6D!R$f$EorJd14xrA>MOOHTwj+a8Z*8`5H`%Qjm`c7VS7*kydYx#`zn3BM z-7Ud1i)NweLuTd{_PpenZuO96;->I<($IYVgV%KDiQiGmpJ8S_=ilYcE0L4#Y`p#E zD3vfWU)Vr^q*_YH<|F0Mk{6tM_3@D>~y2 ztWP5_kqF3uf$LY#hEP)FCUnyBeI%V`euDnr7QdfFX+|DP)w5ix{pg^_)J=m+&|~vH z`CI-ykDY6eiyC74#=4>6CsOfV&e5#gb_=3Aq$QgkHapT*$vKqYjPsK=poI($7p0ll zU{w}b46zL5w+X`cM02#=)-BB{k65g(2S+d9YO0cEm0WzsD}67x0${9N)r5{I6I*{F z-Fa~wH#Dl}2^PPaGNH@VMjl|yRLg&L!MH?{iBZC%@Ci2LNp@VF!b+Ib!8rXf6lPY? z^o!(L)$;D(?ysDUNj=!$R+a6V9(Phsqsh%#^+DiKd7dmY#iRl=J{LkMO z4Q`gT0v9bFP?gBs^OymX?I_2xyA56I?EI-^NfQDL=F3G z7vA>{5Ixs$DINT*f#H4W`3$&Zzzlui77~4@E7w6|jfFsDo%tJPJK$;wHOV2ohJrCG zkL59lU|HpMsq``+G%I<}KSHv934|CyCrI_XCLEpzQZA~9@I;uCk9&U-`k_R4!^PaGl0)Eo|BspdffYh8 z@z6I<=WpZnfx|j%U|$LuZ8(pesZcKomm83g2cmx0<5Q*$lFEd;$#fj@;P%zzLcnF< z!Q*U)u3ekZy$5Q%vR|8urwePSp*BdDH@jX*C2mRB0-~1ISJ_;n&#Swf02F>Il>4&r z+m=O9KE3S8`$d-?j>7&W4BxJkJPB%W`j^I$;Z2L8F4txboyx}1wFj^{(Map2u_==g z;~D+jQS~p43!uRddS8PSnl>Ea2~fUB=$Y9&X-0vSKv5`k_jnPwTBrn32N8dRFr^Csgt=pZ+V8Kt7-4q}KJPJSNl>H&a$uJ~ z5)k00tzm={$APF0MQ?r8@tY7mZ;^rn0D+AMsyA*HBu!TFCGr{UbYx8E7B(=W{;lKd zBOPHCPx`omC;UF#`wNg@AW{9X2M8hMHM+I<{)D z8njXINBJGEupR-?hr_(wJViB)geyPSCP(=5TZNU)`lf_iEk#uYvUdwrOtz-JxZj)F z*T-M49BLGP&x0@@m>2#-GzI&oXzJiKCnZ=_qi$=XYRBWKD?q4rDtwyv`C|su1X0zc zzz)4f@fxfY;1SIvAMkstdL5b|T0m0xOKNrd$lpa${EAb81QEd2@ejP>Iu@Clz23Ri zgA_G?4OP`Ps#FtSyVsR$98^ifdtb85I+;~BG@dU^E4?tHB! zpSm_9_LXAy{>&r58xAa&v4)P!I$pLRK~>NLh8CLhLR;-FeEQiWN(T^x3X^bMk75UG>S+ zvq}O~rqf#5zLgvx31Se3&C0xhe9{`Vt(p1EG;Y;(WgQWrg46N$mV^o#I#$ZC^@@II z*VI{uQ>IM^15IwjjG=hD)ToD48oEv!(wGc|Hm(4-%$eS0RVMh}w~-f`Rse({S=!lT zkpvlAc~JqU%r}Hcg3SL8!o>dfA{v zcNIOI;h_1+XR`DR9>m)1xDPS)@ibtE)62Xh^@ir=cecI_jv8>J&d|zRJw@?HyS%xJ^x-8xJrCS%GUF|FWc59t z4+>A?a5{m6WHqVf>+7aj#5&eHsy3sI{6YL|H#ROck_XO0EZYPRol+j%U_K7294W@0 zL1C~eEaAeYW%_hZ+FKzLnR`DDHpFM(*ZiW15)~?L)2kneI`S1}{n-0?(trhoDHFsI zaJ={jbpNO9Xqz%e)&u@s|9AQ_*!q*csJv0#Dz2#fI&kSe?^6NS2^<{$Huk;o2j2{z z$2L|mqnL~8LR3m;NzQYoXG68+AsSJDnwxd=L=z}jD(=(h;gA(Hs;3IJkgaSt;xI9^ z&F;XN^0fU#q9iMK;~+^heZSQ%ZP+LO1jmV$VsdmFrdeQ?m|2*nD<@r1r*~jl^JdT7 z%DJoW3FyQrMv2zat5T`AK`r?U?F5!qYWliV2nN~2cZ+B1kb%`;kHao73`PL=Y#1MH zxt&(;Pz_!5u{ShJt2J|}ZU$l)7PFVQSg67t-|=Gv=lN=>TG-5Kw_+-vGe}-bUiyk! zp?w(|^lnv>@yZN7I%?pK!8aRP4 zQjreRSwYR}L*z6}Wyr_Jb8Yd(KN@RWO&}ksuA-OQd5Qn7Tg9{T*a2%$XM&jYuBm={JCDypk9=ziCgD@^D$Zvhlgh zWz%YGvjhzbJkZ!fC?5)x&5zCO&cwqqCcOH=ebyA(IY2oex`sU{8TPtIueAixgyxFn$hZr|K2IC5% zGysxJYz8V-GBT2m1Thm>CaQv#Xw=v+)0U=oy}`&j4!-}98vjqy1N+ZO&wR6})J)WG za-l;d1z(xz7=bYcKF>KC_2mc7!aGk5I#`Tz@+=lV9bXKO4lPm6WF_(c27V|q=x%Z= z=zh7MM4m2yn$IUN0()gthwp;F#vvMI4$u8`StmDN%Xcmn! zORigHQXrAdcR&%BIiOqrLY@Fgfr8JV_(#^6DIty+yoDi}**IH;G3FuMbu%xh5K2vc(%G|c< zC-?ZhZ8tmmReYD4?x;&a_Fd={Yv!GM#%YDUV2cfUAj9pk;w+2eDkd(&p1SB6Du_qW zdLJ>y32U#Hgzr%G4GvcVBcG7$77ispiLA&f+h6uywewqP02U<8iUIp14MGDq%4oy~ zImyZ$TglC~ueJ97{C?`IBEfN!zM}h0`4C%WeIml5G2@TIkw===`4(Vs%kbV6cMhxv zzGTqGu#hf@;$qfRN)wxM@ajE6)A?^S?-UAsotmUV4+&0E10xbfNAG=(@_V|LZMBwr z-QBi&(s@#Z$u&BvGFji8I|g=J>W4JI6$*#W0?_OaS6$svnN(`s;`(Gqz(xh9eEuZ?tNs;zokRg)GIS@SE`6Z@#Dgr zlnYI>E1{*w)Xz8MhkEU3=-3)6G6wR7)yB292G4O^=5BO>1JGAyMoP~&8P!)7IiaeG zmUMLdBWvYBWl(65u(z@B1Tp7c{=P|;$WpGX8&j$K`}d9bd?%$otc<>xAZ6!TSgIfZK% zfrwG#!6dZTq}GvID4PM|5gfwgy6TWk1iI{Ook@N-H8haghn~9#cbbMj)Uf;b9ZE@@ z72h;JKJ@agU)5~gk$sq~^1b_OgiiRoH|>^BkpxY4`4z6|Q(G3z8Ra3B;SF#zCI;Vx z!BHg+Y7%Re0_D_BAhR%ZR3Ok&mBN~3lzvWf*h@{PvK9+7JEAF&2~dwEAT*wlY*PLw zWqA$iM#hIz{9SzJ&#z_>{`uPT=6zCY=sqNP3k`o#D&28QkgM%1F86fzV(ZjM`MNI` zewn>^I3fl)95>S#3s|Ecx&{;6+X0oAPV0CUrlhj8{Tw$D{OVR`?!0NGhUT-lL3*<@ z*Y9Ccv~=gGy*f1B5&4P7Uh*RL@?joj+56YY@=JYAckFTu@W(wb>6)AG%!0DKPB zT+eXBzsZDzqU#9HI$iFDy&cJT0^R91kFlhYkSpq*QjdYMrOHDPHlJ^_W4!`qD8ew?Ji7oZ@`A6jUmuc^~JI*0?$>Du}=TRs1ToT{>eJE4v zIiB;sX)rLeI7Rq1WD4A+(WuJaG~TvL32A?|qE%m#yHneoq`&IS8NE>Dd9gNB%_dLg z;UL)+yxbc+9%>BuuG$QgE`rtFLXE%)xt7Y#t`H21-D5dl7 zpwv0$y!eHAO6ogOR=fu&?){-^9?PbInz|pZ!>q(ng60@S@03g`8jmi&8eJ~@z>>e2 zO!shPv}H0H>-S{yPt_0(+fXI@%e!cuMKcUILCls`VutynDq}96bcm_=JkH)pJ6-~? z#~ZkL?YHck0z5r<#XqU>C}o2?UEc5^*)s19g9chJbvndXW~B7y!u|ylv^~JBmdNgy zi&QSMweqZLjj80r+Fc}e-9PYqILvZ<@5!X_qx3NR;N60|Z$ZRp@AedmI7_k0eh5B6 z6nMpXK4Pq=p(`QZGGHAHuRP*(&7W`wU9N8ccgrFnEdv$Ae~mYP0Jr{RrEC?U+V$%> zzK`5BF)3`RIS==`dhcw(NRdX-c($M}RNI2TdCGbFbKgI8jV6UMXSGKlC(dN9%R?zg z;65;(bQLuljbV4^cKy|V#=3Ycpc=%xjT`QDmOWTK&V_D22o^;o`+I zuQh|*2p?h+%Ivfr&5mN zx}RD0sj9dr@15!WzdeufFh#O>Ms`Y?wxdC0DrbR}TOF8qFK|%vAb@;6Bnv+{GmJnI zILlo=JQaIwNF5n5J2~}^s{p?*4jYJ^cwxR!@o56_IPU=+8GReS!95Qyexu3#Kgcx& zJ~%r9D6a}ycR<4%uR#Uy@zakAKqD=3=qqEB_v)6Yb`9<%71VW)5r}I7_w}?iE6{%w z76Uz>QqoQ~FZRu7dGs>PSF>J6o`3~oY2N~z0wFTOVz~g$97P3=?F|jRe%++1t|)pR9h*Znu>DcfHc5Jq!LceR zF|!OvC}K|LJgM4I0qbC`-G6Q!G$N4$(nG`as^X#aqVB*QtSWrM?umBnpZ2}5Tl=01 zVBgzbv=^jEtFyZbXgsEPtE}5|DJ$7I^e?~{u%b5UhyQfuwNj@$dYCGw4cI~|sxd)9-IrV}1L zlo&F*I;jL{`-T`tBt~~n;pop&>>4F76^zy`pF$a2H3{ti1*^B;eGf4%F5#?TMJul1 zvdW)Mx<0IPSF^u4=`O76;P0SZ)q)K#@&J7*3(kMjM+bHQd~^~7Nv8&nwBv?c1!qXW z#eMl2>N}E0T%dB!2|UfB$~da;e=3RhObbPqCT{wPpm0^&`F&72$ADgi856<{u(PpB zUzHQyqNN=5@AKop!2WUPg$WpP>f&tY$3KaQ{||GUE5V~wy9vCG=CnIr=7l2IIZs|t zrzXOSa_E%S0~bUi8SZOdH7h)whnbjwS@J8R!)NyBjd+RB=NKbc3+c6KPulO~82IL= z9V#)l!L_qxvHS)qhwN~X9|F0G>XZZ_J-wC zHqOHr8@u_&=4&Ym0D1d|9(NofRAqWp}oTu&DZ^n%e)jQz=J zRg2kj?wfSG#)!iSwf=OPWu*=bUvR4vFy)hpDq5KAMux9zFKI{#l^D_YB(>z>H>@iy zJG}Nm%)= z{^J=gLknO!z8=_%sXef|dD+}$aAESHo&HwlL+D8J;goGwHwQ%%*J+?}bHtW#0X`~| z!|!hY$#!sYJdhQ`K_K64uLWI|{koOPY26c9xg6=ohmQ?efKP1o)+a{kfn6X)N5E*M z8dp{32p>6DO!)E-qgYU`km?Wov<#};XP_4qbBK6_&m^L6^S73yjLu}1{J4=b(>o%x zm(J7$7=|>HY(TA+=0-72k6hAY@MSH-$ASZ__TI7bag&)s)y>LN_X*#IFy@=1M%h*M z0HxB;nyhG}d;ss*$sphU8Sp*8=b-a0+~MUMwia0p$MP6A)Vs{FBW85U`G>!YL;2{i z3_evDxsb9Zj(vOm+XrQTWWLPzwI4hWKQQBddmZFlbcpMYBU(I4#0Y_PNCXVem5xo4 zB;OGvK$yskM0XNCNEli*X*HWL>Dn;Xy2uc*VM^R<%I-`gKCJ&~__7}QY500YHLR)q zHYW4B!!|WLAGKOZ!>qt!_s55sx0TSDCSrzOU1o9t9C*fU9;l%2XC%!STD}T=EP%#uk|+h#S0)OI91=aZ6c7f$=Z#EN6W#+ zt9@$~pzb7$bd94uBK#-VH%HU3LzVkLSO-Y7_RIMN-x0&&7d}%8hR^sxM!?;Ib+jt} zh&XmG$ItatC>DwRgb!Q-W0S2$S`MBk15Pqz(PHm)NIHt}$}oCeEhfsoM5}Bvf{`gZ zh3j2O*YT127oba>pRowKCt)hSi!34PVWVAXh4L8%e$)o8f!n={NJQpjalP&rDTsg| z;)O4&ZoZuEbS#rnXWkTP)VcRcPu9%7N+TGP9MG*hzozq8oqa74;4gXYf7o?pb#z(l zHTpQI?r`CYk{E<`-&>pu})z(boisXsX(K(XG8XyKS(>ReuXa{%I`SEWqVE?5CdL} zfdA=yE6JoI^a1uFpMZ$&VDmRAcAp1zLwplMu)7ko#Jf}$nKR!${ZYhW7AqwfM*q7V zjY%o)4&X7YYI)Z=2x-tXBlmXULRMB1^J+`2(^Xn}x^c{dzgUFlTOJj12Xi!64Dag? zX8(aaIKhkRTVq;p)U7e?P9+zLk>=qgmh!WocMZ1 zSp{VRCHsr}p_i(&=cx;Q%7mAt_gv;Zg3QmVphEVW2WMwF80yJ9aCyMT@S6ectBFuZUNLHdCcD|}*O+fuEEctO9iS+Vqit^8P`kW{r zpTZX}SBz+|x@f4n-cEz-FW}xxdJSW0RUZRG!|QT5fBw9y*NV)}!Qzs1i2A1F#xkpC zhkw`d-N*9Lr#S>?u|Dte+r5=SApLX7sr#*THuuplO9#w` z3mx1&m)tQnj>z)7nl?PNvKl)`I&SdXTbG}Z-^$;Qfw2}GdN`et)Y@i2)}k!(Tv01d z_QQSF`hZ!s0w2`~R{Zan+x*O#&SR@AHz;L;H{wAoi-q-k7_pqu5D2gCn5RL6&fQ@B z+i(lzO=Q^vQf+$Q+`$X8;0ijd?tgDaJ5+wm#u};YSAA>K zdzra@LFsAf={h`n?KA&BsC(afh(RNuB3%+gmmu98L#T8NNH>TGNH<7> zl*G^sUDDk{cQ-@F0O!W<-oLHx{X5S(>sik^=lPeln3?sd9+jJliyuLyc=_!wKN3M@<4l|lVM53N$nQOoZe{S_b8>##ZZ@|~n0%oYb zKF}+b>y2Gp|BX3m-e6Z8gBPBnZOcrp`4RuY1Bdo_GEP;_pees#J*sdAsAsQf@WP){ zXQ#8)k`yBHJ%L9KYuQN#=p}{1E8d==Ql$NS(MH1>PS|3GLC}#Qt>^gHwQBO{;*qoK z)vI2be*ER)Vj_;pJN$y21n76YAOqCyI=Y20#y6}>hP2YpO2mZ}xL{(+Ub9lFUxTv7 zbJ79;=T-1&`~1Vp;=9&n2ONX}tZ1}_1a?|C_0UC|OsR-(Li2w3)357do*s&mvaX1c zZJxz;r7{_*@7=)Z^HM-0T9wvs_*i%5D)gKK49=Ex7T~b~*3aWvfv3(P=cNxJm&E(( zx*iUMpt(7+>%$ARnb-X1WLIW1#Y@-kOjmB+%zvw}iuFrx%-wpQ zaItSpC;Bha6oEMHUOI)&x>wombUhK%oqkljq+Jd8yqrGOebrZ{b3dTDuuBs^jWke= z?;=K@FVA^FXNGa_5}IUaq$hHY+jHg?CJN=4Oki*?zF+gy!z`dHGwX*mFuja7Ke2hq ztB!Rb^i3r+l~aFwntjlq9`|wL16z*gOwspd{i1Pg9gjjRGNO7H_+n0ZoO0!8PQ!c7 znNh-4&%Z`ut#p4PPC>BE+rM3qV&GBpD?TvzQJpy2x$;4}#efiSBSk^sWq-(GU{Xug zR?Z&Bi4Vp_6$+TyuX0Zr+%OjVYufT??YGCEd=u zK~?~#nZ-f={Mg&T$NJRU@S^|E6jL{(22+SK3w|BqxC#`yLN+!MM4gtQDtOew=F)&; zl6T5C7H17OMV{aTb%-iMfZ8&DIMz^5Ql2ekMD@I`AJWtuV?Dq3Ig|#pLTTBrmKHBu z$Zx!<*RXhaCHu4Lj)KX*v!-XnH+HpKmtJr4fy2dZ*r|JFmgZ;uAzFy`o48z#!K?0L ze1{#LQo}Ar(<8uDhB9Y$yYxt5mD$B3>!%lW4A_1Fh1S-sU;iBd9>5>bF^xCVdi9R~ z@dIuE7?2wl1e4j3mYg{F-&E)U-W%}8+jl0;3HCT^>y>Vb=m0f3fWJK?`0pW>$KT(L z1uSEL?7aFNf&s!f;A8Hk=r1e z`uB2G*9r1KxnJ%**}e`|e8!`^fet5@7R=OaQ;p*-*p9H6v&+d{<*k3by5Afz|2Xb$Y&kDF`M27Trg;?^@H!kEa-bZNvqW+y0N|CJp^d6>d5eTcT2I@+{ygA zKM;%{_}fb*QuqO~1?+UHN86NDowabrM&NlVlg=E|e6`&tv zxcmE5`98?Y4KZT&Ol99~CZ8!8^Tj_%uGu?iKUH>hc0INBm@Vhn0kVpflIY%$ z@g3nd*+X5RWh1Y%gEcp4h}=x&RgqjTbp__od?5a8A0@=W;ri+_}C`kJu@>7C$i%WeKA7&22B zVI{-vDI~(LKd;LAE`BA*Bs*hI`P0AVF$n~=Tw!Y9C~l?1rfuvpk#AwJl!D6aPG!Z& z$!c_XCkL?`_kU$FdPsk#f2x-Rn))kc$_$1`nP2)L*}2Bu`M;_5-O-x zRx(HGsr7y?(UUZ<;u!H|Dfq z&�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 A&j0`b literal 0 HcmV?d00001 diff --git a/public/assets/img/framadate_funky_schema.svg b/public/assets/img/framadate_funky_schema.svg new file mode 100644 index 0000000..c95382e --- /dev/null +++ b/public/assets/img/framadate_funky_schema.svg @@ -0,0 +1,861 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + int + + + + id + + + + + + + + + int + + + + poll_id + + + int + + + + owner_id + + + varchar(255) + + + + pseudo + + + + + + + + + + stack_of_votes + + + + + + + + + int + + + + id + + + + + + + + + int + + + + choice_id + + + int + + + + poll_id + + + int + + + + stacks_of_votes_id + + + varchar(255) + + + + value + + + datetime + + + + creation_date + + + + + + + + + + vote + + + + + + + + + int + + + + id + + + + + + + + + int + + + + owner_id + + + int + + + + poll_id + + + longtext + + + + text + + + datetime + + + + created_at + + + + + + + + + + comment + + + + + + + + + int + + + + id + + + + + + + + + varchar(255) + + + + pseudo + + + varchar(255) + + + + email + + + varchar(255) + + + + modifier_token + + + datetime + + + + created_at + + + datetime + + + + requested_polls_date + + + + + + + + + + owner + + + + + + + + + int + + + + id + + + + + + + + + int + + + + owner_id + + + varchar(255) + + + + title + + + varchar(255) + + + + custom_url + + + varchar(1000) + + + + description + + + datetime + + + + creation_date + + + datetime + + + + expiracy_date + + + varchar(255) + + + + kind + + + longtext + + + + allowed_answers + + + varchar(255) + + + + modification_policy + + + tinyint(1) + + + + mail_on_comment + + + tinyint(1) + + + + mail_on_vote + + + tinyint(1) + + + + hide_results + + + tinyint(1) + + + + show_result_even_if_passwords + + + varchar(255) + + + + password + + + varchar(255) + + + + admin_key + + + + + + + + + + poll + + + + + + + + + int + + + + id + + + + + + + + + int + + + + poll_id + + + varchar(255) + + + + name + + + varchar(1024) + + + + url + + + datetime + + + + date_time + + + + + + + + + + choice + + + + + + + owner_id:id + + + poll_id:id + + + poll_id:id + + + choice_id:id + + + stacks_of_votes_id:id + + + owner_id:id + + + poll_id:id + + + owner_id:id + + + poll_id:id + + + diff --git a/public/assets/img/framadate_v1_schema.png b/public/assets/img/framadate_v1_schema.png new file mode 100644 index 0000000000000000000000000000000000000000..b4cd9692780e85ca01377749451ee9743a235ba4 GIT binary patch literal 113084 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

3q|x?O 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

f`bF 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + int unsigned + + + + id + + + + + + + + + char(16) + + + + uniqId + + + varchar(64) + + + + poll_id + + + varchar(64) + + + + name + + + text + + + + choices + + + + + + + + + + fd_vote + + + + + + + + + int unsigned + + + + id + + + + + + + + + text + + + + name + + + timestamp + + + + execute_date + + + + + + + + + + fd_framadate_migration + + + + + + + + + int unsigned + + + + id + + + + + + + + + varchar(64) + + + + poll_id + + + text + + + + title + + + text + + + + moments + + + + + + + + + + fd_slot + + + + + + + + + varchar(64) + + + + id + + + + + + + + + char(24) + + + + admin_id + + + text + + + + title + + + text + + + + description + + + varchar(64) + + + + admin_name + + + varchar(128) + + + + admin_mail + + + timestamp + + + + creation_date + + + timestamp + + + + end_date + + + varchar(1) + + + + format + + + tinyint(1) + + + + editable + + + tinyint(1) + + + + receiveNewVotes + + + tinyint(1) + + + + receiveNewComments + + + tinyint(1) + + + + active + + + tinyint(1) + + + + hidden + + + tinyint + + + + ValueMax + + + varchar(255) + + + + password_hash + + + tinyint(1) + + + + results_publicly_visible + + + + + + + + + + fd_poll + + + + + + + + + int unsigned + + + + id + + + + + + + + + varchar(64) + + + + poll_id + + + varchar(64) + + + + name + + + text + + + + comment + + + timestamp + + + + date + + + + + + + + + + fd_comment + + + diff --git a/public/assets/img/icon_voter_MAYBE.svg b/public/assets/img/icon_voter_MAYBE.svg new file mode 100644 index 0000000..f8d8ade --- /dev/null +++ b/public/assets/img/icon_voter_MAYBE.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/img/icon_voter_YES.svg b/public/assets/img/icon_voter_YES.svg new file mode 100644 index 0000000..3d97906 --- /dev/null +++ b/public/assets/img/icon_voter_YES.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icone-langue.svg b/public/assets/img/icone-langue.svg new file mode 100644 index 0000000..bde0be9 --- /dev/null +++ b/public/assets/img/icone-langue.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icone-menu.svg b/public/assets/img/icone-menu.svg new file mode 100644 index 0000000..8f9fde2 --- /dev/null +++ b/public/assets/img/icone-menu.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/kind/classic.jpeg b/public/assets/img/kind/classic.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..b9f7bbb90874e637b8b932558ef1558b33f4ebe9 GIT binary patch literal 23737 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 V^|#8G)XJK_7Yz9CZ?OG)>_56%v26eV literal 0 HcmV?d00001 diff --git a/public/assets/img/logo.png b/public/assets/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..8fca30a71f1c3c437de2b07cb1c4c7d87ed1c2e8 GIT binary patch literal 17645 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 YnO2EgL%zopr06Wiy!~g&Q literal 0 HcmV?d00001 diff --git a/public/assets/img/undraw_Chatting_re_j55r.svg b/public/assets/img/undraw_Chatting_re_j55r.svg new file mode 100644 index 0000000..23619e7 --- /dev/null +++ b/public/assets/img/undraw_Chatting_re_j55r.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/img/undraw_Moving_twwf.svg b/public/assets/img/undraw_Moving_twwf.svg new file mode 100644 index 0000000..ba74ae5 --- /dev/null +++ b/public/assets/img/undraw_Moving_twwf.svg @@ -0,0 +1 @@ +Moving \ No newline at end of file diff --git a/public/assets/img/undraw_group_selfie_ijc6.svg b/public/assets/img/undraw_group_selfie_ijc6.svg new file mode 100644 index 0000000..e36b942 --- /dev/null +++ b/public/assets/img/undraw_group_selfie_ijc6.svg @@ -0,0 +1 @@ +group selfie \ No newline at end of file diff --git a/public/assets/img/undraw_having_fun_iais.svg b/public/assets/img/undraw_having_fun_iais.svg new file mode 100644 index 0000000..04d2671 --- /dev/null +++ b/public/assets/img/undraw_having_fun_iais.svg @@ -0,0 +1 @@ +having fun \ No newline at end of file diff --git a/public/assets/img/undraw_prototyping_process_rswj.svg b/public/assets/img/undraw_prototyping_process_rswj.svg new file mode 100644 index 0000000..502d366 --- /dev/null +++ b/public/assets/img/undraw_prototyping_process_rswj.svg @@ -0,0 +1 @@ +prototyping process \ No newline at end of file diff --git a/public/old/AdminController.php b/public/old/AdminController.php new file mode 100755 index 0000000..dead6af --- /dev/null +++ b/public/old/AdminController.php @@ -0,0 +1,100 @@ +json( [ "message" => "welcome to the framadate admin api, ask /api/v1/doc.json for endpoints" ], + 200 ); + } + + /** + * Delete all expired polls and their children + * @Get( + * path = "/polls/clean/{token}", + * name = "_clean_expired_polls", + * ) + * token is set up in the main env file + */ + public + function cleanExpiredPolls( + string $token + ) { + if ( $this->getParameter( 'admin_token' ) !== $token ) { + return $this->json( [ + 'message' => 'clean routine can NOT be done, your admin token is bad, and you should feel bad.', + ], + 403 ); + } + $em = $this->getDoctrine()->getManager(); + $emPoll = $this->getDoctrine()->getRepository( Poll::class ); + + $queryFind = $em->createQuery( + 'SELECT p + FROM App\Entity\Poll p + WHERE p.expiracyDate < CURRENT_DATE()' + ); + $queryDelete = $em->createQuery( + 'DELETE + FROM App\Entity\Poll p + WHERE p.expiracyDate < CURRENT_DATE()' + ); + + $foundPolls = $queryFind->getResult(); + + $em->flush(); + + + return $this->json( [ + 'message' => 'clean routine has been done, here are the numbers of polls deleted: ' . count( $foundPolls ), + 'data' => [ + 'count' => count( $foundPolls ), + ], + ], + 200 ); + } + + /** + * Delete all expired polls and their children + * @Get( + * path = "/polls/migrate", + * name = "_migrate_framadate", + * ) + * token is set up in the main env file + */ + public + function runMigrationFromOldFramadate( + string $token + ) { + // TODO + // fetch old polls and store their properties in new poll objects + + $foundPolls = []; + $database_name = 'symfony'; + + $em = $this->getDoctrine()->getManager(); + $emPoll = $this->getDoctrine()->getRepository( Poll::class ); + + return $this->json( [ + 'message' => 'migration done for: ' . count( $foundPolls ). ' - this feature is not ready to work YET.', + 'data' => [ + 'count' => count( $foundPolls ), + ], + ], + 200 ); + } +} diff --git a/public/old/CommentController.php b/public/old/CommentController.php new file mode 100644 index 0000000..b2ef502 --- /dev/null +++ b/public/old/CommentController.php @@ -0,0 +1,177 @@ +serialize([ + 'message' => 'here are your comments of the poll', + 'data' => $poll->getComments()], 'json'); + + $response = new Response($jsonResponse); + $response->headers->set('Content-Type', 'application/json'); + $response->setStatusCode(200); + + return $response; + + } + + /** + * add a comment on a poll + * @Post( + * path = "/poll/{id}/comment", + * name = "new_comment", + * requirements = {"content"="\w+", "id"="\d+"} + * ) + */ + public + function newCommentAction( + Poll $poll, + Request $request + ) { + if ( ! $poll ) { + return $this->json( [ 'message' => 'poll not found' ], 404 ); + } + $data = $request->getContent(); + + $serializer = SerializerBuilder::create()->build(); + $comment = $serializer->deserialize( $data, 'App\Entity\Comment', 'json' ); + + $em = $this->getDoctrine()->getRepository( Owner::class ); + + $data = json_decode( $data, true ); + if(!isset($data['email'])) { + return $this->json(["message" => "Incorrect JSON in request"], 400); + } + + $foundOwner = $em->findOneByEmail( $data[ 'email' ] ); + // manage existing or new Owner + if ( ! $foundOwner ) { + $foundOwner = new Owner(); + $foundOwner->setPseudo( $data[ 'email' ] ) + ->setEmail( $data[ 'email' ] ) + ->setModifierToken( uniqid( '', true ) ); + } + // anti flood + $seconds_limit_lastpost = 5; + $emComment = $this->getDoctrine()->getRepository( Comment::class ); + $lastCommentOfOwner = $emComment->findBy( [ 'owner' => $foundOwner ], [ 'id' => 'desc' ] ); + + // TODO anti flood by session / IP + + if ( $lastCommentOfOwner ) { + + + // check time of last comment + $now = new DateTime(); + $now = $now->format( 'Y-m-d H:i:s' ); + $date_first = strtotime( $lastCommentOfOwner[ 0 ]->getCreatedAt()->format( 'Y-m-d H:i:s' ) ); + $date_second = strtotime( $now ); + + if ( ( $date_second - $date_first ) < $seconds_limit_lastpost ) { + return $this->json( [ + 'message' => 'anti flood déclenché', + 'details' => 'votre deriner commentaire a été envoyé il y a moins de ' . $seconds_limit_lastpost . ' secondes', + ], + 403 ); + } + + // check similar text content + if ( $lastCommentOfOwner[ 0 ]->getText() == $comment->getText() ) { + return $this->json( [ + 'message' => 'anti flood déclenché', + 'details' => 'votre deriner commentaire a exactement le même contenu que celui ci, il n\'a donc pas été créé', + ], + 403 ); + } + } + $comment->setOwner( $foundOwner ) + ->setCreatedAt( new DateTime() ) + ->setPoll( $poll ); + $foundOwner->addComment( $comment ); + + $em = $this->getDoctrine()->getManager(); + $em->persist( $foundOwner ); + $em->persist( $comment ); + $em->flush(); + + if($poll->getMailOnComment()){ + $this->sendCommentNotificationAction($foundOwner, $comment); + } + + + return $this->json( [ + 'message' => 'you created a comment', + 'data' => [ + 'your_comment' => $comment->display(), + ], + ], + 201 ); + } + + /** + * Erase all comments of a poll + * @Delete( + * path = "/poll/{id}/comments", + * name = "poll_comments_delete", + * requirements = {"accessToken"="\w+", "id"="\d+"} + * ) + * + * @param Poll $poll + * @param $accessToken + * + * @return JsonResponse + */ + public + function deletePollCommentsAction( + Poll $poll, + $accessToken + ) { + if ( $accessToken == $poll->getAdminKey() ) { + $em = $this->getDoctrine()->getManager(); + $length = count( $poll->getComments() ); + $em->remove( $poll->getComments() ); + $em->flush(); + + return $this->json( [ + 'message' => 'boom! les ' . $length . ' commentaires du sondage ont été supprimés', + ] ); + } else { + return $this->json( [ + 'message' => 'le token d\'autorisation est invalide, vous ne pouvez pas modifier ce sondage', + ] ); + } + } + +} diff --git a/public/old/DefaultController.php b/public/old/DefaultController.php new file mode 100755 index 0000000..67f4455 --- /dev/null +++ b/public/old/DefaultController.php @@ -0,0 +1,34 @@ +getDoctrine()->getRepository( Poll::class )->findAll(); + + return $this->render( 'pages/home.html.twig',[ ]); + } + + +} diff --git a/public/old/FramadateController.php b/public/old/FramadateController.php new file mode 100644 index 0000000..0e66487 --- /dev/null +++ b/public/old/FramadateController.php @@ -0,0 +1,159 @@ +mail_service = $mailer; + } + + /** + * generic way to send email with html template + * + * @param $config + * + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendMailWithVars( $config ) { + + if ( ! isset( $config[ 'poll' ] ) ) { + $config[ 'poll' ] = new Poll(); + } + $emailChoicesTemplates = [ + 'creation_poll' => 'creation-mail.html.twig', + 'edit_poll' => 'modification-notification-mail.html.twig', + 'creation_poll_admin' => 'author-mail.html.twig', + 'owner_list' => 'owner-list.html.twig', + 'expiration' => 'expiration-mail.html.twig', + 'creation_comment' => 'comment-notification.html.twig', + 'creation_vote' => 'vote-notification.html.twig', + ]; + $emailChoicesTitles = [ + 'creation_poll' => 'Framadate | Création de sondage - lien public - ' . $config[ 'poll' ]->getTitle(), + 'edit_poll' => 'Framadate | Modification de sondage - ' . $config[ 'poll' ]->getTitle(), + 'creation_poll_admin' => 'Framadate | Création de sondage - lien admin - ', + 'owner_list' => 'Framadate | Vos sondages créés', + 'expiration' => 'Framadate | Notice d\'expiration du sondage ' . $config[ 'poll' ]->getTitle(), + 'creation_comment' => 'Framadate | Commentaire de "' . $config[ 'owner' ]->getPseudo() . '" - sondage ' . $config[ 'poll' ]->getTitle(), + 'creation_vote' => 'Framadate | Vote de "' . $config[ 'owner' ]->getPseudo() . '" - sondage ' . $config[ 'poll' ]->getTitle(), + ]; + // Create a message + $htmlbody = $this->renderView( + $config[ 'email_template' ], + $config + ); + $message = ( new Swift_Message( $config[ 'title' ] ) ) + ->setContentType( "text/html" ) + ->setCharset( 'UTF-8' ) + ->setFrom( [ 'ne-pas-repondre@framadate-api.cipherbliss.com' ] ) + ->setTo( [ $config[ 'owner' ]->getEmail() ] ) + ->setBody( $htmlbody, 'text/html' ); + + +// Send the message + $numSent = $this->mail_service->send( $message ); + $this->numSent = $numSent; + + + } + + + /** + * send created polls to an owner + * + * @param Owner $owner + * + * @return int|void + * @throws Exception + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendOwnerPollsAction( Owner $owner ) { + + $config = [ + 'owner' => $owner, + 'title' => 'Framadate | Mes sondages', + 'email_template' => 'emails/owner-list.html.twig', + ]; + $this->sendMailWithVars( $config ); + + return 1; + } + + /** + * @param Owner $foundOwner + * @param Poll|null $poll + * + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendCreationMailAction( Owner $foundOwner, Poll $poll = null ) { + + // anti spam , limit to every minute TODO + + $config = [ + 'owner' => $foundOwner, + 'from' => 'ne-pas-repondre@framadate-api.cipherbliss.com', + 'poll' => $poll, + 'title' => 'Création de sondage - ' . ( $poll ? $poll->getTitle() : $poll ), + 'email_template' => 'emails/creation-mail.html.twig', + ]; + + return $this->sendMailWithVars( $config ); + } + + /** + * @param Owner $owner + * @param $comment + * + * @return int + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendCommentNotificationAction( Owner $owner, $comment ) { + + $config = [ + 'owner' => $owner, + 'comment' => $comment, + 'poll' => $comment->getPoll(), + 'title' => 'Framadate | Commentaire de "' . $owner->getPseudo() . '" - sondage ' . $comment->getPoll()->getTitle(), + 'email_template' => 'emails/comment-notification.html.twig', + ]; + $this->sendMailWithVars( $config ); + + return 1; + } + + /** + * @param Owner $owner + * @param $stackOfVotes + * + * @return int + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendVoteNotificationAction( Owner $owner, $stackOfVotes ) { + + $config = [ + 'owner' => $owner, + 'comment' => $stackOfVotes, + 'poll' => $stackOfVotes->getPoll(), + 'title' => 'Framadate | Vote de "' . $owner->getPseudo() . '" - sondage ' . $stackOfVotes->getPoll()->getTitle(), + 'email_template' => 'emails/vote-notification.html.twig', + ]; + $this->sendMailWithVars( $config ); + + return 1; + } +} diff --git a/public/old/MigrationController.php b/public/old/MigrationController.php new file mode 100755 index 0000000..62eaea8 --- /dev/null +++ b/public/old/MigrationController.php @@ -0,0 +1,32 @@ +json( [ "message" => "welcome to the framadate migration endpoint, it has yet to be done" ], + 200 ); + } + +} diff --git a/public/old/OwnerController.php b/public/old/OwnerController.php new file mode 100755 index 0000000..4423221 --- /dev/null +++ b/public/old/OwnerController.php @@ -0,0 +1,85 @@ +json( [ "message" => "welcome to the framadate user api, ask /api/v1/doc.json for endpoints" ], + 200 ); + } + + + /** + * Send a mail with all the data to one user + * @Get( + * path = "/{email}/polls/send-by-email", + * name = "_polls_send_by_email" + * ) + * + * @param string $email + * + * @return JsonResponse + */ + public function sendPollsToUserAction( string $email ) { + $repository = $this->getDoctrine()->getRepository( Owner::class ); + + + // find user by email + $owner = $repository->findOneByEmail( $email ); + + if ( $owner ) { + $templateVars = [ + 'owner' => $owner, + 'polls' => $owner->getPolls(), + 'title' => 'Mes sondages - ' . $owner->getEmail(), + ]; + + // send email + $mailSent = 0; + try { + $mailSent = $this->sendOwnerPollsAction( $owner ); + } catch ( Exception $e ) { + } catch ( TransportExceptionInterface $e ) { + } + + if ( $mailSent ) { + return $this->json( [ + 'message' => 'mail succefully sent to user ' . $owner->getEmail(), + 'data' => '', + ], + 200 ); + } + + return $this->json( [ + 'message' => 'no sucess sending email ' . $owner->getEmail(), + 'data' => '', + ], + 400 ); + } + + return $this->json( [ + 'message' => 'no user found for email ' . $email, + 'data' => '', + ], + 400 ); + + } + +} diff --git a/public/old/PollController.php b/public/old/PollController.php new file mode 100644 index 0000000..ab099e8 --- /dev/null +++ b/public/old/PollController.php @@ -0,0 +1,104 @@ +render('poll/index.html.twig', [ + 'polls' => count($pollRepository->findAll()), + ]); + } + + /** + * @Route("/new", name="poll_new", methods={"GET","POST"}) + */ + public function new(Request $request): Response + { + $poll = new Poll(); + $form = $this->createForm(PollType::class, $poll); + $form->handleRequest($request); + + if ($form->isSubmitted() && $form->isValid()) { + $entityManager = $this->getDoctrine()->getManager(); + $entityManager->persist($poll); + $entityManager->flush(); + + return $this->redirectToRoute('poll_index'); + } + + return $this->render('poll/new.html.twig', [ + 'poll' => $poll, + 'form' => $form->createView(), + ]); + } + + /** + * on cherche un sondage par son url personnalisée + * @Route("/{id}", name="poll_show", methods={"GET"}) + */ + public function show($id): Response + { + $repository = $this->getDoctrine()->getRepository(Poll::class); + $foundPoll = $repository->findOneByCustomUrl($id); + if(!$foundPoll){ + return $this->json([ + 'message' => $id.' : not found' + ], 404); + } + + return $this->render('poll/show.html.twig', [ + 'poll' => $foundPoll, + ]); + } + + /** + * @Route("/{id}/edit", name="poll_edit", methods={"GET","POST"}) + */ + public function edit(Request $request, Poll $poll): Response + { + $form = $this->createForm(PollType::class, $poll); + $form->handleRequest($request); + + if ($form->isSubmitted() && $form->isValid()) { + $this->getDoctrine()->getManager()->flush(); + + return $this->redirectToRoute('poll_index'); + } + + return $this->render('poll/edit.html.twig', [ + 'poll' => $poll, + 'form' => $form->createView(), + ]); + } + + /** + * @Route("/{id}", name="poll_delete", methods={"DELETE"}) + */ + public function delete(Request $request, Poll $poll): Response + { + if ($this->isCsrfTokenValid('delete'.$poll->getId(), $request->request->get('_token'))) { + $entityManager = $this->getDoctrine()->getManager(); + $entityManager->remove($poll); + $entityManager->flush(); + } + + return $this->redirectToRoute('poll_index'); + } +} diff --git a/public/old/VoteController.php b/public/old/VoteController.php new file mode 100644 index 0000000..9d83fb3 --- /dev/null +++ b/public/old/VoteController.php @@ -0,0 +1,216 @@ +json( [ 'message' => 'poll not found' ], 404 ); + } + + $em = $this->getDoctrine()->getManager(); + $data = $request->getContent(); + $data = json_decode( $data, true ); + + + $emOwner = $this->getDoctrine()->getRepository( Owner::class ); + $emChoice = $this->getDoctrine()->getRepository( Choice::class ); + $existingOwner = false; + $foundOwner = $emOwner->findOneByEmail( trim( $data[ 'email' ] ) ); + // manage existing or new Owner + if ( ! $foundOwner ) { + $foundOwner = new Owner(); + $foundOwner + ->setEmail( $data[ 'email' ] ) + ->setPseudo( $data[ 'pseudo' ] ); + } else { + $existingOwner = true; + } + // TODO anti flood + $foundOwner + ->setModifierToken( $poll->generateAdminKey() ); + $stack = new StackOfVotes(); + $stack + ->setOwner( $foundOwner ) + ->setPseudo( $data[ 'pseudo' ] ) + ->setPoll( $poll ); + foreach ( $data[ 'votes' ] as $voteInfo ) { + + if ( ! isset( $voteInfo[ 'value' ] ) ) { + continue; + } + $allowedValuesToAnswer = [ 'yes', 'maybe', 'no' ]; + + if ( ! in_array( $voteInfo[ 'value' ], $allowedValuesToAnswer ) ) { + return $this->json( [ + 'message' => 'answer ' . $voteInfo[ 'value' ] . ' is not allowed. should be yes, maybe, or no.', + 'vote_stack' => $stack, + ], + 404 ); + } + $vote = new Vote(); + $foundChoice = $emChoice->find( $voteInfo[ 'choice_id' ] ); + if ( ! $foundChoice ) { + return $this->json( [ + 'message' => 'choice ' . $voteInfo[ 'choice_id' ] . ' was not found', + 'vote_stack' => $stack, + ], + 404 ); + } + $vote->setPoll( $poll ) + ->setChoice( $foundChoice ) + ->setValue( $voteInfo[ 'value' ] ); + $vote->setPoll( $poll ); + $stack->addVote( $vote ); + $poll->addVote( $vote ); + $em->persist( $vote ); + $em->persist( $foundChoice ); + } + + // find poll from choices + $poll->addStackOfVote( $stack ); + $em->persist( $stack ); + $em->persist( $poll ); + $em->flush(); + $precision = ''; + if ( $existingOwner ) { + $precision = ' from an existing owner : ' . $foundOwner->getEmail(); + } + $stacks = $poll->getStacksOfVotes(); + + if($poll->getMailOnVote()){ + $this->sendVoteNotificationAction($stack->getOwner(), $stack); + } + + $returnedVoteStack = $stack; + + $jsonResponse = $serializer->serialize($returnedVoteStack, 'json'); + + $response = new Response($jsonResponse); + $response->headers->set('Content-Type', 'application/json'); + $response->setStatusCode(200); + + return $response; + + } + + /** + * update vote stack + * @Patch( + * path = "/vote-stack/{id}/token/{modifierToken}", + * name = "update_vote_stack", + * requirements = { "id"="\d+"} + * ) + * @param SerializerInterface $serializer + * @param StackOfVotes $id + * @param $modifierToken + * @param Request $request + * + * @return JsonResponse|Response + */ + public + function updateVoteStackAction( + SerializerInterface $serializer, + StackOfVotes $id, + $modifierToken, + Request $request + ) { + $voteStack = $id; + if ( ! $voteStack ) { + return $this->json( [ 'message' => 'vote stack not found' ], 404 ); + } + $poll = $voteStack->getPoll(); + + // if only self users are allowed to modify a vote, check it + if ( ! $modifierToken || $voteStack->getOwner()->getModifierToken() !== $modifierToken ) { + return $this->json( [ 'message' => 'your token does not allow you to modify this vote ' ], + 403 ); + } + // everything is ok, we can update all the votes of the vote stack + //TODO + // match votes and choices + // update answers + // save evrything + + + $jsonResponse = $serializer->serialize([ + 'message' => 'ok', + 'modifier_token' => $voteStack->getOwner()->getModifierToken(), + 'vote_stack' => $voteStack, + ], 'json'); + + $response = new Response($jsonResponse); + $response->headers->set('Content-Type', 'application/json'); + $response->setStatusCode(200); + + return $response; + + + } + + /** + * @Delete( + * path = "/poll/{id}/votes/{accessToken}", + * name = "poll_votes_delete", + * requirements = {"accessToken"="\w+", "poll_id"="\d+"} + * ) + * @return JsonResponse + */ + public + function deletePollVotesAction( + Poll $poll, + $accessToken + ) { + if ( $accessToken == $poll->getAdminKey() ) { + $em = $this->getDoctrine()->getManager(); + $length = count( $poll->getVotes() ); + $em->remove( $poll->getVotes() ); + $em->flush(); + + return $this->json( [ + 'message' => 'boom! les ' . $length . ' votes du sondage ont été supprimés', + ],200 ); + } else { + return $this->json( [ + 'message' => 'le token d\'autorisation est invalide, vous ne pouvez pas modifier ce sondage' + ],403 ); + } + } +} diff --git a/public/old/api/PollController.php b/public/old/api/PollController.php new file mode 100644 index 0000000..8409715 --- /dev/null +++ b/public/old/api/PollController.php @@ -0,0 +1,474 @@ +getDoctrine()->getRepository( Poll::class ); + $data = $repository->findAll(); + + + return $this->json( [ + 'message' => 'here are your polls', + 'poll' => count( $data ), + ] ); + } + + /** + * @param $id + * message when the poll is not found + * @return JsonResponse + */ + public function notFoundPoll($id){ + return $this->json( [ + 'message' => $id . ' : poll not found', + ], + 404 ); + } + /** + * get a poll config by its custom URL, we do not want polls to be reachable by their numeric id + * @Get( + * path = "/{id}", + * name = "get_poll", + * requirements = {"id"="\w+"} + * ) + * + * @param SerializerInterface $serializer + * @param Request $request + * + * @return JsonResponse|Response + */ + public function getPollConfig( + SerializerInterface $serializer, + $id, + Request $request + ) { + $repository = $this->getDoctrine()->getRepository( Poll::class ); + $poll = $repository->findOneByCustomUrl( $id ); + + if ( ! $poll ) { + return $this->notFoundPoll($id); + } + + $comments = $poll->getComments(); + $pass = $poll->getPassword(); + + $returnedPoll = [ + 'message' => 'your poll config for ' . $poll->getTitle(), + 'password_protected' => $pass ? 'yes' : 'no', + // TODO do not render sub objects of owner, it returns too many things + 'poll' => $poll, + 'stacks_count' => count( $poll->getStacksOfVotes() ), + 'stacks' => $poll->getStacksOfVotes(), + 'choices_count' => $poll->computeAnswers(), + 'choices' => $poll->getChoices(), + 'comments' => $comments, + 'comments_count' => count( $comments ), + ]; + + /** + * password protected content + */ + if ( $pass ) { + // no password possibly given by this route + return $this->json( [ + 'message' => 'this is protected by a password,but you did not provide the encoded password parameter, and you should feel bad. ' , + ], + 403 ); + + } else { + // free access to poll + return $this->returnPollData( $poll, $serializer ); + } + + } + + /** + * get a poll config by its custom URL, we do not want polls to be reachable by their numeric id + * @Get( + * path = "/{id}/pass/{md5}", + * name = "get_protected_poll", + * requirements = {"id"="\w+"} + * ) + * + * @param SerializerInterface $serializer + * @param Request $request + * + * @return JsonResponse|Response + */ + function getProtectedPoll($id,$md5, SerializerInterface $serializer){ + $repository = $this->getDoctrine()->getRepository( Poll::class ); + $poll = $repository->findOneByCustomUrl( $id ); + + if ( ! $poll ) { + return $this->notFoundPoll($id); + } + + if ( $poll->getPassword() === $md5 ) { + // good matching pass + return $this->returnPollData( $poll, $serializer ); + } else { + // wrong pass + return $this->json( [ + 'message' => 'this is protected by a password, your password "' . $md5 . '" is wrong, and you should feel bad', + 'md5' => md5($md5), + 'data' => null, + ], + 403 ); + } + + + } + + function returnPollData( $poll, $serializer ) { + $jsonResponse = $serializer->serialize( $poll, 'json' ); + + $response = new Response( $jsonResponse ); + $response->headers->set( 'Content-Type', 'application/json' ); + $response->setStatusCode( 200 ); + + return $response; + } + + /** + * @Put( + * path = "/{id}/{token}", + * name = "update_poll", + * requirements = {"content"="\w+", "poll_id"="\d+"} + * ) + */ + public function updatePollConfig( + Poll $poll, + string $token, + Request $request + ) { + if ( $poll->getAdminKey() !== $token ) { + return $this->json( [ + 'message' => 'you are NOT allowed to update the poll ' . $poll->getTitle(), + ], + 403 ); + } + + // TODO check validity of request + // update only if we have the admin key + $em = $this->getDoctrine()->getManager(); + $em->persist( $poll ); + $em->flush(); + + return $this->json( [ + 'message' => 'you updated the poll ' . $poll->getTitle(), + ], + 200 ); + } + + /** + * @Post( + * path = "/", + * name = "new_poll", + * requirements = {"creator"="\w+"} + * ) + * @param Request $request + * + * @return JsonResponse + */ + public function newPollAction( Request $request ) { + + $data = $request->getContent(); + + $serializer = SerializerBuilder::create()->build(); + try { + $newpoll = $serializer->deserialize( $data, 'App\Entity\Poll', 'json' ); + } catch ( RuntimeException $e ) { + return $this->json( [ "message" => "Incorrect JSON in request" ], 400 ); + } + $newpoll + ->setAdminKey( $newpoll->generateAdminKey() ) + ->setCreationDate( new DateTime() ) + ->setModificationPolicy( 'nobody' ); + $timeStamp = time() + ( 3600 * 24 * 90 ); // 90 days by default + $newpoll->setExpiracyDate( ( new DateTime() )->setTimestamp( $timeStamp ), + new DateTimeZone( 'Europe/Paris' ) ); + $data = json_decode( $data, true ); + $em = $this->getDoctrine()->getRepository( Owner::class ); + $foundOwner = $em->findOneBy( [ 'email' => $data[ 'owner' ][ 'email' ] ] ); + + + $userWasFound = false; + if ( ! $foundOwner ) { + //create a new owner + $owner = new Owner(); + + $owner->setPseudo( $data[ 'owner' ][ 'pseudo' ] ); + $owner->setEmail( $data[ 'owner' ][ 'email' ] ); + $foundOwner = $owner; + } else { + $userWasFound = true; + } + // link the owner and the poll + $newpoll->setOwner( $foundOwner ); + $foundOwner->addPoll( $newpoll ); + + + $em = $this->getDoctrine()->getManager(); + $em->persist( $newpoll ); + $em->persist( $foundOwner ); + + // emails + $newpoll->setMailOnComment( true ); + $newpoll->setMailOnVote( true ); + $newpoll->setHideResults( false ); + // possible answers + $newpoll->setAllowedAnswers( [ 'yes' ] ); + if ( $data[ 'voteChoices' ] ) { + switch ( $data[ 'voteChoices' ] ) { + case "only_yes": + default: + + break; + } + } + // setup the password, converting the raw with md5 hash + if ( $data[ 'password' ] ) { + $newpoll->setPassword( $data[ 'password' ] ); + } + // manage choices + // text kind of answers, dates are below + if ( $data[ 'pollType' ] == 'classic' ) { + $choices = $data[ 'dateList' ]; + foreach ( $choices as $c ) { + $newChoice = new Choice(); + $newChoice + ->setPoll( $newpoll ) +// ->setUrl( $c[ 'url' ] ) + ->setName( $c[ 'literal' ] ); + $em->persist( $newChoice ); + // TODO add also choices for each time range in a day + } + } elseif ( $data[ 'pollType' ] == 'dates' ) { + if ( $data[ 'allowSeveralHours' ] == true ) { + // different hours spans + $choices = $data[ 'dateList' ]; + } else { +//TODO (Sébastien) I assume this shouldn't be empty ? +// all days have the same hour spans + } + + + } + + $em->persist( $newpoll ); + $em->flush(); + $precision = ''; + if ( $userWasFound ) { + $precision = 'from an existing user : ' . $foundOwner->getEmail(); + } + + $this->sendCreationMailAction( $foundOwner, $newpoll ); + + return $this->json( [ + 'message' => 'you created a poll ' . $precision, + 'poll' => $newpoll, + 'password_protected' => is_string( $newpoll->getPassword() ), + 'admin_key' => $newpoll->getAdminKey(), + 'owner_modifier_token' => $foundOwner->getModifierToken(), + + ], + 201 ); + + } + + /** + * @Get( + * path = "/mail/test-mail-poll/{emailChoice}", + * name = "test-mail-poll", + * ) + * + * send the creation mail to owner + * + * @param Owner $admin_user + * @param Poll $poll + * @param Swift_Mailer $mailer + * + * @return int + * not that the email tktest_commentateur@tktest.com does not really exist + */ +// public function sendCreationMailAction( Owner $admin_user, Poll $poll, \Swift_Mailer $mailer) { + public function testSendCreationMailAction( + $emailChoice = 'tktest_commentateur@tktest.com' + ) { + $em = $this->getDoctrine()->getRepository( Owner::class ); + $foundOwner = $em->findOneByEmail( $emailChoice ); + if ( $foundOwner ) { + $poll = $foundOwner->getPolls()[ 0 ]; + $comment = $foundOwner->getComments()[ 0 ]; + + $sent = $this->sendOwnerPollsAction( $foundOwner, $poll ); + if ( $sent ) { + return $this->json( [ "message" => "test email sent to " . $foundOwner->getEmail() . "!" ], 200 ); + } + } + + return $this->json( [ "message" => "user with this email was not found" ], 400 ); + + } + + + /** + * @Delete( + * path = "/{id}", + * name = "poll_delete", + * requirements = {"accessToken"="\w+", "poll_id"="\d+"} + * ) + * @param Poll $poll + * @param $accessToken + * + * @return JsonResponse + */ + public + function deletePollAction( + Poll $poll, + $accessToken + ) { + + if ( $accessToken == $poll->getAdminKey() ) { + $em = $this->getDoctrine()->getManager(); + $em->remove( $poll ); + $em->flush(); + + return $this->json( [ + 'message' => 'boom! le sondage et ses objets assocités a été supprimé', + ] ); + } else { + return $this->json( [ + 'message' => 'le token d\'autorisation est invalide, vous ne pouvez pas modifier ce sondage', + ] ); + } + + } + + /** + * Checks if a slug is already taken by a poll + * @Get( + * path = "/slug/{slug}", + * name = "check_slug_is_unique", + * ) + */ + public function checkSlugIsUniqueAction( string $slug ) { + $emPoll = $this->getDoctrine()->getRepository( Poll::class ); + $found = $emPoll->findOneByCustomUrl( $slug ); + $elaborated_message_version = false; + + if ( $found ) { + if ( ! $elaborated_message_version ) { + return $this->json( null, + 204 ); + } + + // we should use an other slug + return $this->json( [ + 'message' => ' NO, this slug is already taken on this Framadate instance ', + 'data' => [ + 'slug' => $slug, + ], + ], + 204 ); + } + if ( ! $elaborated_message_version ) { + return $this->json( null, + 404 ); + } + + return $this->json( [ + 'message' => ' yes this slug is available on this Framadate instance ', + 'data' => [ + 'slug' => $slug, + ], + ], + 404 ); + + } + + /** + * Get Admin poll config + * @Get( + * path = "/admin/{token}", + * name = "get_admin_config", + * ) + * + * @param SerializerInterface $serializer + * @param $token + * + * @return JsonResponse|Response + */ + public function getAdministrationConfig( SerializerInterface $serializer, $token ) { + $emPoll = $this->getDoctrine()->getRepository( Poll::class ); + $pollFound = $emPoll->findOneByAdminKey( $token ); + + if ( $pollFound ) { + + $poll = $pollFound; + $comments = $poll->getComments(); + $stacks = $poll->getStacksOfVotes(); + + $returnedPoll = [ + 'message' => 'your poll config', + 'poll' => $poll, + 'stacks_count' => count( $stacks ), + 'stacks' => $stacks, + 'choices_count' => $poll->computeAnswers(), + 'choices' => $poll->getChoices(), + 'comments' => $comments, + 'comments_count' => count( $comments ), + 'token' => $token, + ]; + + $jsonResponse = $serializer->serialize( $returnedPoll, 'json' ); + + $response = new Response( $jsonResponse ); + $response->headers->set( 'Content-Type', 'application/json' ); + $response->setStatusCode( 200 ); + + return $response; + } + + return $this->json( [ + 'message' => 'You are not allowed to do anything with this token', + 'data' => [ + 'token' => $token, + ], + ], + 403 ); + + } + +} diff --git a/src/DataFixtures/AppFixtures.php b/src/DataFixtures/AppFixtures.php new file mode 100755 index 0000000..fece475 --- /dev/null +++ b/src/DataFixtures/AppFixtures.php @@ -0,0 +1,17 @@ +persist($product); + + $manager->flush(); + } +} diff --git a/src/DataFixtures/AppPollFixtures.php b/src/DataFixtures/AppPollFixtures.php new file mode 100755 index 0000000..d62e78d --- /dev/null +++ b/src/DataFixtures/AppPollFixtures.php @@ -0,0 +1,235 @@ +setEmail( 'tktest@tktest.com' ) + ->setPseudo( 'tk_TEST' ); + $commenterMan = new Owner(); + $commenterMan->setEmail( 'tktest_commentateur@tktest.com' ) + ->setPseudo( 'tk_TEST_commentateur' ); + + $voter = new Owner(); + $voter->setEmail( 'testing_vote_people@tktest.com' ) + ->setPseudo( 'voting_people_TEST' ) + ->setModifierToken( uniqid() ); + $manager->persist( $owner ); + $manager->persist( $commenterMan ); + $manager->persist( $voter ); + $manager->flush(); + + + $poll = new Poll(); + $poll->setTitle( 'citron ou orange' ) + ->setCustomUrl('citron') + ->setDescription( 'votre sorbert préféré' ) + ->setAdminKey( uniqid() ) + ->setModificationPolicy( 'nobody' ) + ->setPassword('le pass woute woute'); + $poll->setMailOnVote( true ); + $poll->setOwner( $owner ); + $owner->addPoll( $poll ); + + $choiceA = new Choice(); + $choiceA->setName( 'citron' ); + $choiceB = new Choice(); + $choiceB->setName( 'orange' ); + + $poll + ->addChoice( $choiceA ) + ->addChoice( $choiceB ); + $manager->persist( $poll ); + + $stack1 = new StackOfVotes(); + $stack1 + ->setPoll( $poll ) + ->setOwner( $voter ); + + $voteA = new Vote(); + $voteA + ->setPoll( $poll ) + ->setStacksOfVotes( $stack1 ) + ->setValue( "yes" ) + ->setChoice( $choiceA ); + $voteB = new Vote(); + $voteB + ->setPoll( $poll ) + ->setStacksOfVotes( $stack1 ) + ->setValue( "yes" ) + ->setChoice( $choiceB ); + $stack1->setPseudo( 'chuck norris' ); + $manager->persist( $stack1 ); + + // voter guy votes again with an other pseudo + + $stack2 = new StackOfVotes(); + $stack2->setPseudo( 'Jean indécis' ); + $stack2 + ->setPoll( $poll ) + ->setOwner( $voter ); + + $voteA = new Vote(); + $voteA + ->setPoll( $poll ) + ->setStacksOfVotes( $stack2 ) + ->setValue( "maybe" ) + ->setChoice( $choiceA ); + + $manager->persist( $stack2 ); + + + $poll = new Poll(); + + $ownerComment = new Comment(); + $ownerComment + ->setText( "trop bien ce sondage wohooo! signé l'auteur." ) + ->setOwner( $owner ); + $poll->addComment( $ownerComment ); + + $someoneComment = new Comment(); + $someoneComment + ->setText( "comme l'auteur se la raconte. PFFFF!" ) + ->setOwner( $commenterMan ); + $poll->addComment( $someoneComment ); + + + $poll->setTitle( 'démo sondage de texte avec deux commentaires' ) + ->setCustomUrl('demo') + ->setDescription( 'description du sondage 2' ); + + $poll->setAdminKey( uniqid() ); + $poll->setModificationPolicy( 'self' ); + $poll->setMailOnComment( true ); + + + $poll->addTextChoiceArray( [ 'un truc', 'deux trucs' ] ); + $poll->setOwner( $owner ); + $owner->addPoll( $poll ); + + $manager->persist( $poll ); + $manager->persist( $someoneComment ); + $manager->persist( $ownerComment ); + + + // voting test with 2 people + + // poll with date type + $poll = new Poll(); + $choice = new Choice(); + $firstDate = new DateTime(); + $choice->setName( $firstDate->format( 'Y-m-d H:i:s' ) ); + $choice2 = new Choice(); + $choice3 = new Choice(); + $choice2->setName( $poll->addDaysToDate( $firstDate, 1 )->format( 'Y-m-d H:i:s' ) ); + $choice3->setName( $poll->addDaysToDate( $firstDate, 2 )->format( 'Y-m-d H:i:s' ) ); + + $poll->setTitle( "c'est pour aujourdhui ou pour demain" ) + ->setCustomUrl('aujourdhui-ou-demain') + ->setDescription( 'Vous avez le choix dans la date' ) + ->setKind( 'date' ) + ->setOwner( $owner ) + ->addChoice( $choice ) + ->addChoice( $choice2 ) + ->addChoice( $choice3 ) + ->setModificationPolicy( 'self' ); + $manager->persist( $poll ); + + // poll with cartoon choices + $poll = new Poll(); + $poll->setTitle( 'dessin animé préféré' ) + ->setCustomUrl('dessin-anime') + ->setDescription( 'choisissez votre animé préféré' ) + ->setOwner( $owner ) + ->setModificationPolicy( 'self' ) + ->addTextChoiceArray( [ + "Vic le viking", + "Boumbo petite automobile", + "Les mystérieuses cités d'or", + "Les mondes engloutis", + "Foot 2 rue", + "Le chat, la vache, et l'océan", + "Digimon", + ] ); + + $someoneComment = new Comment(); + $someoneComment + ->setText( "allez boumbo!" ) + ->setOwner( $commenterMan ); + $poll->addComment( $someoneComment ); + $someoneComment2 = new Comment(); + $someoneComment2 + ->setText( "je suis pour la team rocket de digimon" ) + ->setOwner( $owner ); + $poll->addComment( $someoneComment2 ); + + $manager->persist( $poll ); + + $stack = new StackOfVotes(); + $stack->setPseudo( 'Wulfila' ); + $stack + ->setPoll( $poll ) + ->setOwner( $voter ); + + $vote = new Vote(); + $vote + ->setPoll( $poll ) + ->setStacksOfVotes( $stack ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 2 ] ); + $vote = new Vote(); + $vote + ->setPoll( $poll ) + ->setStacksOfVotes( $stack ) + ->setValue( "maybe" ) + ->setChoice( $poll->getChoices()[ 1 ] ); + + $manager->persist( $stack ); + + $stack = new StackOfVotes(); + $stack->setPseudo( 'Tykayn' ); + $stack + ->setPoll( $poll ) + ->setOwner( $voter ); + $vote = new Vote(); + $vote + ->setPoll( $poll ) + ->setStacksOfVotes( $stack ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 1 ] ); + $vote = new Vote(); + $vote + ->setPoll( $poll ) + ->setStacksOfVotes( $stack ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 2 ] ); + $vote = new Vote(); + $vote + ->setPoll( $poll ) + ->setStacksOfVotes( $stack ) + ->setValue( "no" ) + ->setChoice( $poll->getChoices()[ 2 ] ); + + $manager->persist( $stack ); + + + $manager->persist( $commenterMan ); + + $manager->flush(); + } +} diff --git a/src/DataFixtures/CommentFixtures.php b/src/DataFixtures/CommentFixtures.php new file mode 100644 index 0000000..64d0055 --- /dev/null +++ b/src/DataFixtures/CommentFixtures.php @@ -0,0 +1,76 @@ +getRepository( Poll::class ); + + $commenterMan = new Owner(); + $commenterMan->setEmail( 'tktest_commentateur_other@tktest.com' ) + ->setPseudo( 'Bill Murray' ); + $commenterMan2 = new Owner(); + $commenterMan2->setEmail( 'wulfila@tktest.com' ) + ->setPseudo( 'Wulfila' ); + + // comment on "citron ou orange" + $pollCitronOrange = $emPoll->find( 1 ); + $comment = new Comment(); + $comment->setOwner( $commenterMan ) + ->setText( 'quelle indécision wololo! finalement citron. heu non orange. AAAAh!' ); + $pollCitronOrange->addComment( $comment ); + $manager->persist( $comment ); + $manager->persist( $pollCitronOrange ); + $manager->persist( $commenterMan ); + $manager->flush(); + + // comment on "démo sondage de texte avec deux commentaires" + $poll = $emPoll->find( 2 ); + $comment = new Comment(); + $comment->setOwner( $commenterMan2 ) + ->setText( 'il est écrit Squalala.' ); + $pollCitronOrange->addComment( $comment ); + $manager->persist( $comment ); + $manager->persist( $poll ); + $manager->persist( $commenterMan2 ); + $manager->flush(); + + $comment = new Comment(); + $comment->setOwner( $commenterMan ) + ->setText( "Zelda. Orange." ); + $pollCitronOrange->addComment( $comment ); + $manager->persist( $comment ); + $manager->persist( $poll ); + $manager->persist( $commenterMan ); + $manager->flush(); + + + // comment on "c'est pour aujourdhui ou pour demain" + $poll = $emPoll->find( 3 ); + $comment = new Comment(); + $comment->setOwner( $commenterMan ) + ->setText( "va pour demain" ); + $pollCitronOrange->addComment( $comment ); + $manager->persist( $comment ); + $manager->persist( $poll ); + $manager->persist( $commenterMan ); + $manager->flush(); + + // comment on "dessin animé préféré" + $poll = $emPoll->find( 4 ); + $comment = new Comment(); + $comment->setOwner( $commenterMan2 ) + ->setText( "Ceci est un commentaire de fixture créé avec le CipherBliss poweur." ); + $pollCitronOrange->addComment( $comment ); + $manager->persist( $comment ); + $manager->persist( $poll ); + $manager->persist( $commenterMan2 ); + $manager->flush(); + } +} diff --git a/src/DataFixtures/VotesStacksFixtures.php b/src/DataFixtures/VotesStacksFixtures.php new file mode 100644 index 0000000..2fb35d5 --- /dev/null +++ b/src/DataFixtures/VotesStacksFixtures.php @@ -0,0 +1,148 @@ +getRepository( Poll::class ); + + $people1 = new Owner(); + $people1->setEmail( 'tktest_nikolas_edison@tktest.com' ) + ->setPseudo( 'Nikolas Edison' ); + $people2 = new Owner(); + $people2->setEmail( 'wulfila@tktest.com' ) + ->setPseudo( 'Wulfila' ); + $people3 = new Owner(); + $people3->setEmail( 'billie_jean@tktest.com' ) + ->setPseudo( 'Billie Jean' ); + + // "citron ou orange" + $poll = $emPoll->find( 1 ); + $stack1 = new StackOfVotes(); + $stack1 + ->setPoll( $poll ) + ->setOwner( $people1 ); + $voteA = new Vote(); + $voteA + ->setPoll( $poll ) + ->setStacksOfVotes( $stack1 ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 0 ] ); + $voteB = new Vote(); + $voteB + ->setPoll( $poll ) + ->setStacksOfVotes( $stack1 ) + ->setValue( "maybe" ) + ->setChoice( $poll->getChoices()[ 1 ] ); + $poll->addStackOfVote( $stack1 ); + $manager->persist( $poll ); + $manager->persist( $people1 ); + $manager->persist( $stack1 ); + + $stack2 = new StackOfVotes(); + $stack2 + ->setPoll( $poll ) + ->setOwner( $people2 ); + $voteA = new Vote(); + $voteA + ->setPoll( $poll ) + ->setStacksOfVotes( $stack2 ) + ->setValue( "no" ) + ->setChoice( $poll->getChoices()[ 0 ] ); + $voteB = new Vote(); + $voteB + ->setPoll( $poll ) + ->setStacksOfVotes( $stack2 ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 1 ] ); + $poll->addStackOfVote( $stack2 ); + $manager->persist( $poll ); + $manager->persist( $stack2 ); + $manager->persist( $people2 ); + + // comment on "démo sondage de texte avec deux commentaires" + $poll = $emPoll->find( 2 ); + + + // comment on "c'est pour aujourdhui ou pour demain" + $poll = $emPoll->find( 3 ); + + + // comment on "dessin animé préféré" + $poll = $emPoll->find( 4 ); + + $stack1 = new StackOfVotes(); + $stack1 + ->setPoll( $poll ) + ->setOwner( $people1 ); + $voteA = new Vote(); + $voteA + ->setPoll( $poll ) + ->setStacksOfVotes( $stack1 ) + ->setValue( "maybe" ) + ->setChoice( $poll->getChoices()[ 2 ] ); + $voteB = new Vote(); + $voteB + ->setPoll( $poll ) + ->setStacksOfVotes( $stack1 ) + ->setValue( "maybe" ) + ->setChoice( $poll->getChoices()[ 4 ] ); + $poll->addStackOfVote( $stack1 ); + $manager->persist( $poll ); + $manager->persist( $people1 ); + $manager->persist( $stack1 ); + + + $stack2 = new StackOfVotes(); + $stack2 + ->setPoll( $poll ) + ->setOwner( $people2 ); + $voteA = new Vote(); + $voteA + ->setPoll( $poll ) + ->setStacksOfVotes( $stack2 ) + ->setValue( "maybe" ) + ->setChoice( $poll->getChoices()[ 3 ] ); + $voteB = new Vote(); + $voteB + ->setPoll( $poll ) + ->setStacksOfVotes( $stack2 ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 5 ] ); + $poll->addStackOfVote( $stack2 ); + $manager->persist( $poll ); + $manager->persist( $people2 ); + $manager->persist( $stack2 ); + + + $stack3 = new StackOfVotes(); + $stack3 + ->setPoll( $poll ) + ->setOwner( $people3 ); + $voteA = new Vote(); + $voteA + ->setPoll( $poll ) + ->setStacksOfVotes( $stack3 ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 1 ] ); + $voteB = new Vote(); + $voteB + ->setPoll( $poll ) + ->setStacksOfVotes( $stack3 ) + ->setValue( "yes" ) + ->setChoice( $poll->getChoices()[ 3 ] ); + $poll->addStackOfVote( $stack3 ); + $manager->persist( $poll ); + $manager->persist( $people3 ); + $manager->persist( $stack3 ); + + $manager->flush(); + } +} diff --git a/src/Form/PollType.php b/src/Form/PollType.php new file mode 100644 index 0000000..56f99a6 --- /dev/null +++ b/src/Form/PollType.php @@ -0,0 +1,39 @@ +add('title') + ->add('customUrl') + ->add('description') + ->add('creationDate') + ->add('expiracyDate') + ->add('kind') + ->add('allowedAnswers') + ->add('modificationPolicy') + ->add('mailOnComment') + ->add('mailOnVote') + ->add('hideResults') + ->add('showResultEvenIfPasswords') + ->add('password') + ->add('adminKey') + ->add('owner') + ; + } + + public function configureOptions(OptionsResolver $resolver) + { + $resolver->setDefaults([ + 'data_class' => Poll::class, + ]); + } +} diff --git a/src/GraphQL/Resolver/ApartmentResolver.php b/src/GraphQL/Resolver/ApartmentResolver.php new file mode 100644 index 0000000..cc6d932 --- /dev/null +++ b/src/GraphQL/Resolver/ApartmentResolver.php @@ -0,0 +1,30 @@ +em = $em; + } + + public function resolve( Argument $args ) { + $apartment = $this->em->getRepository( 'App:Apartment' )->find( $args[ 'id' ] ); + + return $apartment; + } + + public function getAliases() { + return [ + 'resolve', + 'Apartment', + ]; + } +} diff --git a/src/Service/MailService.php b/src/Service/MailService.php new file mode 100644 index 0000000..5f6c72c --- /dev/null +++ b/src/Service/MailService.php @@ -0,0 +1,212 @@ +em = $entityManager; + + // Create the Transport + $transport = new Swift_SmtpTransport( 'localhost', 25 ); + +// Create the Mailer using your created Transport + $mailer = new Swift_Mailer( $transport ); + + $this->mailer = $mailer; + } + + /** + * @param Owner $foundOwner + * @param Poll|null $poll + * + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendCreationMailAction( Owner $foundOwner, Poll $poll = null ) { + + // anti spam , limit to every minute TODO + + $config = [ + 'owner' => $foundOwner, + 'from' => 'ne-pas-repondre@framadate-api.cipherbliss.com', + 'poll' => $poll, + 'title' => 'Création de sondage - ' . ( $poll ? $poll->getTitle() : $poll ), + 'email_template' => 'emails/creation-mail.html.twig', + ]; + + return $this->sendMailWithVars( $config ); + } + + + /** + * anti spam , limit to every minute TODO + * + * @param Owner $owner + * + * @return bool + */ + public function antispamCheck( Owner $owner ) { + +// $lastSend = $admin_user->getRequestedPollsDate(); +// $now = new \DateTime(); + +// if ( date_diff( $lastSend, $now ) < 60 ) { +// // too soon! +// die( 'too soon!' ); +// } +// $admin_user->setRequestedPollsDate( $now ); +// $em->persist( $admin_user ); +// $em->flush(); + return true; + } + + /** + * send created polls to an owner + * + * @param Owner $owner + * + * @return int|void + * @throws Exception + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendOwnerPollsAction( Owner $owner ) { + + $config = [ + 'owner' => $owner, + 'title' => 'Framadate | Mes sondages', + 'email_template' => 'emails/owner-list.html.twig', + ]; + $this->sendMailWithVars( $config ); + + return 1; + } + + + /** + * @param Comment $comment + * + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendCommentNotification( Comment $comment ) { + + $config = [ + 'comment' => $comment, + 'owner' => $comment->getOwner(), + 'title' => 'Framadate | commentaire de ' . $comment->getOwner()->getPseudo() . ' _ sondage ' . $comment->getPoll()->getTitle(), + 'email_template' => 'emails/comment-notification.html.twig', + ]; + + $this->sendMailWithVars( $config ); + } + + /** + * generic way to send email with html template + * + * @param $config + * + * @throws \Symfony\Component\Mailer\Exception\TransportExceptionInterface + */ + public function sendMailWithVars( $config ) { + + if ( ! $config[ 'poll' ] ) { + $config[ 'poll' ] = new Poll(); + } + $emailChoicesTemplates = [ + 'creation_poll' => 'creation-mail.html.twig', + 'edit_poll' => 'modification-notification-mail.html.twig', + 'creation_poll_admin' => 'author-mail.html.twig', + 'owner_list' => 'owner-list.html.twig', + 'expiration' => 'expiration-mail.html.twig', + 'creation_comment' => 'comment-notification.html.twig', + 'creation_vote' => 'vote-notification.html.twig', + ]; + $emailChoicesTitles = [ + 'creation_poll' => 'Framadate | Création de sondage - lien public - ' . $config[ 'poll' ]->getTitle(), + 'edit_poll' => 'Framadate | Modification de sondage - ' . $config[ 'poll' ]->getTitle(), + 'creation_poll_admin' => 'Framadate | Création de sondage - lien admin - ', + 'owner_list' => 'Framadate | Vos sondages créés', + 'expiration' => 'Framadate | Notice d\'expiration du sondage ' . $config[ 'poll' ]->getTitle(), + 'creation_comment' => 'Framadate | Commentaire de "' . $config[ 'owner' ]->getPseudo() . '" - sondage ' . $config[ 'poll' ]->getTitle(), + 'creation_vote' => 'Framadate | Vote de "' . $config[ 'owner' ]->getPseudo() . '" - sondage ' . $config[ 'poll' ]->getTitle(), + ]; + // Create a message + $htmlbody = $this->templating->render( + // templates/emails/registration.html.twig + $config[ 'email_template' ], + $config + ); + $message = ( new Swift_Message( 'Wonderful Subject from FAT computer' ) ) + ->setContentType( "text/html" ) + ->setCharset( 'UTF-8' ) + ->setFrom( [ 'contact@framadate-api.cipherbliss.com' ] ) + ->setTo( [ 'contact@cipherbliss.com' ] ) + ->setBody( $htmlbody, 'text/html' ); + + +// Send the message + $numSent = $this->mailer->send( $message ); + $this->numSent = $numSent; +// $email = ( new TemplatedEmail() ) +// ->from( new Address( $config[ 'from' ] ) ) +// ->subject( $config[ 'title' ] ) +// ->to( $config[ 'owner' ]->getEmail() ) +// ->htmlTemplate( $config[ 'email_template' ] ) +// ->context( $config ); + + +// $email = ( new \Swift_Mime_SimpleMessage($config[ 'from' ]) ) +// ->setFrom( new Address( $config[ 'from' ] ) ) +//// ->setHeaders( [new Header('charset', 'UTF-8' )]) +// ->setSubject( $config[ 'title' ] ) +// ->setTo( $config[ 'owner' ]->getEmail() ) +// ->setBody("ble blah bleuh strong text swift mailer","text/html"); + +// $email = (new TemplatedEmail()) +// ->from('fabien@example.com') +// ->to(new Address('ryan@example.com')) +// ->subject('Thanks for signing up!') +// +// // path of the Twig template to render +// ->htmlTemplate('emails/footer.html.twig') +// +// // pass variables (name => value) to the template +// ->context([ +// 'expiration_date' => new \DateTime('+7 days'), +// 'username' => 'foo', +// ]) +// ; + + // send email + + + } +}