diff --git a/adhocracy-plus/config/settings/base.py b/adhocracy-plus/config/settings/base.py index 918427527..2f1914ced 100644 --- a/adhocracy-plus/config/settings/base.py +++ b/adhocracy-plus/config/settings/base.py @@ -133,8 +133,8 @@ LOCALE_PATHS = [ # use the first line in branches and forks to keep the original translations # from main branch and overwrite or add extra translations in fork - # os.path.join(BASE_DIR, 'locale-fork/locale'), - os.path.join(BASE_DIR, "locale-source/locale") + os.path.join(BASE_DIR, "locale-fork/locale"), + os.path.join(BASE_DIR, "locale-source/locale"), ] TEMPLATES = [ diff --git a/locale-fork/locale/de/LC_MESSAGES/django.po b/locale-fork/locale/de/LC_MESSAGES/django.po new file mode 100644 index 000000000..3bd107a23 --- /dev/null +++ b/locale-fork/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,5230 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +msgid "" +"In this section, you can create\n" +"categories. If you create any, each contribution has to be assigned\n" +"to one of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +msgid "Add category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:55 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:30 +msgid "Dashboard" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:24 +msgid "Project Settings" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:49 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:103 +msgid "Missing fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:19 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:32 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:39 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:44 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:26 +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:30 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:43 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:27 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:22 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:23 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:23 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:6 +#: adhocracy-plus/templates/a4dashboard/project_list.html:13 +msgid "New Project" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +msgid "Phase" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:15 +#: adhocracy-plus/templates/a4dashboard/includes/blueprint_list_tile.html:17 +msgid "Select" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +msgid "Missing field for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:59 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:42 +msgid "Preview" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:8 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:14 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:9 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:44 +msgid "View" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#, python-format +msgid "%(value)s from %(max)s" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +msgid "required fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:12 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:57 +msgid "Publish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:19 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:35 +msgid "Unpublish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +msgid "Create project based on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:41 +msgid "" +"After saving the draft project you can further customize and edit your " +"project and eventually publish it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:46 +msgid "Create draft" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:31 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:14 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:38 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:51 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:10 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:13 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:14 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:43 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:29 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:14 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:42 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:29 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:13 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:13 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:45 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/project_list.html:9 +msgid "Projects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:25 +msgid "Finished" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:14 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:28 +msgid "semipublic" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:15 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:31 +msgid "private" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:112 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:19 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:20 +#: apps/projects/templates/a4_candy_projects/project_detail.html:117 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:19 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:50 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:73 +msgid "Duplicate" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: apps/projects/templates/a4_candy_projects/project_list.html:18 +#: adhocracy-plus/templates/a4dashboard/project_list.html:27 +msgid "We could not find any projects." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +msgid "Export" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +msgid "" +"You can export the results of your participation project as an excel file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +msgid "here you can export all ideas" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +msgid "here you can export all subjects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +msgid "here you can export all answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +msgid "here you can export all comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: apps/debate/filters.py:12 apps/ideas/views.py:29 apps/topicprio/views.py:21 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:4 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:10 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:11 +msgid "Search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: apps/contrib/templates/a4_candy_contrib/includes/form_checkbox_field.html:6 +#: apps/contrib/templates/a4_candy_contrib/includes/form_field.html:5 +#: adhocracy-plus/templates/account/signup.html:27 +#: adhocracy-plus/templates/account/signup.html:36 +#: adhocracy-plus/templates/socialaccount/signup.html:31 +msgid "This field is required" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +msgid "Remove category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:11 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:11 +msgid "Remove the picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:17 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:17 +msgid "Upload a picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +msgid "" +"\n" +" Your image will be uploaded/removed once you save your changes\n" +" at the end of this page.\n" +" " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +msgid "" +"In this section, you can create\n" +"labels. If you create any, each contribution can be assigned\n" +"to one or more of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +msgid "Add label" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:8 +msgid "" +"Participation is not possible at the moment. The poll has not been set up " +"yet." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:15 +msgid "Setup the poll by adding questions and answers in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +msgid "Edit poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:13 +#: apps/exports/mixins.py:19 +msgid "Categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:15 +msgid "Edit categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/fields.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/filters.py:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:24 +msgid "Category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:23 +msgid "Category name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:47 +msgid "Category icon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:36 +msgid "Type of category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:38 +msgid "" +"You can individualise the term category. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:46 +msgid "" +"Assign your proposal to a category. This automatically appears in the " +"display of your proposal. The list of all proposals can be filtered by " +"category." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:29 +msgid "Description/Helptext" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:31 +msgid "" +"You can individualise the description text. The description text is " +"displayed to the participants as help text when they have to assign their " +"ideas. The character limit is max. 300 characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:40 +#: apps/budgeting/exports.py:78 apps/debate/exports.py:68 +#: apps/documents/exports.py:41 apps/ideas/exports.py:77 +#: apps/mapideas/exports.py:78 apps/topicprio/exports.py:75 +msgctxt "noun" +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:48 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:16 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:17 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:18 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:18 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:20 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:18 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:20 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:78 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:178 +msgid "Please choose a category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:92 +#: apps/userdashboard/serializers.py:64 +msgid "unknown user" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/api.py:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:115 +msgid "Please agree to the organisation's terms of use." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:15 +msgid "Please choose one or more categories." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:24 +msgid "The project has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:51 +msgid "The module has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:13 +msgid "Basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:15 +msgid "Edit basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:23 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:19 +#: apps/projects/templates/a4_candy_projects/project_detail.html:87 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:23 +msgid "Information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:25 +msgid "Edit project information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:33 +#: apps/projects/dashboard.py:86 +#: apps/projects/templates/a4_candy_projects/project_detail.html:107 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:41 +msgid "Result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:35 +#: apps/projects/dashboard.py:88 +msgid "Edit project result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:43 +msgid "Basic information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:45 +msgid "Edit basic module information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:53 +msgid "Phases" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:55 +msgid "Edit phases information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:64 +msgid "Area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:65 +msgid "Edit area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:15 +#: apps/budgeting/views.py:27 +msgid "Archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:33 +#: apps/budgeting/views.py:31 +msgid "All" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:20 +#: apps/budgeting/views.py:32 +msgid "No" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:21 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:15 +#: apps/budgeting/views.py:33 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:15 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:16 +msgid "Yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:80 +msgid "All users can participate (public)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:83 +msgid "Only invited users can participate (private)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:91 +#: apps/projects/templates/a4_candy_projects/project_detail.html:134 +msgid "Contact for questions" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:93 +msgid "" +"Please name a contact person. The user will then know who is carrying out " +"this project and to whom they can address possible questions. The contact " +"person will be shown in the information tab on the project page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:99 +msgid "More contact possibilities" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:66 +msgid "End date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +msgid "End time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:64 +msgid "Start date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +msgid "Start time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/mixins.py:209 +msgid "Project successfully duplicated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:73 +msgid "Project successfully created." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:164 +#: apps/dashboard/views.py:133 +msgid "Invalid action" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:181 +msgid "Project is already published" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:186 +msgid "Project cannot be published. No module is added." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:202 +msgid "Project cannot be published. Required fields are missing." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:211 +msgid "Project cannot be published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:221 +msgid "the project has been published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:226 +msgid "Project is already unpublished" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:234 +msgid "the project has been unpublished." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:17 +msgid "Comment count" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:80 +msgid "Reply to Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:99 +msgid "Reply to Reference" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:15 +msgid "Creator" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:41 +#: apps/budgeting/exports.py:79 apps/debate/exports.py:69 +#: apps/documents/exports.py:42 apps/ideas/exports.py:78 +#: apps/mapideas/exports.py:79 apps/topicprio/exports.py:76 +msgid "Created" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:36 +msgid "Link" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:52 +msgid "Location (Longitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:54 +msgid "Location (Latitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:56 +msgid "Location label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:13 +#: apps/ideas/models.py:46 apps/topicprio/models.py:50 +msgid "Labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:61 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:72 +msgid "Reference No." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:81 +msgid "Status" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:83 +msgid "Feedback" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:107 +#: apps/moderatorremark/models.py:14 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:5 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:21 +msgid "Remark" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:16 +msgid "Positive ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:18 +msgid "Negative ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:91 +msgid "yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:92 +msgid "no" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:76 +#: apps/contrib/widgets.py:59 +msgid "Ordering" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/fields.py:19 +#, python-format +msgid "Time of %(date_label)s" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:70 +#, python-brace-format +msgid "" +"{help_prefix} It must be min. {min_resolution[0]} pixel wide and " +"{min_resolution[1]} pixel tall. Allowed file formats are {fileformats_str}. " +"The file size should be max. {max_size_mb} MB." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:87 +#, python-brace-format +msgid "{image_name} copyright" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:90 +#, python-brace-format +msgid "Copyright shown in the {image_name}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:103 +#, python-brace-format +msgid "{image_name} alt text" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:106 +msgid "" +"An alternate text serves as a textual description of the image content and " +"is read out by screen readers. Describe the image in max. 80 characters. " +"Example: A busy square with people in summer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:35 +msgid "Please add copyright information." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:45 +msgid "Please add an alternative text for this image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:26 +msgid "Unsupported file format. Supported formats are {}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:33 +#: apps/organisations/forms.py:362 +#, python-brace-format +msgid "Image should be at most {max_size} MB" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:41 +#: apps/organisations/forms.py:370 +#, python-brace-format +msgid "Image must be at least {min_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:49 +#: apps/organisations/forms.py:380 +#, python-brace-format +msgid "Image must be at least {min_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:55 +#, python-brace-format +msgid "Image must be at most {max_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:58 +#, python-brace-format +msgid "Image must be at most {max_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:67 +#, python-brace-format +msgid "Image aspect ratio should be {aspect_width}:{aspect_height}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/widgets.py:28 +msgid "Select a picture from your local folder." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:15 +msgid "Edit labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/filters.py:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:10 +msgid "Label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:12 +msgid "Type of label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:14 +msgid "" +"You can individualise the term label. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:22 +msgid "" +"Specify your proposal with one or more labels. These will automatically " +"appear in the display of your proposal. In addition, the list of all " +"proposals can be filtered by labels." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Polygon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:19 +msgid "" +"Enter a valid GeoJSON object. To initialize a new areasetting enter the " +"string \"false\" without quotation marks." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:16 +msgid "Geometry as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:34 +msgid "Please add a Marker on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:39 +msgid "Please draw a Polygon on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Please draw an area on the map." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:14 +msgid "Modified" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:74 +msgid "Title of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:76 +msgid "" +"This title will appear in the timeline and the header on the module and " +"project detail pages. It should be max. 512 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:85 +msgid "Short description of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:87 +msgid "" +"This short description will appear on the header of the module and project " +"detail pages. It should briefly state the goal of the module in max. 512 " +"chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +msgid "day" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgid "days" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +msgid "hour" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgid "hours" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +msgid "minute" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgid "minutes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +msgid "second" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgid "seconds" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgctxt "abbreviation for day(s)" +msgid "D" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgctxt "abbreviation for hour(s)" +msgid "H" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgctxt "abbreviation for minute(s)" +msgid "M" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgctxt "abbreviation for second(s)" +msgid "S" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:24 +msgid "Phases cannot run at the same time and must follow after each other." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:31 +msgid "Phases need to be in same order as in form." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:59 +#: apps/newsletters/models.py:28 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:7 +msgid "Name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:60 +#: apps/activities/models.py:22 apps/debate/models.py:25 +#: apps/ideas/models.py:34 apps/offlineevents/models.py:36 +#: apps/organisations/forms.py:322 apps/topicprio/forms.py:14 +#: apps/topicprio/models.py:32 +msgid "Description" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:84 +msgid "End date can not be before start date." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:92 +msgid "Either both or no date has to be set." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:155 +msgid "Please specify your answer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:169 +msgid "Key error for {}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:171 +msgid "Choice not found." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:190 +msgid "Duplicate choices detected." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:193 +msgid "Multiple choice disabled for question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:15 +#: apps/dashboard/blueprints.py:98 +msgid "Poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:44 +#: apps/budgeting/dashboard.py:14 apps/debate/dashboard.py:65 +#: apps/documents/dashboard.py:50 apps/ideas/dashboard.py:14 +#: apps/mapideas/dashboard.py:14 apps/topicprio/dashboard.py:65 +msgid "Export Excel" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:39 +#: apps/budgeting/exports.py:77 apps/debate/exports.py:67 +#: apps/documents/exports.py:40 apps/ideas/exports.py:76 +#: apps/mapideas/exports.py:77 apps/topicprio/exports.py:74 +msgid "ID" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:41 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:68 +msgid "Questions with open answers cannot have multiple choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:77 +msgid "" +"Question with choices cannot become open question. Delete choices or add new " +"open question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:140 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:258 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:151 +msgid "Only open questions can have answers." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:187 +msgid "Open questions cannot have choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:193 +msgid "" +"\"Other\" cannot be the only choice. Use open question or add more choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:204 +msgid "Question already has \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:265 +msgid "Other vote can only be created for vote on \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:287 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:16 +msgctxt "A4: voting phase name" +msgid "Voting phase" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:18 +msgctxt "A4: voting phase description" +msgid "Answer the questions and comment on the poll." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:20 +msgid "polls" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:16 +#, python-format +msgid "Item of type %(item)s for that module already exists" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:28 +msgid "Question has to belong to the poll set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:39 +msgid "Choice has to belong to the question set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:57 +msgid "Only one vote per choice is allowed per user." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:10 +#: apps/newsletters/forms.py:38 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:12 +msgid "Project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:63 +#: apps/projects/admin.py:38 +msgid "Information and result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:69 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:4 +#: apps/projects/admin.py:44 +msgid "Settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:81 +#: apps/projects/admin.py:58 +msgid "Images" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:93 +#: apps/projects/admin.py:70 adhocracy-plus/templates/email_base.html:112 +#: adhocracy-plus/templates/footer.html:58 +msgid "Contact" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:13 +msgid "public" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/mixins.py:173 +msgid "Final Results" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:42 +msgid "" +"Phone numbers can only contain digits, spaces and the following characters: " +"-, +, (, ). It has to be between 8 and 20 characters long." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:49 +msgid "Postal address" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:52 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_detail.html:146 +msgid "Email" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:55 +msgid "Contact person" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:59 +msgid "Phone" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:62 +#: apps/projects/templates/a4_candy_projects/project_detail.html:151 +msgid "Website" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:72 +msgid "Can your project be located on the map?" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:74 +msgid "" +"Locate your project. Click inside the marked area or type in an address to " +"set the marker. A set marker can be dragged when pressed." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:86 +msgid "Administrative district" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:174 +msgid "Title of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:176 +msgid "" +"This title will appear on the teaser card and on top of the project detail " +"page. It should be max. 120 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:189 +msgid "Short description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:191 +msgid "" +"This short description will appear on the header of the project and in the " +"teaser. It should briefly state the goal of the project in max. 250 chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:200 +msgid "Description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:202 +msgid "" +"This description should tell participants what the goal of the project is, " +"how the project’s participation will look like. It will be always visible in " +"the „Info“ tab on your project’s page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:211 +msgid "Results of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:213 +msgid "" +"Here you should explain what the expected outcome of the project will be and " +"how you are planning to use the results. If the project is finished you " +"should add a summary of the results." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:220 +msgid "Access to the project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:231 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:232 +#: apps/organisations/models.py:97 +msgid "Header image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:226 +#: apps/organisations/models.py:98 +msgid "The image will be shown as a decorative background image." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:235 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:241 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:242 +msgid "Tile image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:236 +msgid "The image will be shown in the project tile." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:255 +msgid "Project is archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:257 +msgid "" +"Archived projects are not shown in the project overview. For project " +"initiators they are still visible in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Project topics" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Add topics to your project." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:46 +msgid "{}. Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:55 +msgid "Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/templatetags/react_reports.py:28 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:123 +msgid "Report" +msgstr "" + +#: apps/account/forms.py:63 apps/organisations/mixins.py:58 +msgid "Yes, I have read and agree to this organisation's {}terms of use{}." +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:4 +msgid "User Dashboard" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:11 +msgid "User Dashboard navigation" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:22 +#: apps/users/templates/a4_candy_users/user_detail.html:12 +msgid "Profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:29 +#: adhocracy-plus/templates/account/password_change.html:5 +#: adhocracy-plus/templates/account/password_change.html:40 +msgid "Change password" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:36 +msgid "Email addresses" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:43 +msgid "Account Connections" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:50 +#: apps/account/templates/a4_candy_account/user_agreements.html:5 +#: apps/account/templates/a4_candy_account/user_agreements.html:7 +msgid "User Agreements" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:5 +msgid "Your user profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:7 +msgid "Your profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:22 +#: apps/account/templates/a4_candy_account/user_agreements.html:36 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:47 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:19 +msgid "Save changes" +msgstr "" + +#: apps/account/templates/a4_candy_account/user_agreements.html:8 +msgid "Here you can edit all your agreements" +msgstr "" + +#: apps/account/views.py:27 +msgid "Your profile was successfully updated." +msgstr "" + +#: apps/account/views.py:49 +msgid "Your agreements were successfully updated." +msgstr "" + +#: apps/actions/blocks.py:8 +msgid "Heading" +msgstr "" + +#: apps/actions/blocks.py:9 +msgid "Count" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:8 +#, python-format +msgid "%(name)s added a new comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:10 +#, python-format +msgid "%(name)s updated a comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:12 +#, python-format +msgid "%(name)s added a new item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:14 +#, python-format +msgid "%(name)s updated an item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:16 +msgid "New participation started" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:18 +msgid "Participation phase will end soon:" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:23 +#, python-format +msgid "on %(name)s" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:18 +#, python-format +msgid "" +"\n" +" %(name)s left a comment on your contribution\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:23 +#, python-format +msgid "" +"\n" +" %(name)s left a reply to your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:30 +#, python-format +msgid "" +"\n" +" Your comment received feedback from moderation\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:35 +#, python-format +msgid "" +"\n" +" Moderation updated feedback " +"on your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:41 +#, python-format +msgid "" +"\n" +" on %(name)s\n" +" " +msgstr "" + +#: apps/activities/dashboard.py:14 +msgid "Face-to-Face Information" +msgstr "" + +#: apps/activities/models.py:12 apps/debate/models.py:20 +#: apps/ideas/models.py:33 apps/offlineevents/models.py:24 +#: apps/organisations/forms.py:313 apps/topicprio/models.py:30 +msgid "Title" +msgstr "" + +#: apps/activities/models.py:15 +msgid "Highlighted Info" +msgstr "" + +#: apps/activities/models.py:17 +msgid "" +"Highlight important information like the time or location of your face-to-" +"face event" +msgstr "" + +#: apps/activities/phases.py:14 +msgid "Face to face phase" +msgstr "" + +#: apps/activities/phases.py:15 +msgid "Show information about the face-to-face event/phase." +msgstr "" + +#: apps/activities/phases.py:16 +msgid "facetoface" +msgstr "" + +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:7 +msgid "Edit face to face participation information" +msgstr "" + +#: apps/budgeting/models.py:22 +msgid "Required Budget" +msgstr "" + +#: apps/budgeting/models.py:26 +msgid "Proposal is archived" +msgstr "" + +#: apps/budgeting/models.py:28 +msgid "" +"Exclude this proposal from all listings by default. You can still access " +"this proposal by using filters." +msgstr "" + +#: apps/budgeting/phases.py:15 +msgid "Request phase" +msgstr "" + +#: apps/budgeting/phases.py:17 +msgid "Post ideas with budget proposals, comment on them and rate them." +msgstr "" + +#: apps/budgeting/phases.py:19 adhocracy-plus/config/settings/base.py:523 +msgid "participatory budgeting" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:7 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:9 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:8 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:8 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:10 +msgid "Positive Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:11 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:13 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:14 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:12 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:14 +msgid "Negative Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:4 +msgid "Confirm Proposal Deletion" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:10 +msgid "Are you sure you want to delete the proposal?" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:4 +msgid "Create a new proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:10 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:16 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:17 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:17 +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:16 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:7 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:16 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:8 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:7 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:11 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:9 +#: adhocracy-plus/templates/a4modules/module_detail.html:100 +msgid "breadcrumbs" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:21 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:24 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:24 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:21 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:21 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:20 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:15 +msgid "go back" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:25 +msgid "Submit a new proposal for this project" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:33 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:29 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:33 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:33 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:9 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:10 +msgid "" +"An error occured while evaluating your data. Please check the data you " +"entered again." +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:17 +msgid "Submit proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:35 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:35 +msgid "Zoom in" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:36 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:36 +msgid "Zoom out" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:58 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:23 +#: apps/debate/templates/a4_candy_debate/subject_list.html:19 +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:58 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:24 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:23 +#: apps/topicprio/templates/a4_candy_topicprio/topic_list.html:19 +msgid "Nothing to show" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:4 +msgid "Moderate" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:26 +msgid "back to proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:25 +msgid "Moderate proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:4 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:4 +#, python-format +msgid "Edit %(title)s" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:31 +msgid "Edit proposal" +msgstr "" + +#: apps/budgeting/views.py:19 apps/ideas/views.py:33 apps/mapideas/views.py:17 +msgid "Most recent" +msgstr "" + +#: apps/budgeting/views.py:21 apps/ideas/views.py:35 apps/mapideas/views.py:19 +#: apps/topicprio/views.py:30 +msgid "Most popular" +msgstr "" + +#: apps/budgeting/views.py:22 apps/debate/filters.py:19 apps/ideas/views.py:36 +#: apps/mapideas/views.py:20 apps/topicprio/views.py:31 +msgid "Most commented" +msgstr "" + +#: apps/budgeting/views.py:86 +msgid "Your budget request has been deleted" +msgstr "" + +#: apps/captcha/fields.py:33 apps/captcha/fields.py:40 +msgid "Something about the answer to the captcha was wrong." +msgstr "" + +#: apps/captcha/fields.py:44 +msgid "Your answer to the captcha was wrong." +msgstr "" + +#: apps/cms/contacts/models.py:34 apps/users/forms.py:45 +msgid "I am not a robot" +msgstr "" + +#: apps/cms/contacts/models.py:36 +msgid "If you are having difficulty please contactus, details adjacent" +msgstr "" + +#: apps/cms/contacts/models.py:135 +msgid "I want to receive a copy of my message" +msgstr "" + +#: apps/cms/contacts/models.py:145 +msgid "Your message" +msgstr "" + +#: apps/cms/contacts/models.py:156 +msgid "Your email address" +msgstr "" + +#: apps/cms/contacts/models.py:167 +msgid "Your telephone number" +msgstr "" + +#: apps/cms/contacts/models.py:178 +msgid "Your name" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:4 +#, python-format +msgid "We received your message on %(site_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:6 +msgid "We received your message" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:10 +msgid "This is the data we received from you:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:13 +#, python-format +msgid "Your email address: %(sender_mail)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:16 +#, python-format +msgid "Your message: %(message)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:20 +#, python-format +msgid "Your telephone number: %(sender_phone)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:25 +#, python-format +msgid "Your Name: %(sender_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:30 +#, python-format +msgid "" +"This message was sent to %(receiver)s. It was sent because you wrote us a " +"message via our contact form and asked us to send you a copy." +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:16 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:30 +msgid "Send" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:31 +msgid "Your contact person" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:42 +msgid "You can find us here:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:52 +msgid "This is how you can contact us:" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/blocks/news_block.html:25 +msgid "display more" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/news_page.html:78 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:8 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:8 +msgid "Back to overview" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/blocks/download_block.html:3 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:87 +msgid "Download" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/includes/homepage_hero.html:16 +msgid "Header image: " +msgstr "" + +#: apps/cms/settings/helpers.py:8 +msgid "Please look {}here{} for more information." +msgstr "" + +#: apps/cms/use_cases/models.py:22 +msgid "Municipalities" +msgstr "" + +#: apps/cms/use_cases/models.py:23 +msgid "Citizen Assemblies" +msgstr "" + +#: apps/cms/use_cases/models.py:24 +msgid "Associations & NGOs" +msgstr "" + +#: apps/cms/use_cases/models.py:25 +msgid "Companies & Co-Operatives" +msgstr "" + +#: apps/cms/use_cases/models.py:26 +msgid "Politicians" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:17 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:100 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:50 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:94 +#, python-format +msgid "For %(category)s" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:28 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:106 +msgid "Visit Demosite" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:34 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:111 +msgid "View more examples" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +msgid "Share on Twitter" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:6 +msgid "Share on Facebook" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:8 +msgid "Share on Linkedin" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:79 +msgid "Choose Category" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:110 +msgid "Try it out!" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:111 +#, python-format +msgid "" +"Instead of just reading about it, you can test all the features of " +"%(platformname)s yourself on our demo platform." +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:112 +msgid "Visit the demo platform" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:80 +#, python-format +msgid "More examples for %(category)s" +msgstr "" + +#: apps/contrib/django_standard_messages.py:6 +msgid "You have signed out." +msgstr "" + +#: apps/contrib/django_standard_messages.py:7 +msgid "Verify Your E-mail Address" +msgstr "" + +#: apps/contrib/django_standard_messages.py:8 +msgid "You must type the same password each time." +msgstr "" + +#: apps/contrib/django_standard_messages.py:9 +#, python-format +msgid "You have confirmed %(email)s." +msgstr "" + +#: apps/contrib/django_standard_messages.py:10 +#, python-format +msgid "You cannot remove your primary e-mail address (%(email)s)." +msgstr "" + +#: apps/contrib/django_standard_messages.py:12 +msgid "" +"We have sent you an e-mail. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:16 +msgid "" +"We have sent an e-mail to you for verification. Follow the link provided to " +"finalize the signup process. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:20 +#, python-format +msgid "You must select a minimum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:21 +#, python-format +msgid "You must select a maximum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:22 +msgid "Ensure this field has no more than 4000 characters." +msgstr "" + +#: apps/contrib/mixins.py:5 +msgid "" +"I hereby confirm that the copyrights for this photo are with me or that I " +"have received rights of use from the author. I also confirm that the privacy " +"rights of depicted third persons are not violated. " +msgstr "" + +#: apps/contrib/mixins.py:29 +msgid "" +"You want to upload an image. Please check that you have the right of use for " +"the image." +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/filter_and_sort.html:3 +msgid "Filter bar " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:6 +msgid "View as list" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:12 +msgid "View as map" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:4 +msgid "Page navigation" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:9 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:10 +msgid "Previous page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:14 +msgid " of " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:19 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:20 +msgid "Next page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:29 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:29 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:20 +msgid "go to overview" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:98 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:107 +msgid "Actions" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:114 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:24 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:25 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:24 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:70 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:71 +msgid "Delete" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:118 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:4 +msgid "Give feedback" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:140 +msgid "Official Feedback" +msgstr "" + +#: apps/dashboard/blueprints.py:17 +msgid "Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:19 +msgid "" +"Participants can submit their own ideas and discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:33 +msgid "Spatial Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:35 +msgid "" +"Participants can submit their own ideas and locate them on a map. They can " +"also discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:49 +msgid "Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:51 +msgid "" +"In a first phase, participants can submit their own ideas and discuss the " +"ideas of others. In a second phase, the ideas can be rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:67 +msgid "Spatial Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:69 +msgid "" +"In a first phase, participants can submit their own ideas, mark them on a " +"map, and discuss the ideas of others. In a second phase, the ideas can be " +"rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:82 +msgid "Text Review" +msgstr "" + +#: apps/dashboard/blueprints.py:84 +msgid "" +"Participants can discuss the paragraphs of a text that you added beforehand." +msgstr "" + +#: apps/dashboard/blueprints.py:100 +msgid "" +"Participants can answer open and multiple choice questions and comment on " +"the poll." +msgstr "" + +#: apps/dashboard/blueprints.py:114 +msgid "Participatory budgeting" +msgstr "" + +#: apps/dashboard/blueprints.py:116 +msgid "" +"Participants can submit their own suggestions, mark them on a map, and add a " +"budget. The ideas of others can be discussed and rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:129 +msgid "Interactive Event" +msgstr "" + +#: apps/dashboard/blueprints.py:131 +msgid "" +"The participants of an event can ask their questions online. Other " +"participants can support the question. You as the moderator can sort the " +"questions by support or affiliation." +msgstr "" + +#: apps/dashboard/blueprints.py:147 +msgid "Prioritization" +msgstr "" + +#: apps/dashboard/blueprints.py:149 +msgid "" +"Participants can discuss and rate (pro/contra) previously added ideas and " +"topics. Participants cannot add ideas or topics." +msgstr "" + +#: apps/dashboard/blueprints.py:164 +msgid "Debate" +msgstr "" + +#: apps/dashboard/blueprints.py:166 +msgid "" +"Participants can discuss posted topics or questions. To do this, the " +"participants comment on posted topics / questions as well as on " +"contributions from other users." +msgstr "" + +#: apps/dashboard/forms.py:13 +msgid "Organisation name" +msgstr "" + +#: apps/dashboard/forms.py:28 apps/projects/overwrites.py:13 +msgid "" +"All users can see project tile and content and can participate (public)." +msgstr "" + +#: apps/dashboard/forms.py:35 apps/projects/overwrites.py:17 +msgid "" +"All users can see project tile and content, only invited users can " +"participate (semi-public)." +msgstr "" + +#: apps/dashboard/forms.py:42 apps/projects/overwrites.py:9 +msgid "" +"Only invited users can see project tile and content and can participate " +"(private)." +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/module_blueprint_list_tile.html:16 +msgid "Add module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:38 +msgid "Close" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:43 +msgid "Are you sure you want to publish your project?" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:46 +#, python-format +msgid "One module has not been added to the project." +msgid_plural "%(counter)s modules have not been added to the project." +msgstr[0] "" +msgstr[1] "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:4 +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:7 +msgid "New Module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:9 +msgid "" +"Please add a module from the list. You can later add more modules to the " +"project, edit them or remove them again." +msgstr "" + +#: apps/dashboard/views.py:56 +msgid "The module was created" +msgstr "" + +#: apps/dashboard/views.py:154 +msgid "Module is already added" +msgstr "" + +#: apps/dashboard/views.py:164 +msgid "Module cannot be added. Required fields are missing." +msgstr "" + +#: apps/dashboard/views.py:175 +msgid "The module is displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:180 +msgid "Module is already removed" +msgstr "" + +#: apps/dashboard/views.py:184 +msgid "Module cannot be removed from a published project." +msgstr "" + +#: apps/dashboard/views.py:196 +msgid "The module is no longer displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:203 +msgid "The module has been deleted" +msgstr "" + +#: apps/dashboard/views.py:210 +msgid "Module cannot be deleted. It has to be removed from the project first." +msgstr "" + +#: apps/dashboard/views.py:266 +msgid "Project was created." +msgstr "" + +#: apps/debate/dashboard.py:15 +msgid "Subjects" +msgstr "" + +#: apps/debate/filters.py:19 apps/debate/filters.py:34 +#: apps/topicprio/views.py:29 apps/topicprio/views.py:61 +msgid "Alphabetical" +msgstr "" + +#: apps/debate/models.py:20 +msgid "max 120 characters" +msgstr "" + +#: apps/debate/models.py:27 +msgid "" +"In addition to the title, you can insert an optional explanatory text (max. " +"350 char.). This field is only shown in the participation if it is filled " +"out." +msgstr "" + +#: apps/debate/phases.py:15 +msgid "Debate phase" +msgstr "" + +#: apps/debate/phases.py:16 +msgid "Debate subjects." +msgstr "" + +#: apps/debate/phases.py:17 +msgid "subject debate" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:30 +#, python-format +msgid " %(count)s Contribution " +msgid_plural " %(count)s Contributions " +msgstr[0] "" +msgstr[1] "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:37 +msgid "Discuss with us!" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:39 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:49 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:80 +msgid "Read more" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:4 +msgid "Confirm Subject Deletion" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:8 +msgid "Are you sure you want to delete the subject?" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:8 +msgid "Add a new subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:4 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:9 +#: apps/newsletters/models.py:30 +msgid "Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:13 +msgid "Add Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:8 +msgid "Edit subject" +msgstr "" + +#: apps/debate/views.py:103 +msgid "The subject has been deleted" +msgstr "" + +#: apps/documents/dashboard.py:15 +msgid "Document" +msgstr "" + +#: apps/documents/phases.py:15 +msgid "Comment phase" +msgstr "" + +#: apps/documents/phases.py:16 +msgid "commenting text" +msgstr "" + +#: apps/documents/phases.py:17 +msgid "Post comments on the paragraphs of the text" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:11 +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:18 +msgid "Table of Contents" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:53 +#, python-format +msgid "%(count)s Comment" +msgid_plural "%(count)s Comments" +msgstr[0] "" +msgstr[1] "" + +#: apps/documents/templates/a4_candy_documents/document_dashboard.html:5 +msgid "Edit document" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:10 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:15 +msgid "Previous Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:21 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:26 +msgid "Next Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:16 +msgid "back to chapter" +msgstr "" + +#: apps/documents/views.py:65 +msgid "Document has no chapters defined." +msgstr "" + +#: apps/ideas/models.py:37 apps/topicprio/models.py:36 +msgid "Add image" +msgstr "" + +#: apps/ideas/models.py:40 +msgid "Visualize your idea." +msgstr "" + +#: apps/ideas/phases.py:15 apps/interactiveevents/phases.py:15 +#: apps/mapideas/phases.py:15 +msgid "Issue phase" +msgstr "" + +#: apps/ideas/phases.py:16 +msgid "Create new ideas." +msgstr "" + +#: apps/ideas/phases.py:17 apps/ideas/phases.py:31 apps/ideas/phases.py:46 +#: apps/ideas/phases.py:58 apps/mapideas/phases.py:17 +#: apps/mapideas/phases.py:31 apps/mapideas/phases.py:48 +#: apps/mapideas/phases.py:60 apps/mapideas/phases.py:75 +msgid "ideas collection" +msgstr "" + +#: apps/ideas/phases.py:29 apps/mapideas/phases.py:29 +msgid "Collect phase" +msgstr "" + +#: apps/ideas/phases.py:30 +msgid "Create and comment on new ideas." +msgstr "" + +#: apps/ideas/phases.py:44 apps/mapideas/phases.py:44 +msgid "Rating phase" +msgstr "" + +#: apps/ideas/phases.py:45 +msgid "Rate the previously collected ideas." +msgstr "" + +#: apps/ideas/phases.py:56 apps/mapideas/phases.py:58 +msgid "Feedback phase" +msgstr "" + +#: apps/ideas/phases.py:57 apps/mapideas/phases.py:59 +msgid "Get feedback for collected ideas through rates and comments." +msgstr "" + +#: apps/ideas/phases.py:68 apps/mapideas/phases.py:70 +msgid "Collect ideas and get feedback" +msgstr "" + +#: apps/ideas/phases.py:69 +msgid "Create new ideas and get feedback through rates and comments." +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:4 +msgid "Confirm Idea Deletion" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:10 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:10 +msgid "Are you sure you want to delete the idea?" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:27 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:26 +msgid "Submit a new idea for this project" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:8 +msgid "Submit idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:26 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:26 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:26 +msgid "back to idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:31 +msgid "Feedback on this idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:31 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:31 +msgid "Edit idea" +msgstr "" + +#: apps/ideas/views.py:158 apps/mapideas/views.py:71 +msgid "Your Idea has been deleted" +msgstr "" + +#: apps/interactiveevents/dashboard.py:16 +msgid "Media" +msgstr "" + +#: apps/interactiveevents/dashboard.py:46 +msgid "Affiliations" +msgstr "" + +#: apps/interactiveevents/dashboard.py:48 +msgid "Edit affiliations" +msgstr "" + +#: apps/interactiveevents/forms.py:21 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/models.py:41 +msgid "Question" +msgstr "" + +#: apps/interactiveevents/models.py:47 +msgid "Characteristic" +msgstr "" + +#: apps/interactiveevents/models.py:79 +msgid "Event image" +msgstr "" + +#: apps/interactiveevents/models.py:80 +msgid "The image is displayed next to the event description." +msgstr "" + +#: apps/interactiveevents/phases.py:16 +msgid "Add question." +msgstr "" + +#: apps/interactiveevents/phases.py:17 +msgid "Speak Up" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:5 +msgid "Edit live stream" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:3 +msgid "" +"Here you can specify affiliations. Users must classify\n" +" questions accordingly. The questions can be filtered by affiliation and " +"evaluated in the\n" +" statistics." +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:22 +msgid "Add affiliation" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_form.html:18 +msgid "post" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:22 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:21 +msgid " Live now" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:9 +msgid "During this event you can ask questions live" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:25 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:70 +#, python-format +msgid " %(time_left)s remaining " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:29 +msgid "finished" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:32 +msgid "Interactive" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:50 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:81 +msgid "Read Less" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:62 +msgid "Type of event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:89 +msgid "Go to event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:11 +msgid "join in " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:19 +msgid "Enter event link" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:30 +msgid "Like questions" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:41 +msgid "Ask a question yourself!" +msgstr "" + +#: apps/interactiveevents/templatetags/react_interactiveevents.py:28 +msgid "" +"I confirm that I have read and accepted the {}terms of use{} and the {}data " +"protection policy{}." +msgstr "" + +#: apps/mapideas/forms.py:26 +msgid "Please locate your proposal on the map." +msgstr "" + +#: apps/mapideas/models.py:14 +msgid "Where can your idea be located on a map?" +msgstr "" + +#: apps/mapideas/models.py:16 +msgid "" +"Click inside the marked area or type in an address to set the marker. A set " +"marker can be dragged when pressed." +msgstr "" + +#: apps/mapideas/models.py:26 +msgid "Label of the ideas location" +msgstr "" + +#: apps/mapideas/models.py:27 +msgid "This could be an address or the name of a landmark." +msgstr "" + +#: apps/mapideas/phases.py:16 +msgid "Create new ideas, locate them on a map and comment on them." +msgstr "" + +#: apps/mapideas/phases.py:30 +msgid "Create new ideas located on a map and comment them." +msgstr "" + +#: apps/mapideas/phases.py:46 +msgid "Rate the previously collected ideas to get quantitative feedback." +msgstr "" + +#: apps/mapideas/phases.py:72 +msgid "" +"Create new ideas located on a map and get feedback through rates and " +"comments." +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:17 +msgid "Submit Idea" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:4 +#, python-format +msgid "Moderate %(name)s" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:30 +msgid "Moderate idea" +msgstr "" + +#: apps/maps/templates/a4_candy_maps/map_choose_polygon_with_preset_widget.html:6 +msgid "You can choose a preset for further customization." +msgstr "" + +#: apps/moderatorfeedback/fields.py:6 +msgid "Moderator feedback for items with fixed feedback choices" +msgstr "" + +#: apps/moderatorfeedback/models.py:12 +msgid "Under consideration" +msgstr "" + +#: apps/moderatorfeedback/models.py:13 +msgid "Rejected" +msgstr "" + +#: apps/moderatorfeedback/models.py:14 +msgid "Accepted" +msgstr "" + +#: apps/moderatorfeedback/models.py:21 +msgid "Official feedback" +msgstr "" + +#: apps/moderatorfeedback/models.py:23 +msgid "" +"The official feedback will appear below the idea, indicating your " +"organisation. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:38 +msgid "Processing status" +msgstr "" + +#: apps/moderatorfeedback/models.py:40 +msgid "" +"The editing status appears below the title of the idea in red, yellow or " +"green. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:61 +msgid "Moderator feedback" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:15 +msgid "Moderator remark" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:22 +msgid "Write down your remark!" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:24 +msgid "Note only visible internally within project." +msgstr "" + +#: apps/newsletters/forms.py:41 +msgid "Receivers are all users which follow the following project:" +msgstr "" + +#: apps/newsletters/forms.py:45 +msgid "Organisation" +msgstr "" + +#: apps/newsletters/forms.py:56 +msgid "Select a Project" +msgstr "" + +#: apps/newsletters/models.py:19 +msgid "Users following a specific project" +msgstr "" + +#: apps/newsletters/models.py:20 +msgid "Users following your organisation" +msgstr "" + +#: apps/newsletters/models.py:21 +msgid "Every initiator of your organisation" +msgstr "" + +#: apps/newsletters/models.py:22 +msgid "Every user of the platform" +msgstr "" + +#: apps/newsletters/models.py:29 +msgid "Sender" +msgstr "" + +#: apps/newsletters/models.py:34 +msgid "Email body" +msgstr "" + +#: apps/newsletters/models.py:36 +msgid "" +"When adding images, please ensure to set the width no larger than 600px." +msgstr "" + +#: apps/newsletters/models.py:40 +msgid "Sent" +msgstr "" + +#: apps/newsletters/models.py:43 +msgid "Receivers" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/emails/newsletter_email.en.email:10 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are registered on %(site_name)s. If you don't want to receive " +"newsletters anymore, you may disable them in your user account settings." +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:4 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:16 +msgid "Newsletter" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:8 +msgid "Create Newsletter" +msgstr "" + +#: apps/newsletters/views.py:57 +msgid "Newsletter has been saved and will be sent to the recipients." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:4 +#, python-format +msgid "Reaction to your contribution in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:6 +msgid "Reaction to your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:17 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:9 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:13 +#, python-format +msgid "%(actor_name)s commented on your post:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:21 +msgid "Would you like to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +msgid "View Post" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Visit the project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:28 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:33 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you added a contribution to the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:9 +msgid "Your contribution was deleted" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:18 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +#, python-format +msgid "" +"Your contribution in the project \"%(project_name)s\" was " +"deleted by the moderator." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +msgid "" +"Please pay attention to the basic rules when writing contributions. In this " +"way we create a pleasant atmosphere for an open exchange and achieve good " +"results." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:24 +msgid "Thank you very much!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:27 +msgid "Your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:40 +msgid "Show discussion" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:44 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:34 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"of your participation in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:9 +msgid "Feedback of the moderation" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:20 +#, python-format +msgid "" +"the moderator %(moderator_name)s of the project %(project_name)s gave " +"feedback on your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:24 +msgid "Here you can find your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:30 +msgid "Show contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:4 +#, python-format +msgid "Feedback for your contribution on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:6 +msgid "Feedback for your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:13 +#, python-format +msgid "%(organisation_name)s reacted on your contribution." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:17 +#, python-format +msgid "Your contribution is %(status)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:22 +#, python-format +msgid "Official feedback: %(feedback)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:26 +msgid "Do you want to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +msgid "Check your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:4 +#, python-format +msgid "Event in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:6 +msgid "Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:13 +#, python-format +msgid "The following event takes place on %(date)s:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:19 +msgid "Further information about the event can be found in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:24 +msgid "Show Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:23 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:23 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you are following the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:4 +#, python-format +msgid "Participation ends soon for %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:6 +msgid "Participation ends soon!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:13 +msgid "the online participation in the above mentioned project will end soon." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:16 +#, python-format +msgid "You can still participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:21 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:21 +msgid "Join now" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:4 +#, python-format +msgid "Here we go: %(project_name)s starts now!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:6 +msgid "Here we go!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:13 +msgid "Online participation for the above project has started." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:16 +#, python-format +msgid "You can participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:4 +#, python-format +msgid "New project %(project_name)s on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:6 +#, python-format +msgid "The new project %(project_name)s was created for %(organisation_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:10 +#, python-format +msgid "" +"%(creator_name)s has created the project %(project_name)s for " +"%(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:15 +msgid "Show project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are an intiator of %(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:4 +msgid "Deletion of project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:6 +#, python-format +msgid "The project %(name)s was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:10 +#, python-format +msgid "" +"The project \"%(name)s\" on the participation platform %(site_name)s was " +"deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:14 +#, python-format +msgid "" +"This email was sent to %(receiver)s. This email was sent to you because you " +"are an initiator of the organisation '%(organisation_name)s', in which a " +"project was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:7 +#, python-format +msgid "A comment was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:9 +#, python-format +msgid "An idea was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:11 +#, python-format +msgid "A proposal was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:13 +#, python-format +msgid "A contribution was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:21 +#, python-format +msgid "%(actor_name)s created a comment on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:23 +#, python-format +msgid "%(actor_name)s created an idea on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:25 +#, python-format +msgid "%(actor_name)s created a proposal on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:27 +#, python-format +msgid "%(actor_name)s created a contribution on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#, python-format +msgid "on the project %(project_name)s a comment was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the link below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the button below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#, python-format +msgid "on the project %(project_name)s an idea was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#, python-format +msgid "on the project %(project_name)s a proposal was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"on the project %(project_name)s a contribution was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +msgid "Check the comment" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +msgid "Check the idea" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +msgid "Check the proposal" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Check the contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:67 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are a moderator in the project." +msgstr "" + +#: apps/offlineevents/dashboard.py:13 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:9 +msgid "Offline Events" +msgstr "" + +#: apps/offlineevents/forms.py:15 apps/offlineevents/models.py:34 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:8 +msgid "Date" +msgstr "" + +#: apps/offlineevents/forms.py:15 +msgid "Time" +msgstr "" + +#: apps/offlineevents/models.py:27 +msgid "Event type" +msgstr "" + +#: apps/offlineevents/models.py:29 +msgid "" +"The content of this field is shown in the timeline. It should have no more " +"than 30 characters e.g. Information event or 3rd public workshop." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:4 +msgid "Confirm Offline Event Deletion" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:8 +msgid "Are you sure you want to delete the offline event?" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:4 +msgid "Create a new topic" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:7 +msgid "Add a new offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:4 +msgid "Offlineevents" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:13 +msgid "Add offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:18 +msgid "" +"Here, you can include events that take place as part of the participation " +"project." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:8 +msgid "Edit offline event" +msgstr "" + +#: apps/offlineevents/views.py:108 +msgid "The offline event has been deleted" +msgstr "" + +#: apps/organisations/forms.py:17 +msgid "Here you can find an example of an {}imprint{}." +msgstr "" + +#: apps/organisations/forms.py:18 +msgid "Here you can find an example of {}terms of use{}." +msgstr "" + +#: apps/organisations/forms.py:20 +msgid "Here you can find an example of a {}data protection policy{}." +msgstr "" + +#: apps/organisations/forms.py:22 +msgid "Here you can find an example of a {}netiquette{}." +msgstr "" + +#: apps/organisations/forms.py:34 +msgid "Instagram Post 1080x1080" +msgstr "" + +#: apps/organisations/forms.py:35 +msgid "Instagram Story 1080x1920" +msgstr "" + +#: apps/organisations/forms.py:36 +msgid "Linkedin 1104x736" +msgstr "" + +#: apps/organisations/forms.py:37 +msgid "Twitter 1200x675" +msgstr "" + +#: apps/organisations/forms.py:281 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:23 +msgid "Social Media" +msgstr "" + +#: apps/organisations/forms.py:285 +msgid "" +"Here you can create sharepics for social media that will help you get " +"publicity for your project. You can choose between different formats." +msgstr "" + +#: apps/organisations/forms.py:292 +msgid "Select Project" +msgstr "" + +#: apps/organisations/forms.py:297 +msgid "Please select a project of your organisation and click select." +msgstr "" + +#: apps/organisations/forms.py:316 +msgid "" +"This title will be displayed as a header. It should be max. {} characters " +"long." +msgstr "" + +#: apps/organisations/forms.py:325 +msgid "" +"This description will be displayed below the title. It should briefly state " +"the goal of the project in max. {} chars." +msgstr "" + +#: apps/organisations/forms.py:332 +msgid "Picture Upload" +msgstr "" + +#: apps/organisations/forms.py:336 +msgid "" +"The picture will be displayed in the sharepic. It must be min. {} pixel wide " +"and {} pixel tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/mixins.py:20 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/organisations/mixins.py:40 +msgid "" +"Please agree on the organisation's terms of use to be allowed to create " +"content." +msgstr "" + +#: apps/organisations/models.py:26 +msgid "Title of your organisation" +msgstr "" + +#: apps/organisations/models.py:29 +msgid "" +"The title of your organisation will be shown on the landing page. max. 100 " +"characters" +msgstr "" + +#: apps/organisations/models.py:37 +msgid "Short description of your organisation" +msgstr "" + +#: apps/organisations/models.py:39 +msgid "" +"The description will be displayed on the landing page. max. 800 characters" +msgstr "" + +#: apps/organisations/models.py:47 +msgid "Slogan" +msgstr "" + +#: apps/organisations/models.py:49 +msgid "" +"The slogan will be shown below the title of your organisation on the landing " +"page. The slogan can provide context or additional information to the title. " +"max. 200 characters" +msgstr "" + +#: apps/organisations/models.py:60 +msgid "Information about your organisation" +msgstr "" + +#: apps/organisations/models.py:62 +msgid "" +"You can provide general information about your participation platform to " +"your visitors. It’s also helpful to name a general person of contact for " +"inquiries. The information will be shown on a separate \"About\" page that " +"can be reached via the main menu." +msgstr "" + +#: apps/organisations/models.py:75 +msgid "Logo" +msgstr "" + +#: apps/organisations/models.py:77 +msgid "" +"The Logo representing your organisation. The image must be square and it " +"should be min. 200 pixels wide and 200 pixels tall and max. 800 pixels wide " +"and 800 pixels tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/models.py:92 +msgid "Please enter a full url which starts with https:// or http://" +msgstr "" + +#: apps/organisations/models.py:104 +msgid "Header image copyright" +msgstr "" + +#: apps/organisations/models.py:106 +msgid "Author, which is displayed in the header image." +msgstr "" + +#: apps/organisations/models.py:124 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:16 +#: adhocracy-plus/templates/email_base.html:75 +#: adhocracy-plus/templates/email_base.html:103 +#: adhocracy-plus/templates/footer.html:38 +#: adhocracy-plus/templates/footer_upper.html:17 +msgid "Imprint" +msgstr "" + +#: apps/organisations/models.py:126 +msgid "" +"Please provide all the legally required information of your imprint. The " +"imprint will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:133 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:16 +#: apps/users/forms.py:36 apps/users/forms.py:190 +#: adhocracy-plus/templates/email_base.html:79 +#: adhocracy-plus/templates/email_base.html:109 +#: adhocracy-plus/templates/footer.html:43 +#: adhocracy-plus/templates/footer_upper.html:25 +msgid "Terms of use" +msgstr "" + +#: apps/organisations/models.py:135 +msgid "" +"Please provide all the legally required information of your terms of use. " +"The terms of use will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:142 +#: adhocracy-plus/templates/email_base.html:106 +#: adhocracy-plus/templates/footer.html:48 +#: adhocracy-plus/templates/footer_upper.html:21 +msgid "Data protection policy" +msgstr "" + +#: apps/organisations/models.py:144 +msgid "" +"Please provide all the legally required information of your data protection. " +"The data protection policy will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:152 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:16 +#: adhocracy-plus/templates/footer.html:53 +#: adhocracy-plus/templates/footer_upper.html:30 +msgid "Netiquette" +msgstr "" + +#: apps/organisations/models.py:154 +msgid "" +"Please provide a netiquette for the participants. The netiquette helps " +"improving the climate of online discussions and supports the moderation." +msgstr "" + +#: apps/organisations/models.py:162 +msgid "is a supporting organisation" +msgstr "" + +#: apps/organisations/models.py:164 +msgid "" +"For supporting organisations, the banner asking for donations is not " +"displayed on their pages." +msgstr "" + +#: apps/organisations/models.py:169 +msgid "Default language for e-mails" +msgstr "" + +#: apps/organisations/models.py:174 +msgid "" +"All e-mails to unregistered users (invites) will be sent in this language." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:8 +msgid "Create Content" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:36 +msgid "Add a+ logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:53 +msgid "Add logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:62 +msgid "To view content changes, click refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:64 +msgid "To view the sharepic, click generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:81 +msgid "Refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:83 +msgid "Generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/includes/form_field.html:6 +msgid "Missing important field" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:16 +#: adhocracy-plus/templates/email_base.html:77 +msgid "Data protection" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:8 +msgid "Edit your organisation information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:24 +msgid "Language availability" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:25 +msgid "" +"Manage here the content of your page in the desired languages. You can add " +"or delete them." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:8 +msgid "Edit your legal information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:27 +msgid "More about " +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:28 +msgid "Find us on social media and share your insights of this participation." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:41 +msgid "Opens in new window" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:90 +msgid "" +"Currently, there are no public participation processes. Please check again " +"later." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:95 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here or read " +"more in About." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:99 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here." +msgstr "" + +#: apps/organisations/views.py:43 +msgid "Participate now!" +msgstr "" + +#: apps/organisations/views.py:45 +msgid "Upcoming participation" +msgstr "" + +#: apps/organisations/views.py:47 +msgid "Ended participation" +msgstr "" + +#: apps/organisations/views.py:90 +msgid "Organisation information successfully updated." +msgstr "" + +#: apps/organisations/views.py:121 +msgid "Legal information successfully updated." +msgstr "" + +#: apps/projects/admin.py:12 +msgid "archive" +msgstr "" + +#: apps/projects/admin.py:19 +msgid "dearchive" +msgstr "" + +#: apps/projects/dashboard.py:18 +#: apps/projects/templates/a4_candy_projects/project_participants.html:4 +#: apps/projects/templates/a4_candy_projects/project_participants.html:12 +msgid "Participants" +msgstr "" + +#: apps/projects/dashboard.py:45 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:4 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:12 +msgid "Moderators" +msgstr "" + +#: apps/projects/dashboard.py:76 +msgid "" +"Show insights with numbers of contributions and participants during the " +"participation process" +msgstr "" + +#: apps/projects/forms.py:43 apps/projects/views.py:246 +msgid "Invite users via email" +msgstr "" + +#: apps/projects/forms.py:48 apps/projects/views.py:247 +msgid "Invite users via file upload" +msgstr "" + +#: apps/projects/forms.py:49 +msgid "Upload a csv file containing email addresses." +msgstr "" + +#: apps/projects/forms.py:65 +msgid "Please enter email addresses or upload a file" +msgstr "" + +#: apps/projects/models.py:137 +msgid "active participants" +msgstr "" + +#: apps/projects/models.py:138 +msgid "comments" +msgstr "" + +#: apps/projects/models.py:139 +msgid "ratings" +msgstr "" + +#: apps/projects/models.py:143 +msgid "written ideas" +msgstr "" + +#: apps/projects/models.py:146 +msgid "poll answers" +msgstr "" + +#: apps/projects/models.py:149 +msgid "interactive event questions" +msgstr "" + +#: apps/projects/models.py:153 +msgid "" +"This session will provide you with valuable insights\n" +" into the number of individuals involved in the process\n" +" and help you make informed decisions based on the data" +msgstr "" + +#: apps/projects/serializers.py:95 +#, python-format +msgid "%(time_left)s remaining" +msgstr "" + +#: apps/projects/serializers.py:99 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:72 +msgid "more than 1 year remaining" +msgstr "" + +#: apps/projects/serializers.py:101 +#, python-format +msgid "Participation: from %(project_start)s" +msgstr "" + +#: apps/projects/serializers.py:107 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:105 +msgid "Participation ended. Read result." +msgstr "" + +#: apps/projects/serializers.py:237 +msgid "running" +msgstr "" + +#: apps/projects/serializers.py:242 +msgid "starts on {}" +msgstr "" + +#: apps/projects/serializers.py:250 +msgid "starts in the future" +msgstr "" + +#: apps/projects/serializers.py:252 +msgid "completed" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:4 +#, python-format +msgid "Invitation to moderate the project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:6 +#, python-format +msgid "Invitation to moderate project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:10 +#, python-format +msgid "" +"you are invited to moderate the project \"%(project_name)s\" on the " +"participation platform %(site_name)s. To be able to moderate and change the " +"project click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:15 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:15 +msgid "Accept invitation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to moderate a project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the semi-public project " +"\"%(project_name)s\" on the participation platform %(site_name)s. To " +"participate click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the private project \"%(project_name)s\" " +"on the participation platform %(site_name)s. To participate click on " +"\"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the semi-public project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the private project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:15 +msgid "Go to project" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you accepted the invitation to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:18 +#: apps/projects/templates/a4_candy_projects/project_detail.html:62 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:13 +msgid "Here you can find a decorative picture." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:26 +msgid "Project is private." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:32 +msgid "Project is semi-public." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:50 +msgid "Type of participation: " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:57 +#, python-format +msgid "%(num_entries)s Contribution" +msgid_plural "%(num_entries)s Contributions" +msgstr[0] "" +msgstr[1] "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:78 +#, python-format +msgid " %(abbr_unit)s " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgid "more than 1 year" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgctxt "abbreviation \"more than 1 year\"" +msgid "> 1 Y" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:86 +msgid "JOIN IN" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:88 +msgid "READ" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:97 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:99 +#, python-format +msgid " Participation: from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:12 +msgid "Timeline item" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:18 +#, python-format +msgid " from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:21 +#, python-format +msgid " on %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:9 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:21 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:22 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:8 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:19 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:20 +#: adhocracy-plus/templates/account/email.html:41 +#: adhocracy-plus/templates/socialaccount/connections.html:31 +msgid "Remove" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:31 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:29 +msgid "None" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:26 +msgid "Add" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:47 +msgid "Upload" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:4 +#, python-format +msgid "Invitation to %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:9 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:9 +#, python-format +msgid "Moderation invitation for %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:12 +msgid "" +"Please login to procceed. If you do not have an account, register and " +"revisit the invitation link." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:14 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:14 +msgid "Proceed to login" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:15 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:15 +#: apps/users/templates/a4_candy_users/indicator.html:60 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:24 +#: adhocracy-plus/templates/account/signup.html:4 +#: adhocracy-plus/templates/account/signup.html:7 +#: adhocracy-plus/templates/account/signup.html:69 +#: adhocracy-plus/templates/socialaccount/signup.html:49 +msgid "Register" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:12 +msgid "" +"You were invited by the initiator of the project. If you accept you will be " +"able to moderate the project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:16 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:19 +msgid "Accept" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:17 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:20 +msgid "Decline" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:4 +#, python-format +msgid "Project: %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:9 +#, python-format +msgid "Invitation to participate in the project \"%(project)s\"?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:12 +msgid "" +"For this you need an account. Please login with your account or register." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:9 +#, python-format +msgid "Do you want to join %(project)s?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:12 +#, python-format +msgid "" +"\n" +" You were invited by the initiator of the project. If you " +"accept you will be able to participate in the project with your username " +"\"%(user)s\".\n" +" If you want to join with a different profile please " +"login with your other profile and follow the invitation link again. If you " +"decline the invitation the link is not valid anymore.\n" +" " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:47 +msgid "This project is not yet published." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:97 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:32 +msgid "Participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:142 +msgid "Telephone" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:170 +msgid "Online participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:212 +#: adhocracy-plus/templates/a4modules/module_detail.html:124 +msgid "Participation is not possible at the moment." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:215 +#: adhocracy-plus/templates/a4modules/module_detail.html:127 +#, python-format +msgid "It starts on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:218 +#: adhocracy-plus/templates/a4modules/module_detail.html:130 +#, python-format +msgid "It continues on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:221 +#: adhocracy-plus/templates/a4modules/module_detail.html:133 +#, python-format +msgid "It ended on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:236 +#: apps/users/models.py:53 +#: adhocracy-plus/templates/a4modules/module_detail.html:148 +msgid "active" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:262 +#: adhocracy-plus/templates/a4modules/module_detail.html:172 +msgid "" +"This project is not publicly visible. Only invited users can see content and " +"actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:266 +#: adhocracy-plus/templates/a4modules/module_detail.html:178 +msgid "" +"This project is publicly visible. Invited users can actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:289 +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:4 +msgid "Insights" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:312 +msgid "No results yet." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:7 +msgid "Edit Moderators" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:10 +#: apps/projects/templates/a4_candy_projects/project_participants.html:10 +msgid "Pending Invitations" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_participants.html:7 +msgid "Edit Participants" +msgstr "" + +#: apps/projects/views.py:126 +msgid "Invitation succesfully removed." +msgstr "" + +#: apps/projects/views.py:129 +msgid "Invitation was already accepted or removed." +msgstr "" + +#: apps/projects/views.py:177 +msgid "Following users already accepted an invitation: " +msgstr "" + +#: apps/projects/views.py:185 +msgid "Following users are already invited: " +msgstr "" + +#: apps/projects/views.py:227 +msgid "Invite moderators via email" +msgstr "" + +#: apps/projects/views.py:228 +msgid "Invite moderators via file upload" +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderator invited." +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderators invited." +msgstr "" + +#: apps/projects/views.py:230 +msgid "Moderator successfully removed." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participant invited." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participants invited." +msgstr "" + +#: apps/projects/views.py:249 +msgid "Participant successfully removed." +msgstr "" + +#: apps/projects/views.py:261 +#, python-format +msgid "Project '%(name)s' was deleted successfully." +msgstr "" + +#: apps/topicprio/dashboard.py:15 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:9 +msgid "Topics" +msgstr "" + +#: apps/topicprio/phases.py:15 +msgid "Prioritize phase" +msgstr "" + +#: apps/topicprio/phases.py:16 +msgid "Prioritize and comment topics." +msgstr "" + +#: apps/topicprio/phases.py:17 +msgid "topic prioritization" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:4 +msgid "Confirm Topic Deletion" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:8 +msgid "Are you sure you want to delete the topic?" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:8 +msgid "Add a new topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:13 +msgid "Add Topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:8 +msgid "Edit topic" +msgstr "" + +#: apps/topicprio/views.py:146 +msgid "The topic has been deleted" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:8 +msgid "My dashboard" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:12 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:23 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:34 +msgid "Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:16 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:24 +msgid "Moderation" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:30 +msgid "My profile" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:36 +msgid "My user Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:48 +#: apps/users/templates/a4_candy_users/indicator.html:41 +#: apps/users/templates/a4_candy_users/user_detail.html:28 +msgid "Account Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:52 +#: apps/users/templates/a4_candy_users/user_detail.html:35 +msgid "Link to profile:" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:63 +#: apps/users/templates/a4_candy_users/user_detail.html:46 +msgid "Since" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:69 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:27 +#: adhocracy-plus/templates/footer.html:63 +msgid "Manual" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:76 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:107 +msgid "Initiator Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:89 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:125 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:153 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:196 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:17 +msgid "Home" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:140 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:178 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:206 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:24 +msgid "Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:162 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:209 +msgid "You are not yet following any projects." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:6 +msgid "Your User Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +msgid "My activity feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:41 +msgid "My Feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +msgid "Projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:12 +#: apps/users/templates/a4_candy_users/user_detail.html:77 +msgid "Following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_moderation_detail.html:13 +msgid "Back" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:11 +msgid "Selection of projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:19 +msgid "Projects I am following page" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:21 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "View more" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:33 +msgid "You are not active in any projects yet." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:40 +msgid "Last few activities on my account" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:47 +#: apps/users/templates/a4_candy_users/user_detail.html:100 +msgid "No activity yet. " +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "Account activity page" +msgstr "" + +#: apps/users/__init__.py:8 +msgid "" +"Enter a valid username. This value may contain only letters, digits, spaces " +"and @/./+/-/_ characters. It must start with a digit or a letter." +msgstr "" + +#: apps/users/admin.py:14 +msgid "Permissions" +msgstr "" + +#: apps/users/admin.py:15 +msgid "Important dates" +msgstr "" + +#: apps/users/emails.py:14 +msgid "" +"If you no longer want to receive any notifications, change the settings for " +"your {}account{}." +msgstr "" + +#: apps/users/emails.py:18 +msgid "" +"If you no longer want to receive notifications about this project, " +"unsubscribe from the {}project{}." +msgstr "" + +#: apps/users/fields.py:12 +msgid "Please enter correct email addresses, separated by commas." +msgstr "" + +#: apps/users/forms.py:22 +msgid "If you are having difficulty please contact us by {}email{}." +msgstr "" + +#: apps/users/forms.py:28 +msgid "Username/e-mail" +msgstr "" + +#: apps/users/forms.py:38 apps/users/forms.py:192 apps/users/models.py:73 +msgid "I would like to receive further information" +msgstr "" + +#: apps/users/forms.py:40 apps/users/forms.py:194 apps/users/models.py:76 +msgid "" +"Projects you are following can send you additional information via email." +msgstr "" + +#: apps/users/forms.py:50 apps/users/forms.py:204 +msgid "Your username will appear publicly next to your posts." +msgstr "" + +#: apps/users/forms.py:78 +msgid "Membership number of IG BCE" +msgstr "" + +#: apps/users/forms.py:80 +msgid "" +"The membership number consists of a seven-digit number and can be found on " +"the membership card." +msgstr "" + +#: apps/users/forms.py:87 +msgid "Date of birth" +msgstr "" + +#: apps/users/forms.py:89 +msgid "" +"Please also enter your date of birth in the format MM/DD/YYYY for " +"authentication. Only members of the IG BCE can participate." +msgstr "" + +#: apps/users/forms.py:96 +msgid "" +"I confirm that I have read and accepted the data protection policy of IG BCE." +msgstr "" + +#: apps/users/forms.py:108 apps/users/forms.py:148 +msgid "Something is wrong with the setup - please try again later" +msgstr "" + +#: apps/users/forms.py:114 +msgid "" +"There is already a participant with this membership number. Please check " +"your entry. If this is your membership number, please send an email to " +"\"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/forms.py:154 +msgid "" +"Unfortunately, the member number and / or date of birth could not be linked " +"to an active member account. Please check your input and try again. If you " +"still have problems, please contact \"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/models.py:22 +msgid "username" +msgstr "" + +#: apps/users/models.py:26 +msgid "" +"Required. 60 characters or fewer. Letters, digits, spaces and @/./+/-/_ only." +msgstr "" + +#: apps/users/models.py:35 +msgid "A user with that username already exists." +msgstr "" + +#: apps/users/models.py:36 +msgid "This username is invalid." +msgstr "" + +#: apps/users/models.py:41 +msgid "Email address" +msgstr "" + +#: apps/users/models.py:43 +msgid "Email is invalid or already taken." +msgstr "" + +#: apps/users/models.py:47 +msgid "staff status" +msgstr "" + +#: apps/users/models.py:49 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: apps/users/models.py:56 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: apps/users/models.py:64 +msgid "Send me email notifications" +msgstr "" + +#: apps/users/models.py:67 +msgid "" +"Designates whether you want to receive notifications. Unselect if you do not " +"want to receive notifications." +msgstr "" + +#: apps/users/models.py:84 +msgid "Biography" +msgstr "" + +#: apps/users/models.py:85 +msgid "Tell us about yourself in 255 characters!" +msgstr "" + +#: apps/users/models.py:91 +msgid "Twitter handle" +msgstr "" + +#: apps/users/models.py:97 +msgid "Facebook name" +msgstr "" + +#: apps/users/models.py:99 +msgid "" +"Your facebook name is the last part of the URL, when you access your profile." +msgstr "" + +#: apps/users/models.py:107 +#: apps/users/templates/a4_candy_users/user_detail.html:55 +msgid "Homepage" +msgstr "" + +#: apps/users/models.py:114 +msgid "Avatar picture" +msgstr "" + +#: apps/users/models.py:118 +msgid "Your preferred language" +msgstr "" + +#: apps/users/models.py:123 +msgid "" +"Specify your preferred language for the user interface and the notifications " +"of the platform." +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:7 +#: apps/users/templates/a4_candy_users/indicator.html:14 +#: apps/users/templates/a4_candy_users/indicator.html:18 +#: adhocracy-plus/templates/includes/header_mobile_toggle.html:9 +msgid "Menu" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:28 +#: adhocracy-plus/templates/email_base.html:40 +msgid "Hello" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:37 +msgid "Admin" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:39 +msgid "My Overview" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:49 +#: apps/users/templates/a4_candy_users/indicator.html:52 +msgid "Logout" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:58 +#: adhocracy-plus/templates/account/login.html:4 +#: adhocracy-plus/templates/account/login.html:7 +#: adhocracy-plus/templates/account/login.html:27 +msgid "Login" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:10 +msgid "User profile of " +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:17 +msgid "My user settings" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:61 +msgid "Facebook" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:67 +msgid "Twitter" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:76 +msgid "Selection of projects the are following" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:87 +msgid "This user is not active in any projects yet." +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:93 +msgid "List of last activities on their account" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:94 +msgid "Activities" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:191 +msgid "English" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:192 +msgid "German" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:193 +msgid "Dutch" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:194 +msgid "Kyrgyz" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:195 +msgid "Russian" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:338 +#: adhocracy-plus/config/settings/base.py:354 +msgid "Rich text editor" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:456 +msgid "suggestion" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:457 +msgid "note" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:458 +msgid "question" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:499 +msgid "Pin without icon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:500 +msgid "Diamond" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:501 +msgid "Triangle up" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:502 +msgid "Triangle down" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:503 +msgid "Ellipse" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:504 +msgid "Semi circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:505 +msgid "Hexagon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:506 +msgid "Rhomboid" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:507 +msgid "Star" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:508 +msgid "Square" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:509 +msgid "Octothorpe" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:510 +msgid "Rectangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:511 +msgid "Circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:512 +msgid "Right triangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:513 +msgid "Zigzag" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:517 +msgid "brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:518 +msgid "spatial brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:519 +msgid "idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:520 +msgid "spatial idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:521 +msgid "text review" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:522 +msgid "poll" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:524 +msgid "interactive event" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:525 +msgid "prioritization" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:526 +msgid "debate" +msgstr "" + +#: adhocracy-plus/templates/403.html:7 +msgid "You are not allowed to access this page." +msgstr "" + +#: adhocracy-plus/templates/403_csrf.html:5 +msgid "" +"The verification of your input has failed. Please reload the page and make " +"sure that your browser settings allow setting session cookies." +msgstr "" + +#: adhocracy-plus/templates/404.html:7 +msgid "This page could not be found." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:58 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:84 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:96 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:7 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:10 +msgid "Participation projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:62 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:86 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:101 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:10 +msgid "Communication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:68 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:88 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:108 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:7 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:10 +msgid "Organisation settings" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:12 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:14 +msgid "All projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:36 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:74 +msgid "Project ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:38 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:16 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:72 +msgid "Project not ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:89 +msgid "Module ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:91 +msgid "Module not ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:132 +msgid "Hide from project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:142 +msgid "Add to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:157 +msgid "Add Module" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:27 +msgid "Create a new Project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:7 +msgid "Communication options" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:6 +msgid "Project created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:7 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:4 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:26 +msgid "Create project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:22 +msgid "Fill in project details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:31 +msgid "No module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:33 +msgid "Module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:35 +msgid "Add participation module(s)" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:42 +msgid "Module not ready to be filled in" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:44 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:50 +msgid "Fill in module details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:46 +msgid "Module ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:59 +msgid "Module not ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:61 +msgid "Show module(s) in project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:63 +msgid "Module added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:65 +msgid "Add module(s) to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:76 +msgid "Publish project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:8 +msgid "Project type has been published" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:13 +msgid "The project has been published. You can add further modules." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:61 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:63 +msgid "more" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:78 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:98 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:113 +msgid "delete" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:106 +#, python-format +msgid " Are you sure you want to delete the project '%(project_name)s'? " +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:112 +msgid "cancel" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:18 +msgid "Results" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:16 +msgid "General information" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:18 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:28 +msgid "Missing important fields" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:26 +msgid "Legal information" +msgstr "" + +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:14 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:15 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:18 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:19 +msgid "Remove item" +msgstr "" + +#: adhocracy-plus/templates/a4images/image_upload_widget.html:32 +msgid "" +"Your image will be uploaded/removed once you save your changes at the end of " +"this page." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:46 +msgid "This project is in not published yet." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:86 +msgid "Previous" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:89 +msgid "of" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:92 +msgid "Next" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:195 +msgid "More questions from this online participation" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:4 +#, python-format +msgid "Moderation request in the project %(project_name)s on %(site_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:6 +#, python-format +msgid "Moderation request in the project %(project_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:10 +#, python-format +msgid "" +"User %(user_name)s reported a post in your project \"%(project_name)s\". It " +"is possible, the message could also be spam. As a moderator, you can review " +"the post and delete it if necessary. The following reasons were given:" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:18 +msgid "Review post" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:20 +#, python-format +msgid "" +"This email has been sent to %(receiver_mail)s. The email was sent to you as " +"you are the moderator of the project." +msgstr "" + +#: adhocracy-plus/templates/account/email.html:6 +#: adhocracy-plus/templates/account/email.html:9 +msgid "Email Addresses" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:12 +msgid "Main Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:14 +msgid "Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:15 +#: adhocracy-plus/templates/account/email.html:29 +msgid "Verified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:20 +msgid "Other Emails" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:31 +msgid "Unverified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:35 +msgid "Make Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:38 +msgid "Re-send Verification" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:62 +msgid "Add another Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:67 +msgid "Add Email" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:4 +msgid "Account Already Exists" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:8 +msgid "" +"You are receiving this e-mail because you or someone else tried to signup " +"for an\n" +" account using the e-mail address:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:15 +msgid "" +"However, an account using that e-mail address already exists. In case you " +"have\n" +" forgotten about this, please use the password forgotten procedure to " +"recover\n" +" your account:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:21 +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:15 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:6 +msgid "Reset password" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:4 +#, python-format +msgid "Please confirm your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:6 +#, python-format +msgid "Your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:10 +#, python-format +msgid "" +"this email address has been added to the user account \"%(username)s\" on " +"\"%(current_site)s\". Please confirm this address. If you did not add this " +"email address, you can ignore this email. We will not send you any further " +"emails." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:15 +msgid "Confirm your email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:4 +#, python-format +msgid "Please confirm your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:6 +#, python-format +msgid "Your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:10 +#, python-format +msgid "" +"You have registered with the username \"%(username)s\" on the participation " +"platform \"%(current_site)s\". Click \"Confirm email address\" to complete " +"your registration. As soon as you are registered, you can participate on " +"\"%(current_site)s\". If you haven't registered, you can ignore this message." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:15 +msgid "Confirm email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:4 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:4 +#, python-format +msgid "Reset password request for %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:6 +#, python-format +msgid "Password reset for your account %(username)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:10 +#, python-format +msgid "" +"you have requested a password reset. Please click on \"Reset password\" to " +"set a new password. If you have not requested a password reset, you can " +"ighnore this email and your %(current_site)s password stays unchanged." +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. You receive this email because your " +"password on %(current_site)s has been reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:10 +#, python-format +msgid "" +"You are receiving this e-mail because you or someone else has requested a " +"password for your user account. However, we do not have any record of a user " +"with email %(email)s in our database." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:13 +msgid "" +"This mail can be safely ignored if you did not request a password reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:16 +msgid "If it was you, you can sign up for an account using the link below." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:19 +#, python-format +msgid "If you need assistance, please contact %(contact_email)s." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:26 +#, python-format +msgid "" +"This email was sent to %(email)s. You have received the e-mail because the " +"reset of your password has been requested on %(current_site)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:4 +#: adhocracy-plus/templates/account/email_confirm.html:7 +msgid "Confirm Email Address" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:11 +#, python-format +msgid "" +"Please\n" +" confirm that %(email)s is an\n" +" email address for user %(user_display)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:17 +msgid "Confirm" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:21 +#, python-format +msgid "" +"This email confirmation link expired or is invalid.\n" +" Please issue a new email confirmation\n" +" request." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:9 +#, python-format +msgid "" +"If you have not created an account yet, then please register first." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:30 +msgid "Forgot Password?" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:4 +#: adhocracy-plus/templates/account/logout.html:7 +#: adhocracy-plus/templates/account/logout.html:15 +msgid "Sign Out" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:8 +msgid "Are you sure you want to sign out?" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:8 +msgid "Change your password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:22 +#: adhocracy-plus/templates/account/password_change.html:28 +msgid "Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:34 +msgid "Repeat password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:4 +#: adhocracy-plus/templates/account/password_reset.html:7 +msgid "Password Reset" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:12 +msgid "" +"Forgotten your password? Enter your email address below, and we'll send you " +"an email allowing you to reset it." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:18 +msgid "Reset My Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:20 +msgid "Please contact us if you have any trouble resetting your password." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:4 +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Change Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Bad Token" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:11 +#, python-format +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:20 +msgid "change password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:23 +msgid "Your password is now changed." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:9 +#, python-format +msgid "" +"Already have an account? Then please\n" +" login." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:24 +#: adhocracy-plus/templates/socialaccount/signup.html:28 +#, python-format +msgid "" +"\n" +" I confirm that I have read and accepted the terms of use and the data protection " +"policy.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:62 +#, python-format +msgid "" +"\n" +" With your account on %(platformname)s, you can take part in " +"every public participation project on this platform. This platform allows " +"organisations initiatives to conduct digital participation projects.\n" +" If you have any questions regarding the data protection on this " +"platform you can find further information here.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/base.html:58 +msgid "Skip to content " +msgstr "" + +#: adhocracy-plus/templates/base.html:99 +#, python-format +msgid "%(platformname)s is funded by donations." +msgstr "" + +#: adhocracy-plus/templates/base.html:101 +msgid "Donate now" +msgstr "" + +#: adhocracy-plus/templates/base.html:104 +#, python-format +msgid "Donate now to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:4 +msgid "Error" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:12 +#, python-format +msgid "Back to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:64 +msgid "Responsible for the participation project:" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:93 +#, python-format +msgid "%(platformname)s is a participation platform operated by" +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +#, python-format +msgid "" +"%(platformname)s is a platform provided by Liquid Democracy e.V. in Berlin." +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +msgid "" +"Only the respective operator of the offer is responsible for the editorial " +"content." +msgstr "" + +#: adhocracy-plus/templates/footer_upper.html:6 +msgid "Responsible for the content of this page:" +msgstr "" + +#: adhocracy-plus/templates/header.html:4 +msgid "Header" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:9 +msgid "Language selector, " +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:15 +msgid " selected" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:30 +msgid "select " +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:6 +msgid "Our projects" +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:11 +msgid "About" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:5 +#: adhocracy-plus/templates/socialaccount/connections.html:8 +msgid "Social Connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:9 +msgid "Remove existing connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:11 +msgid "" +"You can sign in to your account using any of the following third party\n" +" accounts. To remove them mark the one you would like to remove and " +"click the remove button" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:35 +msgid "" +"You currently have no social network accounts connected to this account." +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:5 +msgid "Signup" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:8 +msgid "Sign Up" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:10 +#, python-format +msgid "" +"You are about to use your %(provider_name)s account to login to\n" +"%(site_name)s. As a final step, please complete the following form:" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:6 +msgid "Login with social media account" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:22 +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:25 +msgid "Login with " +msgstr "" diff --git a/locale-fork/locale/de/LC_MESSAGES/djangojs.po b/locale-fork/locale/de/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000..7fab9a245 --- /dev/null +++ b/locale-fork/locale/de/LC_MESSAGES/djangojs.po @@ -0,0 +1,1410 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +msgid "Insert Collapsible Item" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +msgid "Title" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +msgid "Body text" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +msgid "Collapsible element" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:22 +#, javascript-format +msgid "hide one reply" +msgid_plural "hide %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:24 +#, javascript-format +msgid "view one reply" +msgid_plural "view %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:29 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:30 +msgid "Your reply here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/react_reports.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/react_reports.jsx:22 +msgid "" +"You want to report this content? Your message will be sent to the " +"moderation. The moderation will look at the reported content. The content " +"will be deleted if it does not meet our discussion rules (netiquette)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +msgid "Moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +msgid "Latest edit on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +msgid "Deleted by creator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +msgid "Deleted by moderator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +msgid "Do you really want to delete this comment?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: apps/documents/assets/ChapterNavItem.jsx:57 +#: apps/documents/assets/ChapterNavItem.jsx:62 +#: apps/documents/assets/ParagraphForm.jsx:133 +#: apps/documents/assets/ParagraphForm.jsx:138 +msgid "Delete" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Modal.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Modal.jsx:6 +msgid "Abort" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +msgid "Your comment here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:167 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:167 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +msgid "save changes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +msgid "cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +msgid "post" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +msgid "Please login to comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +msgid "The currently active phase doesn't allow to comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +msgid "Only invited users can actively participate." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +msgid "Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +msgctxt "defakts" +msgid "" +"This comment contains disinformation. Defakts uses an Artificial " +"Intelligence to scan content for disinformation. Disinformation often shows " +"certain characteristics that allow for a reliable identification." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +msgctxt "defakts" +msgid "Click to view the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +msgctxt "defakts" +msgid "Click to hide the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +msgctxt "defakts" +msgid "Read more" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +msgctxt "defakts" +msgid "Show less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +msgctxt "defakts" +msgid "Show info to users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +msgctxt "defakts" +msgid "Hide info from users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +msgid "Choose categories for your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +msgid "Share link" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +msgid "Categories: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +msgid "Entry successfully created" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +msgid "Read more..." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +msgid "Read less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +msgid "Share" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +msgid " Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +msgid "Show moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +msgid "Hide moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +msgid "Delete comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +msgid "Blocked by moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +msgid "hide replies" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +msgctxt "verb" +msgid "Reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +msgid "Click to view rest of comment text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +msgid "Click to hide expanded text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#, javascript-format +msgid "1 reply" +msgid_plural "%s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +msgid "Newest" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +msgid "Most up votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +msgid "Most down votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +msgid "Most answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +msgid "Last discussed" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +msgid "Show filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +msgid "Filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +msgid "Hide filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +msgid "Search contributions" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +msgid "Clear search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +msgid "display: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: apps/interactiveevents/assets/Filters.jsx:32 +#: apps/interactiveevents/assets/QuestionBox.jsx:57 +msgid "all" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +msgid "sorted by: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:14 +msgid "Highlighted" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +msgid "entry found for " +msgid_plural "entries found for " +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +msgid "Your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +msgid "Please add a comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +msgid "Something seems to have gone wrong, please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +msgid "Your reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: apps/interactiveevents/assets/QuestionForm.jsx:79 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:10 +msgid " characters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +msgid "Copy" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +msgid "Copied" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:26 +msgid "You will no longer be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:28 +msgid "You will be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:62 +msgid "Follow" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:63 +msgid "Following" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: apps/maps/assets/map-address.js:87 +msgid "No matches found within the project area" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: apps/maps/assets/map-address.js:90 +msgid "Did you mean:" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: apps/maps/assets/map_choose_polygon_with_preset.js:68 +msgid "Export polygon as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: apps/maps/assets/map_choose_polygon_with_preset.js:69 +#: apps/maps/assets/map_choose_polygon_with_preset.js:79 +#: apps/maps/assets/map_choose_polygon_with_preset.js:92 +msgid "Import polygon via file upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Alert.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Alert.jsx:6 +#: apps/dashboard/assets/ajax_modal.js:12 +#: apps/maps/assets/map_choose_polygon_with_preset.js:87 +msgid "Close" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: apps/maps/assets/map_choose_polygon_with_preset.js:94 +msgid "" +"Upload a polygon from a GeoJSON (.geojson) or a zipped Shapefile (.zip)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: apps/maps/assets/map_choose_polygon_with_preset.js:95 +msgid "" +"Note that uploading Shapefiles is not supported with Internet Explorer 10" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: apps/maps/assets/map_choose_polygon_with_preset.js:96 +msgid "Attention importing a file will delete the existing polygons." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: apps/maps/assets/map_choose_polygon_with_preset.js:101 +msgid "Upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: apps/maps/assets/map_choose_polygon_with_preset.js:108 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: apps/maps/assets/map_choose_polygon_with_preset.js:143 +#: apps/maps/assets/map_choose_polygon_with_preset.js:145 +msgid "The uploaded file is not a valid shapefile." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: apps/maps/assets/map_choose_polygon_with_preset.js:147 +msgid "The uploaded file could not be imported." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: apps/maps/assets/map_choose_polygon_with_preset.js:162 +msgid "The uploaded file is not a valid geojson file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: apps/maps/assets/map_choose_polygon_with_preset.js:167 +msgid "Invalid file format." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: apps/maps/assets/map_choose_polygon_with_preset.js:286 +msgid "Do you want to load this preset and delete all the existing polygons?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +msgid "person supports this proposal." +msgid_plural "persons support this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +msgid "person voted for this proposal." +msgid_plural "persons voted for this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +msgid "person commented on this proposal." +msgid_plural "persons commented on this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +msgctxt "noun" +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +msgid "remove" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +msgid " New Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +msgid "Multiple Choice question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +msgid "Open question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +msgid "The poll has been updated." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +msgid "The poll could not be updated. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: apps/documents/assets/DocumentManagement.jsx:324 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: apps/interactiveevents/assets/QuestionForm.jsx:67 +msgid "Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: apps/documents/assets/ChapterNavItem.jsx:33 +#: apps/documents/assets/ChapterNavItem.jsx:38 +#: apps/documents/assets/ParagraphForm.jsx:110 +#: apps/documents/assets/ParagraphForm.jsx:115 +msgid "Move up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: apps/documents/assets/ChapterNavItem.jsx:45 +#: apps/documents/assets/ChapterNavItem.jsx:50 +#: apps/documents/assets/ParagraphForm.jsx:122 +#: apps/documents/assets/ParagraphForm.jsx:127 +msgid "Move down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +msgid "Participants can vote for more than one option (multiple choice)" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +msgid "Participants can add their own answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +msgid "Other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +msgid "New answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +msgid "Multiple answers are possible." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +msgid "Your answer has been saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +msgid "" +"Your answer could not be saved. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +msgid "Your answer is invalid or empty. Please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +msgid "To poll" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Change answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Submit answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +msgid "Please login to answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +msgid "Show results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +msgid "Show preliminary results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +msgid "Please enter your answer in this field." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +msgid "Hide other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +msgid "Show other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#, javascript-format +msgid "%s participant gave 1 answer." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#, javascript-format +msgid "%s participant gave %s answers." +msgid_plural "%s participants gave %s answers." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +msgid "" +" For multiple choice questions the percentages may add up to more than 100%." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#, javascript-format +msgid "1 person has answered." +msgid_plural "%s people have answered." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +msgid "no one has answered this question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +msgid "Your choice" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +msgid "Click to vote up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +msgid "Click to vote down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:7 +msgid "Report sent" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:8 +msgid "Thank you! We are taking care of it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:9 +msgid "Your message" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:10 +msgid "Send Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +msgid "" +"Yes, I have read and agree to this organisation's %(linkStart)s terms of use " +"%(linkEnd)s." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/captcha/assets/captcheck.js:29 +msgid "Click for image-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:30 +msgid "Click for text-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:31 +msgid "Image mode" +msgstr "" + +#: apps/captcha/assets/captcheck.js:32 +msgid "Text mode" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:13 +msgid "Chapter title" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:55 +msgid "Add a new paragraph" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:9 +msgid "Chapter navigation" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:38 +msgid "Add a new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:18 +msgid "first chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:98 +msgid "new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:261 +msgid "The document has been updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:279 +msgid "The document could not be updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:295 +msgid "Contents" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:307 +msgid "Edit chapter" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:71 +msgid "Headline" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:88 +msgid "Paragraph" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:10 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:11 +msgid "" +"Answered questions will be displayed in the statistics according to the " +"chosen affiliation." +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:27 +msgid " Filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:28 +msgid "Click to view filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:29 +msgid "Click to only display marked questions" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:30 +msgid "Click to only display questions which are not hidden" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:31 +msgid "Click to order list by likes" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:4 +msgid "Info" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:5 +msgid "display question on screen" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:6 +msgid "add question to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:7 +msgid "hide question from audience" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:8 +msgid "mark question as answered" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:9 +msgid "is shown in front of a question? It has been marked by the moderation." +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:10 +msgid "Close information" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:11 +msgid "Open information" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:10 +msgid "Statistics" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:11 +msgid "Entries" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:12 +msgid "Click to view statistics of answered questions" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:13 +msgid "display on screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:14 +msgid "Click to view list of marked questions screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:27 +msgid "select affiliation" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:61 +msgid "Here you can ask your question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:69 +#: apps/interactiveevents/assets/QuestionForm.jsx:88 +msgid "Add Question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:97 +msgid "mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:98 +msgid "undo mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:99 +msgid "mark as done" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:100 +msgid "add to live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:101 +msgid "remove from live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:102 +msgid "add to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:103 +msgid "remove from shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionPresent.jsx:29 +#: apps/interactiveevents/assets/QuestionUser.jsx:52 +msgid "likes" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:51 +msgid "on shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:53 +msgid "add like" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:54 +msgid "undo like" +msgstr "" + +#: apps/interactiveevents/assets/StatisticsBox.jsx:46 +msgid "Questions Answered" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:8 +msgid "delete" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:9 +msgid "edit" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:10 +msgid "Moderator's feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:11 +msgid "Last edit was on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:9 +msgid "Write feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:11 +msgid "submit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:12 +msgid "update feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:12 +msgid "Your feedback was successfully delivered." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:13 +msgid "Your feedback was successfully updated." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:14 +msgid "Your feedback was successfully deleted." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:15 +msgid "" +"The comment has already been moderated. Your feedback could not be saved." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:16 +msgid "Go to discussion" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:17 +msgid "Comment blocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:18 +msgid "Comment unblocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:19 +msgid "Comment highlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:20 +msgid "Comment unhighlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:21 +msgid "Notification successfully marked as read." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:22 +msgid "Notification successfully marked as unread." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:23 +msgid "AI" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:24 +msgid "posted a {}comment{}" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:221 +#, javascript-format +msgid "This {}comment{} has been reported 1 time since it's creation" +msgid_plural "This {}comment{} has been reported %s times since it's creation" +msgstr[0] "" +msgstr[1] "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:240 +msgid "Mark as read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:241 +msgid "Mark as unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:253 +msgid "Last edited on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:255 +msgid "Created on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:7 +msgid "Block" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:8 +msgid "Unblock" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:9 +msgid "Blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:10 +msgid "Add feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:11 +msgid "This comment was blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:12 +msgid "Highlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:13 +msgid "Unhighlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:15 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:11 +msgid "Unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:16 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:10 +msgid "Read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:17 +msgid "Edit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:12 +msgid "View all" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:16 +msgid "Reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:17 +msgid "All comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:21 +msgid "Most reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:22 +msgid "Oldest" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:23 +msgid "Most recent" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:172 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:74 +msgid "By " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:173 +msgid "Load more" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:174 +msgid "Go to top" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:175 +msgid "Notifications of comments from project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:176 +msgid "Notification filters and sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:177 +msgid "Moderation project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:204 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:213 +msgid "Filter" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:222 +msgid "Sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:48 +msgid "Over 1 year left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:52 +msgid "left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:62 +msgid "1 year" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:73 +msgid "Loading..." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:75 +msgid " comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:76 +msgid " reports" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:77 +msgid "public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:78 +msgid "private" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:79 +msgid "semi-public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:80 +msgid "Notifications has unread comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:81 +msgid "Moderation dashboard overview" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:82 +msgid "Projects" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:83 +msgid "Projects I am moderating" +msgstr "" + +#: adhocracy-plus/assets/js/unload_warning.js:20 +msgid "If you leave this page changes you made will not be saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:11 +msgid "External Video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:12 +msgid "" +"Here you can find a video from Google (YouTube). To protect your data the " +"content will only be loaded after you give your consent. Only then will " +"YouTube set Cookies that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:13 +msgid "More information can be found in the privacy policy of Google under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "Link to video: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +msgid "Play video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:16 +msgid "External video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:17 +msgid "" +"Here you can find a video from Vimeo. To protect your data the content will " +"only be loaded after you give your consent. Only then will Vimeo set cookies " +"that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:18 +msgid "More information can be found in the privacy policy of Vimeo under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "play video" +msgstr "" diff --git a/locale-fork/locale/en/LC_MESSAGES/django.po b/locale-fork/locale/en/LC_MESSAGES/django.po new file mode 100644 index 000000000..3bd107a23 --- /dev/null +++ b/locale-fork/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,5230 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +msgid "" +"In this section, you can create\n" +"categories. If you create any, each contribution has to be assigned\n" +"to one of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +msgid "Add category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:55 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:30 +msgid "Dashboard" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:24 +msgid "Project Settings" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:49 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:103 +msgid "Missing fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:19 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:32 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:39 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:44 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:26 +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:30 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:43 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:27 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:22 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:23 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:23 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:6 +#: adhocracy-plus/templates/a4dashboard/project_list.html:13 +msgid "New Project" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +msgid "Phase" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:15 +#: adhocracy-plus/templates/a4dashboard/includes/blueprint_list_tile.html:17 +msgid "Select" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +msgid "Missing field for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:59 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:42 +msgid "Preview" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:8 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:14 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:9 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:44 +msgid "View" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#, python-format +msgid "%(value)s from %(max)s" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +msgid "required fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:12 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:57 +msgid "Publish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:19 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:35 +msgid "Unpublish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +msgid "Create project based on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:41 +msgid "" +"After saving the draft project you can further customize and edit your " +"project and eventually publish it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:46 +msgid "Create draft" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:31 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:14 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:38 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:51 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:10 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:13 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:14 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:43 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:29 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:14 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:42 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:29 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:13 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:13 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:45 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/project_list.html:9 +msgid "Projects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:25 +msgid "Finished" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:14 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:28 +msgid "semipublic" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:15 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:31 +msgid "private" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:112 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:19 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:20 +#: apps/projects/templates/a4_candy_projects/project_detail.html:117 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:19 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:50 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:73 +msgid "Duplicate" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: apps/projects/templates/a4_candy_projects/project_list.html:18 +#: adhocracy-plus/templates/a4dashboard/project_list.html:27 +msgid "We could not find any projects." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +msgid "Export" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +msgid "" +"You can export the results of your participation project as an excel file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +msgid "here you can export all ideas" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +msgid "here you can export all subjects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +msgid "here you can export all answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +msgid "here you can export all comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: apps/debate/filters.py:12 apps/ideas/views.py:29 apps/topicprio/views.py:21 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:4 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:10 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:11 +msgid "Search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: apps/contrib/templates/a4_candy_contrib/includes/form_checkbox_field.html:6 +#: apps/contrib/templates/a4_candy_contrib/includes/form_field.html:5 +#: adhocracy-plus/templates/account/signup.html:27 +#: adhocracy-plus/templates/account/signup.html:36 +#: adhocracy-plus/templates/socialaccount/signup.html:31 +msgid "This field is required" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +msgid "Remove category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:11 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:11 +msgid "Remove the picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:17 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:17 +msgid "Upload a picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +msgid "" +"\n" +" Your image will be uploaded/removed once you save your changes\n" +" at the end of this page.\n" +" " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +msgid "" +"In this section, you can create\n" +"labels. If you create any, each contribution can be assigned\n" +"to one or more of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +msgid "Add label" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:8 +msgid "" +"Participation is not possible at the moment. The poll has not been set up " +"yet." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:15 +msgid "Setup the poll by adding questions and answers in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +msgid "Edit poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:13 +#: apps/exports/mixins.py:19 +msgid "Categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:15 +msgid "Edit categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/fields.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/filters.py:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:24 +msgid "Category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:23 +msgid "Category name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:47 +msgid "Category icon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:36 +msgid "Type of category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:38 +msgid "" +"You can individualise the term category. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:46 +msgid "" +"Assign your proposal to a category. This automatically appears in the " +"display of your proposal. The list of all proposals can be filtered by " +"category." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:29 +msgid "Description/Helptext" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:31 +msgid "" +"You can individualise the description text. The description text is " +"displayed to the participants as help text when they have to assign their " +"ideas. The character limit is max. 300 characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:40 +#: apps/budgeting/exports.py:78 apps/debate/exports.py:68 +#: apps/documents/exports.py:41 apps/ideas/exports.py:77 +#: apps/mapideas/exports.py:78 apps/topicprio/exports.py:75 +msgctxt "noun" +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:48 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:16 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:17 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:18 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:18 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:20 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:18 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:20 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:78 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:178 +msgid "Please choose a category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:92 +#: apps/userdashboard/serializers.py:64 +msgid "unknown user" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/api.py:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:115 +msgid "Please agree to the organisation's terms of use." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:15 +msgid "Please choose one or more categories." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:24 +msgid "The project has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:51 +msgid "The module has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:13 +msgid "Basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:15 +msgid "Edit basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:23 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:19 +#: apps/projects/templates/a4_candy_projects/project_detail.html:87 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:23 +msgid "Information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:25 +msgid "Edit project information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:33 +#: apps/projects/dashboard.py:86 +#: apps/projects/templates/a4_candy_projects/project_detail.html:107 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:41 +msgid "Result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:35 +#: apps/projects/dashboard.py:88 +msgid "Edit project result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:43 +msgid "Basic information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:45 +msgid "Edit basic module information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:53 +msgid "Phases" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:55 +msgid "Edit phases information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:64 +msgid "Area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:65 +msgid "Edit area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:15 +#: apps/budgeting/views.py:27 +msgid "Archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:33 +#: apps/budgeting/views.py:31 +msgid "All" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:20 +#: apps/budgeting/views.py:32 +msgid "No" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:21 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:15 +#: apps/budgeting/views.py:33 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:15 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:16 +msgid "Yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:80 +msgid "All users can participate (public)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:83 +msgid "Only invited users can participate (private)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:91 +#: apps/projects/templates/a4_candy_projects/project_detail.html:134 +msgid "Contact for questions" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:93 +msgid "" +"Please name a contact person. The user will then know who is carrying out " +"this project and to whom they can address possible questions. The contact " +"person will be shown in the information tab on the project page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:99 +msgid "More contact possibilities" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:66 +msgid "End date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +msgid "End time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:64 +msgid "Start date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +msgid "Start time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/mixins.py:209 +msgid "Project successfully duplicated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:73 +msgid "Project successfully created." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:164 +#: apps/dashboard/views.py:133 +msgid "Invalid action" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:181 +msgid "Project is already published" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:186 +msgid "Project cannot be published. No module is added." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:202 +msgid "Project cannot be published. Required fields are missing." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:211 +msgid "Project cannot be published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:221 +msgid "the project has been published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:226 +msgid "Project is already unpublished" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:234 +msgid "the project has been unpublished." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:17 +msgid "Comment count" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:80 +msgid "Reply to Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:99 +msgid "Reply to Reference" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:15 +msgid "Creator" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:41 +#: apps/budgeting/exports.py:79 apps/debate/exports.py:69 +#: apps/documents/exports.py:42 apps/ideas/exports.py:78 +#: apps/mapideas/exports.py:79 apps/topicprio/exports.py:76 +msgid "Created" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:36 +msgid "Link" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:52 +msgid "Location (Longitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:54 +msgid "Location (Latitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:56 +msgid "Location label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:13 +#: apps/ideas/models.py:46 apps/topicprio/models.py:50 +msgid "Labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:61 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:72 +msgid "Reference No." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:81 +msgid "Status" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:83 +msgid "Feedback" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:107 +#: apps/moderatorremark/models.py:14 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:5 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:21 +msgid "Remark" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:16 +msgid "Positive ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:18 +msgid "Negative ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:91 +msgid "yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:92 +msgid "no" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:76 +#: apps/contrib/widgets.py:59 +msgid "Ordering" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/fields.py:19 +#, python-format +msgid "Time of %(date_label)s" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:70 +#, python-brace-format +msgid "" +"{help_prefix} It must be min. {min_resolution[0]} pixel wide and " +"{min_resolution[1]} pixel tall. Allowed file formats are {fileformats_str}. " +"The file size should be max. {max_size_mb} MB." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:87 +#, python-brace-format +msgid "{image_name} copyright" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:90 +#, python-brace-format +msgid "Copyright shown in the {image_name}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:103 +#, python-brace-format +msgid "{image_name} alt text" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:106 +msgid "" +"An alternate text serves as a textual description of the image content and " +"is read out by screen readers. Describe the image in max. 80 characters. " +"Example: A busy square with people in summer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:35 +msgid "Please add copyright information." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:45 +msgid "Please add an alternative text for this image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:26 +msgid "Unsupported file format. Supported formats are {}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:33 +#: apps/organisations/forms.py:362 +#, python-brace-format +msgid "Image should be at most {max_size} MB" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:41 +#: apps/organisations/forms.py:370 +#, python-brace-format +msgid "Image must be at least {min_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:49 +#: apps/organisations/forms.py:380 +#, python-brace-format +msgid "Image must be at least {min_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:55 +#, python-brace-format +msgid "Image must be at most {max_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:58 +#, python-brace-format +msgid "Image must be at most {max_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:67 +#, python-brace-format +msgid "Image aspect ratio should be {aspect_width}:{aspect_height}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/widgets.py:28 +msgid "Select a picture from your local folder." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:15 +msgid "Edit labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/filters.py:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:10 +msgid "Label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:12 +msgid "Type of label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:14 +msgid "" +"You can individualise the term label. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:22 +msgid "" +"Specify your proposal with one or more labels. These will automatically " +"appear in the display of your proposal. In addition, the list of all " +"proposals can be filtered by labels." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Polygon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:19 +msgid "" +"Enter a valid GeoJSON object. To initialize a new areasetting enter the " +"string \"false\" without quotation marks." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:16 +msgid "Geometry as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:34 +msgid "Please add a Marker on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:39 +msgid "Please draw a Polygon on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Please draw an area on the map." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:14 +msgid "Modified" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:74 +msgid "Title of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:76 +msgid "" +"This title will appear in the timeline and the header on the module and " +"project detail pages. It should be max. 512 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:85 +msgid "Short description of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:87 +msgid "" +"This short description will appear on the header of the module and project " +"detail pages. It should briefly state the goal of the module in max. 512 " +"chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +msgid "day" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgid "days" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +msgid "hour" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgid "hours" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +msgid "minute" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgid "minutes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +msgid "second" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgid "seconds" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgctxt "abbreviation for day(s)" +msgid "D" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgctxt "abbreviation for hour(s)" +msgid "H" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgctxt "abbreviation for minute(s)" +msgid "M" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgctxt "abbreviation for second(s)" +msgid "S" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:24 +msgid "Phases cannot run at the same time and must follow after each other." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:31 +msgid "Phases need to be in same order as in form." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:59 +#: apps/newsletters/models.py:28 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:7 +msgid "Name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:60 +#: apps/activities/models.py:22 apps/debate/models.py:25 +#: apps/ideas/models.py:34 apps/offlineevents/models.py:36 +#: apps/organisations/forms.py:322 apps/topicprio/forms.py:14 +#: apps/topicprio/models.py:32 +msgid "Description" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:84 +msgid "End date can not be before start date." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:92 +msgid "Either both or no date has to be set." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:155 +msgid "Please specify your answer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:169 +msgid "Key error for {}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:171 +msgid "Choice not found." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:190 +msgid "Duplicate choices detected." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:193 +msgid "Multiple choice disabled for question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:15 +#: apps/dashboard/blueprints.py:98 +msgid "Poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:44 +#: apps/budgeting/dashboard.py:14 apps/debate/dashboard.py:65 +#: apps/documents/dashboard.py:50 apps/ideas/dashboard.py:14 +#: apps/mapideas/dashboard.py:14 apps/topicprio/dashboard.py:65 +msgid "Export Excel" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:39 +#: apps/budgeting/exports.py:77 apps/debate/exports.py:67 +#: apps/documents/exports.py:40 apps/ideas/exports.py:76 +#: apps/mapideas/exports.py:77 apps/topicprio/exports.py:74 +msgid "ID" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:41 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:68 +msgid "Questions with open answers cannot have multiple choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:77 +msgid "" +"Question with choices cannot become open question. Delete choices or add new " +"open question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:140 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:258 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:151 +msgid "Only open questions can have answers." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:187 +msgid "Open questions cannot have choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:193 +msgid "" +"\"Other\" cannot be the only choice. Use open question or add more choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:204 +msgid "Question already has \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:265 +msgid "Other vote can only be created for vote on \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:287 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:16 +msgctxt "A4: voting phase name" +msgid "Voting phase" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:18 +msgctxt "A4: voting phase description" +msgid "Answer the questions and comment on the poll." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:20 +msgid "polls" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:16 +#, python-format +msgid "Item of type %(item)s for that module already exists" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:28 +msgid "Question has to belong to the poll set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:39 +msgid "Choice has to belong to the question set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:57 +msgid "Only one vote per choice is allowed per user." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:10 +#: apps/newsletters/forms.py:38 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:12 +msgid "Project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:63 +#: apps/projects/admin.py:38 +msgid "Information and result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:69 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:4 +#: apps/projects/admin.py:44 +msgid "Settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:81 +#: apps/projects/admin.py:58 +msgid "Images" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:93 +#: apps/projects/admin.py:70 adhocracy-plus/templates/email_base.html:112 +#: adhocracy-plus/templates/footer.html:58 +msgid "Contact" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:13 +msgid "public" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/mixins.py:173 +msgid "Final Results" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:42 +msgid "" +"Phone numbers can only contain digits, spaces and the following characters: " +"-, +, (, ). It has to be between 8 and 20 characters long." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:49 +msgid "Postal address" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:52 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_detail.html:146 +msgid "Email" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:55 +msgid "Contact person" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:59 +msgid "Phone" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:62 +#: apps/projects/templates/a4_candy_projects/project_detail.html:151 +msgid "Website" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:72 +msgid "Can your project be located on the map?" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:74 +msgid "" +"Locate your project. Click inside the marked area or type in an address to " +"set the marker. A set marker can be dragged when pressed." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:86 +msgid "Administrative district" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:174 +msgid "Title of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:176 +msgid "" +"This title will appear on the teaser card and on top of the project detail " +"page. It should be max. 120 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:189 +msgid "Short description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:191 +msgid "" +"This short description will appear on the header of the project and in the " +"teaser. It should briefly state the goal of the project in max. 250 chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:200 +msgid "Description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:202 +msgid "" +"This description should tell participants what the goal of the project is, " +"how the project’s participation will look like. It will be always visible in " +"the „Info“ tab on your project’s page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:211 +msgid "Results of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:213 +msgid "" +"Here you should explain what the expected outcome of the project will be and " +"how you are planning to use the results. If the project is finished you " +"should add a summary of the results." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:220 +msgid "Access to the project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:231 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:232 +#: apps/organisations/models.py:97 +msgid "Header image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:226 +#: apps/organisations/models.py:98 +msgid "The image will be shown as a decorative background image." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:235 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:241 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:242 +msgid "Tile image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:236 +msgid "The image will be shown in the project tile." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:255 +msgid "Project is archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:257 +msgid "" +"Archived projects are not shown in the project overview. For project " +"initiators they are still visible in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Project topics" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Add topics to your project." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:46 +msgid "{}. Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:55 +msgid "Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/templatetags/react_reports.py:28 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:123 +msgid "Report" +msgstr "" + +#: apps/account/forms.py:63 apps/organisations/mixins.py:58 +msgid "Yes, I have read and agree to this organisation's {}terms of use{}." +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:4 +msgid "User Dashboard" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:11 +msgid "User Dashboard navigation" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:22 +#: apps/users/templates/a4_candy_users/user_detail.html:12 +msgid "Profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:29 +#: adhocracy-plus/templates/account/password_change.html:5 +#: adhocracy-plus/templates/account/password_change.html:40 +msgid "Change password" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:36 +msgid "Email addresses" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:43 +msgid "Account Connections" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:50 +#: apps/account/templates/a4_candy_account/user_agreements.html:5 +#: apps/account/templates/a4_candy_account/user_agreements.html:7 +msgid "User Agreements" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:5 +msgid "Your user profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:7 +msgid "Your profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:22 +#: apps/account/templates/a4_candy_account/user_agreements.html:36 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:47 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:19 +msgid "Save changes" +msgstr "" + +#: apps/account/templates/a4_candy_account/user_agreements.html:8 +msgid "Here you can edit all your agreements" +msgstr "" + +#: apps/account/views.py:27 +msgid "Your profile was successfully updated." +msgstr "" + +#: apps/account/views.py:49 +msgid "Your agreements were successfully updated." +msgstr "" + +#: apps/actions/blocks.py:8 +msgid "Heading" +msgstr "" + +#: apps/actions/blocks.py:9 +msgid "Count" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:8 +#, python-format +msgid "%(name)s added a new comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:10 +#, python-format +msgid "%(name)s updated a comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:12 +#, python-format +msgid "%(name)s added a new item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:14 +#, python-format +msgid "%(name)s updated an item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:16 +msgid "New participation started" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:18 +msgid "Participation phase will end soon:" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:23 +#, python-format +msgid "on %(name)s" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:18 +#, python-format +msgid "" +"\n" +" %(name)s left a comment on your contribution\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:23 +#, python-format +msgid "" +"\n" +" %(name)s left a reply to your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:30 +#, python-format +msgid "" +"\n" +" Your comment received feedback from moderation\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:35 +#, python-format +msgid "" +"\n" +" Moderation updated feedback " +"on your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:41 +#, python-format +msgid "" +"\n" +" on %(name)s\n" +" " +msgstr "" + +#: apps/activities/dashboard.py:14 +msgid "Face-to-Face Information" +msgstr "" + +#: apps/activities/models.py:12 apps/debate/models.py:20 +#: apps/ideas/models.py:33 apps/offlineevents/models.py:24 +#: apps/organisations/forms.py:313 apps/topicprio/models.py:30 +msgid "Title" +msgstr "" + +#: apps/activities/models.py:15 +msgid "Highlighted Info" +msgstr "" + +#: apps/activities/models.py:17 +msgid "" +"Highlight important information like the time or location of your face-to-" +"face event" +msgstr "" + +#: apps/activities/phases.py:14 +msgid "Face to face phase" +msgstr "" + +#: apps/activities/phases.py:15 +msgid "Show information about the face-to-face event/phase." +msgstr "" + +#: apps/activities/phases.py:16 +msgid "facetoface" +msgstr "" + +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:7 +msgid "Edit face to face participation information" +msgstr "" + +#: apps/budgeting/models.py:22 +msgid "Required Budget" +msgstr "" + +#: apps/budgeting/models.py:26 +msgid "Proposal is archived" +msgstr "" + +#: apps/budgeting/models.py:28 +msgid "" +"Exclude this proposal from all listings by default. You can still access " +"this proposal by using filters." +msgstr "" + +#: apps/budgeting/phases.py:15 +msgid "Request phase" +msgstr "" + +#: apps/budgeting/phases.py:17 +msgid "Post ideas with budget proposals, comment on them and rate them." +msgstr "" + +#: apps/budgeting/phases.py:19 adhocracy-plus/config/settings/base.py:523 +msgid "participatory budgeting" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:7 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:9 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:8 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:8 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:10 +msgid "Positive Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:11 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:13 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:14 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:12 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:14 +msgid "Negative Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:4 +msgid "Confirm Proposal Deletion" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:10 +msgid "Are you sure you want to delete the proposal?" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:4 +msgid "Create a new proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:10 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:16 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:17 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:17 +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:16 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:7 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:16 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:8 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:7 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:11 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:9 +#: adhocracy-plus/templates/a4modules/module_detail.html:100 +msgid "breadcrumbs" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:21 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:24 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:24 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:21 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:21 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:20 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:15 +msgid "go back" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:25 +msgid "Submit a new proposal for this project" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:33 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:29 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:33 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:33 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:9 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:10 +msgid "" +"An error occured while evaluating your data. Please check the data you " +"entered again." +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:17 +msgid "Submit proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:35 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:35 +msgid "Zoom in" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:36 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:36 +msgid "Zoom out" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:58 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:23 +#: apps/debate/templates/a4_candy_debate/subject_list.html:19 +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:58 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:24 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:23 +#: apps/topicprio/templates/a4_candy_topicprio/topic_list.html:19 +msgid "Nothing to show" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:4 +msgid "Moderate" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:26 +msgid "back to proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:25 +msgid "Moderate proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:4 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:4 +#, python-format +msgid "Edit %(title)s" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:31 +msgid "Edit proposal" +msgstr "" + +#: apps/budgeting/views.py:19 apps/ideas/views.py:33 apps/mapideas/views.py:17 +msgid "Most recent" +msgstr "" + +#: apps/budgeting/views.py:21 apps/ideas/views.py:35 apps/mapideas/views.py:19 +#: apps/topicprio/views.py:30 +msgid "Most popular" +msgstr "" + +#: apps/budgeting/views.py:22 apps/debate/filters.py:19 apps/ideas/views.py:36 +#: apps/mapideas/views.py:20 apps/topicprio/views.py:31 +msgid "Most commented" +msgstr "" + +#: apps/budgeting/views.py:86 +msgid "Your budget request has been deleted" +msgstr "" + +#: apps/captcha/fields.py:33 apps/captcha/fields.py:40 +msgid "Something about the answer to the captcha was wrong." +msgstr "" + +#: apps/captcha/fields.py:44 +msgid "Your answer to the captcha was wrong." +msgstr "" + +#: apps/cms/contacts/models.py:34 apps/users/forms.py:45 +msgid "I am not a robot" +msgstr "" + +#: apps/cms/contacts/models.py:36 +msgid "If you are having difficulty please contactus, details adjacent" +msgstr "" + +#: apps/cms/contacts/models.py:135 +msgid "I want to receive a copy of my message" +msgstr "" + +#: apps/cms/contacts/models.py:145 +msgid "Your message" +msgstr "" + +#: apps/cms/contacts/models.py:156 +msgid "Your email address" +msgstr "" + +#: apps/cms/contacts/models.py:167 +msgid "Your telephone number" +msgstr "" + +#: apps/cms/contacts/models.py:178 +msgid "Your name" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:4 +#, python-format +msgid "We received your message on %(site_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:6 +msgid "We received your message" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:10 +msgid "This is the data we received from you:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:13 +#, python-format +msgid "Your email address: %(sender_mail)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:16 +#, python-format +msgid "Your message: %(message)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:20 +#, python-format +msgid "Your telephone number: %(sender_phone)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:25 +#, python-format +msgid "Your Name: %(sender_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:30 +#, python-format +msgid "" +"This message was sent to %(receiver)s. It was sent because you wrote us a " +"message via our contact form and asked us to send you a copy." +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:16 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:30 +msgid "Send" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:31 +msgid "Your contact person" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:42 +msgid "You can find us here:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:52 +msgid "This is how you can contact us:" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/blocks/news_block.html:25 +msgid "display more" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/news_page.html:78 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:8 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:8 +msgid "Back to overview" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/blocks/download_block.html:3 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:87 +msgid "Download" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/includes/homepage_hero.html:16 +msgid "Header image: " +msgstr "" + +#: apps/cms/settings/helpers.py:8 +msgid "Please look {}here{} for more information." +msgstr "" + +#: apps/cms/use_cases/models.py:22 +msgid "Municipalities" +msgstr "" + +#: apps/cms/use_cases/models.py:23 +msgid "Citizen Assemblies" +msgstr "" + +#: apps/cms/use_cases/models.py:24 +msgid "Associations & NGOs" +msgstr "" + +#: apps/cms/use_cases/models.py:25 +msgid "Companies & Co-Operatives" +msgstr "" + +#: apps/cms/use_cases/models.py:26 +msgid "Politicians" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:17 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:100 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:50 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:94 +#, python-format +msgid "For %(category)s" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:28 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:106 +msgid "Visit Demosite" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:34 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:111 +msgid "View more examples" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +msgid "Share on Twitter" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:6 +msgid "Share on Facebook" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:8 +msgid "Share on Linkedin" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:79 +msgid "Choose Category" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:110 +msgid "Try it out!" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:111 +#, python-format +msgid "" +"Instead of just reading about it, you can test all the features of " +"%(platformname)s yourself on our demo platform." +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:112 +msgid "Visit the demo platform" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:80 +#, python-format +msgid "More examples for %(category)s" +msgstr "" + +#: apps/contrib/django_standard_messages.py:6 +msgid "You have signed out." +msgstr "" + +#: apps/contrib/django_standard_messages.py:7 +msgid "Verify Your E-mail Address" +msgstr "" + +#: apps/contrib/django_standard_messages.py:8 +msgid "You must type the same password each time." +msgstr "" + +#: apps/contrib/django_standard_messages.py:9 +#, python-format +msgid "You have confirmed %(email)s." +msgstr "" + +#: apps/contrib/django_standard_messages.py:10 +#, python-format +msgid "You cannot remove your primary e-mail address (%(email)s)." +msgstr "" + +#: apps/contrib/django_standard_messages.py:12 +msgid "" +"We have sent you an e-mail. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:16 +msgid "" +"We have sent an e-mail to you for verification. Follow the link provided to " +"finalize the signup process. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:20 +#, python-format +msgid "You must select a minimum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:21 +#, python-format +msgid "You must select a maximum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:22 +msgid "Ensure this field has no more than 4000 characters." +msgstr "" + +#: apps/contrib/mixins.py:5 +msgid "" +"I hereby confirm that the copyrights for this photo are with me or that I " +"have received rights of use from the author. I also confirm that the privacy " +"rights of depicted third persons are not violated. " +msgstr "" + +#: apps/contrib/mixins.py:29 +msgid "" +"You want to upload an image. Please check that you have the right of use for " +"the image." +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/filter_and_sort.html:3 +msgid "Filter bar " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:6 +msgid "View as list" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:12 +msgid "View as map" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:4 +msgid "Page navigation" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:9 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:10 +msgid "Previous page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:14 +msgid " of " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:19 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:20 +msgid "Next page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:29 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:29 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:20 +msgid "go to overview" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:98 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:107 +msgid "Actions" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:114 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:24 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:25 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:24 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:70 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:71 +msgid "Delete" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:118 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:4 +msgid "Give feedback" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:140 +msgid "Official Feedback" +msgstr "" + +#: apps/dashboard/blueprints.py:17 +msgid "Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:19 +msgid "" +"Participants can submit their own ideas and discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:33 +msgid "Spatial Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:35 +msgid "" +"Participants can submit their own ideas and locate them on a map. They can " +"also discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:49 +msgid "Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:51 +msgid "" +"In a first phase, participants can submit their own ideas and discuss the " +"ideas of others. In a second phase, the ideas can be rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:67 +msgid "Spatial Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:69 +msgid "" +"In a first phase, participants can submit their own ideas, mark them on a " +"map, and discuss the ideas of others. In a second phase, the ideas can be " +"rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:82 +msgid "Text Review" +msgstr "" + +#: apps/dashboard/blueprints.py:84 +msgid "" +"Participants can discuss the paragraphs of a text that you added beforehand." +msgstr "" + +#: apps/dashboard/blueprints.py:100 +msgid "" +"Participants can answer open and multiple choice questions and comment on " +"the poll." +msgstr "" + +#: apps/dashboard/blueprints.py:114 +msgid "Participatory budgeting" +msgstr "" + +#: apps/dashboard/blueprints.py:116 +msgid "" +"Participants can submit their own suggestions, mark them on a map, and add a " +"budget. The ideas of others can be discussed and rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:129 +msgid "Interactive Event" +msgstr "" + +#: apps/dashboard/blueprints.py:131 +msgid "" +"The participants of an event can ask their questions online. Other " +"participants can support the question. You as the moderator can sort the " +"questions by support or affiliation." +msgstr "" + +#: apps/dashboard/blueprints.py:147 +msgid "Prioritization" +msgstr "" + +#: apps/dashboard/blueprints.py:149 +msgid "" +"Participants can discuss and rate (pro/contra) previously added ideas and " +"topics. Participants cannot add ideas or topics." +msgstr "" + +#: apps/dashboard/blueprints.py:164 +msgid "Debate" +msgstr "" + +#: apps/dashboard/blueprints.py:166 +msgid "" +"Participants can discuss posted topics or questions. To do this, the " +"participants comment on posted topics / questions as well as on " +"contributions from other users." +msgstr "" + +#: apps/dashboard/forms.py:13 +msgid "Organisation name" +msgstr "" + +#: apps/dashboard/forms.py:28 apps/projects/overwrites.py:13 +msgid "" +"All users can see project tile and content and can participate (public)." +msgstr "" + +#: apps/dashboard/forms.py:35 apps/projects/overwrites.py:17 +msgid "" +"All users can see project tile and content, only invited users can " +"participate (semi-public)." +msgstr "" + +#: apps/dashboard/forms.py:42 apps/projects/overwrites.py:9 +msgid "" +"Only invited users can see project tile and content and can participate " +"(private)." +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/module_blueprint_list_tile.html:16 +msgid "Add module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:38 +msgid "Close" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:43 +msgid "Are you sure you want to publish your project?" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:46 +#, python-format +msgid "One module has not been added to the project." +msgid_plural "%(counter)s modules have not been added to the project." +msgstr[0] "" +msgstr[1] "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:4 +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:7 +msgid "New Module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:9 +msgid "" +"Please add a module from the list. You can later add more modules to the " +"project, edit them or remove them again." +msgstr "" + +#: apps/dashboard/views.py:56 +msgid "The module was created" +msgstr "" + +#: apps/dashboard/views.py:154 +msgid "Module is already added" +msgstr "" + +#: apps/dashboard/views.py:164 +msgid "Module cannot be added. Required fields are missing." +msgstr "" + +#: apps/dashboard/views.py:175 +msgid "The module is displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:180 +msgid "Module is already removed" +msgstr "" + +#: apps/dashboard/views.py:184 +msgid "Module cannot be removed from a published project." +msgstr "" + +#: apps/dashboard/views.py:196 +msgid "The module is no longer displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:203 +msgid "The module has been deleted" +msgstr "" + +#: apps/dashboard/views.py:210 +msgid "Module cannot be deleted. It has to be removed from the project first." +msgstr "" + +#: apps/dashboard/views.py:266 +msgid "Project was created." +msgstr "" + +#: apps/debate/dashboard.py:15 +msgid "Subjects" +msgstr "" + +#: apps/debate/filters.py:19 apps/debate/filters.py:34 +#: apps/topicprio/views.py:29 apps/topicprio/views.py:61 +msgid "Alphabetical" +msgstr "" + +#: apps/debate/models.py:20 +msgid "max 120 characters" +msgstr "" + +#: apps/debate/models.py:27 +msgid "" +"In addition to the title, you can insert an optional explanatory text (max. " +"350 char.). This field is only shown in the participation if it is filled " +"out." +msgstr "" + +#: apps/debate/phases.py:15 +msgid "Debate phase" +msgstr "" + +#: apps/debate/phases.py:16 +msgid "Debate subjects." +msgstr "" + +#: apps/debate/phases.py:17 +msgid "subject debate" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:30 +#, python-format +msgid " %(count)s Contribution " +msgid_plural " %(count)s Contributions " +msgstr[0] "" +msgstr[1] "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:37 +msgid "Discuss with us!" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:39 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:49 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:80 +msgid "Read more" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:4 +msgid "Confirm Subject Deletion" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:8 +msgid "Are you sure you want to delete the subject?" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:8 +msgid "Add a new subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:4 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:9 +#: apps/newsletters/models.py:30 +msgid "Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:13 +msgid "Add Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:8 +msgid "Edit subject" +msgstr "" + +#: apps/debate/views.py:103 +msgid "The subject has been deleted" +msgstr "" + +#: apps/documents/dashboard.py:15 +msgid "Document" +msgstr "" + +#: apps/documents/phases.py:15 +msgid "Comment phase" +msgstr "" + +#: apps/documents/phases.py:16 +msgid "commenting text" +msgstr "" + +#: apps/documents/phases.py:17 +msgid "Post comments on the paragraphs of the text" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:11 +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:18 +msgid "Table of Contents" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:53 +#, python-format +msgid "%(count)s Comment" +msgid_plural "%(count)s Comments" +msgstr[0] "" +msgstr[1] "" + +#: apps/documents/templates/a4_candy_documents/document_dashboard.html:5 +msgid "Edit document" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:10 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:15 +msgid "Previous Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:21 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:26 +msgid "Next Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:16 +msgid "back to chapter" +msgstr "" + +#: apps/documents/views.py:65 +msgid "Document has no chapters defined." +msgstr "" + +#: apps/ideas/models.py:37 apps/topicprio/models.py:36 +msgid "Add image" +msgstr "" + +#: apps/ideas/models.py:40 +msgid "Visualize your idea." +msgstr "" + +#: apps/ideas/phases.py:15 apps/interactiveevents/phases.py:15 +#: apps/mapideas/phases.py:15 +msgid "Issue phase" +msgstr "" + +#: apps/ideas/phases.py:16 +msgid "Create new ideas." +msgstr "" + +#: apps/ideas/phases.py:17 apps/ideas/phases.py:31 apps/ideas/phases.py:46 +#: apps/ideas/phases.py:58 apps/mapideas/phases.py:17 +#: apps/mapideas/phases.py:31 apps/mapideas/phases.py:48 +#: apps/mapideas/phases.py:60 apps/mapideas/phases.py:75 +msgid "ideas collection" +msgstr "" + +#: apps/ideas/phases.py:29 apps/mapideas/phases.py:29 +msgid "Collect phase" +msgstr "" + +#: apps/ideas/phases.py:30 +msgid "Create and comment on new ideas." +msgstr "" + +#: apps/ideas/phases.py:44 apps/mapideas/phases.py:44 +msgid "Rating phase" +msgstr "" + +#: apps/ideas/phases.py:45 +msgid "Rate the previously collected ideas." +msgstr "" + +#: apps/ideas/phases.py:56 apps/mapideas/phases.py:58 +msgid "Feedback phase" +msgstr "" + +#: apps/ideas/phases.py:57 apps/mapideas/phases.py:59 +msgid "Get feedback for collected ideas through rates and comments." +msgstr "" + +#: apps/ideas/phases.py:68 apps/mapideas/phases.py:70 +msgid "Collect ideas and get feedback" +msgstr "" + +#: apps/ideas/phases.py:69 +msgid "Create new ideas and get feedback through rates and comments." +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:4 +msgid "Confirm Idea Deletion" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:10 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:10 +msgid "Are you sure you want to delete the idea?" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:27 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:26 +msgid "Submit a new idea for this project" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:8 +msgid "Submit idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:26 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:26 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:26 +msgid "back to idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:31 +msgid "Feedback on this idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:31 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:31 +msgid "Edit idea" +msgstr "" + +#: apps/ideas/views.py:158 apps/mapideas/views.py:71 +msgid "Your Idea has been deleted" +msgstr "" + +#: apps/interactiveevents/dashboard.py:16 +msgid "Media" +msgstr "" + +#: apps/interactiveevents/dashboard.py:46 +msgid "Affiliations" +msgstr "" + +#: apps/interactiveevents/dashboard.py:48 +msgid "Edit affiliations" +msgstr "" + +#: apps/interactiveevents/forms.py:21 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/models.py:41 +msgid "Question" +msgstr "" + +#: apps/interactiveevents/models.py:47 +msgid "Characteristic" +msgstr "" + +#: apps/interactiveevents/models.py:79 +msgid "Event image" +msgstr "" + +#: apps/interactiveevents/models.py:80 +msgid "The image is displayed next to the event description." +msgstr "" + +#: apps/interactiveevents/phases.py:16 +msgid "Add question." +msgstr "" + +#: apps/interactiveevents/phases.py:17 +msgid "Speak Up" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:5 +msgid "Edit live stream" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:3 +msgid "" +"Here you can specify affiliations. Users must classify\n" +" questions accordingly. The questions can be filtered by affiliation and " +"evaluated in the\n" +" statistics." +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:22 +msgid "Add affiliation" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_form.html:18 +msgid "post" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:22 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:21 +msgid " Live now" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:9 +msgid "During this event you can ask questions live" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:25 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:70 +#, python-format +msgid " %(time_left)s remaining " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:29 +msgid "finished" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:32 +msgid "Interactive" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:50 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:81 +msgid "Read Less" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:62 +msgid "Type of event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:89 +msgid "Go to event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:11 +msgid "join in " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:19 +msgid "Enter event link" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:30 +msgid "Like questions" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:41 +msgid "Ask a question yourself!" +msgstr "" + +#: apps/interactiveevents/templatetags/react_interactiveevents.py:28 +msgid "" +"I confirm that I have read and accepted the {}terms of use{} and the {}data " +"protection policy{}." +msgstr "" + +#: apps/mapideas/forms.py:26 +msgid "Please locate your proposal on the map." +msgstr "" + +#: apps/mapideas/models.py:14 +msgid "Where can your idea be located on a map?" +msgstr "" + +#: apps/mapideas/models.py:16 +msgid "" +"Click inside the marked area or type in an address to set the marker. A set " +"marker can be dragged when pressed." +msgstr "" + +#: apps/mapideas/models.py:26 +msgid "Label of the ideas location" +msgstr "" + +#: apps/mapideas/models.py:27 +msgid "This could be an address or the name of a landmark." +msgstr "" + +#: apps/mapideas/phases.py:16 +msgid "Create new ideas, locate them on a map and comment on them." +msgstr "" + +#: apps/mapideas/phases.py:30 +msgid "Create new ideas located on a map and comment them." +msgstr "" + +#: apps/mapideas/phases.py:46 +msgid "Rate the previously collected ideas to get quantitative feedback." +msgstr "" + +#: apps/mapideas/phases.py:72 +msgid "" +"Create new ideas located on a map and get feedback through rates and " +"comments." +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:17 +msgid "Submit Idea" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:4 +#, python-format +msgid "Moderate %(name)s" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:30 +msgid "Moderate idea" +msgstr "" + +#: apps/maps/templates/a4_candy_maps/map_choose_polygon_with_preset_widget.html:6 +msgid "You can choose a preset for further customization." +msgstr "" + +#: apps/moderatorfeedback/fields.py:6 +msgid "Moderator feedback for items with fixed feedback choices" +msgstr "" + +#: apps/moderatorfeedback/models.py:12 +msgid "Under consideration" +msgstr "" + +#: apps/moderatorfeedback/models.py:13 +msgid "Rejected" +msgstr "" + +#: apps/moderatorfeedback/models.py:14 +msgid "Accepted" +msgstr "" + +#: apps/moderatorfeedback/models.py:21 +msgid "Official feedback" +msgstr "" + +#: apps/moderatorfeedback/models.py:23 +msgid "" +"The official feedback will appear below the idea, indicating your " +"organisation. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:38 +msgid "Processing status" +msgstr "" + +#: apps/moderatorfeedback/models.py:40 +msgid "" +"The editing status appears below the title of the idea in red, yellow or " +"green. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:61 +msgid "Moderator feedback" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:15 +msgid "Moderator remark" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:22 +msgid "Write down your remark!" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:24 +msgid "Note only visible internally within project." +msgstr "" + +#: apps/newsletters/forms.py:41 +msgid "Receivers are all users which follow the following project:" +msgstr "" + +#: apps/newsletters/forms.py:45 +msgid "Organisation" +msgstr "" + +#: apps/newsletters/forms.py:56 +msgid "Select a Project" +msgstr "" + +#: apps/newsletters/models.py:19 +msgid "Users following a specific project" +msgstr "" + +#: apps/newsletters/models.py:20 +msgid "Users following your organisation" +msgstr "" + +#: apps/newsletters/models.py:21 +msgid "Every initiator of your organisation" +msgstr "" + +#: apps/newsletters/models.py:22 +msgid "Every user of the platform" +msgstr "" + +#: apps/newsletters/models.py:29 +msgid "Sender" +msgstr "" + +#: apps/newsletters/models.py:34 +msgid "Email body" +msgstr "" + +#: apps/newsletters/models.py:36 +msgid "" +"When adding images, please ensure to set the width no larger than 600px." +msgstr "" + +#: apps/newsletters/models.py:40 +msgid "Sent" +msgstr "" + +#: apps/newsletters/models.py:43 +msgid "Receivers" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/emails/newsletter_email.en.email:10 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are registered on %(site_name)s. If you don't want to receive " +"newsletters anymore, you may disable them in your user account settings." +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:4 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:16 +msgid "Newsletter" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:8 +msgid "Create Newsletter" +msgstr "" + +#: apps/newsletters/views.py:57 +msgid "Newsletter has been saved and will be sent to the recipients." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:4 +#, python-format +msgid "Reaction to your contribution in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:6 +msgid "Reaction to your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:17 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:9 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:13 +#, python-format +msgid "%(actor_name)s commented on your post:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:21 +msgid "Would you like to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +msgid "View Post" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Visit the project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:28 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:33 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you added a contribution to the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:9 +msgid "Your contribution was deleted" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:18 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +#, python-format +msgid "" +"Your contribution in the project \"%(project_name)s\" was " +"deleted by the moderator." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +msgid "" +"Please pay attention to the basic rules when writing contributions. In this " +"way we create a pleasant atmosphere for an open exchange and achieve good " +"results." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:24 +msgid "Thank you very much!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:27 +msgid "Your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:40 +msgid "Show discussion" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:44 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:34 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"of your participation in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:9 +msgid "Feedback of the moderation" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:20 +#, python-format +msgid "" +"the moderator %(moderator_name)s of the project %(project_name)s gave " +"feedback on your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:24 +msgid "Here you can find your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:30 +msgid "Show contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:4 +#, python-format +msgid "Feedback for your contribution on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:6 +msgid "Feedback for your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:13 +#, python-format +msgid "%(organisation_name)s reacted on your contribution." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:17 +#, python-format +msgid "Your contribution is %(status)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:22 +#, python-format +msgid "Official feedback: %(feedback)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:26 +msgid "Do you want to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +msgid "Check your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:4 +#, python-format +msgid "Event in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:6 +msgid "Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:13 +#, python-format +msgid "The following event takes place on %(date)s:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:19 +msgid "Further information about the event can be found in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:24 +msgid "Show Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:23 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:23 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you are following the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:4 +#, python-format +msgid "Participation ends soon for %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:6 +msgid "Participation ends soon!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:13 +msgid "the online participation in the above mentioned project will end soon." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:16 +#, python-format +msgid "You can still participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:21 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:21 +msgid "Join now" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:4 +#, python-format +msgid "Here we go: %(project_name)s starts now!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:6 +msgid "Here we go!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:13 +msgid "Online participation for the above project has started." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:16 +#, python-format +msgid "You can participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:4 +#, python-format +msgid "New project %(project_name)s on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:6 +#, python-format +msgid "The new project %(project_name)s was created for %(organisation_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:10 +#, python-format +msgid "" +"%(creator_name)s has created the project %(project_name)s for " +"%(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:15 +msgid "Show project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are an intiator of %(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:4 +msgid "Deletion of project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:6 +#, python-format +msgid "The project %(name)s was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:10 +#, python-format +msgid "" +"The project \"%(name)s\" on the participation platform %(site_name)s was " +"deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:14 +#, python-format +msgid "" +"This email was sent to %(receiver)s. This email was sent to you because you " +"are an initiator of the organisation '%(organisation_name)s', in which a " +"project was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:7 +#, python-format +msgid "A comment was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:9 +#, python-format +msgid "An idea was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:11 +#, python-format +msgid "A proposal was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:13 +#, python-format +msgid "A contribution was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:21 +#, python-format +msgid "%(actor_name)s created a comment on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:23 +#, python-format +msgid "%(actor_name)s created an idea on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:25 +#, python-format +msgid "%(actor_name)s created a proposal on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:27 +#, python-format +msgid "%(actor_name)s created a contribution on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#, python-format +msgid "on the project %(project_name)s a comment was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the link below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the button below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#, python-format +msgid "on the project %(project_name)s an idea was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#, python-format +msgid "on the project %(project_name)s a proposal was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"on the project %(project_name)s a contribution was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +msgid "Check the comment" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +msgid "Check the idea" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +msgid "Check the proposal" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Check the contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:67 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are a moderator in the project." +msgstr "" + +#: apps/offlineevents/dashboard.py:13 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:9 +msgid "Offline Events" +msgstr "" + +#: apps/offlineevents/forms.py:15 apps/offlineevents/models.py:34 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:8 +msgid "Date" +msgstr "" + +#: apps/offlineevents/forms.py:15 +msgid "Time" +msgstr "" + +#: apps/offlineevents/models.py:27 +msgid "Event type" +msgstr "" + +#: apps/offlineevents/models.py:29 +msgid "" +"The content of this field is shown in the timeline. It should have no more " +"than 30 characters e.g. Information event or 3rd public workshop." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:4 +msgid "Confirm Offline Event Deletion" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:8 +msgid "Are you sure you want to delete the offline event?" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:4 +msgid "Create a new topic" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:7 +msgid "Add a new offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:4 +msgid "Offlineevents" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:13 +msgid "Add offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:18 +msgid "" +"Here, you can include events that take place as part of the participation " +"project." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:8 +msgid "Edit offline event" +msgstr "" + +#: apps/offlineevents/views.py:108 +msgid "The offline event has been deleted" +msgstr "" + +#: apps/organisations/forms.py:17 +msgid "Here you can find an example of an {}imprint{}." +msgstr "" + +#: apps/organisations/forms.py:18 +msgid "Here you can find an example of {}terms of use{}." +msgstr "" + +#: apps/organisations/forms.py:20 +msgid "Here you can find an example of a {}data protection policy{}." +msgstr "" + +#: apps/organisations/forms.py:22 +msgid "Here you can find an example of a {}netiquette{}." +msgstr "" + +#: apps/organisations/forms.py:34 +msgid "Instagram Post 1080x1080" +msgstr "" + +#: apps/organisations/forms.py:35 +msgid "Instagram Story 1080x1920" +msgstr "" + +#: apps/organisations/forms.py:36 +msgid "Linkedin 1104x736" +msgstr "" + +#: apps/organisations/forms.py:37 +msgid "Twitter 1200x675" +msgstr "" + +#: apps/organisations/forms.py:281 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:23 +msgid "Social Media" +msgstr "" + +#: apps/organisations/forms.py:285 +msgid "" +"Here you can create sharepics for social media that will help you get " +"publicity for your project. You can choose between different formats." +msgstr "" + +#: apps/organisations/forms.py:292 +msgid "Select Project" +msgstr "" + +#: apps/organisations/forms.py:297 +msgid "Please select a project of your organisation and click select." +msgstr "" + +#: apps/organisations/forms.py:316 +msgid "" +"This title will be displayed as a header. It should be max. {} characters " +"long." +msgstr "" + +#: apps/organisations/forms.py:325 +msgid "" +"This description will be displayed below the title. It should briefly state " +"the goal of the project in max. {} chars." +msgstr "" + +#: apps/organisations/forms.py:332 +msgid "Picture Upload" +msgstr "" + +#: apps/organisations/forms.py:336 +msgid "" +"The picture will be displayed in the sharepic. It must be min. {} pixel wide " +"and {} pixel tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/mixins.py:20 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/organisations/mixins.py:40 +msgid "" +"Please agree on the organisation's terms of use to be allowed to create " +"content." +msgstr "" + +#: apps/organisations/models.py:26 +msgid "Title of your organisation" +msgstr "" + +#: apps/organisations/models.py:29 +msgid "" +"The title of your organisation will be shown on the landing page. max. 100 " +"characters" +msgstr "" + +#: apps/organisations/models.py:37 +msgid "Short description of your organisation" +msgstr "" + +#: apps/organisations/models.py:39 +msgid "" +"The description will be displayed on the landing page. max. 800 characters" +msgstr "" + +#: apps/organisations/models.py:47 +msgid "Slogan" +msgstr "" + +#: apps/organisations/models.py:49 +msgid "" +"The slogan will be shown below the title of your organisation on the landing " +"page. The slogan can provide context or additional information to the title. " +"max. 200 characters" +msgstr "" + +#: apps/organisations/models.py:60 +msgid "Information about your organisation" +msgstr "" + +#: apps/organisations/models.py:62 +msgid "" +"You can provide general information about your participation platform to " +"your visitors. It’s also helpful to name a general person of contact for " +"inquiries. The information will be shown on a separate \"About\" page that " +"can be reached via the main menu." +msgstr "" + +#: apps/organisations/models.py:75 +msgid "Logo" +msgstr "" + +#: apps/organisations/models.py:77 +msgid "" +"The Logo representing your organisation. The image must be square and it " +"should be min. 200 pixels wide and 200 pixels tall and max. 800 pixels wide " +"and 800 pixels tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/models.py:92 +msgid "Please enter a full url which starts with https:// or http://" +msgstr "" + +#: apps/organisations/models.py:104 +msgid "Header image copyright" +msgstr "" + +#: apps/organisations/models.py:106 +msgid "Author, which is displayed in the header image." +msgstr "" + +#: apps/organisations/models.py:124 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:16 +#: adhocracy-plus/templates/email_base.html:75 +#: adhocracy-plus/templates/email_base.html:103 +#: adhocracy-plus/templates/footer.html:38 +#: adhocracy-plus/templates/footer_upper.html:17 +msgid "Imprint" +msgstr "" + +#: apps/organisations/models.py:126 +msgid "" +"Please provide all the legally required information of your imprint. The " +"imprint will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:133 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:16 +#: apps/users/forms.py:36 apps/users/forms.py:190 +#: adhocracy-plus/templates/email_base.html:79 +#: adhocracy-plus/templates/email_base.html:109 +#: adhocracy-plus/templates/footer.html:43 +#: adhocracy-plus/templates/footer_upper.html:25 +msgid "Terms of use" +msgstr "" + +#: apps/organisations/models.py:135 +msgid "" +"Please provide all the legally required information of your terms of use. " +"The terms of use will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:142 +#: adhocracy-plus/templates/email_base.html:106 +#: adhocracy-plus/templates/footer.html:48 +#: adhocracy-plus/templates/footer_upper.html:21 +msgid "Data protection policy" +msgstr "" + +#: apps/organisations/models.py:144 +msgid "" +"Please provide all the legally required information of your data protection. " +"The data protection policy will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:152 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:16 +#: adhocracy-plus/templates/footer.html:53 +#: adhocracy-plus/templates/footer_upper.html:30 +msgid "Netiquette" +msgstr "" + +#: apps/organisations/models.py:154 +msgid "" +"Please provide a netiquette for the participants. The netiquette helps " +"improving the climate of online discussions and supports the moderation." +msgstr "" + +#: apps/organisations/models.py:162 +msgid "is a supporting organisation" +msgstr "" + +#: apps/organisations/models.py:164 +msgid "" +"For supporting organisations, the banner asking for donations is not " +"displayed on their pages." +msgstr "" + +#: apps/organisations/models.py:169 +msgid "Default language for e-mails" +msgstr "" + +#: apps/organisations/models.py:174 +msgid "" +"All e-mails to unregistered users (invites) will be sent in this language." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:8 +msgid "Create Content" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:36 +msgid "Add a+ logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:53 +msgid "Add logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:62 +msgid "To view content changes, click refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:64 +msgid "To view the sharepic, click generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:81 +msgid "Refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:83 +msgid "Generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/includes/form_field.html:6 +msgid "Missing important field" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:16 +#: adhocracy-plus/templates/email_base.html:77 +msgid "Data protection" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:8 +msgid "Edit your organisation information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:24 +msgid "Language availability" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:25 +msgid "" +"Manage here the content of your page in the desired languages. You can add " +"or delete them." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:8 +msgid "Edit your legal information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:27 +msgid "More about " +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:28 +msgid "Find us on social media and share your insights of this participation." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:41 +msgid "Opens in new window" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:90 +msgid "" +"Currently, there are no public participation processes. Please check again " +"later." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:95 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here or read " +"more in About." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:99 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here." +msgstr "" + +#: apps/organisations/views.py:43 +msgid "Participate now!" +msgstr "" + +#: apps/organisations/views.py:45 +msgid "Upcoming participation" +msgstr "" + +#: apps/organisations/views.py:47 +msgid "Ended participation" +msgstr "" + +#: apps/organisations/views.py:90 +msgid "Organisation information successfully updated." +msgstr "" + +#: apps/organisations/views.py:121 +msgid "Legal information successfully updated." +msgstr "" + +#: apps/projects/admin.py:12 +msgid "archive" +msgstr "" + +#: apps/projects/admin.py:19 +msgid "dearchive" +msgstr "" + +#: apps/projects/dashboard.py:18 +#: apps/projects/templates/a4_candy_projects/project_participants.html:4 +#: apps/projects/templates/a4_candy_projects/project_participants.html:12 +msgid "Participants" +msgstr "" + +#: apps/projects/dashboard.py:45 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:4 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:12 +msgid "Moderators" +msgstr "" + +#: apps/projects/dashboard.py:76 +msgid "" +"Show insights with numbers of contributions and participants during the " +"participation process" +msgstr "" + +#: apps/projects/forms.py:43 apps/projects/views.py:246 +msgid "Invite users via email" +msgstr "" + +#: apps/projects/forms.py:48 apps/projects/views.py:247 +msgid "Invite users via file upload" +msgstr "" + +#: apps/projects/forms.py:49 +msgid "Upload a csv file containing email addresses." +msgstr "" + +#: apps/projects/forms.py:65 +msgid "Please enter email addresses or upload a file" +msgstr "" + +#: apps/projects/models.py:137 +msgid "active participants" +msgstr "" + +#: apps/projects/models.py:138 +msgid "comments" +msgstr "" + +#: apps/projects/models.py:139 +msgid "ratings" +msgstr "" + +#: apps/projects/models.py:143 +msgid "written ideas" +msgstr "" + +#: apps/projects/models.py:146 +msgid "poll answers" +msgstr "" + +#: apps/projects/models.py:149 +msgid "interactive event questions" +msgstr "" + +#: apps/projects/models.py:153 +msgid "" +"This session will provide you with valuable insights\n" +" into the number of individuals involved in the process\n" +" and help you make informed decisions based on the data" +msgstr "" + +#: apps/projects/serializers.py:95 +#, python-format +msgid "%(time_left)s remaining" +msgstr "" + +#: apps/projects/serializers.py:99 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:72 +msgid "more than 1 year remaining" +msgstr "" + +#: apps/projects/serializers.py:101 +#, python-format +msgid "Participation: from %(project_start)s" +msgstr "" + +#: apps/projects/serializers.py:107 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:105 +msgid "Participation ended. Read result." +msgstr "" + +#: apps/projects/serializers.py:237 +msgid "running" +msgstr "" + +#: apps/projects/serializers.py:242 +msgid "starts on {}" +msgstr "" + +#: apps/projects/serializers.py:250 +msgid "starts in the future" +msgstr "" + +#: apps/projects/serializers.py:252 +msgid "completed" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:4 +#, python-format +msgid "Invitation to moderate the project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:6 +#, python-format +msgid "Invitation to moderate project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:10 +#, python-format +msgid "" +"you are invited to moderate the project \"%(project_name)s\" on the " +"participation platform %(site_name)s. To be able to moderate and change the " +"project click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:15 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:15 +msgid "Accept invitation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to moderate a project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the semi-public project " +"\"%(project_name)s\" on the participation platform %(site_name)s. To " +"participate click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the private project \"%(project_name)s\" " +"on the participation platform %(site_name)s. To participate click on " +"\"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the semi-public project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the private project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:15 +msgid "Go to project" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you accepted the invitation to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:18 +#: apps/projects/templates/a4_candy_projects/project_detail.html:62 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:13 +msgid "Here you can find a decorative picture." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:26 +msgid "Project is private." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:32 +msgid "Project is semi-public." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:50 +msgid "Type of participation: " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:57 +#, python-format +msgid "%(num_entries)s Contribution" +msgid_plural "%(num_entries)s Contributions" +msgstr[0] "" +msgstr[1] "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:78 +#, python-format +msgid " %(abbr_unit)s " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgid "more than 1 year" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgctxt "abbreviation \"more than 1 year\"" +msgid "> 1 Y" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:86 +msgid "JOIN IN" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:88 +msgid "READ" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:97 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:99 +#, python-format +msgid " Participation: from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:12 +msgid "Timeline item" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:18 +#, python-format +msgid " from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:21 +#, python-format +msgid " on %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:9 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:21 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:22 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:8 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:19 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:20 +#: adhocracy-plus/templates/account/email.html:41 +#: adhocracy-plus/templates/socialaccount/connections.html:31 +msgid "Remove" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:31 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:29 +msgid "None" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:26 +msgid "Add" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:47 +msgid "Upload" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:4 +#, python-format +msgid "Invitation to %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:9 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:9 +#, python-format +msgid "Moderation invitation for %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:12 +msgid "" +"Please login to procceed. If you do not have an account, register and " +"revisit the invitation link." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:14 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:14 +msgid "Proceed to login" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:15 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:15 +#: apps/users/templates/a4_candy_users/indicator.html:60 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:24 +#: adhocracy-plus/templates/account/signup.html:4 +#: adhocracy-plus/templates/account/signup.html:7 +#: adhocracy-plus/templates/account/signup.html:69 +#: adhocracy-plus/templates/socialaccount/signup.html:49 +msgid "Register" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:12 +msgid "" +"You were invited by the initiator of the project. If you accept you will be " +"able to moderate the project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:16 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:19 +msgid "Accept" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:17 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:20 +msgid "Decline" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:4 +#, python-format +msgid "Project: %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:9 +#, python-format +msgid "Invitation to participate in the project \"%(project)s\"?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:12 +msgid "" +"For this you need an account. Please login with your account or register." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:9 +#, python-format +msgid "Do you want to join %(project)s?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:12 +#, python-format +msgid "" +"\n" +" You were invited by the initiator of the project. If you " +"accept you will be able to participate in the project with your username " +"\"%(user)s\".\n" +" If you want to join with a different profile please " +"login with your other profile and follow the invitation link again. If you " +"decline the invitation the link is not valid anymore.\n" +" " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:47 +msgid "This project is not yet published." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:97 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:32 +msgid "Participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:142 +msgid "Telephone" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:170 +msgid "Online participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:212 +#: adhocracy-plus/templates/a4modules/module_detail.html:124 +msgid "Participation is not possible at the moment." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:215 +#: adhocracy-plus/templates/a4modules/module_detail.html:127 +#, python-format +msgid "It starts on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:218 +#: adhocracy-plus/templates/a4modules/module_detail.html:130 +#, python-format +msgid "It continues on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:221 +#: adhocracy-plus/templates/a4modules/module_detail.html:133 +#, python-format +msgid "It ended on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:236 +#: apps/users/models.py:53 +#: adhocracy-plus/templates/a4modules/module_detail.html:148 +msgid "active" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:262 +#: adhocracy-plus/templates/a4modules/module_detail.html:172 +msgid "" +"This project is not publicly visible. Only invited users can see content and " +"actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:266 +#: adhocracy-plus/templates/a4modules/module_detail.html:178 +msgid "" +"This project is publicly visible. Invited users can actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:289 +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:4 +msgid "Insights" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:312 +msgid "No results yet." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:7 +msgid "Edit Moderators" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:10 +#: apps/projects/templates/a4_candy_projects/project_participants.html:10 +msgid "Pending Invitations" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_participants.html:7 +msgid "Edit Participants" +msgstr "" + +#: apps/projects/views.py:126 +msgid "Invitation succesfully removed." +msgstr "" + +#: apps/projects/views.py:129 +msgid "Invitation was already accepted or removed." +msgstr "" + +#: apps/projects/views.py:177 +msgid "Following users already accepted an invitation: " +msgstr "" + +#: apps/projects/views.py:185 +msgid "Following users are already invited: " +msgstr "" + +#: apps/projects/views.py:227 +msgid "Invite moderators via email" +msgstr "" + +#: apps/projects/views.py:228 +msgid "Invite moderators via file upload" +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderator invited." +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderators invited." +msgstr "" + +#: apps/projects/views.py:230 +msgid "Moderator successfully removed." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participant invited." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participants invited." +msgstr "" + +#: apps/projects/views.py:249 +msgid "Participant successfully removed." +msgstr "" + +#: apps/projects/views.py:261 +#, python-format +msgid "Project '%(name)s' was deleted successfully." +msgstr "" + +#: apps/topicprio/dashboard.py:15 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:9 +msgid "Topics" +msgstr "" + +#: apps/topicprio/phases.py:15 +msgid "Prioritize phase" +msgstr "" + +#: apps/topicprio/phases.py:16 +msgid "Prioritize and comment topics." +msgstr "" + +#: apps/topicprio/phases.py:17 +msgid "topic prioritization" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:4 +msgid "Confirm Topic Deletion" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:8 +msgid "Are you sure you want to delete the topic?" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:8 +msgid "Add a new topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:13 +msgid "Add Topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:8 +msgid "Edit topic" +msgstr "" + +#: apps/topicprio/views.py:146 +msgid "The topic has been deleted" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:8 +msgid "My dashboard" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:12 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:23 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:34 +msgid "Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:16 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:24 +msgid "Moderation" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:30 +msgid "My profile" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:36 +msgid "My user Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:48 +#: apps/users/templates/a4_candy_users/indicator.html:41 +#: apps/users/templates/a4_candy_users/user_detail.html:28 +msgid "Account Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:52 +#: apps/users/templates/a4_candy_users/user_detail.html:35 +msgid "Link to profile:" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:63 +#: apps/users/templates/a4_candy_users/user_detail.html:46 +msgid "Since" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:69 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:27 +#: adhocracy-plus/templates/footer.html:63 +msgid "Manual" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:76 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:107 +msgid "Initiator Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:89 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:125 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:153 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:196 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:17 +msgid "Home" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:140 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:178 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:206 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:24 +msgid "Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:162 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:209 +msgid "You are not yet following any projects." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:6 +msgid "Your User Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +msgid "My activity feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:41 +msgid "My Feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +msgid "Projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:12 +#: apps/users/templates/a4_candy_users/user_detail.html:77 +msgid "Following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_moderation_detail.html:13 +msgid "Back" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:11 +msgid "Selection of projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:19 +msgid "Projects I am following page" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:21 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "View more" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:33 +msgid "You are not active in any projects yet." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:40 +msgid "Last few activities on my account" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:47 +#: apps/users/templates/a4_candy_users/user_detail.html:100 +msgid "No activity yet. " +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "Account activity page" +msgstr "" + +#: apps/users/__init__.py:8 +msgid "" +"Enter a valid username. This value may contain only letters, digits, spaces " +"and @/./+/-/_ characters. It must start with a digit or a letter." +msgstr "" + +#: apps/users/admin.py:14 +msgid "Permissions" +msgstr "" + +#: apps/users/admin.py:15 +msgid "Important dates" +msgstr "" + +#: apps/users/emails.py:14 +msgid "" +"If you no longer want to receive any notifications, change the settings for " +"your {}account{}." +msgstr "" + +#: apps/users/emails.py:18 +msgid "" +"If you no longer want to receive notifications about this project, " +"unsubscribe from the {}project{}." +msgstr "" + +#: apps/users/fields.py:12 +msgid "Please enter correct email addresses, separated by commas." +msgstr "" + +#: apps/users/forms.py:22 +msgid "If you are having difficulty please contact us by {}email{}." +msgstr "" + +#: apps/users/forms.py:28 +msgid "Username/e-mail" +msgstr "" + +#: apps/users/forms.py:38 apps/users/forms.py:192 apps/users/models.py:73 +msgid "I would like to receive further information" +msgstr "" + +#: apps/users/forms.py:40 apps/users/forms.py:194 apps/users/models.py:76 +msgid "" +"Projects you are following can send you additional information via email." +msgstr "" + +#: apps/users/forms.py:50 apps/users/forms.py:204 +msgid "Your username will appear publicly next to your posts." +msgstr "" + +#: apps/users/forms.py:78 +msgid "Membership number of IG BCE" +msgstr "" + +#: apps/users/forms.py:80 +msgid "" +"The membership number consists of a seven-digit number and can be found on " +"the membership card." +msgstr "" + +#: apps/users/forms.py:87 +msgid "Date of birth" +msgstr "" + +#: apps/users/forms.py:89 +msgid "" +"Please also enter your date of birth in the format MM/DD/YYYY for " +"authentication. Only members of the IG BCE can participate." +msgstr "" + +#: apps/users/forms.py:96 +msgid "" +"I confirm that I have read and accepted the data protection policy of IG BCE." +msgstr "" + +#: apps/users/forms.py:108 apps/users/forms.py:148 +msgid "Something is wrong with the setup - please try again later" +msgstr "" + +#: apps/users/forms.py:114 +msgid "" +"There is already a participant with this membership number. Please check " +"your entry. If this is your membership number, please send an email to " +"\"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/forms.py:154 +msgid "" +"Unfortunately, the member number and / or date of birth could not be linked " +"to an active member account. Please check your input and try again. If you " +"still have problems, please contact \"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/models.py:22 +msgid "username" +msgstr "" + +#: apps/users/models.py:26 +msgid "" +"Required. 60 characters or fewer. Letters, digits, spaces and @/./+/-/_ only." +msgstr "" + +#: apps/users/models.py:35 +msgid "A user with that username already exists." +msgstr "" + +#: apps/users/models.py:36 +msgid "This username is invalid." +msgstr "" + +#: apps/users/models.py:41 +msgid "Email address" +msgstr "" + +#: apps/users/models.py:43 +msgid "Email is invalid or already taken." +msgstr "" + +#: apps/users/models.py:47 +msgid "staff status" +msgstr "" + +#: apps/users/models.py:49 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: apps/users/models.py:56 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: apps/users/models.py:64 +msgid "Send me email notifications" +msgstr "" + +#: apps/users/models.py:67 +msgid "" +"Designates whether you want to receive notifications. Unselect if you do not " +"want to receive notifications." +msgstr "" + +#: apps/users/models.py:84 +msgid "Biography" +msgstr "" + +#: apps/users/models.py:85 +msgid "Tell us about yourself in 255 characters!" +msgstr "" + +#: apps/users/models.py:91 +msgid "Twitter handle" +msgstr "" + +#: apps/users/models.py:97 +msgid "Facebook name" +msgstr "" + +#: apps/users/models.py:99 +msgid "" +"Your facebook name is the last part of the URL, when you access your profile." +msgstr "" + +#: apps/users/models.py:107 +#: apps/users/templates/a4_candy_users/user_detail.html:55 +msgid "Homepage" +msgstr "" + +#: apps/users/models.py:114 +msgid "Avatar picture" +msgstr "" + +#: apps/users/models.py:118 +msgid "Your preferred language" +msgstr "" + +#: apps/users/models.py:123 +msgid "" +"Specify your preferred language for the user interface and the notifications " +"of the platform." +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:7 +#: apps/users/templates/a4_candy_users/indicator.html:14 +#: apps/users/templates/a4_candy_users/indicator.html:18 +#: adhocracy-plus/templates/includes/header_mobile_toggle.html:9 +msgid "Menu" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:28 +#: adhocracy-plus/templates/email_base.html:40 +msgid "Hello" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:37 +msgid "Admin" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:39 +msgid "My Overview" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:49 +#: apps/users/templates/a4_candy_users/indicator.html:52 +msgid "Logout" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:58 +#: adhocracy-plus/templates/account/login.html:4 +#: adhocracy-plus/templates/account/login.html:7 +#: adhocracy-plus/templates/account/login.html:27 +msgid "Login" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:10 +msgid "User profile of " +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:17 +msgid "My user settings" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:61 +msgid "Facebook" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:67 +msgid "Twitter" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:76 +msgid "Selection of projects the are following" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:87 +msgid "This user is not active in any projects yet." +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:93 +msgid "List of last activities on their account" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:94 +msgid "Activities" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:191 +msgid "English" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:192 +msgid "German" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:193 +msgid "Dutch" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:194 +msgid "Kyrgyz" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:195 +msgid "Russian" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:338 +#: adhocracy-plus/config/settings/base.py:354 +msgid "Rich text editor" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:456 +msgid "suggestion" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:457 +msgid "note" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:458 +msgid "question" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:499 +msgid "Pin without icon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:500 +msgid "Diamond" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:501 +msgid "Triangle up" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:502 +msgid "Triangle down" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:503 +msgid "Ellipse" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:504 +msgid "Semi circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:505 +msgid "Hexagon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:506 +msgid "Rhomboid" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:507 +msgid "Star" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:508 +msgid "Square" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:509 +msgid "Octothorpe" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:510 +msgid "Rectangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:511 +msgid "Circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:512 +msgid "Right triangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:513 +msgid "Zigzag" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:517 +msgid "brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:518 +msgid "spatial brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:519 +msgid "idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:520 +msgid "spatial idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:521 +msgid "text review" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:522 +msgid "poll" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:524 +msgid "interactive event" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:525 +msgid "prioritization" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:526 +msgid "debate" +msgstr "" + +#: adhocracy-plus/templates/403.html:7 +msgid "You are not allowed to access this page." +msgstr "" + +#: adhocracy-plus/templates/403_csrf.html:5 +msgid "" +"The verification of your input has failed. Please reload the page and make " +"sure that your browser settings allow setting session cookies." +msgstr "" + +#: adhocracy-plus/templates/404.html:7 +msgid "This page could not be found." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:58 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:84 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:96 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:7 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:10 +msgid "Participation projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:62 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:86 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:101 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:10 +msgid "Communication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:68 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:88 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:108 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:7 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:10 +msgid "Organisation settings" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:12 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:14 +msgid "All projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:36 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:74 +msgid "Project ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:38 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:16 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:72 +msgid "Project not ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:89 +msgid "Module ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:91 +msgid "Module not ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:132 +msgid "Hide from project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:142 +msgid "Add to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:157 +msgid "Add Module" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:27 +msgid "Create a new Project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:7 +msgid "Communication options" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:6 +msgid "Project created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:7 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:4 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:26 +msgid "Create project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:22 +msgid "Fill in project details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:31 +msgid "No module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:33 +msgid "Module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:35 +msgid "Add participation module(s)" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:42 +msgid "Module not ready to be filled in" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:44 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:50 +msgid "Fill in module details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:46 +msgid "Module ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:59 +msgid "Module not ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:61 +msgid "Show module(s) in project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:63 +msgid "Module added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:65 +msgid "Add module(s) to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:76 +msgid "Publish project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:8 +msgid "Project type has been published" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:13 +msgid "The project has been published. You can add further modules." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:61 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:63 +msgid "more" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:78 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:98 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:113 +msgid "delete" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:106 +#, python-format +msgid " Are you sure you want to delete the project '%(project_name)s'? " +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:112 +msgid "cancel" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:18 +msgid "Results" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:16 +msgid "General information" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:18 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:28 +msgid "Missing important fields" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:26 +msgid "Legal information" +msgstr "" + +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:14 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:15 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:18 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:19 +msgid "Remove item" +msgstr "" + +#: adhocracy-plus/templates/a4images/image_upload_widget.html:32 +msgid "" +"Your image will be uploaded/removed once you save your changes at the end of " +"this page." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:46 +msgid "This project is in not published yet." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:86 +msgid "Previous" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:89 +msgid "of" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:92 +msgid "Next" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:195 +msgid "More questions from this online participation" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:4 +#, python-format +msgid "Moderation request in the project %(project_name)s on %(site_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:6 +#, python-format +msgid "Moderation request in the project %(project_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:10 +#, python-format +msgid "" +"User %(user_name)s reported a post in your project \"%(project_name)s\". It " +"is possible, the message could also be spam. As a moderator, you can review " +"the post and delete it if necessary. The following reasons were given:" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:18 +msgid "Review post" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:20 +#, python-format +msgid "" +"This email has been sent to %(receiver_mail)s. The email was sent to you as " +"you are the moderator of the project." +msgstr "" + +#: adhocracy-plus/templates/account/email.html:6 +#: adhocracy-plus/templates/account/email.html:9 +msgid "Email Addresses" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:12 +msgid "Main Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:14 +msgid "Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:15 +#: adhocracy-plus/templates/account/email.html:29 +msgid "Verified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:20 +msgid "Other Emails" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:31 +msgid "Unverified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:35 +msgid "Make Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:38 +msgid "Re-send Verification" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:62 +msgid "Add another Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:67 +msgid "Add Email" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:4 +msgid "Account Already Exists" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:8 +msgid "" +"You are receiving this e-mail because you or someone else tried to signup " +"for an\n" +" account using the e-mail address:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:15 +msgid "" +"However, an account using that e-mail address already exists. In case you " +"have\n" +" forgotten about this, please use the password forgotten procedure to " +"recover\n" +" your account:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:21 +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:15 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:6 +msgid "Reset password" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:4 +#, python-format +msgid "Please confirm your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:6 +#, python-format +msgid "Your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:10 +#, python-format +msgid "" +"this email address has been added to the user account \"%(username)s\" on " +"\"%(current_site)s\". Please confirm this address. If you did not add this " +"email address, you can ignore this email. We will not send you any further " +"emails." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:15 +msgid "Confirm your email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:4 +#, python-format +msgid "Please confirm your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:6 +#, python-format +msgid "Your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:10 +#, python-format +msgid "" +"You have registered with the username \"%(username)s\" on the participation " +"platform \"%(current_site)s\". Click \"Confirm email address\" to complete " +"your registration. As soon as you are registered, you can participate on " +"\"%(current_site)s\". If you haven't registered, you can ignore this message." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:15 +msgid "Confirm email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:4 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:4 +#, python-format +msgid "Reset password request for %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:6 +#, python-format +msgid "Password reset for your account %(username)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:10 +#, python-format +msgid "" +"you have requested a password reset. Please click on \"Reset password\" to " +"set a new password. If you have not requested a password reset, you can " +"ighnore this email and your %(current_site)s password stays unchanged." +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. You receive this email because your " +"password on %(current_site)s has been reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:10 +#, python-format +msgid "" +"You are receiving this e-mail because you or someone else has requested a " +"password for your user account. However, we do not have any record of a user " +"with email %(email)s in our database." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:13 +msgid "" +"This mail can be safely ignored if you did not request a password reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:16 +msgid "If it was you, you can sign up for an account using the link below." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:19 +#, python-format +msgid "If you need assistance, please contact %(contact_email)s." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:26 +#, python-format +msgid "" +"This email was sent to %(email)s. You have received the e-mail because the " +"reset of your password has been requested on %(current_site)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:4 +#: adhocracy-plus/templates/account/email_confirm.html:7 +msgid "Confirm Email Address" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:11 +#, python-format +msgid "" +"Please\n" +" confirm that %(email)s is an\n" +" email address for user %(user_display)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:17 +msgid "Confirm" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:21 +#, python-format +msgid "" +"This email confirmation link expired or is invalid.\n" +" Please issue a new email confirmation\n" +" request." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:9 +#, python-format +msgid "" +"If you have not created an account yet, then please register first." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:30 +msgid "Forgot Password?" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:4 +#: adhocracy-plus/templates/account/logout.html:7 +#: adhocracy-plus/templates/account/logout.html:15 +msgid "Sign Out" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:8 +msgid "Are you sure you want to sign out?" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:8 +msgid "Change your password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:22 +#: adhocracy-plus/templates/account/password_change.html:28 +msgid "Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:34 +msgid "Repeat password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:4 +#: adhocracy-plus/templates/account/password_reset.html:7 +msgid "Password Reset" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:12 +msgid "" +"Forgotten your password? Enter your email address below, and we'll send you " +"an email allowing you to reset it." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:18 +msgid "Reset My Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:20 +msgid "Please contact us if you have any trouble resetting your password." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:4 +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Change Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Bad Token" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:11 +#, python-format +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:20 +msgid "change password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:23 +msgid "Your password is now changed." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:9 +#, python-format +msgid "" +"Already have an account? Then please\n" +" login." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:24 +#: adhocracy-plus/templates/socialaccount/signup.html:28 +#, python-format +msgid "" +"\n" +" I confirm that I have read and accepted the terms of use and the data protection " +"policy.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:62 +#, python-format +msgid "" +"\n" +" With your account on %(platformname)s, you can take part in " +"every public participation project on this platform. This platform allows " +"organisations initiatives to conduct digital participation projects.\n" +" If you have any questions regarding the data protection on this " +"platform you can find further information here.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/base.html:58 +msgid "Skip to content " +msgstr "" + +#: adhocracy-plus/templates/base.html:99 +#, python-format +msgid "%(platformname)s is funded by donations." +msgstr "" + +#: adhocracy-plus/templates/base.html:101 +msgid "Donate now" +msgstr "" + +#: adhocracy-plus/templates/base.html:104 +#, python-format +msgid "Donate now to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:4 +msgid "Error" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:12 +#, python-format +msgid "Back to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:64 +msgid "Responsible for the participation project:" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:93 +#, python-format +msgid "%(platformname)s is a participation platform operated by" +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +#, python-format +msgid "" +"%(platformname)s is a platform provided by Liquid Democracy e.V. in Berlin." +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +msgid "" +"Only the respective operator of the offer is responsible for the editorial " +"content." +msgstr "" + +#: adhocracy-plus/templates/footer_upper.html:6 +msgid "Responsible for the content of this page:" +msgstr "" + +#: adhocracy-plus/templates/header.html:4 +msgid "Header" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:9 +msgid "Language selector, " +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:15 +msgid " selected" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:30 +msgid "select " +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:6 +msgid "Our projects" +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:11 +msgid "About" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:5 +#: adhocracy-plus/templates/socialaccount/connections.html:8 +msgid "Social Connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:9 +msgid "Remove existing connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:11 +msgid "" +"You can sign in to your account using any of the following third party\n" +" accounts. To remove them mark the one you would like to remove and " +"click the remove button" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:35 +msgid "" +"You currently have no social network accounts connected to this account." +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:5 +msgid "Signup" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:8 +msgid "Sign Up" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:10 +#, python-format +msgid "" +"You are about to use your %(provider_name)s account to login to\n" +"%(site_name)s. As a final step, please complete the following form:" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:6 +msgid "Login with social media account" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:22 +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:25 +msgid "Login with " +msgstr "" diff --git a/locale-fork/locale/en/LC_MESSAGES/djangojs.po b/locale-fork/locale/en/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000..7fab9a245 --- /dev/null +++ b/locale-fork/locale/en/LC_MESSAGES/djangojs.po @@ -0,0 +1,1410 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +msgid "Insert Collapsible Item" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +msgid "Title" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +msgid "Body text" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +msgid "Collapsible element" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:22 +#, javascript-format +msgid "hide one reply" +msgid_plural "hide %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:24 +#, javascript-format +msgid "view one reply" +msgid_plural "view %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:29 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:30 +msgid "Your reply here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/react_reports.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/react_reports.jsx:22 +msgid "" +"You want to report this content? Your message will be sent to the " +"moderation. The moderation will look at the reported content. The content " +"will be deleted if it does not meet our discussion rules (netiquette)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +msgid "Moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +msgid "Latest edit on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +msgid "Deleted by creator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +msgid "Deleted by moderator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +msgid "Do you really want to delete this comment?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: apps/documents/assets/ChapterNavItem.jsx:57 +#: apps/documents/assets/ChapterNavItem.jsx:62 +#: apps/documents/assets/ParagraphForm.jsx:133 +#: apps/documents/assets/ParagraphForm.jsx:138 +msgid "Delete" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Modal.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Modal.jsx:6 +msgid "Abort" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +msgid "Your comment here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:167 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:167 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +msgid "save changes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +msgid "cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +msgid "post" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +msgid "Please login to comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +msgid "The currently active phase doesn't allow to comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +msgid "Only invited users can actively participate." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +msgid "Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +msgctxt "defakts" +msgid "" +"This comment contains disinformation. Defakts uses an Artificial " +"Intelligence to scan content for disinformation. Disinformation often shows " +"certain characteristics that allow for a reliable identification." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +msgctxt "defakts" +msgid "Click to view the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +msgctxt "defakts" +msgid "Click to hide the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +msgctxt "defakts" +msgid "Read more" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +msgctxt "defakts" +msgid "Show less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +msgctxt "defakts" +msgid "Show info to users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +msgctxt "defakts" +msgid "Hide info from users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +msgid "Choose categories for your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +msgid "Share link" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +msgid "Categories: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +msgid "Entry successfully created" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +msgid "Read more..." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +msgid "Read less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +msgid "Share" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +msgid " Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +msgid "Show moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +msgid "Hide moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +msgid "Delete comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +msgid "Blocked by moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +msgid "hide replies" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +msgctxt "verb" +msgid "Reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +msgid "Click to view rest of comment text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +msgid "Click to hide expanded text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#, javascript-format +msgid "1 reply" +msgid_plural "%s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +msgid "Newest" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +msgid "Most up votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +msgid "Most down votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +msgid "Most answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +msgid "Last discussed" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +msgid "Show filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +msgid "Filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +msgid "Hide filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +msgid "Search contributions" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +msgid "Clear search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +msgid "display: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: apps/interactiveevents/assets/Filters.jsx:32 +#: apps/interactiveevents/assets/QuestionBox.jsx:57 +msgid "all" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +msgid "sorted by: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:14 +msgid "Highlighted" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +msgid "entry found for " +msgid_plural "entries found for " +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +msgid "Your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +msgid "Please add a comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +msgid "Something seems to have gone wrong, please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +msgid "Your reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: apps/interactiveevents/assets/QuestionForm.jsx:79 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:10 +msgid " characters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +msgid "Copy" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +msgid "Copied" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:26 +msgid "You will no longer be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:28 +msgid "You will be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:62 +msgid "Follow" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:63 +msgid "Following" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: apps/maps/assets/map-address.js:87 +msgid "No matches found within the project area" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: apps/maps/assets/map-address.js:90 +msgid "Did you mean:" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: apps/maps/assets/map_choose_polygon_with_preset.js:68 +msgid "Export polygon as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: apps/maps/assets/map_choose_polygon_with_preset.js:69 +#: apps/maps/assets/map_choose_polygon_with_preset.js:79 +#: apps/maps/assets/map_choose_polygon_with_preset.js:92 +msgid "Import polygon via file upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Alert.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Alert.jsx:6 +#: apps/dashboard/assets/ajax_modal.js:12 +#: apps/maps/assets/map_choose_polygon_with_preset.js:87 +msgid "Close" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: apps/maps/assets/map_choose_polygon_with_preset.js:94 +msgid "" +"Upload a polygon from a GeoJSON (.geojson) or a zipped Shapefile (.zip)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: apps/maps/assets/map_choose_polygon_with_preset.js:95 +msgid "" +"Note that uploading Shapefiles is not supported with Internet Explorer 10" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: apps/maps/assets/map_choose_polygon_with_preset.js:96 +msgid "Attention importing a file will delete the existing polygons." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: apps/maps/assets/map_choose_polygon_with_preset.js:101 +msgid "Upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: apps/maps/assets/map_choose_polygon_with_preset.js:108 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: apps/maps/assets/map_choose_polygon_with_preset.js:143 +#: apps/maps/assets/map_choose_polygon_with_preset.js:145 +msgid "The uploaded file is not a valid shapefile." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: apps/maps/assets/map_choose_polygon_with_preset.js:147 +msgid "The uploaded file could not be imported." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: apps/maps/assets/map_choose_polygon_with_preset.js:162 +msgid "The uploaded file is not a valid geojson file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: apps/maps/assets/map_choose_polygon_with_preset.js:167 +msgid "Invalid file format." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: apps/maps/assets/map_choose_polygon_with_preset.js:286 +msgid "Do you want to load this preset and delete all the existing polygons?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +msgid "person supports this proposal." +msgid_plural "persons support this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +msgid "person voted for this proposal." +msgid_plural "persons voted for this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +msgid "person commented on this proposal." +msgid_plural "persons commented on this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +msgctxt "noun" +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +msgid "remove" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +msgid " New Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +msgid "Multiple Choice question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +msgid "Open question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +msgid "The poll has been updated." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +msgid "The poll could not be updated. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: apps/documents/assets/DocumentManagement.jsx:324 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: apps/interactiveevents/assets/QuestionForm.jsx:67 +msgid "Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: apps/documents/assets/ChapterNavItem.jsx:33 +#: apps/documents/assets/ChapterNavItem.jsx:38 +#: apps/documents/assets/ParagraphForm.jsx:110 +#: apps/documents/assets/ParagraphForm.jsx:115 +msgid "Move up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: apps/documents/assets/ChapterNavItem.jsx:45 +#: apps/documents/assets/ChapterNavItem.jsx:50 +#: apps/documents/assets/ParagraphForm.jsx:122 +#: apps/documents/assets/ParagraphForm.jsx:127 +msgid "Move down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +msgid "Participants can vote for more than one option (multiple choice)" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +msgid "Participants can add their own answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +msgid "Other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +msgid "New answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +msgid "Multiple answers are possible." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +msgid "Your answer has been saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +msgid "" +"Your answer could not be saved. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +msgid "Your answer is invalid or empty. Please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +msgid "To poll" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Change answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Submit answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +msgid "Please login to answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +msgid "Show results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +msgid "Show preliminary results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +msgid "Please enter your answer in this field." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +msgid "Hide other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +msgid "Show other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#, javascript-format +msgid "%s participant gave 1 answer." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#, javascript-format +msgid "%s participant gave %s answers." +msgid_plural "%s participants gave %s answers." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +msgid "" +" For multiple choice questions the percentages may add up to more than 100%." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#, javascript-format +msgid "1 person has answered." +msgid_plural "%s people have answered." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +msgid "no one has answered this question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +msgid "Your choice" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +msgid "Click to vote up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +msgid "Click to vote down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:7 +msgid "Report sent" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:8 +msgid "Thank you! We are taking care of it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:9 +msgid "Your message" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:10 +msgid "Send Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +msgid "" +"Yes, I have read and agree to this organisation's %(linkStart)s terms of use " +"%(linkEnd)s." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/captcha/assets/captcheck.js:29 +msgid "Click for image-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:30 +msgid "Click for text-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:31 +msgid "Image mode" +msgstr "" + +#: apps/captcha/assets/captcheck.js:32 +msgid "Text mode" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:13 +msgid "Chapter title" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:55 +msgid "Add a new paragraph" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:9 +msgid "Chapter navigation" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:38 +msgid "Add a new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:18 +msgid "first chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:98 +msgid "new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:261 +msgid "The document has been updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:279 +msgid "The document could not be updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:295 +msgid "Contents" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:307 +msgid "Edit chapter" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:71 +msgid "Headline" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:88 +msgid "Paragraph" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:10 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:11 +msgid "" +"Answered questions will be displayed in the statistics according to the " +"chosen affiliation." +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:27 +msgid " Filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:28 +msgid "Click to view filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:29 +msgid "Click to only display marked questions" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:30 +msgid "Click to only display questions which are not hidden" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:31 +msgid "Click to order list by likes" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:4 +msgid "Info" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:5 +msgid "display question on screen" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:6 +msgid "add question to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:7 +msgid "hide question from audience" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:8 +msgid "mark question as answered" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:9 +msgid "is shown in front of a question? It has been marked by the moderation." +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:10 +msgid "Close information" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:11 +msgid "Open information" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:10 +msgid "Statistics" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:11 +msgid "Entries" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:12 +msgid "Click to view statistics of answered questions" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:13 +msgid "display on screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:14 +msgid "Click to view list of marked questions screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:27 +msgid "select affiliation" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:61 +msgid "Here you can ask your question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:69 +#: apps/interactiveevents/assets/QuestionForm.jsx:88 +msgid "Add Question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:97 +msgid "mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:98 +msgid "undo mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:99 +msgid "mark as done" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:100 +msgid "add to live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:101 +msgid "remove from live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:102 +msgid "add to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:103 +msgid "remove from shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionPresent.jsx:29 +#: apps/interactiveevents/assets/QuestionUser.jsx:52 +msgid "likes" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:51 +msgid "on shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:53 +msgid "add like" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:54 +msgid "undo like" +msgstr "" + +#: apps/interactiveevents/assets/StatisticsBox.jsx:46 +msgid "Questions Answered" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:8 +msgid "delete" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:9 +msgid "edit" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:10 +msgid "Moderator's feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:11 +msgid "Last edit was on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:9 +msgid "Write feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:11 +msgid "submit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:12 +msgid "update feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:12 +msgid "Your feedback was successfully delivered." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:13 +msgid "Your feedback was successfully updated." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:14 +msgid "Your feedback was successfully deleted." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:15 +msgid "" +"The comment has already been moderated. Your feedback could not be saved." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:16 +msgid "Go to discussion" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:17 +msgid "Comment blocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:18 +msgid "Comment unblocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:19 +msgid "Comment highlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:20 +msgid "Comment unhighlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:21 +msgid "Notification successfully marked as read." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:22 +msgid "Notification successfully marked as unread." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:23 +msgid "AI" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:24 +msgid "posted a {}comment{}" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:221 +#, javascript-format +msgid "This {}comment{} has been reported 1 time since it's creation" +msgid_plural "This {}comment{} has been reported %s times since it's creation" +msgstr[0] "" +msgstr[1] "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:240 +msgid "Mark as read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:241 +msgid "Mark as unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:253 +msgid "Last edited on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:255 +msgid "Created on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:7 +msgid "Block" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:8 +msgid "Unblock" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:9 +msgid "Blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:10 +msgid "Add feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:11 +msgid "This comment was blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:12 +msgid "Highlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:13 +msgid "Unhighlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:15 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:11 +msgid "Unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:16 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:10 +msgid "Read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:17 +msgid "Edit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:12 +msgid "View all" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:16 +msgid "Reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:17 +msgid "All comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:21 +msgid "Most reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:22 +msgid "Oldest" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:23 +msgid "Most recent" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:172 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:74 +msgid "By " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:173 +msgid "Load more" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:174 +msgid "Go to top" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:175 +msgid "Notifications of comments from project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:176 +msgid "Notification filters and sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:177 +msgid "Moderation project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:204 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:213 +msgid "Filter" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:222 +msgid "Sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:48 +msgid "Over 1 year left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:52 +msgid "left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:62 +msgid "1 year" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:73 +msgid "Loading..." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:75 +msgid " comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:76 +msgid " reports" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:77 +msgid "public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:78 +msgid "private" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:79 +msgid "semi-public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:80 +msgid "Notifications has unread comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:81 +msgid "Moderation dashboard overview" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:82 +msgid "Projects" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:83 +msgid "Projects I am moderating" +msgstr "" + +#: adhocracy-plus/assets/js/unload_warning.js:20 +msgid "If you leave this page changes you made will not be saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:11 +msgid "External Video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:12 +msgid "" +"Here you can find a video from Google (YouTube). To protect your data the " +"content will only be loaded after you give your consent. Only then will " +"YouTube set Cookies that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:13 +msgid "More information can be found in the privacy policy of Google under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "Link to video: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +msgid "Play video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:16 +msgid "External video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:17 +msgid "" +"Here you can find a video from Vimeo. To protect your data the content will " +"only be loaded after you give your consent. Only then will Vimeo set cookies " +"that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:18 +msgid "More information can be found in the privacy policy of Vimeo under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "play video" +msgstr "" diff --git a/locale-fork/locale/nl/LC_MESSAGES/django.po b/locale-fork/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 000000000..3bd107a23 --- /dev/null +++ b/locale-fork/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,5230 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +msgid "" +"In this section, you can create\n" +"categories. If you create any, each contribution has to be assigned\n" +"to one of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +msgid "Add category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:55 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:30 +msgid "Dashboard" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:24 +msgid "Project Settings" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:49 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:103 +msgid "Missing fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:19 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:32 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:39 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:44 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:26 +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:30 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:43 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:27 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:22 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:23 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:23 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:6 +#: adhocracy-plus/templates/a4dashboard/project_list.html:13 +msgid "New Project" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +msgid "Phase" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:15 +#: adhocracy-plus/templates/a4dashboard/includes/blueprint_list_tile.html:17 +msgid "Select" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +msgid "Missing field for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:59 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:42 +msgid "Preview" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:8 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:14 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:9 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:44 +msgid "View" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#, python-format +msgid "%(value)s from %(max)s" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +msgid "required fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:12 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:57 +msgid "Publish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:19 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:35 +msgid "Unpublish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +msgid "Create project based on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:41 +msgid "" +"After saving the draft project you can further customize and edit your " +"project and eventually publish it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:46 +msgid "Create draft" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:31 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:14 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:38 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:51 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:10 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:13 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:14 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:43 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:29 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:14 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:42 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:29 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:13 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:13 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:45 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/project_list.html:9 +msgid "Projects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:25 +msgid "Finished" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:14 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:28 +msgid "semipublic" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:15 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:31 +msgid "private" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:112 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:19 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:20 +#: apps/projects/templates/a4_candy_projects/project_detail.html:117 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:19 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:50 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:73 +msgid "Duplicate" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: apps/projects/templates/a4_candy_projects/project_list.html:18 +#: adhocracy-plus/templates/a4dashboard/project_list.html:27 +msgid "We could not find any projects." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +msgid "Export" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +msgid "" +"You can export the results of your participation project as an excel file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +msgid "here you can export all ideas" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +msgid "here you can export all subjects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +msgid "here you can export all answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +msgid "here you can export all comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: apps/debate/filters.py:12 apps/ideas/views.py:29 apps/topicprio/views.py:21 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:4 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:10 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:11 +msgid "Search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: apps/contrib/templates/a4_candy_contrib/includes/form_checkbox_field.html:6 +#: apps/contrib/templates/a4_candy_contrib/includes/form_field.html:5 +#: adhocracy-plus/templates/account/signup.html:27 +#: adhocracy-plus/templates/account/signup.html:36 +#: adhocracy-plus/templates/socialaccount/signup.html:31 +msgid "This field is required" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +msgid "Remove category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:11 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:11 +msgid "Remove the picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:17 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:17 +msgid "Upload a picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +msgid "" +"\n" +" Your image will be uploaded/removed once you save your changes\n" +" at the end of this page.\n" +" " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +msgid "" +"In this section, you can create\n" +"labels. If you create any, each contribution can be assigned\n" +"to one or more of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +msgid "Add label" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:8 +msgid "" +"Participation is not possible at the moment. The poll has not been set up " +"yet." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:15 +msgid "Setup the poll by adding questions and answers in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +msgid "Edit poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:13 +#: apps/exports/mixins.py:19 +msgid "Categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:15 +msgid "Edit categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/fields.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/filters.py:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:24 +msgid "Category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:23 +msgid "Category name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:47 +msgid "Category icon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:36 +msgid "Type of category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:38 +msgid "" +"You can individualise the term category. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:46 +msgid "" +"Assign your proposal to a category. This automatically appears in the " +"display of your proposal. The list of all proposals can be filtered by " +"category." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:29 +msgid "Description/Helptext" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:31 +msgid "" +"You can individualise the description text. The description text is " +"displayed to the participants as help text when they have to assign their " +"ideas. The character limit is max. 300 characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:40 +#: apps/budgeting/exports.py:78 apps/debate/exports.py:68 +#: apps/documents/exports.py:41 apps/ideas/exports.py:77 +#: apps/mapideas/exports.py:78 apps/topicprio/exports.py:75 +msgctxt "noun" +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:48 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:16 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:17 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:18 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:18 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:20 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:18 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:20 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:78 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:178 +msgid "Please choose a category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:92 +#: apps/userdashboard/serializers.py:64 +msgid "unknown user" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/api.py:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:115 +msgid "Please agree to the organisation's terms of use." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:15 +msgid "Please choose one or more categories." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:24 +msgid "The project has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:51 +msgid "The module has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:13 +msgid "Basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:15 +msgid "Edit basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:23 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:19 +#: apps/projects/templates/a4_candy_projects/project_detail.html:87 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:23 +msgid "Information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:25 +msgid "Edit project information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:33 +#: apps/projects/dashboard.py:86 +#: apps/projects/templates/a4_candy_projects/project_detail.html:107 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:41 +msgid "Result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:35 +#: apps/projects/dashboard.py:88 +msgid "Edit project result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:43 +msgid "Basic information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:45 +msgid "Edit basic module information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:53 +msgid "Phases" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:55 +msgid "Edit phases information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:64 +msgid "Area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:65 +msgid "Edit area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:15 +#: apps/budgeting/views.py:27 +msgid "Archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:33 +#: apps/budgeting/views.py:31 +msgid "All" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:20 +#: apps/budgeting/views.py:32 +msgid "No" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:21 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:15 +#: apps/budgeting/views.py:33 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:15 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:16 +msgid "Yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:80 +msgid "All users can participate (public)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:83 +msgid "Only invited users can participate (private)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:91 +#: apps/projects/templates/a4_candy_projects/project_detail.html:134 +msgid "Contact for questions" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:93 +msgid "" +"Please name a contact person. The user will then know who is carrying out " +"this project and to whom they can address possible questions. The contact " +"person will be shown in the information tab on the project page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:99 +msgid "More contact possibilities" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:66 +msgid "End date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +msgid "End time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:64 +msgid "Start date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +msgid "Start time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/mixins.py:209 +msgid "Project successfully duplicated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:73 +msgid "Project successfully created." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:164 +#: apps/dashboard/views.py:133 +msgid "Invalid action" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:181 +msgid "Project is already published" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:186 +msgid "Project cannot be published. No module is added." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:202 +msgid "Project cannot be published. Required fields are missing." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:211 +msgid "Project cannot be published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:221 +msgid "the project has been published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:226 +msgid "Project is already unpublished" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:234 +msgid "the project has been unpublished." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:17 +msgid "Comment count" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:80 +msgid "Reply to Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:99 +msgid "Reply to Reference" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:15 +msgid "Creator" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:41 +#: apps/budgeting/exports.py:79 apps/debate/exports.py:69 +#: apps/documents/exports.py:42 apps/ideas/exports.py:78 +#: apps/mapideas/exports.py:79 apps/topicprio/exports.py:76 +msgid "Created" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:36 +msgid "Link" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:52 +msgid "Location (Longitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:54 +msgid "Location (Latitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:56 +msgid "Location label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:13 +#: apps/ideas/models.py:46 apps/topicprio/models.py:50 +msgid "Labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:61 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:72 +msgid "Reference No." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:81 +msgid "Status" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:83 +msgid "Feedback" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:107 +#: apps/moderatorremark/models.py:14 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:5 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:21 +msgid "Remark" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:16 +msgid "Positive ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:18 +msgid "Negative ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:91 +msgid "yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:92 +msgid "no" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:76 +#: apps/contrib/widgets.py:59 +msgid "Ordering" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/fields.py:19 +#, python-format +msgid "Time of %(date_label)s" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:70 +#, python-brace-format +msgid "" +"{help_prefix} It must be min. {min_resolution[0]} pixel wide and " +"{min_resolution[1]} pixel tall. Allowed file formats are {fileformats_str}. " +"The file size should be max. {max_size_mb} MB." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:87 +#, python-brace-format +msgid "{image_name} copyright" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:90 +#, python-brace-format +msgid "Copyright shown in the {image_name}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:103 +#, python-brace-format +msgid "{image_name} alt text" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:106 +msgid "" +"An alternate text serves as a textual description of the image content and " +"is read out by screen readers. Describe the image in max. 80 characters. " +"Example: A busy square with people in summer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:35 +msgid "Please add copyright information." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:45 +msgid "Please add an alternative text for this image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:26 +msgid "Unsupported file format. Supported formats are {}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:33 +#: apps/organisations/forms.py:362 +#, python-brace-format +msgid "Image should be at most {max_size} MB" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:41 +#: apps/organisations/forms.py:370 +#, python-brace-format +msgid "Image must be at least {min_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:49 +#: apps/organisations/forms.py:380 +#, python-brace-format +msgid "Image must be at least {min_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:55 +#, python-brace-format +msgid "Image must be at most {max_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:58 +#, python-brace-format +msgid "Image must be at most {max_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:67 +#, python-brace-format +msgid "Image aspect ratio should be {aspect_width}:{aspect_height}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/widgets.py:28 +msgid "Select a picture from your local folder." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:15 +msgid "Edit labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/filters.py:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:10 +msgid "Label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:12 +msgid "Type of label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:14 +msgid "" +"You can individualise the term label. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:22 +msgid "" +"Specify your proposal with one or more labels. These will automatically " +"appear in the display of your proposal. In addition, the list of all " +"proposals can be filtered by labels." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Polygon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:19 +msgid "" +"Enter a valid GeoJSON object. To initialize a new areasetting enter the " +"string \"false\" without quotation marks." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:16 +msgid "Geometry as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:34 +msgid "Please add a Marker on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:39 +msgid "Please draw a Polygon on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Please draw an area on the map." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:14 +msgid "Modified" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:74 +msgid "Title of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:76 +msgid "" +"This title will appear in the timeline and the header on the module and " +"project detail pages. It should be max. 512 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:85 +msgid "Short description of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:87 +msgid "" +"This short description will appear on the header of the module and project " +"detail pages. It should briefly state the goal of the module in max. 512 " +"chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +msgid "day" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgid "days" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +msgid "hour" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgid "hours" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +msgid "minute" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgid "minutes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +msgid "second" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgid "seconds" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgctxt "abbreviation for day(s)" +msgid "D" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgctxt "abbreviation for hour(s)" +msgid "H" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgctxt "abbreviation for minute(s)" +msgid "M" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgctxt "abbreviation for second(s)" +msgid "S" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:24 +msgid "Phases cannot run at the same time and must follow after each other." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:31 +msgid "Phases need to be in same order as in form." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:59 +#: apps/newsletters/models.py:28 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:7 +msgid "Name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:60 +#: apps/activities/models.py:22 apps/debate/models.py:25 +#: apps/ideas/models.py:34 apps/offlineevents/models.py:36 +#: apps/organisations/forms.py:322 apps/topicprio/forms.py:14 +#: apps/topicprio/models.py:32 +msgid "Description" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:84 +msgid "End date can not be before start date." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:92 +msgid "Either both or no date has to be set." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:155 +msgid "Please specify your answer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:169 +msgid "Key error for {}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:171 +msgid "Choice not found." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:190 +msgid "Duplicate choices detected." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:193 +msgid "Multiple choice disabled for question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:15 +#: apps/dashboard/blueprints.py:98 +msgid "Poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:44 +#: apps/budgeting/dashboard.py:14 apps/debate/dashboard.py:65 +#: apps/documents/dashboard.py:50 apps/ideas/dashboard.py:14 +#: apps/mapideas/dashboard.py:14 apps/topicprio/dashboard.py:65 +msgid "Export Excel" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:39 +#: apps/budgeting/exports.py:77 apps/debate/exports.py:67 +#: apps/documents/exports.py:40 apps/ideas/exports.py:76 +#: apps/mapideas/exports.py:77 apps/topicprio/exports.py:74 +msgid "ID" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:41 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:68 +msgid "Questions with open answers cannot have multiple choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:77 +msgid "" +"Question with choices cannot become open question. Delete choices or add new " +"open question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:140 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:258 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:151 +msgid "Only open questions can have answers." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:187 +msgid "Open questions cannot have choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:193 +msgid "" +"\"Other\" cannot be the only choice. Use open question or add more choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:204 +msgid "Question already has \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:265 +msgid "Other vote can only be created for vote on \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:287 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:16 +msgctxt "A4: voting phase name" +msgid "Voting phase" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:18 +msgctxt "A4: voting phase description" +msgid "Answer the questions and comment on the poll." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:20 +msgid "polls" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:16 +#, python-format +msgid "Item of type %(item)s for that module already exists" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:28 +msgid "Question has to belong to the poll set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:39 +msgid "Choice has to belong to the question set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:57 +msgid "Only one vote per choice is allowed per user." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:10 +#: apps/newsletters/forms.py:38 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:12 +msgid "Project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:63 +#: apps/projects/admin.py:38 +msgid "Information and result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:69 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:4 +#: apps/projects/admin.py:44 +msgid "Settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:81 +#: apps/projects/admin.py:58 +msgid "Images" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:93 +#: apps/projects/admin.py:70 adhocracy-plus/templates/email_base.html:112 +#: adhocracy-plus/templates/footer.html:58 +msgid "Contact" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:13 +msgid "public" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/mixins.py:173 +msgid "Final Results" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:42 +msgid "" +"Phone numbers can only contain digits, spaces and the following characters: " +"-, +, (, ). It has to be between 8 and 20 characters long." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:49 +msgid "Postal address" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:52 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_detail.html:146 +msgid "Email" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:55 +msgid "Contact person" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:59 +msgid "Phone" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:62 +#: apps/projects/templates/a4_candy_projects/project_detail.html:151 +msgid "Website" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:72 +msgid "Can your project be located on the map?" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:74 +msgid "" +"Locate your project. Click inside the marked area or type in an address to " +"set the marker. A set marker can be dragged when pressed." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:86 +msgid "Administrative district" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:174 +msgid "Title of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:176 +msgid "" +"This title will appear on the teaser card and on top of the project detail " +"page. It should be max. 120 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:189 +msgid "Short description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:191 +msgid "" +"This short description will appear on the header of the project and in the " +"teaser. It should briefly state the goal of the project in max. 250 chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:200 +msgid "Description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:202 +msgid "" +"This description should tell participants what the goal of the project is, " +"how the project’s participation will look like. It will be always visible in " +"the „Info“ tab on your project’s page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:211 +msgid "Results of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:213 +msgid "" +"Here you should explain what the expected outcome of the project will be and " +"how you are planning to use the results. If the project is finished you " +"should add a summary of the results." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:220 +msgid "Access to the project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:231 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:232 +#: apps/organisations/models.py:97 +msgid "Header image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:226 +#: apps/organisations/models.py:98 +msgid "The image will be shown as a decorative background image." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:235 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:241 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:242 +msgid "Tile image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:236 +msgid "The image will be shown in the project tile." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:255 +msgid "Project is archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:257 +msgid "" +"Archived projects are not shown in the project overview. For project " +"initiators they are still visible in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Project topics" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Add topics to your project." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:46 +msgid "{}. Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:55 +msgid "Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/templatetags/react_reports.py:28 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:123 +msgid "Report" +msgstr "" + +#: apps/account/forms.py:63 apps/organisations/mixins.py:58 +msgid "Yes, I have read and agree to this organisation's {}terms of use{}." +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:4 +msgid "User Dashboard" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:11 +msgid "User Dashboard navigation" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:22 +#: apps/users/templates/a4_candy_users/user_detail.html:12 +msgid "Profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:29 +#: adhocracy-plus/templates/account/password_change.html:5 +#: adhocracy-plus/templates/account/password_change.html:40 +msgid "Change password" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:36 +msgid "Email addresses" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:43 +msgid "Account Connections" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:50 +#: apps/account/templates/a4_candy_account/user_agreements.html:5 +#: apps/account/templates/a4_candy_account/user_agreements.html:7 +msgid "User Agreements" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:5 +msgid "Your user profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:7 +msgid "Your profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:22 +#: apps/account/templates/a4_candy_account/user_agreements.html:36 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:47 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:19 +msgid "Save changes" +msgstr "" + +#: apps/account/templates/a4_candy_account/user_agreements.html:8 +msgid "Here you can edit all your agreements" +msgstr "" + +#: apps/account/views.py:27 +msgid "Your profile was successfully updated." +msgstr "" + +#: apps/account/views.py:49 +msgid "Your agreements were successfully updated." +msgstr "" + +#: apps/actions/blocks.py:8 +msgid "Heading" +msgstr "" + +#: apps/actions/blocks.py:9 +msgid "Count" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:8 +#, python-format +msgid "%(name)s added a new comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:10 +#, python-format +msgid "%(name)s updated a comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:12 +#, python-format +msgid "%(name)s added a new item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:14 +#, python-format +msgid "%(name)s updated an item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:16 +msgid "New participation started" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:18 +msgid "Participation phase will end soon:" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:23 +#, python-format +msgid "on %(name)s" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:18 +#, python-format +msgid "" +"\n" +" %(name)s left a comment on your contribution\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:23 +#, python-format +msgid "" +"\n" +" %(name)s left a reply to your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:30 +#, python-format +msgid "" +"\n" +" Your comment received feedback from moderation\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:35 +#, python-format +msgid "" +"\n" +" Moderation updated feedback " +"on your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:41 +#, python-format +msgid "" +"\n" +" on %(name)s\n" +" " +msgstr "" + +#: apps/activities/dashboard.py:14 +msgid "Face-to-Face Information" +msgstr "" + +#: apps/activities/models.py:12 apps/debate/models.py:20 +#: apps/ideas/models.py:33 apps/offlineevents/models.py:24 +#: apps/organisations/forms.py:313 apps/topicprio/models.py:30 +msgid "Title" +msgstr "" + +#: apps/activities/models.py:15 +msgid "Highlighted Info" +msgstr "" + +#: apps/activities/models.py:17 +msgid "" +"Highlight important information like the time or location of your face-to-" +"face event" +msgstr "" + +#: apps/activities/phases.py:14 +msgid "Face to face phase" +msgstr "" + +#: apps/activities/phases.py:15 +msgid "Show information about the face-to-face event/phase." +msgstr "" + +#: apps/activities/phases.py:16 +msgid "facetoface" +msgstr "" + +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:7 +msgid "Edit face to face participation information" +msgstr "" + +#: apps/budgeting/models.py:22 +msgid "Required Budget" +msgstr "" + +#: apps/budgeting/models.py:26 +msgid "Proposal is archived" +msgstr "" + +#: apps/budgeting/models.py:28 +msgid "" +"Exclude this proposal from all listings by default. You can still access " +"this proposal by using filters." +msgstr "" + +#: apps/budgeting/phases.py:15 +msgid "Request phase" +msgstr "" + +#: apps/budgeting/phases.py:17 +msgid "Post ideas with budget proposals, comment on them and rate them." +msgstr "" + +#: apps/budgeting/phases.py:19 adhocracy-plus/config/settings/base.py:523 +msgid "participatory budgeting" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:7 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:9 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:8 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:8 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:10 +msgid "Positive Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:11 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:13 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:14 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:12 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:14 +msgid "Negative Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:4 +msgid "Confirm Proposal Deletion" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:10 +msgid "Are you sure you want to delete the proposal?" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:4 +msgid "Create a new proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:10 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:16 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:17 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:17 +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:16 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:7 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:16 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:8 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:7 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:11 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:9 +#: adhocracy-plus/templates/a4modules/module_detail.html:100 +msgid "breadcrumbs" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:21 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:24 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:24 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:21 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:21 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:20 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:15 +msgid "go back" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:25 +msgid "Submit a new proposal for this project" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:33 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:29 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:33 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:33 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:9 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:10 +msgid "" +"An error occured while evaluating your data. Please check the data you " +"entered again." +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:17 +msgid "Submit proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:35 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:35 +msgid "Zoom in" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:36 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:36 +msgid "Zoom out" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:58 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:23 +#: apps/debate/templates/a4_candy_debate/subject_list.html:19 +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:58 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:24 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:23 +#: apps/topicprio/templates/a4_candy_topicprio/topic_list.html:19 +msgid "Nothing to show" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:4 +msgid "Moderate" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:26 +msgid "back to proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:25 +msgid "Moderate proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:4 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:4 +#, python-format +msgid "Edit %(title)s" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:31 +msgid "Edit proposal" +msgstr "" + +#: apps/budgeting/views.py:19 apps/ideas/views.py:33 apps/mapideas/views.py:17 +msgid "Most recent" +msgstr "" + +#: apps/budgeting/views.py:21 apps/ideas/views.py:35 apps/mapideas/views.py:19 +#: apps/topicprio/views.py:30 +msgid "Most popular" +msgstr "" + +#: apps/budgeting/views.py:22 apps/debate/filters.py:19 apps/ideas/views.py:36 +#: apps/mapideas/views.py:20 apps/topicprio/views.py:31 +msgid "Most commented" +msgstr "" + +#: apps/budgeting/views.py:86 +msgid "Your budget request has been deleted" +msgstr "" + +#: apps/captcha/fields.py:33 apps/captcha/fields.py:40 +msgid "Something about the answer to the captcha was wrong." +msgstr "" + +#: apps/captcha/fields.py:44 +msgid "Your answer to the captcha was wrong." +msgstr "" + +#: apps/cms/contacts/models.py:34 apps/users/forms.py:45 +msgid "I am not a robot" +msgstr "" + +#: apps/cms/contacts/models.py:36 +msgid "If you are having difficulty please contactus, details adjacent" +msgstr "" + +#: apps/cms/contacts/models.py:135 +msgid "I want to receive a copy of my message" +msgstr "" + +#: apps/cms/contacts/models.py:145 +msgid "Your message" +msgstr "" + +#: apps/cms/contacts/models.py:156 +msgid "Your email address" +msgstr "" + +#: apps/cms/contacts/models.py:167 +msgid "Your telephone number" +msgstr "" + +#: apps/cms/contacts/models.py:178 +msgid "Your name" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:4 +#, python-format +msgid "We received your message on %(site_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:6 +msgid "We received your message" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:10 +msgid "This is the data we received from you:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:13 +#, python-format +msgid "Your email address: %(sender_mail)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:16 +#, python-format +msgid "Your message: %(message)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:20 +#, python-format +msgid "Your telephone number: %(sender_phone)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:25 +#, python-format +msgid "Your Name: %(sender_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:30 +#, python-format +msgid "" +"This message was sent to %(receiver)s. It was sent because you wrote us a " +"message via our contact form and asked us to send you a copy." +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:16 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:30 +msgid "Send" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:31 +msgid "Your contact person" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:42 +msgid "You can find us here:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:52 +msgid "This is how you can contact us:" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/blocks/news_block.html:25 +msgid "display more" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/news_page.html:78 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:8 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:8 +msgid "Back to overview" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/blocks/download_block.html:3 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:87 +msgid "Download" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/includes/homepage_hero.html:16 +msgid "Header image: " +msgstr "" + +#: apps/cms/settings/helpers.py:8 +msgid "Please look {}here{} for more information." +msgstr "" + +#: apps/cms/use_cases/models.py:22 +msgid "Municipalities" +msgstr "" + +#: apps/cms/use_cases/models.py:23 +msgid "Citizen Assemblies" +msgstr "" + +#: apps/cms/use_cases/models.py:24 +msgid "Associations & NGOs" +msgstr "" + +#: apps/cms/use_cases/models.py:25 +msgid "Companies & Co-Operatives" +msgstr "" + +#: apps/cms/use_cases/models.py:26 +msgid "Politicians" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:17 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:100 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:50 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:94 +#, python-format +msgid "For %(category)s" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:28 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:106 +msgid "Visit Demosite" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:34 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:111 +msgid "View more examples" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +msgid "Share on Twitter" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:6 +msgid "Share on Facebook" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:8 +msgid "Share on Linkedin" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:79 +msgid "Choose Category" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:110 +msgid "Try it out!" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:111 +#, python-format +msgid "" +"Instead of just reading about it, you can test all the features of " +"%(platformname)s yourself on our demo platform." +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:112 +msgid "Visit the demo platform" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:80 +#, python-format +msgid "More examples for %(category)s" +msgstr "" + +#: apps/contrib/django_standard_messages.py:6 +msgid "You have signed out." +msgstr "" + +#: apps/contrib/django_standard_messages.py:7 +msgid "Verify Your E-mail Address" +msgstr "" + +#: apps/contrib/django_standard_messages.py:8 +msgid "You must type the same password each time." +msgstr "" + +#: apps/contrib/django_standard_messages.py:9 +#, python-format +msgid "You have confirmed %(email)s." +msgstr "" + +#: apps/contrib/django_standard_messages.py:10 +#, python-format +msgid "You cannot remove your primary e-mail address (%(email)s)." +msgstr "" + +#: apps/contrib/django_standard_messages.py:12 +msgid "" +"We have sent you an e-mail. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:16 +msgid "" +"We have sent an e-mail to you for verification. Follow the link provided to " +"finalize the signup process. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:20 +#, python-format +msgid "You must select a minimum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:21 +#, python-format +msgid "You must select a maximum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:22 +msgid "Ensure this field has no more than 4000 characters." +msgstr "" + +#: apps/contrib/mixins.py:5 +msgid "" +"I hereby confirm that the copyrights for this photo are with me or that I " +"have received rights of use from the author. I also confirm that the privacy " +"rights of depicted third persons are not violated. " +msgstr "" + +#: apps/contrib/mixins.py:29 +msgid "" +"You want to upload an image. Please check that you have the right of use for " +"the image." +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/filter_and_sort.html:3 +msgid "Filter bar " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:6 +msgid "View as list" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:12 +msgid "View as map" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:4 +msgid "Page navigation" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:9 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:10 +msgid "Previous page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:14 +msgid " of " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:19 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:20 +msgid "Next page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:29 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:29 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:20 +msgid "go to overview" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:98 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:107 +msgid "Actions" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:114 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:24 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:25 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:24 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:70 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:71 +msgid "Delete" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:118 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:4 +msgid "Give feedback" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:140 +msgid "Official Feedback" +msgstr "" + +#: apps/dashboard/blueprints.py:17 +msgid "Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:19 +msgid "" +"Participants can submit their own ideas and discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:33 +msgid "Spatial Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:35 +msgid "" +"Participants can submit their own ideas and locate them on a map. They can " +"also discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:49 +msgid "Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:51 +msgid "" +"In a first phase, participants can submit their own ideas and discuss the " +"ideas of others. In a second phase, the ideas can be rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:67 +msgid "Spatial Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:69 +msgid "" +"In a first phase, participants can submit their own ideas, mark them on a " +"map, and discuss the ideas of others. In a second phase, the ideas can be " +"rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:82 +msgid "Text Review" +msgstr "" + +#: apps/dashboard/blueprints.py:84 +msgid "" +"Participants can discuss the paragraphs of a text that you added beforehand." +msgstr "" + +#: apps/dashboard/blueprints.py:100 +msgid "" +"Participants can answer open and multiple choice questions and comment on " +"the poll." +msgstr "" + +#: apps/dashboard/blueprints.py:114 +msgid "Participatory budgeting" +msgstr "" + +#: apps/dashboard/blueprints.py:116 +msgid "" +"Participants can submit their own suggestions, mark them on a map, and add a " +"budget. The ideas of others can be discussed and rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:129 +msgid "Interactive Event" +msgstr "" + +#: apps/dashboard/blueprints.py:131 +msgid "" +"The participants of an event can ask their questions online. Other " +"participants can support the question. You as the moderator can sort the " +"questions by support or affiliation." +msgstr "" + +#: apps/dashboard/blueprints.py:147 +msgid "Prioritization" +msgstr "" + +#: apps/dashboard/blueprints.py:149 +msgid "" +"Participants can discuss and rate (pro/contra) previously added ideas and " +"topics. Participants cannot add ideas or topics." +msgstr "" + +#: apps/dashboard/blueprints.py:164 +msgid "Debate" +msgstr "" + +#: apps/dashboard/blueprints.py:166 +msgid "" +"Participants can discuss posted topics or questions. To do this, the " +"participants comment on posted topics / questions as well as on " +"contributions from other users." +msgstr "" + +#: apps/dashboard/forms.py:13 +msgid "Organisation name" +msgstr "" + +#: apps/dashboard/forms.py:28 apps/projects/overwrites.py:13 +msgid "" +"All users can see project tile and content and can participate (public)." +msgstr "" + +#: apps/dashboard/forms.py:35 apps/projects/overwrites.py:17 +msgid "" +"All users can see project tile and content, only invited users can " +"participate (semi-public)." +msgstr "" + +#: apps/dashboard/forms.py:42 apps/projects/overwrites.py:9 +msgid "" +"Only invited users can see project tile and content and can participate " +"(private)." +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/module_blueprint_list_tile.html:16 +msgid "Add module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:38 +msgid "Close" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:43 +msgid "Are you sure you want to publish your project?" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:46 +#, python-format +msgid "One module has not been added to the project." +msgid_plural "%(counter)s modules have not been added to the project." +msgstr[0] "" +msgstr[1] "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:4 +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:7 +msgid "New Module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:9 +msgid "" +"Please add a module from the list. You can later add more modules to the " +"project, edit them or remove them again." +msgstr "" + +#: apps/dashboard/views.py:56 +msgid "The module was created" +msgstr "" + +#: apps/dashboard/views.py:154 +msgid "Module is already added" +msgstr "" + +#: apps/dashboard/views.py:164 +msgid "Module cannot be added. Required fields are missing." +msgstr "" + +#: apps/dashboard/views.py:175 +msgid "The module is displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:180 +msgid "Module is already removed" +msgstr "" + +#: apps/dashboard/views.py:184 +msgid "Module cannot be removed from a published project." +msgstr "" + +#: apps/dashboard/views.py:196 +msgid "The module is no longer displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:203 +msgid "The module has been deleted" +msgstr "" + +#: apps/dashboard/views.py:210 +msgid "Module cannot be deleted. It has to be removed from the project first." +msgstr "" + +#: apps/dashboard/views.py:266 +msgid "Project was created." +msgstr "" + +#: apps/debate/dashboard.py:15 +msgid "Subjects" +msgstr "" + +#: apps/debate/filters.py:19 apps/debate/filters.py:34 +#: apps/topicprio/views.py:29 apps/topicprio/views.py:61 +msgid "Alphabetical" +msgstr "" + +#: apps/debate/models.py:20 +msgid "max 120 characters" +msgstr "" + +#: apps/debate/models.py:27 +msgid "" +"In addition to the title, you can insert an optional explanatory text (max. " +"350 char.). This field is only shown in the participation if it is filled " +"out." +msgstr "" + +#: apps/debate/phases.py:15 +msgid "Debate phase" +msgstr "" + +#: apps/debate/phases.py:16 +msgid "Debate subjects." +msgstr "" + +#: apps/debate/phases.py:17 +msgid "subject debate" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:30 +#, python-format +msgid " %(count)s Contribution " +msgid_plural " %(count)s Contributions " +msgstr[0] "" +msgstr[1] "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:37 +msgid "Discuss with us!" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:39 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:49 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:80 +msgid "Read more" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:4 +msgid "Confirm Subject Deletion" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:8 +msgid "Are you sure you want to delete the subject?" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:8 +msgid "Add a new subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:4 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:9 +#: apps/newsletters/models.py:30 +msgid "Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:13 +msgid "Add Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:8 +msgid "Edit subject" +msgstr "" + +#: apps/debate/views.py:103 +msgid "The subject has been deleted" +msgstr "" + +#: apps/documents/dashboard.py:15 +msgid "Document" +msgstr "" + +#: apps/documents/phases.py:15 +msgid "Comment phase" +msgstr "" + +#: apps/documents/phases.py:16 +msgid "commenting text" +msgstr "" + +#: apps/documents/phases.py:17 +msgid "Post comments on the paragraphs of the text" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:11 +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:18 +msgid "Table of Contents" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:53 +#, python-format +msgid "%(count)s Comment" +msgid_plural "%(count)s Comments" +msgstr[0] "" +msgstr[1] "" + +#: apps/documents/templates/a4_candy_documents/document_dashboard.html:5 +msgid "Edit document" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:10 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:15 +msgid "Previous Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:21 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:26 +msgid "Next Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:16 +msgid "back to chapter" +msgstr "" + +#: apps/documents/views.py:65 +msgid "Document has no chapters defined." +msgstr "" + +#: apps/ideas/models.py:37 apps/topicprio/models.py:36 +msgid "Add image" +msgstr "" + +#: apps/ideas/models.py:40 +msgid "Visualize your idea." +msgstr "" + +#: apps/ideas/phases.py:15 apps/interactiveevents/phases.py:15 +#: apps/mapideas/phases.py:15 +msgid "Issue phase" +msgstr "" + +#: apps/ideas/phases.py:16 +msgid "Create new ideas." +msgstr "" + +#: apps/ideas/phases.py:17 apps/ideas/phases.py:31 apps/ideas/phases.py:46 +#: apps/ideas/phases.py:58 apps/mapideas/phases.py:17 +#: apps/mapideas/phases.py:31 apps/mapideas/phases.py:48 +#: apps/mapideas/phases.py:60 apps/mapideas/phases.py:75 +msgid "ideas collection" +msgstr "" + +#: apps/ideas/phases.py:29 apps/mapideas/phases.py:29 +msgid "Collect phase" +msgstr "" + +#: apps/ideas/phases.py:30 +msgid "Create and comment on new ideas." +msgstr "" + +#: apps/ideas/phases.py:44 apps/mapideas/phases.py:44 +msgid "Rating phase" +msgstr "" + +#: apps/ideas/phases.py:45 +msgid "Rate the previously collected ideas." +msgstr "" + +#: apps/ideas/phases.py:56 apps/mapideas/phases.py:58 +msgid "Feedback phase" +msgstr "" + +#: apps/ideas/phases.py:57 apps/mapideas/phases.py:59 +msgid "Get feedback for collected ideas through rates and comments." +msgstr "" + +#: apps/ideas/phases.py:68 apps/mapideas/phases.py:70 +msgid "Collect ideas and get feedback" +msgstr "" + +#: apps/ideas/phases.py:69 +msgid "Create new ideas and get feedback through rates and comments." +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:4 +msgid "Confirm Idea Deletion" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:10 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:10 +msgid "Are you sure you want to delete the idea?" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:27 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:26 +msgid "Submit a new idea for this project" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:8 +msgid "Submit idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:26 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:26 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:26 +msgid "back to idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:31 +msgid "Feedback on this idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:31 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:31 +msgid "Edit idea" +msgstr "" + +#: apps/ideas/views.py:158 apps/mapideas/views.py:71 +msgid "Your Idea has been deleted" +msgstr "" + +#: apps/interactiveevents/dashboard.py:16 +msgid "Media" +msgstr "" + +#: apps/interactiveevents/dashboard.py:46 +msgid "Affiliations" +msgstr "" + +#: apps/interactiveevents/dashboard.py:48 +msgid "Edit affiliations" +msgstr "" + +#: apps/interactiveevents/forms.py:21 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/models.py:41 +msgid "Question" +msgstr "" + +#: apps/interactiveevents/models.py:47 +msgid "Characteristic" +msgstr "" + +#: apps/interactiveevents/models.py:79 +msgid "Event image" +msgstr "" + +#: apps/interactiveevents/models.py:80 +msgid "The image is displayed next to the event description." +msgstr "" + +#: apps/interactiveevents/phases.py:16 +msgid "Add question." +msgstr "" + +#: apps/interactiveevents/phases.py:17 +msgid "Speak Up" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:5 +msgid "Edit live stream" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:3 +msgid "" +"Here you can specify affiliations. Users must classify\n" +" questions accordingly. The questions can be filtered by affiliation and " +"evaluated in the\n" +" statistics." +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:22 +msgid "Add affiliation" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_form.html:18 +msgid "post" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:22 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:21 +msgid " Live now" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:9 +msgid "During this event you can ask questions live" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:25 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:70 +#, python-format +msgid " %(time_left)s remaining " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:29 +msgid "finished" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:32 +msgid "Interactive" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:50 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:81 +msgid "Read Less" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:62 +msgid "Type of event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:89 +msgid "Go to event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:11 +msgid "join in " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:19 +msgid "Enter event link" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:30 +msgid "Like questions" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:41 +msgid "Ask a question yourself!" +msgstr "" + +#: apps/interactiveevents/templatetags/react_interactiveevents.py:28 +msgid "" +"I confirm that I have read and accepted the {}terms of use{} and the {}data " +"protection policy{}." +msgstr "" + +#: apps/mapideas/forms.py:26 +msgid "Please locate your proposal on the map." +msgstr "" + +#: apps/mapideas/models.py:14 +msgid "Where can your idea be located on a map?" +msgstr "" + +#: apps/mapideas/models.py:16 +msgid "" +"Click inside the marked area or type in an address to set the marker. A set " +"marker can be dragged when pressed." +msgstr "" + +#: apps/mapideas/models.py:26 +msgid "Label of the ideas location" +msgstr "" + +#: apps/mapideas/models.py:27 +msgid "This could be an address or the name of a landmark." +msgstr "" + +#: apps/mapideas/phases.py:16 +msgid "Create new ideas, locate them on a map and comment on them." +msgstr "" + +#: apps/mapideas/phases.py:30 +msgid "Create new ideas located on a map and comment them." +msgstr "" + +#: apps/mapideas/phases.py:46 +msgid "Rate the previously collected ideas to get quantitative feedback." +msgstr "" + +#: apps/mapideas/phases.py:72 +msgid "" +"Create new ideas located on a map and get feedback through rates and " +"comments." +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:17 +msgid "Submit Idea" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:4 +#, python-format +msgid "Moderate %(name)s" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:30 +msgid "Moderate idea" +msgstr "" + +#: apps/maps/templates/a4_candy_maps/map_choose_polygon_with_preset_widget.html:6 +msgid "You can choose a preset for further customization." +msgstr "" + +#: apps/moderatorfeedback/fields.py:6 +msgid "Moderator feedback for items with fixed feedback choices" +msgstr "" + +#: apps/moderatorfeedback/models.py:12 +msgid "Under consideration" +msgstr "" + +#: apps/moderatorfeedback/models.py:13 +msgid "Rejected" +msgstr "" + +#: apps/moderatorfeedback/models.py:14 +msgid "Accepted" +msgstr "" + +#: apps/moderatorfeedback/models.py:21 +msgid "Official feedback" +msgstr "" + +#: apps/moderatorfeedback/models.py:23 +msgid "" +"The official feedback will appear below the idea, indicating your " +"organisation. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:38 +msgid "Processing status" +msgstr "" + +#: apps/moderatorfeedback/models.py:40 +msgid "" +"The editing status appears below the title of the idea in red, yellow or " +"green. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:61 +msgid "Moderator feedback" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:15 +msgid "Moderator remark" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:22 +msgid "Write down your remark!" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:24 +msgid "Note only visible internally within project." +msgstr "" + +#: apps/newsletters/forms.py:41 +msgid "Receivers are all users which follow the following project:" +msgstr "" + +#: apps/newsletters/forms.py:45 +msgid "Organisation" +msgstr "" + +#: apps/newsletters/forms.py:56 +msgid "Select a Project" +msgstr "" + +#: apps/newsletters/models.py:19 +msgid "Users following a specific project" +msgstr "" + +#: apps/newsletters/models.py:20 +msgid "Users following your organisation" +msgstr "" + +#: apps/newsletters/models.py:21 +msgid "Every initiator of your organisation" +msgstr "" + +#: apps/newsletters/models.py:22 +msgid "Every user of the platform" +msgstr "" + +#: apps/newsletters/models.py:29 +msgid "Sender" +msgstr "" + +#: apps/newsletters/models.py:34 +msgid "Email body" +msgstr "" + +#: apps/newsletters/models.py:36 +msgid "" +"When adding images, please ensure to set the width no larger than 600px." +msgstr "" + +#: apps/newsletters/models.py:40 +msgid "Sent" +msgstr "" + +#: apps/newsletters/models.py:43 +msgid "Receivers" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/emails/newsletter_email.en.email:10 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are registered on %(site_name)s. If you don't want to receive " +"newsletters anymore, you may disable them in your user account settings." +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:4 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:16 +msgid "Newsletter" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:8 +msgid "Create Newsletter" +msgstr "" + +#: apps/newsletters/views.py:57 +msgid "Newsletter has been saved and will be sent to the recipients." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:4 +#, python-format +msgid "Reaction to your contribution in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:6 +msgid "Reaction to your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:17 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:9 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:13 +#, python-format +msgid "%(actor_name)s commented on your post:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:21 +msgid "Would you like to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +msgid "View Post" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Visit the project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:28 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:33 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you added a contribution to the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:9 +msgid "Your contribution was deleted" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:18 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +#, python-format +msgid "" +"Your contribution in the project \"%(project_name)s\" was " +"deleted by the moderator." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +msgid "" +"Please pay attention to the basic rules when writing contributions. In this " +"way we create a pleasant atmosphere for an open exchange and achieve good " +"results." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:24 +msgid "Thank you very much!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:27 +msgid "Your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:40 +msgid "Show discussion" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:44 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:34 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"of your participation in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:9 +msgid "Feedback of the moderation" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:20 +#, python-format +msgid "" +"the moderator %(moderator_name)s of the project %(project_name)s gave " +"feedback on your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:24 +msgid "Here you can find your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:30 +msgid "Show contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:4 +#, python-format +msgid "Feedback for your contribution on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:6 +msgid "Feedback for your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:13 +#, python-format +msgid "%(organisation_name)s reacted on your contribution." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:17 +#, python-format +msgid "Your contribution is %(status)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:22 +#, python-format +msgid "Official feedback: %(feedback)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:26 +msgid "Do you want to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +msgid "Check your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:4 +#, python-format +msgid "Event in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:6 +msgid "Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:13 +#, python-format +msgid "The following event takes place on %(date)s:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:19 +msgid "Further information about the event can be found in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:24 +msgid "Show Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:23 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:23 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you are following the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:4 +#, python-format +msgid "Participation ends soon for %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:6 +msgid "Participation ends soon!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:13 +msgid "the online participation in the above mentioned project will end soon." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:16 +#, python-format +msgid "You can still participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:21 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:21 +msgid "Join now" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:4 +#, python-format +msgid "Here we go: %(project_name)s starts now!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:6 +msgid "Here we go!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:13 +msgid "Online participation for the above project has started." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:16 +#, python-format +msgid "You can participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:4 +#, python-format +msgid "New project %(project_name)s on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:6 +#, python-format +msgid "The new project %(project_name)s was created for %(organisation_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:10 +#, python-format +msgid "" +"%(creator_name)s has created the project %(project_name)s for " +"%(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:15 +msgid "Show project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are an intiator of %(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:4 +msgid "Deletion of project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:6 +#, python-format +msgid "The project %(name)s was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:10 +#, python-format +msgid "" +"The project \"%(name)s\" on the participation platform %(site_name)s was " +"deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:14 +#, python-format +msgid "" +"This email was sent to %(receiver)s. This email was sent to you because you " +"are an initiator of the organisation '%(organisation_name)s', in which a " +"project was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:7 +#, python-format +msgid "A comment was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:9 +#, python-format +msgid "An idea was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:11 +#, python-format +msgid "A proposal was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:13 +#, python-format +msgid "A contribution was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:21 +#, python-format +msgid "%(actor_name)s created a comment on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:23 +#, python-format +msgid "%(actor_name)s created an idea on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:25 +#, python-format +msgid "%(actor_name)s created a proposal on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:27 +#, python-format +msgid "%(actor_name)s created a contribution on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#, python-format +msgid "on the project %(project_name)s a comment was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the link below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the button below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#, python-format +msgid "on the project %(project_name)s an idea was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#, python-format +msgid "on the project %(project_name)s a proposal was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"on the project %(project_name)s a contribution was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +msgid "Check the comment" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +msgid "Check the idea" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +msgid "Check the proposal" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Check the contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:67 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are a moderator in the project." +msgstr "" + +#: apps/offlineevents/dashboard.py:13 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:9 +msgid "Offline Events" +msgstr "" + +#: apps/offlineevents/forms.py:15 apps/offlineevents/models.py:34 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:8 +msgid "Date" +msgstr "" + +#: apps/offlineevents/forms.py:15 +msgid "Time" +msgstr "" + +#: apps/offlineevents/models.py:27 +msgid "Event type" +msgstr "" + +#: apps/offlineevents/models.py:29 +msgid "" +"The content of this field is shown in the timeline. It should have no more " +"than 30 characters e.g. Information event or 3rd public workshop." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:4 +msgid "Confirm Offline Event Deletion" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:8 +msgid "Are you sure you want to delete the offline event?" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:4 +msgid "Create a new topic" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:7 +msgid "Add a new offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:4 +msgid "Offlineevents" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:13 +msgid "Add offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:18 +msgid "" +"Here, you can include events that take place as part of the participation " +"project." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:8 +msgid "Edit offline event" +msgstr "" + +#: apps/offlineevents/views.py:108 +msgid "The offline event has been deleted" +msgstr "" + +#: apps/organisations/forms.py:17 +msgid "Here you can find an example of an {}imprint{}." +msgstr "" + +#: apps/organisations/forms.py:18 +msgid "Here you can find an example of {}terms of use{}." +msgstr "" + +#: apps/organisations/forms.py:20 +msgid "Here you can find an example of a {}data protection policy{}." +msgstr "" + +#: apps/organisations/forms.py:22 +msgid "Here you can find an example of a {}netiquette{}." +msgstr "" + +#: apps/organisations/forms.py:34 +msgid "Instagram Post 1080x1080" +msgstr "" + +#: apps/organisations/forms.py:35 +msgid "Instagram Story 1080x1920" +msgstr "" + +#: apps/organisations/forms.py:36 +msgid "Linkedin 1104x736" +msgstr "" + +#: apps/organisations/forms.py:37 +msgid "Twitter 1200x675" +msgstr "" + +#: apps/organisations/forms.py:281 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:23 +msgid "Social Media" +msgstr "" + +#: apps/organisations/forms.py:285 +msgid "" +"Here you can create sharepics for social media that will help you get " +"publicity for your project. You can choose between different formats." +msgstr "" + +#: apps/organisations/forms.py:292 +msgid "Select Project" +msgstr "" + +#: apps/organisations/forms.py:297 +msgid "Please select a project of your organisation and click select." +msgstr "" + +#: apps/organisations/forms.py:316 +msgid "" +"This title will be displayed as a header. It should be max. {} characters " +"long." +msgstr "" + +#: apps/organisations/forms.py:325 +msgid "" +"This description will be displayed below the title. It should briefly state " +"the goal of the project in max. {} chars." +msgstr "" + +#: apps/organisations/forms.py:332 +msgid "Picture Upload" +msgstr "" + +#: apps/organisations/forms.py:336 +msgid "" +"The picture will be displayed in the sharepic. It must be min. {} pixel wide " +"and {} pixel tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/mixins.py:20 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/organisations/mixins.py:40 +msgid "" +"Please agree on the organisation's terms of use to be allowed to create " +"content." +msgstr "" + +#: apps/organisations/models.py:26 +msgid "Title of your organisation" +msgstr "" + +#: apps/organisations/models.py:29 +msgid "" +"The title of your organisation will be shown on the landing page. max. 100 " +"characters" +msgstr "" + +#: apps/organisations/models.py:37 +msgid "Short description of your organisation" +msgstr "" + +#: apps/organisations/models.py:39 +msgid "" +"The description will be displayed on the landing page. max. 800 characters" +msgstr "" + +#: apps/organisations/models.py:47 +msgid "Slogan" +msgstr "" + +#: apps/organisations/models.py:49 +msgid "" +"The slogan will be shown below the title of your organisation on the landing " +"page. The slogan can provide context or additional information to the title. " +"max. 200 characters" +msgstr "" + +#: apps/organisations/models.py:60 +msgid "Information about your organisation" +msgstr "" + +#: apps/organisations/models.py:62 +msgid "" +"You can provide general information about your participation platform to " +"your visitors. It’s also helpful to name a general person of contact for " +"inquiries. The information will be shown on a separate \"About\" page that " +"can be reached via the main menu." +msgstr "" + +#: apps/organisations/models.py:75 +msgid "Logo" +msgstr "" + +#: apps/organisations/models.py:77 +msgid "" +"The Logo representing your organisation. The image must be square and it " +"should be min. 200 pixels wide and 200 pixels tall and max. 800 pixels wide " +"and 800 pixels tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/models.py:92 +msgid "Please enter a full url which starts with https:// or http://" +msgstr "" + +#: apps/organisations/models.py:104 +msgid "Header image copyright" +msgstr "" + +#: apps/organisations/models.py:106 +msgid "Author, which is displayed in the header image." +msgstr "" + +#: apps/organisations/models.py:124 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:16 +#: adhocracy-plus/templates/email_base.html:75 +#: adhocracy-plus/templates/email_base.html:103 +#: adhocracy-plus/templates/footer.html:38 +#: adhocracy-plus/templates/footer_upper.html:17 +msgid "Imprint" +msgstr "" + +#: apps/organisations/models.py:126 +msgid "" +"Please provide all the legally required information of your imprint. The " +"imprint will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:133 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:16 +#: apps/users/forms.py:36 apps/users/forms.py:190 +#: adhocracy-plus/templates/email_base.html:79 +#: adhocracy-plus/templates/email_base.html:109 +#: adhocracy-plus/templates/footer.html:43 +#: adhocracy-plus/templates/footer_upper.html:25 +msgid "Terms of use" +msgstr "" + +#: apps/organisations/models.py:135 +msgid "" +"Please provide all the legally required information of your terms of use. " +"The terms of use will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:142 +#: adhocracy-plus/templates/email_base.html:106 +#: adhocracy-plus/templates/footer.html:48 +#: adhocracy-plus/templates/footer_upper.html:21 +msgid "Data protection policy" +msgstr "" + +#: apps/organisations/models.py:144 +msgid "" +"Please provide all the legally required information of your data protection. " +"The data protection policy will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:152 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:16 +#: adhocracy-plus/templates/footer.html:53 +#: adhocracy-plus/templates/footer_upper.html:30 +msgid "Netiquette" +msgstr "" + +#: apps/organisations/models.py:154 +msgid "" +"Please provide a netiquette for the participants. The netiquette helps " +"improving the climate of online discussions and supports the moderation." +msgstr "" + +#: apps/organisations/models.py:162 +msgid "is a supporting organisation" +msgstr "" + +#: apps/organisations/models.py:164 +msgid "" +"For supporting organisations, the banner asking for donations is not " +"displayed on their pages." +msgstr "" + +#: apps/organisations/models.py:169 +msgid "Default language for e-mails" +msgstr "" + +#: apps/organisations/models.py:174 +msgid "" +"All e-mails to unregistered users (invites) will be sent in this language." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:8 +msgid "Create Content" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:36 +msgid "Add a+ logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:53 +msgid "Add logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:62 +msgid "To view content changes, click refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:64 +msgid "To view the sharepic, click generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:81 +msgid "Refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:83 +msgid "Generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/includes/form_field.html:6 +msgid "Missing important field" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:16 +#: adhocracy-plus/templates/email_base.html:77 +msgid "Data protection" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:8 +msgid "Edit your organisation information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:24 +msgid "Language availability" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:25 +msgid "" +"Manage here the content of your page in the desired languages. You can add " +"or delete them." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:8 +msgid "Edit your legal information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:27 +msgid "More about " +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:28 +msgid "Find us on social media and share your insights of this participation." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:41 +msgid "Opens in new window" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:90 +msgid "" +"Currently, there are no public participation processes. Please check again " +"later." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:95 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here or read " +"more in About." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:99 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here." +msgstr "" + +#: apps/organisations/views.py:43 +msgid "Participate now!" +msgstr "" + +#: apps/organisations/views.py:45 +msgid "Upcoming participation" +msgstr "" + +#: apps/organisations/views.py:47 +msgid "Ended participation" +msgstr "" + +#: apps/organisations/views.py:90 +msgid "Organisation information successfully updated." +msgstr "" + +#: apps/organisations/views.py:121 +msgid "Legal information successfully updated." +msgstr "" + +#: apps/projects/admin.py:12 +msgid "archive" +msgstr "" + +#: apps/projects/admin.py:19 +msgid "dearchive" +msgstr "" + +#: apps/projects/dashboard.py:18 +#: apps/projects/templates/a4_candy_projects/project_participants.html:4 +#: apps/projects/templates/a4_candy_projects/project_participants.html:12 +msgid "Participants" +msgstr "" + +#: apps/projects/dashboard.py:45 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:4 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:12 +msgid "Moderators" +msgstr "" + +#: apps/projects/dashboard.py:76 +msgid "" +"Show insights with numbers of contributions and participants during the " +"participation process" +msgstr "" + +#: apps/projects/forms.py:43 apps/projects/views.py:246 +msgid "Invite users via email" +msgstr "" + +#: apps/projects/forms.py:48 apps/projects/views.py:247 +msgid "Invite users via file upload" +msgstr "" + +#: apps/projects/forms.py:49 +msgid "Upload a csv file containing email addresses." +msgstr "" + +#: apps/projects/forms.py:65 +msgid "Please enter email addresses or upload a file" +msgstr "" + +#: apps/projects/models.py:137 +msgid "active participants" +msgstr "" + +#: apps/projects/models.py:138 +msgid "comments" +msgstr "" + +#: apps/projects/models.py:139 +msgid "ratings" +msgstr "" + +#: apps/projects/models.py:143 +msgid "written ideas" +msgstr "" + +#: apps/projects/models.py:146 +msgid "poll answers" +msgstr "" + +#: apps/projects/models.py:149 +msgid "interactive event questions" +msgstr "" + +#: apps/projects/models.py:153 +msgid "" +"This session will provide you with valuable insights\n" +" into the number of individuals involved in the process\n" +" and help you make informed decisions based on the data" +msgstr "" + +#: apps/projects/serializers.py:95 +#, python-format +msgid "%(time_left)s remaining" +msgstr "" + +#: apps/projects/serializers.py:99 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:72 +msgid "more than 1 year remaining" +msgstr "" + +#: apps/projects/serializers.py:101 +#, python-format +msgid "Participation: from %(project_start)s" +msgstr "" + +#: apps/projects/serializers.py:107 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:105 +msgid "Participation ended. Read result." +msgstr "" + +#: apps/projects/serializers.py:237 +msgid "running" +msgstr "" + +#: apps/projects/serializers.py:242 +msgid "starts on {}" +msgstr "" + +#: apps/projects/serializers.py:250 +msgid "starts in the future" +msgstr "" + +#: apps/projects/serializers.py:252 +msgid "completed" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:4 +#, python-format +msgid "Invitation to moderate the project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:6 +#, python-format +msgid "Invitation to moderate project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:10 +#, python-format +msgid "" +"you are invited to moderate the project \"%(project_name)s\" on the " +"participation platform %(site_name)s. To be able to moderate and change the " +"project click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:15 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:15 +msgid "Accept invitation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to moderate a project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the semi-public project " +"\"%(project_name)s\" on the participation platform %(site_name)s. To " +"participate click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the private project \"%(project_name)s\" " +"on the participation platform %(site_name)s. To participate click on " +"\"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the semi-public project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the private project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:15 +msgid "Go to project" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you accepted the invitation to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:18 +#: apps/projects/templates/a4_candy_projects/project_detail.html:62 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:13 +msgid "Here you can find a decorative picture." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:26 +msgid "Project is private." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:32 +msgid "Project is semi-public." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:50 +msgid "Type of participation: " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:57 +#, python-format +msgid "%(num_entries)s Contribution" +msgid_plural "%(num_entries)s Contributions" +msgstr[0] "" +msgstr[1] "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:78 +#, python-format +msgid " %(abbr_unit)s " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgid "more than 1 year" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgctxt "abbreviation \"more than 1 year\"" +msgid "> 1 Y" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:86 +msgid "JOIN IN" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:88 +msgid "READ" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:97 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:99 +#, python-format +msgid " Participation: from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:12 +msgid "Timeline item" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:18 +#, python-format +msgid " from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:21 +#, python-format +msgid " on %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:9 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:21 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:22 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:8 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:19 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:20 +#: adhocracy-plus/templates/account/email.html:41 +#: adhocracy-plus/templates/socialaccount/connections.html:31 +msgid "Remove" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:31 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:29 +msgid "None" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:26 +msgid "Add" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:47 +msgid "Upload" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:4 +#, python-format +msgid "Invitation to %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:9 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:9 +#, python-format +msgid "Moderation invitation for %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:12 +msgid "" +"Please login to procceed. If you do not have an account, register and " +"revisit the invitation link." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:14 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:14 +msgid "Proceed to login" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:15 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:15 +#: apps/users/templates/a4_candy_users/indicator.html:60 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:24 +#: adhocracy-plus/templates/account/signup.html:4 +#: adhocracy-plus/templates/account/signup.html:7 +#: adhocracy-plus/templates/account/signup.html:69 +#: adhocracy-plus/templates/socialaccount/signup.html:49 +msgid "Register" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:12 +msgid "" +"You were invited by the initiator of the project. If you accept you will be " +"able to moderate the project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:16 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:19 +msgid "Accept" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:17 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:20 +msgid "Decline" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:4 +#, python-format +msgid "Project: %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:9 +#, python-format +msgid "Invitation to participate in the project \"%(project)s\"?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:12 +msgid "" +"For this you need an account. Please login with your account or register." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:9 +#, python-format +msgid "Do you want to join %(project)s?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:12 +#, python-format +msgid "" +"\n" +" You were invited by the initiator of the project. If you " +"accept you will be able to participate in the project with your username " +"\"%(user)s\".\n" +" If you want to join with a different profile please " +"login with your other profile and follow the invitation link again. If you " +"decline the invitation the link is not valid anymore.\n" +" " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:47 +msgid "This project is not yet published." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:97 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:32 +msgid "Participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:142 +msgid "Telephone" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:170 +msgid "Online participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:212 +#: adhocracy-plus/templates/a4modules/module_detail.html:124 +msgid "Participation is not possible at the moment." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:215 +#: adhocracy-plus/templates/a4modules/module_detail.html:127 +#, python-format +msgid "It starts on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:218 +#: adhocracy-plus/templates/a4modules/module_detail.html:130 +#, python-format +msgid "It continues on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:221 +#: adhocracy-plus/templates/a4modules/module_detail.html:133 +#, python-format +msgid "It ended on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:236 +#: apps/users/models.py:53 +#: adhocracy-plus/templates/a4modules/module_detail.html:148 +msgid "active" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:262 +#: adhocracy-plus/templates/a4modules/module_detail.html:172 +msgid "" +"This project is not publicly visible. Only invited users can see content and " +"actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:266 +#: adhocracy-plus/templates/a4modules/module_detail.html:178 +msgid "" +"This project is publicly visible. Invited users can actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:289 +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:4 +msgid "Insights" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:312 +msgid "No results yet." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:7 +msgid "Edit Moderators" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:10 +#: apps/projects/templates/a4_candy_projects/project_participants.html:10 +msgid "Pending Invitations" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_participants.html:7 +msgid "Edit Participants" +msgstr "" + +#: apps/projects/views.py:126 +msgid "Invitation succesfully removed." +msgstr "" + +#: apps/projects/views.py:129 +msgid "Invitation was already accepted or removed." +msgstr "" + +#: apps/projects/views.py:177 +msgid "Following users already accepted an invitation: " +msgstr "" + +#: apps/projects/views.py:185 +msgid "Following users are already invited: " +msgstr "" + +#: apps/projects/views.py:227 +msgid "Invite moderators via email" +msgstr "" + +#: apps/projects/views.py:228 +msgid "Invite moderators via file upload" +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderator invited." +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderators invited." +msgstr "" + +#: apps/projects/views.py:230 +msgid "Moderator successfully removed." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participant invited." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participants invited." +msgstr "" + +#: apps/projects/views.py:249 +msgid "Participant successfully removed." +msgstr "" + +#: apps/projects/views.py:261 +#, python-format +msgid "Project '%(name)s' was deleted successfully." +msgstr "" + +#: apps/topicprio/dashboard.py:15 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:9 +msgid "Topics" +msgstr "" + +#: apps/topicprio/phases.py:15 +msgid "Prioritize phase" +msgstr "" + +#: apps/topicprio/phases.py:16 +msgid "Prioritize and comment topics." +msgstr "" + +#: apps/topicprio/phases.py:17 +msgid "topic prioritization" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:4 +msgid "Confirm Topic Deletion" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:8 +msgid "Are you sure you want to delete the topic?" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:8 +msgid "Add a new topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:13 +msgid "Add Topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:8 +msgid "Edit topic" +msgstr "" + +#: apps/topicprio/views.py:146 +msgid "The topic has been deleted" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:8 +msgid "My dashboard" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:12 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:23 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:34 +msgid "Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:16 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:24 +msgid "Moderation" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:30 +msgid "My profile" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:36 +msgid "My user Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:48 +#: apps/users/templates/a4_candy_users/indicator.html:41 +#: apps/users/templates/a4_candy_users/user_detail.html:28 +msgid "Account Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:52 +#: apps/users/templates/a4_candy_users/user_detail.html:35 +msgid "Link to profile:" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:63 +#: apps/users/templates/a4_candy_users/user_detail.html:46 +msgid "Since" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:69 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:27 +#: adhocracy-plus/templates/footer.html:63 +msgid "Manual" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:76 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:107 +msgid "Initiator Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:89 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:125 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:153 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:196 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:17 +msgid "Home" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:140 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:178 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:206 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:24 +msgid "Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:162 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:209 +msgid "You are not yet following any projects." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:6 +msgid "Your User Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +msgid "My activity feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:41 +msgid "My Feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +msgid "Projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:12 +#: apps/users/templates/a4_candy_users/user_detail.html:77 +msgid "Following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_moderation_detail.html:13 +msgid "Back" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:11 +msgid "Selection of projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:19 +msgid "Projects I am following page" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:21 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "View more" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:33 +msgid "You are not active in any projects yet." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:40 +msgid "Last few activities on my account" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:47 +#: apps/users/templates/a4_candy_users/user_detail.html:100 +msgid "No activity yet. " +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "Account activity page" +msgstr "" + +#: apps/users/__init__.py:8 +msgid "" +"Enter a valid username. This value may contain only letters, digits, spaces " +"and @/./+/-/_ characters. It must start with a digit or a letter." +msgstr "" + +#: apps/users/admin.py:14 +msgid "Permissions" +msgstr "" + +#: apps/users/admin.py:15 +msgid "Important dates" +msgstr "" + +#: apps/users/emails.py:14 +msgid "" +"If you no longer want to receive any notifications, change the settings for " +"your {}account{}." +msgstr "" + +#: apps/users/emails.py:18 +msgid "" +"If you no longer want to receive notifications about this project, " +"unsubscribe from the {}project{}." +msgstr "" + +#: apps/users/fields.py:12 +msgid "Please enter correct email addresses, separated by commas." +msgstr "" + +#: apps/users/forms.py:22 +msgid "If you are having difficulty please contact us by {}email{}." +msgstr "" + +#: apps/users/forms.py:28 +msgid "Username/e-mail" +msgstr "" + +#: apps/users/forms.py:38 apps/users/forms.py:192 apps/users/models.py:73 +msgid "I would like to receive further information" +msgstr "" + +#: apps/users/forms.py:40 apps/users/forms.py:194 apps/users/models.py:76 +msgid "" +"Projects you are following can send you additional information via email." +msgstr "" + +#: apps/users/forms.py:50 apps/users/forms.py:204 +msgid "Your username will appear publicly next to your posts." +msgstr "" + +#: apps/users/forms.py:78 +msgid "Membership number of IG BCE" +msgstr "" + +#: apps/users/forms.py:80 +msgid "" +"The membership number consists of a seven-digit number and can be found on " +"the membership card." +msgstr "" + +#: apps/users/forms.py:87 +msgid "Date of birth" +msgstr "" + +#: apps/users/forms.py:89 +msgid "" +"Please also enter your date of birth in the format MM/DD/YYYY for " +"authentication. Only members of the IG BCE can participate." +msgstr "" + +#: apps/users/forms.py:96 +msgid "" +"I confirm that I have read and accepted the data protection policy of IG BCE." +msgstr "" + +#: apps/users/forms.py:108 apps/users/forms.py:148 +msgid "Something is wrong with the setup - please try again later" +msgstr "" + +#: apps/users/forms.py:114 +msgid "" +"There is already a participant with this membership number. Please check " +"your entry. If this is your membership number, please send an email to " +"\"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/forms.py:154 +msgid "" +"Unfortunately, the member number and / or date of birth could not be linked " +"to an active member account. Please check your input and try again. If you " +"still have problems, please contact \"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/models.py:22 +msgid "username" +msgstr "" + +#: apps/users/models.py:26 +msgid "" +"Required. 60 characters or fewer. Letters, digits, spaces and @/./+/-/_ only." +msgstr "" + +#: apps/users/models.py:35 +msgid "A user with that username already exists." +msgstr "" + +#: apps/users/models.py:36 +msgid "This username is invalid." +msgstr "" + +#: apps/users/models.py:41 +msgid "Email address" +msgstr "" + +#: apps/users/models.py:43 +msgid "Email is invalid or already taken." +msgstr "" + +#: apps/users/models.py:47 +msgid "staff status" +msgstr "" + +#: apps/users/models.py:49 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: apps/users/models.py:56 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: apps/users/models.py:64 +msgid "Send me email notifications" +msgstr "" + +#: apps/users/models.py:67 +msgid "" +"Designates whether you want to receive notifications. Unselect if you do not " +"want to receive notifications." +msgstr "" + +#: apps/users/models.py:84 +msgid "Biography" +msgstr "" + +#: apps/users/models.py:85 +msgid "Tell us about yourself in 255 characters!" +msgstr "" + +#: apps/users/models.py:91 +msgid "Twitter handle" +msgstr "" + +#: apps/users/models.py:97 +msgid "Facebook name" +msgstr "" + +#: apps/users/models.py:99 +msgid "" +"Your facebook name is the last part of the URL, when you access your profile." +msgstr "" + +#: apps/users/models.py:107 +#: apps/users/templates/a4_candy_users/user_detail.html:55 +msgid "Homepage" +msgstr "" + +#: apps/users/models.py:114 +msgid "Avatar picture" +msgstr "" + +#: apps/users/models.py:118 +msgid "Your preferred language" +msgstr "" + +#: apps/users/models.py:123 +msgid "" +"Specify your preferred language for the user interface and the notifications " +"of the platform." +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:7 +#: apps/users/templates/a4_candy_users/indicator.html:14 +#: apps/users/templates/a4_candy_users/indicator.html:18 +#: adhocracy-plus/templates/includes/header_mobile_toggle.html:9 +msgid "Menu" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:28 +#: adhocracy-plus/templates/email_base.html:40 +msgid "Hello" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:37 +msgid "Admin" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:39 +msgid "My Overview" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:49 +#: apps/users/templates/a4_candy_users/indicator.html:52 +msgid "Logout" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:58 +#: adhocracy-plus/templates/account/login.html:4 +#: adhocracy-plus/templates/account/login.html:7 +#: adhocracy-plus/templates/account/login.html:27 +msgid "Login" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:10 +msgid "User profile of " +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:17 +msgid "My user settings" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:61 +msgid "Facebook" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:67 +msgid "Twitter" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:76 +msgid "Selection of projects the are following" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:87 +msgid "This user is not active in any projects yet." +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:93 +msgid "List of last activities on their account" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:94 +msgid "Activities" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:191 +msgid "English" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:192 +msgid "German" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:193 +msgid "Dutch" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:194 +msgid "Kyrgyz" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:195 +msgid "Russian" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:338 +#: adhocracy-plus/config/settings/base.py:354 +msgid "Rich text editor" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:456 +msgid "suggestion" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:457 +msgid "note" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:458 +msgid "question" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:499 +msgid "Pin without icon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:500 +msgid "Diamond" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:501 +msgid "Triangle up" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:502 +msgid "Triangle down" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:503 +msgid "Ellipse" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:504 +msgid "Semi circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:505 +msgid "Hexagon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:506 +msgid "Rhomboid" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:507 +msgid "Star" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:508 +msgid "Square" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:509 +msgid "Octothorpe" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:510 +msgid "Rectangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:511 +msgid "Circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:512 +msgid "Right triangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:513 +msgid "Zigzag" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:517 +msgid "brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:518 +msgid "spatial brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:519 +msgid "idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:520 +msgid "spatial idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:521 +msgid "text review" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:522 +msgid "poll" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:524 +msgid "interactive event" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:525 +msgid "prioritization" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:526 +msgid "debate" +msgstr "" + +#: adhocracy-plus/templates/403.html:7 +msgid "You are not allowed to access this page." +msgstr "" + +#: adhocracy-plus/templates/403_csrf.html:5 +msgid "" +"The verification of your input has failed. Please reload the page and make " +"sure that your browser settings allow setting session cookies." +msgstr "" + +#: adhocracy-plus/templates/404.html:7 +msgid "This page could not be found." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:58 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:84 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:96 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:7 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:10 +msgid "Participation projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:62 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:86 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:101 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:10 +msgid "Communication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:68 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:88 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:108 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:7 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:10 +msgid "Organisation settings" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:12 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:14 +msgid "All projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:36 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:74 +msgid "Project ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:38 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:16 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:72 +msgid "Project not ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:89 +msgid "Module ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:91 +msgid "Module not ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:132 +msgid "Hide from project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:142 +msgid "Add to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:157 +msgid "Add Module" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:27 +msgid "Create a new Project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:7 +msgid "Communication options" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:6 +msgid "Project created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:7 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:4 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:26 +msgid "Create project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:22 +msgid "Fill in project details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:31 +msgid "No module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:33 +msgid "Module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:35 +msgid "Add participation module(s)" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:42 +msgid "Module not ready to be filled in" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:44 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:50 +msgid "Fill in module details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:46 +msgid "Module ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:59 +msgid "Module not ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:61 +msgid "Show module(s) in project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:63 +msgid "Module added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:65 +msgid "Add module(s) to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:76 +msgid "Publish project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:8 +msgid "Project type has been published" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:13 +msgid "The project has been published. You can add further modules." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:61 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:63 +msgid "more" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:78 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:98 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:113 +msgid "delete" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:106 +#, python-format +msgid " Are you sure you want to delete the project '%(project_name)s'? " +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:112 +msgid "cancel" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:18 +msgid "Results" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:16 +msgid "General information" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:18 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:28 +msgid "Missing important fields" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:26 +msgid "Legal information" +msgstr "" + +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:14 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:15 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:18 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:19 +msgid "Remove item" +msgstr "" + +#: adhocracy-plus/templates/a4images/image_upload_widget.html:32 +msgid "" +"Your image will be uploaded/removed once you save your changes at the end of " +"this page." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:46 +msgid "This project is in not published yet." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:86 +msgid "Previous" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:89 +msgid "of" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:92 +msgid "Next" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:195 +msgid "More questions from this online participation" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:4 +#, python-format +msgid "Moderation request in the project %(project_name)s on %(site_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:6 +#, python-format +msgid "Moderation request in the project %(project_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:10 +#, python-format +msgid "" +"User %(user_name)s reported a post in your project \"%(project_name)s\". It " +"is possible, the message could also be spam. As a moderator, you can review " +"the post and delete it if necessary. The following reasons were given:" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:18 +msgid "Review post" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:20 +#, python-format +msgid "" +"This email has been sent to %(receiver_mail)s. The email was sent to you as " +"you are the moderator of the project." +msgstr "" + +#: adhocracy-plus/templates/account/email.html:6 +#: adhocracy-plus/templates/account/email.html:9 +msgid "Email Addresses" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:12 +msgid "Main Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:14 +msgid "Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:15 +#: adhocracy-plus/templates/account/email.html:29 +msgid "Verified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:20 +msgid "Other Emails" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:31 +msgid "Unverified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:35 +msgid "Make Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:38 +msgid "Re-send Verification" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:62 +msgid "Add another Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:67 +msgid "Add Email" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:4 +msgid "Account Already Exists" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:8 +msgid "" +"You are receiving this e-mail because you or someone else tried to signup " +"for an\n" +" account using the e-mail address:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:15 +msgid "" +"However, an account using that e-mail address already exists. In case you " +"have\n" +" forgotten about this, please use the password forgotten procedure to " +"recover\n" +" your account:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:21 +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:15 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:6 +msgid "Reset password" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:4 +#, python-format +msgid "Please confirm your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:6 +#, python-format +msgid "Your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:10 +#, python-format +msgid "" +"this email address has been added to the user account \"%(username)s\" on " +"\"%(current_site)s\". Please confirm this address. If you did not add this " +"email address, you can ignore this email. We will not send you any further " +"emails." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:15 +msgid "Confirm your email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:4 +#, python-format +msgid "Please confirm your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:6 +#, python-format +msgid "Your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:10 +#, python-format +msgid "" +"You have registered with the username \"%(username)s\" on the participation " +"platform \"%(current_site)s\". Click \"Confirm email address\" to complete " +"your registration. As soon as you are registered, you can participate on " +"\"%(current_site)s\". If you haven't registered, you can ignore this message." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:15 +msgid "Confirm email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:4 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:4 +#, python-format +msgid "Reset password request for %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:6 +#, python-format +msgid "Password reset for your account %(username)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:10 +#, python-format +msgid "" +"you have requested a password reset. Please click on \"Reset password\" to " +"set a new password. If you have not requested a password reset, you can " +"ighnore this email and your %(current_site)s password stays unchanged." +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. You receive this email because your " +"password on %(current_site)s has been reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:10 +#, python-format +msgid "" +"You are receiving this e-mail because you or someone else has requested a " +"password for your user account. However, we do not have any record of a user " +"with email %(email)s in our database." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:13 +msgid "" +"This mail can be safely ignored if you did not request a password reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:16 +msgid "If it was you, you can sign up for an account using the link below." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:19 +#, python-format +msgid "If you need assistance, please contact %(contact_email)s." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:26 +#, python-format +msgid "" +"This email was sent to %(email)s. You have received the e-mail because the " +"reset of your password has been requested on %(current_site)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:4 +#: adhocracy-plus/templates/account/email_confirm.html:7 +msgid "Confirm Email Address" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:11 +#, python-format +msgid "" +"Please\n" +" confirm that %(email)s is an\n" +" email address for user %(user_display)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:17 +msgid "Confirm" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:21 +#, python-format +msgid "" +"This email confirmation link expired or is invalid.\n" +" Please issue a new email confirmation\n" +" request." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:9 +#, python-format +msgid "" +"If you have not created an account yet, then please register first." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:30 +msgid "Forgot Password?" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:4 +#: adhocracy-plus/templates/account/logout.html:7 +#: adhocracy-plus/templates/account/logout.html:15 +msgid "Sign Out" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:8 +msgid "Are you sure you want to sign out?" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:8 +msgid "Change your password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:22 +#: adhocracy-plus/templates/account/password_change.html:28 +msgid "Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:34 +msgid "Repeat password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:4 +#: adhocracy-plus/templates/account/password_reset.html:7 +msgid "Password Reset" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:12 +msgid "" +"Forgotten your password? Enter your email address below, and we'll send you " +"an email allowing you to reset it." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:18 +msgid "Reset My Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:20 +msgid "Please contact us if you have any trouble resetting your password." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:4 +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Change Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Bad Token" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:11 +#, python-format +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:20 +msgid "change password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:23 +msgid "Your password is now changed." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:9 +#, python-format +msgid "" +"Already have an account? Then please\n" +" login." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:24 +#: adhocracy-plus/templates/socialaccount/signup.html:28 +#, python-format +msgid "" +"\n" +" I confirm that I have read and accepted the terms of use and the data protection " +"policy.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:62 +#, python-format +msgid "" +"\n" +" With your account on %(platformname)s, you can take part in " +"every public participation project on this platform. This platform allows " +"organisations initiatives to conduct digital participation projects.\n" +" If you have any questions regarding the data protection on this " +"platform you can find further information here.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/base.html:58 +msgid "Skip to content " +msgstr "" + +#: adhocracy-plus/templates/base.html:99 +#, python-format +msgid "%(platformname)s is funded by donations." +msgstr "" + +#: adhocracy-plus/templates/base.html:101 +msgid "Donate now" +msgstr "" + +#: adhocracy-plus/templates/base.html:104 +#, python-format +msgid "Donate now to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:4 +msgid "Error" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:12 +#, python-format +msgid "Back to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:64 +msgid "Responsible for the participation project:" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:93 +#, python-format +msgid "%(platformname)s is a participation platform operated by" +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +#, python-format +msgid "" +"%(platformname)s is a platform provided by Liquid Democracy e.V. in Berlin." +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +msgid "" +"Only the respective operator of the offer is responsible for the editorial " +"content." +msgstr "" + +#: adhocracy-plus/templates/footer_upper.html:6 +msgid "Responsible for the content of this page:" +msgstr "" + +#: adhocracy-plus/templates/header.html:4 +msgid "Header" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:9 +msgid "Language selector, " +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:15 +msgid " selected" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:30 +msgid "select " +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:6 +msgid "Our projects" +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:11 +msgid "About" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:5 +#: adhocracy-plus/templates/socialaccount/connections.html:8 +msgid "Social Connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:9 +msgid "Remove existing connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:11 +msgid "" +"You can sign in to your account using any of the following third party\n" +" accounts. To remove them mark the one you would like to remove and " +"click the remove button" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:35 +msgid "" +"You currently have no social network accounts connected to this account." +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:5 +msgid "Signup" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:8 +msgid "Sign Up" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:10 +#, python-format +msgid "" +"You are about to use your %(provider_name)s account to login to\n" +"%(site_name)s. As a final step, please complete the following form:" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:6 +msgid "Login with social media account" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:22 +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:25 +msgid "Login with " +msgstr "" diff --git a/locale-fork/locale/nl/LC_MESSAGES/djangojs.po b/locale-fork/locale/nl/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000..7fab9a245 --- /dev/null +++ b/locale-fork/locale/nl/LC_MESSAGES/djangojs.po @@ -0,0 +1,1410 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +msgid "Insert Collapsible Item" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +msgid "Title" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +msgid "Body text" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +msgid "Collapsible element" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:22 +#, javascript-format +msgid "hide one reply" +msgid_plural "hide %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:24 +#, javascript-format +msgid "view one reply" +msgid_plural "view %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:29 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:30 +msgid "Your reply here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/react_reports.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/react_reports.jsx:22 +msgid "" +"You want to report this content? Your message will be sent to the " +"moderation. The moderation will look at the reported content. The content " +"will be deleted if it does not meet our discussion rules (netiquette)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +msgid "Moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +msgid "Latest edit on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +msgid "Deleted by creator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +msgid "Deleted by moderator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +msgid "Do you really want to delete this comment?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: apps/documents/assets/ChapterNavItem.jsx:57 +#: apps/documents/assets/ChapterNavItem.jsx:62 +#: apps/documents/assets/ParagraphForm.jsx:133 +#: apps/documents/assets/ParagraphForm.jsx:138 +msgid "Delete" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Modal.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Modal.jsx:6 +msgid "Abort" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +msgid "Your comment here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:167 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:167 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +msgid "save changes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +msgid "cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +msgid "post" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +msgid "Please login to comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +msgid "The currently active phase doesn't allow to comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +msgid "Only invited users can actively participate." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +msgid "Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +msgctxt "defakts" +msgid "" +"This comment contains disinformation. Defakts uses an Artificial " +"Intelligence to scan content for disinformation. Disinformation often shows " +"certain characteristics that allow for a reliable identification." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +msgctxt "defakts" +msgid "Click to view the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +msgctxt "defakts" +msgid "Click to hide the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +msgctxt "defakts" +msgid "Read more" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +msgctxt "defakts" +msgid "Show less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +msgctxt "defakts" +msgid "Show info to users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +msgctxt "defakts" +msgid "Hide info from users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +msgid "Choose categories for your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +msgid "Share link" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +msgid "Categories: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +msgid "Entry successfully created" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +msgid "Read more..." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +msgid "Read less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +msgid "Share" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +msgid " Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +msgid "Show moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +msgid "Hide moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +msgid "Delete comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +msgid "Blocked by moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +msgid "hide replies" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +msgctxt "verb" +msgid "Reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +msgid "Click to view rest of comment text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +msgid "Click to hide expanded text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#, javascript-format +msgid "1 reply" +msgid_plural "%s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +msgid "Newest" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +msgid "Most up votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +msgid "Most down votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +msgid "Most answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +msgid "Last discussed" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +msgid "Show filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +msgid "Filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +msgid "Hide filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +msgid "Search contributions" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +msgid "Clear search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +msgid "display: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: apps/interactiveevents/assets/Filters.jsx:32 +#: apps/interactiveevents/assets/QuestionBox.jsx:57 +msgid "all" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +msgid "sorted by: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:14 +msgid "Highlighted" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +msgid "entry found for " +msgid_plural "entries found for " +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +msgid "Your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +msgid "Please add a comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +msgid "Something seems to have gone wrong, please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +msgid "Your reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: apps/interactiveevents/assets/QuestionForm.jsx:79 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:10 +msgid " characters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +msgid "Copy" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +msgid "Copied" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:26 +msgid "You will no longer be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:28 +msgid "You will be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:62 +msgid "Follow" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:63 +msgid "Following" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: apps/maps/assets/map-address.js:87 +msgid "No matches found within the project area" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: apps/maps/assets/map-address.js:90 +msgid "Did you mean:" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: apps/maps/assets/map_choose_polygon_with_preset.js:68 +msgid "Export polygon as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: apps/maps/assets/map_choose_polygon_with_preset.js:69 +#: apps/maps/assets/map_choose_polygon_with_preset.js:79 +#: apps/maps/assets/map_choose_polygon_with_preset.js:92 +msgid "Import polygon via file upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Alert.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Alert.jsx:6 +#: apps/dashboard/assets/ajax_modal.js:12 +#: apps/maps/assets/map_choose_polygon_with_preset.js:87 +msgid "Close" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: apps/maps/assets/map_choose_polygon_with_preset.js:94 +msgid "" +"Upload a polygon from a GeoJSON (.geojson) or a zipped Shapefile (.zip)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: apps/maps/assets/map_choose_polygon_with_preset.js:95 +msgid "" +"Note that uploading Shapefiles is not supported with Internet Explorer 10" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: apps/maps/assets/map_choose_polygon_with_preset.js:96 +msgid "Attention importing a file will delete the existing polygons." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: apps/maps/assets/map_choose_polygon_with_preset.js:101 +msgid "Upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: apps/maps/assets/map_choose_polygon_with_preset.js:108 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: apps/maps/assets/map_choose_polygon_with_preset.js:143 +#: apps/maps/assets/map_choose_polygon_with_preset.js:145 +msgid "The uploaded file is not a valid shapefile." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: apps/maps/assets/map_choose_polygon_with_preset.js:147 +msgid "The uploaded file could not be imported." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: apps/maps/assets/map_choose_polygon_with_preset.js:162 +msgid "The uploaded file is not a valid geojson file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: apps/maps/assets/map_choose_polygon_with_preset.js:167 +msgid "Invalid file format." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: apps/maps/assets/map_choose_polygon_with_preset.js:286 +msgid "Do you want to load this preset and delete all the existing polygons?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +msgid "person supports this proposal." +msgid_plural "persons support this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +msgid "person voted for this proposal." +msgid_plural "persons voted for this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +msgid "person commented on this proposal." +msgid_plural "persons commented on this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +msgctxt "noun" +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +msgid "remove" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +msgid " New Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +msgid "Multiple Choice question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +msgid "Open question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +msgid "The poll has been updated." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +msgid "The poll could not be updated. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: apps/documents/assets/DocumentManagement.jsx:324 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: apps/interactiveevents/assets/QuestionForm.jsx:67 +msgid "Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: apps/documents/assets/ChapterNavItem.jsx:33 +#: apps/documents/assets/ChapterNavItem.jsx:38 +#: apps/documents/assets/ParagraphForm.jsx:110 +#: apps/documents/assets/ParagraphForm.jsx:115 +msgid "Move up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: apps/documents/assets/ChapterNavItem.jsx:45 +#: apps/documents/assets/ChapterNavItem.jsx:50 +#: apps/documents/assets/ParagraphForm.jsx:122 +#: apps/documents/assets/ParagraphForm.jsx:127 +msgid "Move down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +msgid "Participants can vote for more than one option (multiple choice)" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +msgid "Participants can add their own answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +msgid "Other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +msgid "New answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +msgid "Multiple answers are possible." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +msgid "Your answer has been saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +msgid "" +"Your answer could not be saved. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +msgid "Your answer is invalid or empty. Please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +msgid "To poll" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Change answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Submit answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +msgid "Please login to answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +msgid "Show results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +msgid "Show preliminary results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +msgid "Please enter your answer in this field." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +msgid "Hide other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +msgid "Show other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#, javascript-format +msgid "%s participant gave 1 answer." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#, javascript-format +msgid "%s participant gave %s answers." +msgid_plural "%s participants gave %s answers." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +msgid "" +" For multiple choice questions the percentages may add up to more than 100%." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#, javascript-format +msgid "1 person has answered." +msgid_plural "%s people have answered." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +msgid "no one has answered this question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +msgid "Your choice" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +msgid "Click to vote up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +msgid "Click to vote down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:7 +msgid "Report sent" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:8 +msgid "Thank you! We are taking care of it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:9 +msgid "Your message" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:10 +msgid "Send Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +msgid "" +"Yes, I have read and agree to this organisation's %(linkStart)s terms of use " +"%(linkEnd)s." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/captcha/assets/captcheck.js:29 +msgid "Click for image-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:30 +msgid "Click for text-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:31 +msgid "Image mode" +msgstr "" + +#: apps/captcha/assets/captcheck.js:32 +msgid "Text mode" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:13 +msgid "Chapter title" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:55 +msgid "Add a new paragraph" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:9 +msgid "Chapter navigation" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:38 +msgid "Add a new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:18 +msgid "first chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:98 +msgid "new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:261 +msgid "The document has been updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:279 +msgid "The document could not be updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:295 +msgid "Contents" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:307 +msgid "Edit chapter" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:71 +msgid "Headline" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:88 +msgid "Paragraph" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:10 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:11 +msgid "" +"Answered questions will be displayed in the statistics according to the " +"chosen affiliation." +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:27 +msgid " Filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:28 +msgid "Click to view filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:29 +msgid "Click to only display marked questions" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:30 +msgid "Click to only display questions which are not hidden" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:31 +msgid "Click to order list by likes" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:4 +msgid "Info" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:5 +msgid "display question on screen" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:6 +msgid "add question to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:7 +msgid "hide question from audience" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:8 +msgid "mark question as answered" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:9 +msgid "is shown in front of a question? It has been marked by the moderation." +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:10 +msgid "Close information" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:11 +msgid "Open information" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:10 +msgid "Statistics" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:11 +msgid "Entries" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:12 +msgid "Click to view statistics of answered questions" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:13 +msgid "display on screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:14 +msgid "Click to view list of marked questions screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:27 +msgid "select affiliation" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:61 +msgid "Here you can ask your question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:69 +#: apps/interactiveevents/assets/QuestionForm.jsx:88 +msgid "Add Question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:97 +msgid "mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:98 +msgid "undo mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:99 +msgid "mark as done" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:100 +msgid "add to live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:101 +msgid "remove from live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:102 +msgid "add to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:103 +msgid "remove from shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionPresent.jsx:29 +#: apps/interactiveevents/assets/QuestionUser.jsx:52 +msgid "likes" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:51 +msgid "on shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:53 +msgid "add like" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:54 +msgid "undo like" +msgstr "" + +#: apps/interactiveevents/assets/StatisticsBox.jsx:46 +msgid "Questions Answered" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:8 +msgid "delete" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:9 +msgid "edit" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:10 +msgid "Moderator's feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:11 +msgid "Last edit was on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:9 +msgid "Write feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:11 +msgid "submit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:12 +msgid "update feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:12 +msgid "Your feedback was successfully delivered." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:13 +msgid "Your feedback was successfully updated." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:14 +msgid "Your feedback was successfully deleted." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:15 +msgid "" +"The comment has already been moderated. Your feedback could not be saved." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:16 +msgid "Go to discussion" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:17 +msgid "Comment blocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:18 +msgid "Comment unblocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:19 +msgid "Comment highlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:20 +msgid "Comment unhighlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:21 +msgid "Notification successfully marked as read." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:22 +msgid "Notification successfully marked as unread." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:23 +msgid "AI" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:24 +msgid "posted a {}comment{}" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:221 +#, javascript-format +msgid "This {}comment{} has been reported 1 time since it's creation" +msgid_plural "This {}comment{} has been reported %s times since it's creation" +msgstr[0] "" +msgstr[1] "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:240 +msgid "Mark as read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:241 +msgid "Mark as unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:253 +msgid "Last edited on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:255 +msgid "Created on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:7 +msgid "Block" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:8 +msgid "Unblock" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:9 +msgid "Blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:10 +msgid "Add feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:11 +msgid "This comment was blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:12 +msgid "Highlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:13 +msgid "Unhighlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:15 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:11 +msgid "Unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:16 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:10 +msgid "Read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:17 +msgid "Edit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:12 +msgid "View all" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:16 +msgid "Reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:17 +msgid "All comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:21 +msgid "Most reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:22 +msgid "Oldest" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:23 +msgid "Most recent" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:172 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:74 +msgid "By " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:173 +msgid "Load more" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:174 +msgid "Go to top" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:175 +msgid "Notifications of comments from project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:176 +msgid "Notification filters and sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:177 +msgid "Moderation project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:204 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:213 +msgid "Filter" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:222 +msgid "Sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:48 +msgid "Over 1 year left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:52 +msgid "left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:62 +msgid "1 year" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:73 +msgid "Loading..." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:75 +msgid " comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:76 +msgid " reports" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:77 +msgid "public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:78 +msgid "private" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:79 +msgid "semi-public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:80 +msgid "Notifications has unread comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:81 +msgid "Moderation dashboard overview" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:82 +msgid "Projects" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:83 +msgid "Projects I am moderating" +msgstr "" + +#: adhocracy-plus/assets/js/unload_warning.js:20 +msgid "If you leave this page changes you made will not be saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:11 +msgid "External Video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:12 +msgid "" +"Here you can find a video from Google (YouTube). To protect your data the " +"content will only be loaded after you give your consent. Only then will " +"YouTube set Cookies that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:13 +msgid "More information can be found in the privacy policy of Google under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "Link to video: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +msgid "Play video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:16 +msgid "External video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:17 +msgid "" +"Here you can find a video from Vimeo. To protect your data the content will " +"only be loaded after you give your consent. Only then will Vimeo set cookies " +"that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:18 +msgid "More information can be found in the privacy policy of Vimeo under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "play video" +msgstr "" diff --git a/locale-fork/locale/tr/LC_MESSAGES/django.po b/locale-fork/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 000000000..fcdf46916 --- /dev/null +++ b/locale-fork/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,5230 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:3 +msgid "" +"In this section, you can create\n" +"categories. If you create any, each contribution has to be assigned\n" +"to one of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/templates/a4categories/includes/module_categories_form.html:21 +msgid "Add category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard.html:4 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:55 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:30 +msgid "Dashboard" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:5 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:24 +msgid "Project Settings" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_dashboard_project.html:33 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:49 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:103 +msgid "Missing fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_module.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/base_form_project.html:18 +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:19 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:32 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:39 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:44 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:26 +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:30 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:43 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:27 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:22 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:23 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:23 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:9 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:6 +#: adhocracy-plus/templates/a4dashboard/project_list.html:13 +msgid "New Project" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:17 +msgid "Phase" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/blueprint_list.html:23 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:15 +#: adhocracy-plus/templates/a4dashboard/includes/blueprint_list_tile.html:17 +msgid "Select" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/form_field.html:6 +msgid "Missing field for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:39 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:59 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:42 +msgid "Preview" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/preview.html:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:41 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:8 +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:14 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:15 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/preview.html:9 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:44 +msgid "View" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:16 +#, python-format +msgid "%(value)s from %(max)s" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:17 +msgid "required fields for publication" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:27 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:12 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:57 +msgid "Publish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/includes/progress.html:31 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:19 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:35 +msgid "Unpublish" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:7 +msgid "Create project based on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:23 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:41 +msgid "" +"After saving the draft project you can further customize and edit your " +"project and eventually publish it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:25 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:46 +msgid "Create draft" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_form.html:31 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:14 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:38 +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:51 +#: apps/debate/templates/a4_candy_debate/includes/subject_form.html:10 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:13 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:14 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:43 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_form.html:29 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:14 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:42 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:29 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_form.html:14 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:13 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:13 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:45 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:4 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_list.html:4 +#: adhocracy-plus/templates/a4dashboard/project_list.html:9 +msgid "Projects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:24 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:25 +msgid "Finished" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:14 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:28 +msgid "semipublic" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:15 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:31 +msgid "private" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:48 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:112 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:19 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:20 +#: apps/projects/templates/a4_candy_projects/project_detail.html:117 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:19 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:50 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:57 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:73 +msgid "Duplicate" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/templates/a4dashboard/project_list.html:65 +#: apps/projects/templates/a4_candy_projects/project_list.html:18 +#: adhocracy-plus/templates/a4dashboard/project_list.html:27 +msgid "We could not find any projects." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:59 +msgid "Export" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:7 +msgid "" +"You can export the results of your participation project as an excel file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:19 +msgid "here you can export all ideas" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:31 +msgid "here you can export all subjects" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:43 +msgid "here you can export all answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/templates/a4exports/export_dashboard.html:55 +msgid "here you can export all comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/templates/a4filters/widgets/free_text_filter.html:15 +#: apps/debate/filters.py:12 apps/ideas/views.py:29 apps/topicprio/views.py:21 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:4 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:10 +#: adhocracy-plus/templates/a4filters/widgets/free_text_filter.html:11 +msgid "Search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/form_field.html:5 +#: apps/contrib/templates/a4_candy_contrib/includes/form_checkbox_field.html:6 +#: apps/contrib/templates/a4_candy_contrib/includes/form_field.html:5 +#: adhocracy-plus/templates/account/signup.html:27 +#: adhocracy-plus/templates/account/signup.html:36 +#: adhocracy-plus/templates/socialaccount/signup.html:31 +msgid "This field is required" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/templates/a4forms/includes/inline_form.html:19 +msgid "Remove category" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:8 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:11 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:10 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:11 +msgid "Remove the picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:12 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget.html:17 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:16 +#: adhocracy-plus/templates/a4images/image_upload_widget_simple.html:17 +msgid "Upload a picture" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/templates/a4images/image_upload_widget.html:19 +msgid "" +"\n" +" Your image will be uploaded/removed once you save your changes\n" +" at the end of this page.\n" +" " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:3 +msgid "" +"In this section, you can create\n" +"labels. If you create any, each contribution can be assigned\n" +"to one or more of them. This way, content can be classified." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/templates/a4labels/includes/module_labels_form.html:21 +msgid "Add label" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:8 +msgid "" +"Participation is not possible at the moment. The poll has not been set up " +"yet." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_404.html:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_404.html:15 +msgid "Setup the poll by adding questions and answers in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/templates/a4polls/poll_dashboard.html:5 +msgid "Edit poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:13 +#: apps/exports/mixins.py:19 +msgid "Categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/dashboard.py:15 +msgid "Edit categories" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/fields.py:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/filters.py:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:24 +msgid "Category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:23 +msgid "Category name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/forms.py:47 +msgid "Category icon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:36 +msgid "Type of category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:38 +msgid "" +"You can individualise the term category. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:46 +msgid "" +"Assign your proposal to a category. This automatically appears in the " +"display of your proposal. The list of all proposals can be filtered by " +"category." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:52 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:29 +msgid "Description/Helptext" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/categories/models.py:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:31 +msgid "" +"You can individualise the description text. The description text is " +"displayed to the participants as help text when they have to assign their " +"ideas. The character limit is max. 300 characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:40 +#: apps/budgeting/exports.py:78 apps/debate/exports.py:68 +#: apps/documents/exports.py:41 apps/ideas/exports.py:77 +#: apps/mapideas/exports.py:78 apps/topicprio/exports.py:75 +msgctxt "noun" +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/models.py:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:48 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:16 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:17 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:18 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:19 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:18 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:20 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:18 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:20 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:78 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:178 +msgid "Please choose a category" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/serializers.py:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:92 +#: apps/userdashboard/serializers.py:64 +msgid "unknown user" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/api.py:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:115 +msgid "Please agree to the organisation's terms of use." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/serializers.py:15 +msgid "Please choose one or more categories." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:24 +msgid "The project has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/components/forms/views.py:51 +msgid "The module has been updated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:13 +msgid "Basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:15 +msgid "Edit basic settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:23 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:19 +#: apps/projects/templates/a4_candy_projects/project_detail.html:87 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:23 +msgid "Information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:25 +msgid "Edit project information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:33 +#: apps/projects/dashboard.py:86 +#: apps/projects/templates/a4_candy_projects/project_detail.html:107 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:41 +msgid "Result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:35 +#: apps/projects/dashboard.py:88 +msgid "Edit project result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:43 +msgid "Basic information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:45 +msgid "Edit basic module information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:53 +msgid "Phases" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:55 +msgid "Edit phases information" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:64 +msgid "Area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/dashboard.py:65 +msgid "Edit area settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:15 +#: apps/budgeting/views.py:27 +msgid "Archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:33 +#: apps/budgeting/views.py:31 +msgid "All" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:20 +#: apps/budgeting/views.py:32 +msgid "No" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/filter.py:21 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:15 +#: apps/budgeting/views.py:33 +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:15 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:16 +msgid "Yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:80 +msgid "All users can participate (public)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:83 +msgid "Only invited users can participate (private)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:91 +#: apps/projects/templates/a4_candy_projects/project_detail.html:134 +msgid "Contact for questions" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:93 +msgid "" +"Please name a contact person. The user will then know who is carrying out " +"this project and to whom they can address possible questions. The contact " +"person will be shown in the information tab on the project page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:99 +msgid "More contact possibilities" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:66 +msgid "End date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:144 +msgid "End time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:64 +msgid "Start date" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/forms.py:150 +msgid "Start time" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/mixins.py:209 +msgid "Project successfully duplicated." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:73 +msgid "Project successfully created." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:164 +#: apps/dashboard/views.py:133 +msgid "Invalid action" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:181 +msgid "Project is already published" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:186 +msgid "Project cannot be published. No module is added." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:202 +msgid "Project cannot be published. Required fields are missing." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:211 +msgid "Project cannot be published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:221 +msgid "the project has been published." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:226 +msgid "Project is already unpublished" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/dashboard/views.py:234 +msgid "the project has been unpublished." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:17 +msgid "Comment count" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:80 +msgid "Reply to Comment" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/comments.py:99 +msgid "Reply to Reference" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:15 +msgid "Creator" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:41 +#: apps/budgeting/exports.py:79 apps/debate/exports.py:69 +#: apps/documents/exports.py:42 apps/ideas/exports.py:78 +#: apps/mapideas/exports.py:79 apps/topicprio/exports.py:76 +msgid "Created" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:36 +msgid "Link" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:52 +msgid "Location (Longitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:54 +msgid "Location (Latitude)" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/general.py:56 +msgid "Location label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:43 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:13 +#: apps/ideas/models.py:46 apps/topicprio/models.py:50 +msgid "Labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:61 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:72 +msgid "Reference No." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:81 +msgid "Status" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:83 +msgid "Feedback" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/items.py:107 +#: apps/moderatorremark/models.py:14 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:5 +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:21 +msgid "Remark" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:16 +msgid "Positive ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/mixins/rates.py:18 +msgid "Negative ratings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:91 +msgid "yes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/exports/views.py:92 +msgid "no" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/filters/widgets.py:76 +#: apps/contrib/widgets.py:59 +msgid "Ordering" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/forms/fields.py:19 +#, python-format +msgid "Time of %(date_label)s" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:70 +#, python-brace-format +msgid "" +"{help_prefix} It must be min. {min_resolution[0]} pixel wide and " +"{min_resolution[1]} pixel tall. Allowed file formats are {fileformats_str}. " +"The file size should be max. {max_size_mb} MB." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:87 +#, python-brace-format +msgid "{image_name} copyright" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:90 +#, python-brace-format +msgid "Copyright shown in the {image_name}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:103 +#, python-brace-format +msgid "{image_name} alt text" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/fields.py:106 +msgid "" +"An alternate text serves as a textual description of the image content and " +"is read out by screen readers. Describe the image in max. 80 characters. " +"Example: A busy square with people in summer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:35 +msgid "Please add copyright information." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/mixins.py:45 +msgid "Please add an alternative text for this image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:26 +msgid "Unsupported file format. Supported formats are {}." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:33 +#: apps/organisations/forms.py:362 +#, python-brace-format +msgid "Image should be at most {max_size} MB" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:41 +#: apps/organisations/forms.py:370 +#, python-brace-format +msgid "Image must be at least {min_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:49 +#: apps/organisations/forms.py:380 +#, python-brace-format +msgid "Image must be at least {min_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:55 +#, python-brace-format +msgid "Image must be at most {max_width} pixels wide" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:58 +#, python-brace-format +msgid "Image must be at most {max_height} pixels high" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/validators.py:67 +#, python-brace-format +msgid "Image aspect ratio should be {aspect_width}:{aspect_height}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/images/widgets.py:28 +msgid "Select a picture from your local folder." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/dashboard.py:15 +msgid "Edit labels" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/filters.py:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/forms.py:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:10 +msgid "Label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:12 +msgid "Type of label" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:14 +msgid "" +"You can individualise the term label. The character limit is max. 25 " +"characters (with spaces)." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/labels/models.py:22 +msgid "" +"Specify your proposal with one or more labels. These will automatically " +"appear in the display of your proposal. In addition, the list of all " +"proposals can be filtered by labels." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Polygon" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/admin.py:19 +msgid "" +"Enter a valid GeoJSON object. To initialize a new areasetting enter the " +"string \"false\" without quotation marks." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:16 +msgid "Geometry as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:34 +msgid "Please add a Marker on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/fields.py:39 +msgid "Please draw a Polygon on the map" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/models.py:11 +msgid "Please draw an area on the map." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/models/base.py:14 +msgid "Modified" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:74 +msgid "Title of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:76 +msgid "" +"This title will appear in the timeline and the header on the module and " +"project detail pages. It should be max. 512 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:85 +msgid "Short description of the module" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:87 +msgid "" +"This short description will appear on the header of the module and project " +"detail pages. It should briefly state the goal of the module in max. 512 " +"chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +msgid "day" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:224 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgid "days" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +msgid "hour" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgid "hours" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +msgid "minute" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:226 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgid "minutes" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +msgid "second" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:227 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgid "seconds" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:231 +msgctxt "abbreviation for day(s)" +msgid "D" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:232 +msgctxt "abbreviation for hour(s)" +msgid "H" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:233 +msgctxt "abbreviation for minute(s)" +msgid "M" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/modules/models.py:234 +msgctxt "abbreviation for second(s)" +msgid "S" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:24 +msgid "Phases cannot run at the same time and must follow after each other." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/forms.py:31 +msgid "Phases need to be in same order as in form." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:59 +#: apps/newsletters/models.py:28 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:7 +msgid "Name" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:60 +#: apps/activities/models.py:22 apps/debate/models.py:25 +#: apps/ideas/models.py:34 apps/offlineevents/models.py:36 +#: apps/organisations/forms.py:322 apps/topicprio/forms.py:14 +#: apps/topicprio/models.py:32 +msgid "Description" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:84 +msgid "End date can not be before start date." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/phases/models.py:92 +msgid "Either both or no date has to be set." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:155 +msgid "Please specify your answer." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:169 +msgid "Key error for {}" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:171 +msgid "Choice not found." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:190 +msgid "Duplicate choices detected." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/api.py:193 +msgid "Multiple choice disabled for question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:15 +#: apps/dashboard/blueprints.py:98 +msgid "Poll" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/dashboard.py:44 +#: apps/budgeting/dashboard.py:14 apps/debate/dashboard.py:65 +#: apps/documents/dashboard.py:50 apps/ideas/dashboard.py:14 +#: apps/mapideas/dashboard.py:14 apps/topicprio/dashboard.py:65 +msgid "Export Excel" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/exports.py:39 +#: apps/budgeting/exports.py:77 apps/debate/exports.py:67 +#: apps/documents/exports.py:40 apps/ideas/exports.py:76 +#: apps/mapideas/exports.py:77 apps/topicprio/exports.py:74 +msgid "ID" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:41 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:68 +msgid "Questions with open answers cannot have multiple choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:77 +msgid "" +"Question with choices cannot become open question. Delete choices or add new " +"open question." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:140 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:258 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:151 +msgid "Only open questions can have answers." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:187 +msgid "Open questions cannot have choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:193 +msgid "" +"\"Other\" cannot be the only choice. Use open question or add more choices." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:204 +msgid "Question already has \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:265 +msgid "Other vote can only be created for vote on \"other\" choice." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/models.py:287 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:16 +msgctxt "A4: voting phase name" +msgid "Voting phase" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:18 +msgctxt "A4: voting phase description" +msgid "Answer the questions and comment on the poll." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/phases.py:20 +msgid "polls" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:16 +#, python-format +msgid "Item of type %(item)s for that module already exists" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:28 +msgid "Question has to belong to the poll set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:39 +msgid "Choice has to belong to the question set in the url." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/validators.py:57 +msgid "Only one vote per choice is allowed per user." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:10 +#: apps/newsletters/forms.py:38 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:12 +msgid "Project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:63 +#: apps/projects/admin.py:38 +msgid "Information and result" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:69 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:4 +#: apps/projects/admin.py:44 +msgid "Settings" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:81 +#: apps/projects/admin.py:58 +msgid "Images" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/admin.py:93 +#: apps/projects/admin.py:70 adhocracy-plus/templates/email_base.html:112 +#: adhocracy-plus/templates/footer.html:58 +msgid "Contact" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/enums.py:13 +msgid "public" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/mixins.py:173 +msgid "Final Results" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:42 +msgid "" +"Phone numbers can only contain digits, spaces and the following characters: " +"-, +, (, ). It has to be between 8 and 20 characters long." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:49 +msgid "Postal address" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:52 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:7 +#: apps/projects/templates/a4_candy_projects/project_detail.html:146 +msgid "Email" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:55 +msgid "Contact person" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:59 +msgid "Phone" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:62 +#: apps/projects/templates/a4_candy_projects/project_detail.html:151 +msgid "Website" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:72 +msgid "Can your project be located on the map?" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:74 +msgid "" +"Locate your project. Click inside the marked area or type in an address to " +"set the marker. A set marker can be dragged when pressed." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:86 +msgid "Administrative district" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:174 +msgid "Title of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:176 +msgid "" +"This title will appear on the teaser card and on top of the project detail " +"page. It should be max. 120 characters long" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:189 +msgid "Short description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:191 +msgid "" +"This short description will appear on the header of the project and in the " +"teaser. It should briefly state the goal of the project in max. 250 chars." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:200 +msgid "Description of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:202 +msgid "" +"This description should tell participants what the goal of the project is, " +"how the project’s participation will look like. It will be always visible in " +"the „Info“ tab on your project’s page." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:211 +msgid "Results of your project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:213 +msgid "" +"Here you should explain what the expected outcome of the project will be and " +"how you are planning to use the results. If the project is finished you " +"should add a summary of the results." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:220 +msgid "Access to the project" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:225 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:231 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:232 +#: apps/organisations/models.py:97 +msgid "Header image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:226 +#: apps/organisations/models.py:98 +msgid "The image will be shown as a decorative background image." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:235 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:241 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:242 +msgid "Tile image" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:236 +msgid "The image will be shown in the project tile." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:255 +msgid "Project is archived" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:257 +msgid "" +"Archived projects are not shown in the project overview. For project " +"initiators they are still visible in the dashboard." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Project topics" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/models.py:263 +msgid "Add topics to your project." +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:46 +msgid "{}. Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/projects/utils.py:55 +msgid "Online Participation" +msgstr "" + +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/templatetags/react_reports.py:28 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:123 +msgid "Report" +msgstr "" + +#: apps/account/forms.py:63 apps/organisations/mixins.py:58 +msgid "Yes, I have read and agree to this organisation's {}terms of use{}." +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:4 +msgid "User Dashboard" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:11 +msgid "User Dashboard navigation" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:22 +#: apps/users/templates/a4_candy_users/user_detail.html:12 +msgid "Profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:29 +#: adhocracy-plus/templates/account/password_change.html:5 +#: adhocracy-plus/templates/account/password_change.html:40 +msgid "Change password" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:36 +msgid "Email addresses" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:43 +msgid "Account Connections" +msgstr "" + +#: apps/account/templates/a4_candy_account/account_dashboard.html:50 +#: apps/account/templates/a4_candy_account/user_agreements.html:5 +#: apps/account/templates/a4_candy_account/user_agreements.html:7 +msgid "User Agreements" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:5 +msgid "Your user profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:7 +msgid "Your profile" +msgstr "" + +#: apps/account/templates/a4_candy_account/profile.html:22 +#: apps/account/templates/a4_candy_account/user_agreements.html:36 +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:47 +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:19 +msgid "Save changes" +msgstr "" + +#: apps/account/templates/a4_candy_account/user_agreements.html:8 +msgid "Here you can edit all your agreements" +msgstr "" + +#: apps/account/views.py:27 +msgid "Your profile was successfully updated." +msgstr "" + +#: apps/account/views.py:49 +msgid "Your agreements were successfully updated." +msgstr "" + +#: apps/actions/blocks.py:8 +msgid "Heading" +msgstr "" + +#: apps/actions/blocks.py:9 +msgid "Count" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:8 +#, python-format +msgid "%(name)s added a new comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:10 +#, python-format +msgid "%(name)s updated a comment" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:12 +#, python-format +msgid "%(name)s added a new item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:14 +#, python-format +msgid "%(name)s updated an item" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:16 +msgid "New participation started" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:18 +msgid "Participation phase will end soon:" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/action.html:23 +#, python-format +msgid "on %(name)s" +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:18 +#, python-format +msgid "" +"\n" +" %(name)s left a comment on your contribution\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:23 +#, python-format +msgid "" +"\n" +" %(name)s left a reply to your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:30 +#, python-format +msgid "" +"\n" +" Your comment received feedback from moderation\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:35 +#, python-format +msgid "" +"\n" +" Moderation updated feedback " +"on your comment\n" +" " +msgstr "" + +#: apps/actions/templates/a4_candy_actions/includes/reaction.html:41 +#, python-format +msgid "" +"\n" +" on %(name)s\n" +" " +msgstr "" + +#: apps/activities/dashboard.py:14 +msgid "Face-to-Face Information" +msgstr "" + +#: apps/activities/models.py:12 apps/debate/models.py:20 +#: apps/ideas/models.py:33 apps/offlineevents/models.py:24 +#: apps/organisations/forms.py:313 apps/topicprio/models.py:30 +msgid "Title" +msgstr "" + +#: apps/activities/models.py:15 +msgid "Highlighted Info" +msgstr "" + +#: apps/activities/models.py:17 +msgid "" +"Highlight important information like the time or location of your face-to-" +"face event" +msgstr "" + +#: apps/activities/phases.py:14 +msgid "Face to face phase" +msgstr "" + +#: apps/activities/phases.py:15 +msgid "Show information about the face-to-face event/phase." +msgstr "" + +#: apps/activities/phases.py:16 +msgid "facetoface" +msgstr "" + +#: apps/activities/templates/a4_candy_activities/activities_dashboard.html:7 +msgid "Edit face to face participation information" +msgstr "" + +#: apps/budgeting/models.py:22 +msgid "Required Budget" +msgstr "" + +#: apps/budgeting/models.py:26 +msgid "Proposal is archived" +msgstr "" + +#: apps/budgeting/models.py:28 +msgid "" +"Exclude this proposal from all listings by default. You can still access " +"this proposal by using filters." +msgstr "" + +#: apps/budgeting/phases.py:15 +msgid "Request phase" +msgstr "" + +#: apps/budgeting/phases.py:17 +msgid "Post ideas with budget proposals, comment on them and rate them." +msgstr "" + +#: apps/budgeting/phases.py:19 adhocracy-plus/config/settings/base.py:523 +msgid "participatory budgeting" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:7 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:8 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:9 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:8 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:8 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:10 +msgid "Positive Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:11 +#: apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:12 +#: apps/ideas/templates/a4_candy_ideas/includes/idea_list_item.html:13 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/includes/mapidea_list_item.html:14 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:12 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_list_item.html:14 +msgid "Negative Ratings" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:4 +msgid "Confirm Proposal Deletion" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_confirm_delete.html:10 +msgid "Are you sure you want to delete the proposal?" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:4 +msgid "Create a new proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:10 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:16 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:17 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:17 +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:11 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:16 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:16 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:7 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:16 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:15 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:16 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:8 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:7 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:11 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:9 +#: adhocracy-plus/templates/a4modules/module_detail.html:100 +msgid "breadcrumbs" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:15 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:21 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:24 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:24 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:21 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:21 +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:12 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:21 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:20 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:21 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:15 +msgid "go back" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:25 +msgid "Submit a new proposal for this project" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_create_form.html:27 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:33 +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:29 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:33 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:33 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:9 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:10 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_module.html:10 +#: adhocracy-plus/templates/a4dashboard/base_form_project.html:10 +msgid "" +"An error occured while evaluating your data. Please check the data you " +"entered again." +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:17 +msgid "Submit proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:35 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:35 +msgid "Zoom in" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:36 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:36 +msgid "Zoom out" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_list.html:58 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:23 +#: apps/debate/templates/a4_candy_debate/subject_list.html:19 +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:28 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:58 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:24 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:23 +#: apps/topicprio/templates/a4_candy_topicprio/topic_list.html:19 +msgid "Nothing to show" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:4 +msgid "Moderate" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:20 +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:26 +msgid "back to proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_moderate_form.html:25 +msgid "Moderate proposal" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:4 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:4 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:4 +#, python-format +msgid "Edit %(title)s" +msgstr "" + +#: apps/budgeting/templates/a4_candy_budgeting/proposal_update_form.html:31 +msgid "Edit proposal" +msgstr "" + +#: apps/budgeting/views.py:19 apps/ideas/views.py:33 apps/mapideas/views.py:17 +msgid "Most recent" +msgstr "" + +#: apps/budgeting/views.py:21 apps/ideas/views.py:35 apps/mapideas/views.py:19 +#: apps/topicprio/views.py:30 +msgid "Most popular" +msgstr "" + +#: apps/budgeting/views.py:22 apps/debate/filters.py:19 apps/ideas/views.py:36 +#: apps/mapideas/views.py:20 apps/topicprio/views.py:31 +msgid "Most commented" +msgstr "" + +#: apps/budgeting/views.py:86 +msgid "Your budget request has been deleted" +msgstr "" + +#: apps/captcha/fields.py:33 apps/captcha/fields.py:40 +msgid "Something about the answer to the captcha was wrong." +msgstr "" + +#: apps/captcha/fields.py:44 +msgid "Your answer to the captcha was wrong." +msgstr "" + +#: apps/cms/contacts/models.py:34 apps/users/forms.py:45 +msgid "I am not a robot" +msgstr "" + +#: apps/cms/contacts/models.py:36 +msgid "If you are having difficulty please contactus, details adjacent" +msgstr "" + +#: apps/cms/contacts/models.py:135 +msgid "I want to receive a copy of my message" +msgstr "" + +#: apps/cms/contacts/models.py:145 +msgid "Your message" +msgstr "" + +#: apps/cms/contacts/models.py:156 +msgid "Your email address" +msgstr "" + +#: apps/cms/contacts/models.py:167 +msgid "Your telephone number" +msgstr "" + +#: apps/cms/contacts/models.py:178 +msgid "Your name" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:4 +#, python-format +msgid "We received your message on %(site_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:6 +msgid "We received your message" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:10 +msgid "This is the data we received from you:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:13 +#, python-format +msgid "Your email address: %(sender_mail)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:16 +#, python-format +msgid "Your message: %(message)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:20 +#, python-format +msgid "Your telephone number: %(sender_phone)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:25 +#, python-format +msgid "Your Name: %(sender_name)s" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/emails/answer_to_contact_form.en.email:30 +#, python-format +msgid "" +"This message was sent to %(receiver)s. It was sent because you wrote us a " +"message via our contact form and asked us to send you a copy." +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:16 +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:30 +msgid "Send" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:31 +msgid "Your contact person" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:42 +msgid "You can find us here:" +msgstr "" + +#: apps/cms/contacts/templates/a4_candy_cms_contacts/includes/form.html:52 +msgid "This is how you can contact us:" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/blocks/news_block.html:25 +msgid "display more" +msgstr "" + +#: apps/cms/news/templates/a4_candy_cms_news/news_page.html:78 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:8 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:8 +msgid "Back to overview" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/blocks/download_block.html:3 +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:87 +msgid "Download" +msgstr "" + +#: apps/cms/pages/templates/a4_candy_cms_pages/includes/homepage_hero.html:16 +msgid "Header image: " +msgstr "" + +#: apps/cms/settings/helpers.py:8 +msgid "Please look {}here{} for more information." +msgstr "" + +#: apps/cms/use_cases/models.py:22 +msgid "Municipalities" +msgstr "" + +#: apps/cms/use_cases/models.py:23 +msgid "Citizen Assemblies" +msgstr "" + +#: apps/cms/use_cases/models.py:24 +msgid "Associations & NGOs" +msgstr "" + +#: apps/cms/use_cases/models.py:25 +msgid "Companies & Co-Operatives" +msgstr "" + +#: apps/cms/use_cases/models.py:26 +msgid "Politicians" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:17 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:100 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:50 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:94 +#, python-format +msgid "For %(category)s" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:28 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:106 +msgid "Visit Demosite" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/blocks/use_cases_block.html:34 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:111 +msgid "View more examples" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +msgid "Share on Twitter" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:4 +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:6 +msgid "Share on Facebook" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/includes/use_case_share_btns.html:8 +msgid "Share on Linkedin" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:79 +msgid "Choose Category" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:110 +msgid "Try it out!" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:111 +#, python-format +msgid "" +"Instead of just reading about it, you can test all the features of " +"%(platformname)s yourself on our demo platform." +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_index_page.html:112 +msgid "Visit the demo platform" +msgstr "" + +#: apps/cms/use_cases/templates/a4_candy_cms_use_cases/use_case_page.html:80 +#, python-format +msgid "More examples for %(category)s" +msgstr "" + +#: apps/contrib/django_standard_messages.py:6 +msgid "You have signed out." +msgstr "" + +#: apps/contrib/django_standard_messages.py:7 +msgid "Verify Your E-mail Address" +msgstr "" + +#: apps/contrib/django_standard_messages.py:8 +msgid "You must type the same password each time." +msgstr "" + +#: apps/contrib/django_standard_messages.py:9 +#, python-format +msgid "You have confirmed %(email)s." +msgstr "" + +#: apps/contrib/django_standard_messages.py:10 +#, python-format +msgid "You cannot remove your primary e-mail address (%(email)s)." +msgstr "" + +#: apps/contrib/django_standard_messages.py:12 +msgid "" +"We have sent you an e-mail. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:16 +msgid "" +"We have sent an e-mail to you for verification. Follow the link provided to " +"finalize the signup process. Please contact us if you do not receive it " +"within a few minutes." +msgstr "" + +#: apps/contrib/django_standard_messages.py:20 +#, python-format +msgid "You must select a minimum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:21 +#, python-format +msgid "You must select a maximum of %(limit_value)d choices." +msgstr "" + +#: apps/contrib/django_standard_messages.py:22 +msgid "Ensure this field has no more than 4000 characters." +msgstr "" + +#: apps/contrib/mixins.py:5 +msgid "" +"I hereby confirm that the copyrights for this photo are with me or that I " +"have received rights of use from the author. I also confirm that the privacy " +"rights of depicted third persons are not violated. " +msgstr "" + +#: apps/contrib/mixins.py:29 +msgid "" +"You want to upload an image. Please check that you have the right of use for " +"the image." +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/filter_and_sort.html:3 +msgid "Filter bar " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:6 +msgid "View as list" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/map_filter_and_sort.html:12 +msgid "View as map" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:4 +msgid "Page navigation" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:9 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:10 +msgid "Previous page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:14 +msgid " of " +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:19 +#: apps/contrib/templates/a4_candy_contrib/includes/pagination.html:20 +msgid "Next page" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:29 +#: apps/debate/templates/a4_candy_debate/subject_detail.html:29 +#: apps/topicprio/templates/a4_candy_topicprio/topic_detail.html:20 +msgid "go to overview" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:98 +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:107 +msgid "Actions" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:114 +#: apps/debate/templates/a4_candy_debate/includes/subject_dashboard_list_item.html:24 +#: apps/offlineevents/templates/a4_candy_offlineevents/includes/offlineevent_list_item.html:25 +#: apps/topicprio/templates/a4_candy_topicprio/includes/topic_dashboard_list_item.html:24 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:70 +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:71 +msgid "Delete" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:118 +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:4 +msgid "Give feedback" +msgstr "" + +#: apps/contrib/templates/a4_candy_contrib/item_detail.html:140 +msgid "Official Feedback" +msgstr "" + +#: apps/dashboard/blueprints.py:17 +msgid "Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:19 +msgid "" +"Participants can submit their own ideas and discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:33 +msgid "Spatial Brainstorming" +msgstr "" + +#: apps/dashboard/blueprints.py:35 +msgid "" +"Participants can submit their own ideas and locate them on a map. They can " +"also discuss the ideas of others." +msgstr "" + +#: apps/dashboard/blueprints.py:49 +msgid "Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:51 +msgid "" +"In a first phase, participants can submit their own ideas and discuss the " +"ideas of others. In a second phase, the ideas can be rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:67 +msgid "Spatial Idea Challenge" +msgstr "" + +#: apps/dashboard/blueprints.py:69 +msgid "" +"In a first phase, participants can submit their own ideas, mark them on a " +"map, and discuss the ideas of others. In a second phase, the ideas can be " +"rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:82 +msgid "Text Review" +msgstr "" + +#: apps/dashboard/blueprints.py:84 +msgid "" +"Participants can discuss the paragraphs of a text that you added beforehand." +msgstr "" + +#: apps/dashboard/blueprints.py:100 +msgid "" +"Participants can answer open and multiple choice questions and comment on " +"the poll." +msgstr "" + +#: apps/dashboard/blueprints.py:114 +msgid "Participatory budgeting" +msgstr "" + +#: apps/dashboard/blueprints.py:116 +msgid "" +"Participants can submit their own suggestions, mark them on a map, and add a " +"budget. The ideas of others can be discussed and rated (pro/contra)." +msgstr "" + +#: apps/dashboard/blueprints.py:129 +msgid "Interactive Event" +msgstr "" + +#: apps/dashboard/blueprints.py:131 +msgid "" +"The participants of an event can ask their questions online. Other " +"participants can support the question. You as the moderator can sort the " +"questions by support or affiliation." +msgstr "" + +#: apps/dashboard/blueprints.py:147 +msgid "Prioritization" +msgstr "" + +#: apps/dashboard/blueprints.py:149 +msgid "" +"Participants can discuss and rate (pro/contra) previously added ideas and " +"topics. Participants cannot add ideas or topics." +msgstr "" + +#: apps/dashboard/blueprints.py:164 +msgid "Debate" +msgstr "" + +#: apps/dashboard/blueprints.py:166 +msgid "" +"Participants can discuss posted topics or questions. To do this, the " +"participants comment on posted topics / questions as well as on " +"contributions from other users." +msgstr "" + +#: apps/dashboard/forms.py:13 +msgid "Organisation name" +msgstr "" + +#: apps/dashboard/forms.py:28 apps/projects/overwrites.py:13 +msgid "" +"All users can see project tile and content and can participate (public)." +msgstr "" + +#: apps/dashboard/forms.py:35 apps/projects/overwrites.py:17 +msgid "" +"All users can see project tile and content, only invited users can " +"participate (semi-public)." +msgstr "" + +#: apps/dashboard/forms.py:42 apps/projects/overwrites.py:9 +msgid "" +"Only invited users can see project tile and content and can participate " +"(private)." +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/module_blueprint_list_tile.html:16 +msgid "Add module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:38 +msgid "Close" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:43 +msgid "Are you sure you want to publish your project?" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/includes/progress.html:46 +#, python-format +msgid "One module has not been added to the project." +msgid_plural "%(counter)s modules have not been added to the project." +msgstr[0] "" +msgstr[1] "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:4 +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:7 +msgid "New Module" +msgstr "" + +#: apps/dashboard/templates/a4_candy_dashboard/module_blueprint_list.html:9 +msgid "" +"Please add a module from the list. You can later add more modules to the " +"project, edit them or remove them again." +msgstr "" + +#: apps/dashboard/views.py:56 +msgid "The module was created" +msgstr "" + +#: apps/dashboard/views.py:154 +msgid "Module is already added" +msgstr "" + +#: apps/dashboard/views.py:164 +msgid "Module cannot be added. Required fields are missing." +msgstr "" + +#: apps/dashboard/views.py:175 +msgid "The module is displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:180 +msgid "Module is already removed" +msgstr "" + +#: apps/dashboard/views.py:184 +msgid "Module cannot be removed from a published project." +msgstr "" + +#: apps/dashboard/views.py:196 +msgid "The module is no longer displayed in the project." +msgstr "" + +#: apps/dashboard/views.py:203 +msgid "The module has been deleted" +msgstr "" + +#: apps/dashboard/views.py:210 +msgid "Module cannot be deleted. It has to be removed from the project first." +msgstr "" + +#: apps/dashboard/views.py:266 +msgid "Project was created." +msgstr "" + +#: apps/debate/dashboard.py:15 +msgid "Subjects" +msgstr "" + +#: apps/debate/filters.py:19 apps/debate/filters.py:34 +#: apps/topicprio/views.py:29 apps/topicprio/views.py:61 +msgid "Alphabetical" +msgstr "" + +#: apps/debate/models.py:20 +msgid "max 120 characters" +msgstr "" + +#: apps/debate/models.py:27 +msgid "" +"In addition to the title, you can insert an optional explanatory text (max. " +"350 char.). This field is only shown in the participation if it is filled " +"out." +msgstr "" + +#: apps/debate/phases.py:15 +msgid "Debate phase" +msgstr "" + +#: apps/debate/phases.py:16 +msgid "Debate subjects." +msgstr "" + +#: apps/debate/phases.py:17 +msgid "subject debate" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:30 +#, python-format +msgid " %(count)s Contribution " +msgid_plural " %(count)s Contributions " +msgstr[0] "" +msgstr[1] "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:37 +msgid "Discuss with us!" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/includes/subject_list_item.html:39 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:49 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:80 +msgid "Read more" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:4 +msgid "Confirm Subject Deletion" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_confirm_delete.html:8 +msgid "Are you sure you want to delete the subject?" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:4 +#: apps/debate/templates/a4_candy_debate/subject_create_form.html:8 +msgid "Add a new subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:4 +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:9 +#: apps/newsletters/models.py:30 +msgid "Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_dashboard_list.html:13 +msgid "Add Subject" +msgstr "" + +#: apps/debate/templates/a4_candy_debate/subject_update_form.html:8 +msgid "Edit subject" +msgstr "" + +#: apps/debate/views.py:103 +msgid "The subject has been deleted" +msgstr "" + +#: apps/documents/dashboard.py:15 +msgid "Document" +msgstr "" + +#: apps/documents/phases.py:15 +msgid "Comment phase" +msgstr "" + +#: apps/documents/phases.py:16 +msgid "commenting text" +msgstr "" + +#: apps/documents/phases.py:17 +msgid "Post comments on the paragraphs of the text" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:11 +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:18 +msgid "Table of Contents" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/chapter_detail.html:53 +#, python-format +msgid "%(count)s Comment" +msgid_plural "%(count)s Comments" +msgstr[0] "" +msgstr[1] "" + +#: apps/documents/templates/a4_candy_documents/document_dashboard.html:5 +msgid "Edit document" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:10 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:15 +msgid "Previous Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:21 +#: apps/documents/templates/a4_candy_documents/includes/nextprev.html:26 +msgid "Next Chapter" +msgstr "" + +#: apps/documents/templates/a4_candy_documents/paragraph_detail.html:16 +msgid "back to chapter" +msgstr "" + +#: apps/documents/views.py:65 +msgid "Document has no chapters defined." +msgstr "" + +#: apps/ideas/models.py:37 apps/topicprio/models.py:36 +msgid "Add image" +msgstr "" + +#: apps/ideas/models.py:40 +msgid "Visualize your idea." +msgstr "" + +#: apps/ideas/phases.py:15 apps/interactiveevents/phases.py:15 +#: apps/mapideas/phases.py:15 +msgid "Issue phase" +msgstr "" + +#: apps/ideas/phases.py:16 +msgid "Create new ideas." +msgstr "" + +#: apps/ideas/phases.py:17 apps/ideas/phases.py:31 apps/ideas/phases.py:46 +#: apps/ideas/phases.py:58 apps/mapideas/phases.py:17 +#: apps/mapideas/phases.py:31 apps/mapideas/phases.py:48 +#: apps/mapideas/phases.py:60 apps/mapideas/phases.py:75 +msgid "ideas collection" +msgstr "" + +#: apps/ideas/phases.py:29 apps/mapideas/phases.py:29 +msgid "Collect phase" +msgstr "" + +#: apps/ideas/phases.py:30 +msgid "Create and comment on new ideas." +msgstr "" + +#: apps/ideas/phases.py:44 apps/mapideas/phases.py:44 +msgid "Rating phase" +msgstr "" + +#: apps/ideas/phases.py:45 +msgid "Rate the previously collected ideas." +msgstr "" + +#: apps/ideas/phases.py:56 apps/mapideas/phases.py:58 +msgid "Feedback phase" +msgstr "" + +#: apps/ideas/phases.py:57 apps/mapideas/phases.py:59 +msgid "Get feedback for collected ideas through rates and comments." +msgstr "" + +#: apps/ideas/phases.py:68 apps/mapideas/phases.py:70 +msgid "Collect ideas and get feedback" +msgstr "" + +#: apps/ideas/phases.py:69 +msgid "Create new ideas and get feedback through rates and comments." +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:4 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:4 +msgid "Confirm Idea Deletion" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_confirm_delete.html:10 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_confirm_delete.html:10 +msgid "Are you sure you want to delete the idea?" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_create_form.html:27 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_create_form.html:26 +msgid "Submit a new idea for this project" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_list.html:8 +msgid "Submit idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:26 +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:26 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:25 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:26 +msgid "back to idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_moderate_form.html:31 +msgid "Feedback on this idea" +msgstr "" + +#: apps/ideas/templates/a4_candy_ideas/idea_update_form.html:31 +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_update_form.html:31 +msgid "Edit idea" +msgstr "" + +#: apps/ideas/views.py:158 apps/mapideas/views.py:71 +msgid "Your Idea has been deleted" +msgstr "" + +#: apps/interactiveevents/dashboard.py:16 +msgid "Media" +msgstr "" + +#: apps/interactiveevents/dashboard.py:46 +msgid "Affiliations" +msgstr "" + +#: apps/interactiveevents/dashboard.py:48 +msgid "Edit affiliations" +msgstr "" + +#: apps/interactiveevents/forms.py:21 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/models.py:41 +msgid "Question" +msgstr "" + +#: apps/interactiveevents/models.py:47 +msgid "Characteristic" +msgstr "" + +#: apps/interactiveevents/models.py:79 +msgid "Event image" +msgstr "" + +#: apps/interactiveevents/models.py:80 +msgid "The image is displayed next to the event description." +msgstr "" + +#: apps/interactiveevents/phases.py:16 +msgid "Add question." +msgstr "" + +#: apps/interactiveevents/phases.py:17 +msgid "Speak Up" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/extrafields_dashboard_form.html:5 +msgid "Edit live stream" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:3 +msgid "" +"Here you can specify affiliations. Users must classify\n" +" questions accordingly. The questions can be filtered by affiliation and " +"evaluated in the\n" +" statistics." +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/includes/module_affiliations_form.html:22 +msgid "Add affiliation" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_form.html:18 +msgid "post" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/livequestion_module_detail.html:22 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:21 +msgid " Live now" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:9 +msgid "During this event you can ask questions live" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:25 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:70 +#, python-format +msgid " %(time_left)s remaining " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:29 +msgid "finished" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:32 +msgid "Interactive" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:50 +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:81 +msgid "Read Less" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:62 +msgid "Type of event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/module_detail.html:89 +msgid "Go to event" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:11 +msgid "join in " +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:19 +msgid "Enter event link" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:30 +msgid "Like questions" +msgstr "" + +#: apps/interactiveevents/templates/a4_candy_interactive_events/present_list.html:41 +msgid "Ask a question yourself!" +msgstr "" + +#: apps/interactiveevents/templatetags/react_interactiveevents.py:28 +msgid "" +"I confirm that I have read and accepted the {}terms of use{} and the {}data " +"protection policy{}." +msgstr "" + +#: apps/mapideas/forms.py:26 +msgid "Please locate your proposal on the map." +msgstr "" + +#: apps/mapideas/models.py:14 +msgid "Where can your idea be located on a map?" +msgstr "" + +#: apps/mapideas/models.py:16 +msgid "" +"Click inside the marked area or type in an address to set the marker. A set " +"marker can be dragged when pressed." +msgstr "" + +#: apps/mapideas/models.py:26 +msgid "Label of the ideas location" +msgstr "" + +#: apps/mapideas/models.py:27 +msgid "This could be an address or the name of a landmark." +msgstr "" + +#: apps/mapideas/phases.py:16 +msgid "Create new ideas, locate them on a map and comment on them." +msgstr "" + +#: apps/mapideas/phases.py:30 +msgid "Create new ideas located on a map and comment them." +msgstr "" + +#: apps/mapideas/phases.py:46 +msgid "Rate the previously collected ideas to get quantitative feedback." +msgstr "" + +#: apps/mapideas/phases.py:72 +msgid "" +"Create new ideas located on a map and get feedback through rates and " +"comments." +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_list.html:17 +msgid "Submit Idea" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:4 +#, python-format +msgid "Moderate %(name)s" +msgstr "" + +#: apps/mapideas/templates/a4_candy_mapideas/mapidea_moderate_form.html:30 +msgid "Moderate idea" +msgstr "" + +#: apps/maps/templates/a4_candy_maps/map_choose_polygon_with_preset_widget.html:6 +msgid "You can choose a preset for further customization." +msgstr "" + +#: apps/moderatorfeedback/fields.py:6 +msgid "Moderator feedback for items with fixed feedback choices" +msgstr "" + +#: apps/moderatorfeedback/models.py:12 +msgid "Under consideration" +msgstr "" + +#: apps/moderatorfeedback/models.py:13 +msgid "Rejected" +msgstr "" + +#: apps/moderatorfeedback/models.py:14 +msgid "Accepted" +msgstr "" + +#: apps/moderatorfeedback/models.py:21 +msgid "Official feedback" +msgstr "" + +#: apps/moderatorfeedback/models.py:23 +msgid "" +"The official feedback will appear below the idea, indicating your " +"organisation. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:38 +msgid "Processing status" +msgstr "" + +#: apps/moderatorfeedback/models.py:40 +msgid "" +"The editing status appears below the title of the idea in red, yellow or " +"green. The idea provider receives a notification." +msgstr "" + +#: apps/moderatorfeedback/models.py:61 +msgid "Moderator feedback" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:15 +msgid "Moderator remark" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:22 +msgid "Write down your remark!" +msgstr "" + +#: apps/moderatorremark/templates/a4_candy_moderatorremark/includes/popover_remark.html:24 +msgid "Note only visible internally within project." +msgstr "" + +#: apps/newsletters/forms.py:41 +msgid "Receivers are all users which follow the following project:" +msgstr "" + +#: apps/newsletters/forms.py:45 +msgid "Organisation" +msgstr "" + +#: apps/newsletters/forms.py:56 +msgid "Select a Project" +msgstr "" + +#: apps/newsletters/models.py:19 +msgid "Users following a specific project" +msgstr "" + +#: apps/newsletters/models.py:20 +msgid "Users following your organisation" +msgstr "" + +#: apps/newsletters/models.py:21 +msgid "Every initiator of your organisation" +msgstr "" + +#: apps/newsletters/models.py:22 +msgid "Every user of the platform" +msgstr "" + +#: apps/newsletters/models.py:29 +msgid "Sender" +msgstr "" + +#: apps/newsletters/models.py:34 +msgid "Email body" +msgstr "" + +#: apps/newsletters/models.py:36 +msgid "" +"When adding images, please ensure to set the width no larger than 600px." +msgstr "" + +#: apps/newsletters/models.py:40 +msgid "Sent" +msgstr "" + +#: apps/newsletters/models.py:43 +msgid "Receivers" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/emails/newsletter_email.en.email:10 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are registered on %(site_name)s. If you don't want to receive " +"newsletters anymore, you may disable them in your user account settings." +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:4 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:16 +msgid "Newsletter" +msgstr "" + +#: apps/newsletters/templates/a4_candy_newsletters/restricted_newsletter_dashboard_form.html:8 +msgid "Create Newsletter" +msgstr "" + +#: apps/newsletters/views.py:57 +msgid "Newsletter has been saved and will be sent to the recipients." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:4 +#, python-format +msgid "Reaction to your contribution in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:6 +msgid "Reaction to your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:17 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:9 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:9 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:13 +#, python-format +msgid "%(actor_name)s commented on your post:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:21 +msgid "Would you like to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +msgid "View Post" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Visit the project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator.en.email:28 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:33 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you added a contribution to the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:9 +msgid "Your contribution was deleted" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:18 +#, python-format +msgid "Hello %(receiver_name)s," +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +#, python-format +msgid "" +"Your contribution in the project \"%(project_name)s\" was " +"deleted by the moderator." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:22 +msgid "" +"Please pay attention to the basic rules when writing contributions. In this " +"way we create a pleasant atmosphere for an open exchange and achieve good " +"results." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:24 +msgid "Thank you very much!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:27 +msgid "Your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:40 +msgid "Show discussion" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_blocked.en.email:44 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:34 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"of your participation in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:5 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:9 +msgid "Feedback of the moderation" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:20 +#, python-format +msgid "" +"the moderator %(moderator_name)s of the project %(project_name)s gave " +"feedback on your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:24 +msgid "Here you can find your contribution:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_comment_feedback.en.email:30 +msgid "Show contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:4 +#, python-format +msgid "Feedback for your contribution on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:6 +msgid "Feedback for your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:13 +#, python-format +msgid "%(organisation_name)s reacted on your contribution." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:17 +#, python-format +msgid "Your contribution is %(status)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:22 +#, python-format +msgid "Official feedback: %(feedback)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:26 +msgid "Do you want to answer?" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_creator_on_moderator_feedback.en.email:31 +msgid "Check your contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:4 +#, python-format +msgid "Event in project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:6 +msgid "Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:13 +#, python-format +msgid "The following event takes place on %(date)s:" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:19 +msgid "Further information about the event can be found in the project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:24 +msgid "Show Event" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_event_upcomming.en.email:26 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:23 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:23 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. You have received the e-mail " +"because you are following the above project." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:4 +#, python-format +msgid "Participation ends soon for %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:6 +msgid "Participation ends soon!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:13 +msgid "the online participation in the above mentioned project will end soon." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:16 +#, python-format +msgid "You can still participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_over_soon.en.email:21 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:21 +msgid "Join now" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:4 +#, python-format +msgid "Here we go: %(project_name)s starts now!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:6 +msgid "Here we go!" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:13 +msgid "Online participation for the above project has started." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_followers_phase_started.en.email:16 +#, python-format +msgid "You can participate until %(end_date)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:4 +#, python-format +msgid "New project %(project_name)s on %(site_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:6 +#, python-format +msgid "The new project %(project_name)s was created for %(organisation_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:10 +#, python-format +msgid "" +"%(creator_name)s has created the project %(project_name)s for " +"%(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:15 +msgid "Show project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_created.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are an intiator of %(organisation_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:4 +msgid "Deletion of project" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:6 +#, python-format +msgid "The project %(name)s was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:10 +#, python-format +msgid "" +"The project \"%(name)s\" on the participation platform %(site_name)s was " +"deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_initiators_project_deleted.en.email:14 +#, python-format +msgid "" +"This email was sent to %(receiver)s. This email was sent to you because you " +"are an initiator of the organisation '%(organisation_name)s', in which a " +"project was deleted." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:7 +#, python-format +msgid "A comment was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:9 +#, python-format +msgid "An idea was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:11 +#, python-format +msgid "A proposal was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:13 +#, python-format +msgid "A contribution was added to the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:21 +#, python-format +msgid "%(actor_name)s created a comment on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:23 +#, python-format +msgid "%(actor_name)s created an idea on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:25 +#, python-format +msgid "%(actor_name)s created a proposal on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:27 +#, python-format +msgid "%(actor_name)s created a contribution on the project %(project_name)s" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#, python-format +msgid "on the project %(project_name)s a comment was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the link below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:36 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"Checkout what happend on the project %(project_name)s on %(site_name)s by " +"clicking the button below." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:38 +#, python-format +msgid "on the project %(project_name)s an idea was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:40 +#, python-format +msgid "on the project %(project_name)s a proposal was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:42 +#, python-format +msgid "" +"on the project %(project_name)s a contribution was added by %(actor_name)s." +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:55 +msgid "Check the comment" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:57 +msgid "Check the idea" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:59 +msgid "Check the proposal" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:61 +msgid "Check the contribution" +msgstr "" + +#: apps/notifications/templates/a4_candy_notifications/emails/notify_moderator.en.email:67 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are a moderator in the project." +msgstr "" + +#: apps/offlineevents/dashboard.py:13 +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:9 +msgid "Offline Events" +msgstr "" + +#: apps/offlineevents/forms.py:15 apps/offlineevents/models.py:34 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:8 +msgid "Date" +msgstr "" + +#: apps/offlineevents/forms.py:15 +msgid "Time" +msgstr "" + +#: apps/offlineevents/models.py:27 +msgid "Event type" +msgstr "" + +#: apps/offlineevents/models.py:29 +msgid "" +"The content of this field is shown in the timeline. It should have no more " +"than 30 characters e.g. Information event or 3rd public workshop." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:4 +msgid "Confirm Offline Event Deletion" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_confirm_delete.html:8 +msgid "Are you sure you want to delete the offline event?" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:4 +msgid "Create a new topic" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_create_form.html:7 +msgid "Add a new offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:4 +msgid "Offlineevents" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:13 +msgid "Add offline event" +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_list.html:18 +msgid "" +"Here, you can include events that take place as part of the participation " +"project." +msgstr "" + +#: apps/offlineevents/templates/a4_candy_offlineevents/offlineevent_update_form.html:8 +msgid "Edit offline event" +msgstr "" + +#: apps/offlineevents/views.py:108 +msgid "The offline event has been deleted" +msgstr "" + +#: apps/organisations/forms.py:17 +msgid "Here you can find an example of an {}imprint{}." +msgstr "" + +#: apps/organisations/forms.py:18 +msgid "Here you can find an example of {}terms of use{}." +msgstr "" + +#: apps/organisations/forms.py:20 +msgid "Here you can find an example of a {}data protection policy{}." +msgstr "" + +#: apps/organisations/forms.py:22 +msgid "Here you can find an example of a {}netiquette{}." +msgstr "" + +#: apps/organisations/forms.py:34 +msgid "Instagram Post 1080x1080" +msgstr "" + +#: apps/organisations/forms.py:35 +msgid "Instagram Story 1080x1920" +msgstr "" + +#: apps/organisations/forms.py:36 +msgid "Linkedin 1104x736" +msgstr "" + +#: apps/organisations/forms.py:37 +msgid "Twitter 1200x675" +msgstr "" + +#: apps/organisations/forms.py:281 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:23 +msgid "Social Media" +msgstr "" + +#: apps/organisations/forms.py:285 +msgid "" +"Here you can create sharepics for social media that will help you get " +"publicity for your project. You can choose between different formats." +msgstr "" + +#: apps/organisations/forms.py:292 +msgid "Select Project" +msgstr "" + +#: apps/organisations/forms.py:297 +msgid "Please select a project of your organisation and click select." +msgstr "" + +#: apps/organisations/forms.py:316 +msgid "" +"This title will be displayed as a header. It should be max. {} characters " +"long." +msgstr "" + +#: apps/organisations/forms.py:325 +msgid "" +"This description will be displayed below the title. It should briefly state " +"the goal of the project in max. {} chars." +msgstr "" + +#: apps/organisations/forms.py:332 +msgid "Picture Upload" +msgstr "" + +#: apps/organisations/forms.py:336 +msgid "" +"The picture will be displayed in the sharepic. It must be min. {} pixel wide " +"and {} pixel tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/mixins.py:20 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/organisations/mixins.py:40 +msgid "" +"Please agree on the organisation's terms of use to be allowed to create " +"content." +msgstr "" + +#: apps/organisations/models.py:26 +msgid "Title of your organisation" +msgstr "" + +#: apps/organisations/models.py:29 +msgid "" +"The title of your organisation will be shown on the landing page. max. 100 " +"characters" +msgstr "" + +#: apps/organisations/models.py:37 +msgid "Short description of your organisation" +msgstr "" + +#: apps/organisations/models.py:39 +msgid "" +"The description will be displayed on the landing page. max. 800 characters" +msgstr "" + +#: apps/organisations/models.py:47 +msgid "Slogan" +msgstr "" + +#: apps/organisations/models.py:49 +msgid "" +"The slogan will be shown below the title of your organisation on the landing " +"page. The slogan can provide context or additional information to the title. " +"max. 200 characters" +msgstr "" + +#: apps/organisations/models.py:60 +msgid "Information about your organisation" +msgstr "" + +#: apps/organisations/models.py:62 +msgid "" +"You can provide general information about your participation platform to " +"your visitors. It’s also helpful to name a general person of contact for " +"inquiries. The information will be shown on a separate \"About\" page that " +"can be reached via the main menu." +msgstr "" + +#: apps/organisations/models.py:75 +msgid "Logo" +msgstr "" + +#: apps/organisations/models.py:77 +msgid "" +"The Logo representing your organisation. The image must be square and it " +"should be min. 200 pixels wide and 200 pixels tall and max. 800 pixels wide " +"and 800 pixels tall. Allowed file formats are png, jpeg, gif. The file size " +"should be max. 5 MB." +msgstr "" + +#: apps/organisations/models.py:92 +msgid "Please enter a full url which starts with https:// or http://" +msgstr "" + +#: apps/organisations/models.py:104 +msgid "Header image copyright" +msgstr "" + +#: apps/organisations/models.py:106 +msgid "Author, which is displayed in the header image." +msgstr "" + +#: apps/organisations/models.py:124 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_imprint.html:16 +#: adhocracy-plus/templates/email_base.html:75 +#: adhocracy-plus/templates/email_base.html:103 +#: adhocracy-plus/templates/footer.html:38 +#: adhocracy-plus/templates/footer_upper.html:17 +msgid "Imprint" +msgstr "" + +#: apps/organisations/models.py:126 +msgid "" +"Please provide all the legally required information of your imprint. The " +"imprint will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:133 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html:16 +#: apps/users/forms.py:36 apps/users/forms.py:190 +#: adhocracy-plus/templates/email_base.html:79 +#: adhocracy-plus/templates/email_base.html:109 +#: adhocracy-plus/templates/footer.html:43 +#: adhocracy-plus/templates/footer_upper.html:25 +msgid "Terms of use" +msgstr "" + +#: apps/organisations/models.py:135 +msgid "" +"Please provide all the legally required information of your terms of use. " +"The terms of use will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:142 +#: adhocracy-plus/templates/email_base.html:106 +#: adhocracy-plus/templates/footer.html:48 +#: adhocracy-plus/templates/footer_upper.html:21 +msgid "Data protection policy" +msgstr "" + +#: apps/organisations/models.py:144 +msgid "" +"Please provide all the legally required information of your data protection. " +"The data protection policy will be shown on a separate page." +msgstr "" + +#: apps/organisations/models.py:152 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html:16 +#: adhocracy-plus/templates/footer.html:53 +#: adhocracy-plus/templates/footer_upper.html:30 +msgid "Netiquette" +msgstr "" + +#: apps/organisations/models.py:154 +msgid "" +"Please provide a netiquette for the participants. The netiquette helps " +"improving the climate of online discussions and supports the moderation." +msgstr "" + +#: apps/organisations/models.py:162 +msgid "is a supporting organisation" +msgstr "" + +#: apps/organisations/models.py:164 +msgid "" +"For supporting organisations, the banner asking for donations is not " +"displayed on their pages." +msgstr "" + +#: apps/organisations/models.py:169 +msgid "Default language for e-mails" +msgstr "" + +#: apps/organisations/models.py:174 +msgid "" +"All e-mails to unregistered users (invites) will be sent in this language." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:8 +msgid "Create Content" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:36 +msgid "Add a+ logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:53 +msgid "Add logo" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:62 +msgid "To view content changes, click refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:64 +msgid "To view the sharepic, click generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:81 +msgid "Refresh" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/communication_form_social_media.html:83 +msgid "Generate" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/includes/form_field.html:6 +msgid "Missing important field" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:4 +#: apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html:16 +#: adhocracy-plus/templates/email_base.html:77 +msgid "Data protection" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:8 +msgid "Edit your organisation information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:24 +msgid "Language availability" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form.html:25 +msgid "" +"Manage here the content of your page in the desired languages. You can add " +"or delete them." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_form_legal_info.html:8 +msgid "Edit your legal information" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:27 +msgid "More about " +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_information.html:28 +msgid "Find us on social media and share your insights of this participation." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:41 +msgid "Opens in new window" +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:90 +msgid "" +"Currently, there are no public participation processes. Please check again " +"later." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:95 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here or read " +"more in About." +msgstr "" + +#: apps/organisations/templates/a4_candy_organisations/organisation_landing_page.html:99 +#, python-format +msgid "" +"Currently, there are no public participation processes. Sign in here." +msgstr "" + +#: apps/organisations/views.py:43 +msgid "Participate now!" +msgstr "" + +#: apps/organisations/views.py:45 +msgid "Upcoming participation" +msgstr "" + +#: apps/organisations/views.py:47 +msgid "Ended participation" +msgstr "" + +#: apps/organisations/views.py:90 +msgid "Organisation information successfully updated." +msgstr "" + +#: apps/organisations/views.py:121 +msgid "Legal information successfully updated." +msgstr "" + +#: apps/projects/admin.py:12 +msgid "archive" +msgstr "" + +#: apps/projects/admin.py:19 +msgid "dearchive" +msgstr "" + +#: apps/projects/dashboard.py:18 +#: apps/projects/templates/a4_candy_projects/project_participants.html:4 +#: apps/projects/templates/a4_candy_projects/project_participants.html:12 +msgid "Participants" +msgstr "" + +#: apps/projects/dashboard.py:45 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:4 +#: apps/projects/templates/a4_candy_projects/project_moderators.html:12 +msgid "Moderators" +msgstr "" + +#: apps/projects/dashboard.py:76 +msgid "" +"Show insights with numbers of contributions and participants during the " +"participation process" +msgstr "" + +#: apps/projects/forms.py:43 apps/projects/views.py:246 +msgid "Invite users via email" +msgstr "" + +#: apps/projects/forms.py:48 apps/projects/views.py:247 +msgid "Invite users via file upload" +msgstr "" + +#: apps/projects/forms.py:49 +msgid "Upload a csv file containing email addresses." +msgstr "" + +#: apps/projects/forms.py:65 +msgid "Please enter email addresses or upload a file" +msgstr "" + +#: apps/projects/models.py:137 +msgid "active participants" +msgstr "" + +#: apps/projects/models.py:138 +msgid "comments" +msgstr "" + +#: apps/projects/models.py:139 +msgid "ratings" +msgstr "" + +#: apps/projects/models.py:143 +msgid "written ideas" +msgstr "" + +#: apps/projects/models.py:146 +msgid "poll answers" +msgstr "" + +#: apps/projects/models.py:149 +msgid "interactive event questions" +msgstr "" + +#: apps/projects/models.py:153 +msgid "" +"This session will provide you with valuable insights\n" +" into the number of individuals involved in the process\n" +" and help you make informed decisions based on the data" +msgstr "" + +#: apps/projects/serializers.py:95 +#, python-format +msgid "%(time_left)s remaining" +msgstr "" + +#: apps/projects/serializers.py:99 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:72 +msgid "more than 1 year remaining" +msgstr "" + +#: apps/projects/serializers.py:101 +#, python-format +msgid "Participation: from %(project_start)s" +msgstr "" + +#: apps/projects/serializers.py:107 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:105 +msgid "Participation ended. Read result." +msgstr "" + +#: apps/projects/serializers.py:237 +msgid "running" +msgstr "" + +#: apps/projects/serializers.py:242 +msgid "starts on {}" +msgstr "" + +#: apps/projects/serializers.py:250 +msgid "starts in the future" +msgstr "" + +#: apps/projects/serializers.py:252 +msgid "completed" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:4 +#, python-format +msgid "Invitation to moderate the project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:6 +#, python-format +msgid "Invitation to moderate project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:10 +#, python-format +msgid "" +"you are invited to moderate the project \"%(project_name)s\" on the " +"participation platform %(site_name)s. To be able to moderate and change the " +"project click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:15 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:15 +msgid "Accept invitation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_moderator.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to moderate a project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:4 +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:6 +#, python-format +msgid "Invitation to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the semi-public project " +"\"%(project_name)s\" on the participation platform %(site_name)s. To " +"participate click on \"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:10 +#, python-format +msgid "" +"you are invited to participate in the private project \"%(project_name)s\" " +"on the participation platform %(site_name)s. To participate click on " +"\"Accept invitation\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/invite_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you are invited to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:4 +#, python-format +msgid "Welcome to the private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to semi-public project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:6 +#, python-format +msgid "Link to private project: \"%(project_name)s\"" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the semi-public project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:10 +#, python-format +msgid "" +"you have accepted the invitation to the private project " +"\"%(project_name)s\". To participate click on \"Go to Project\"." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:15 +msgid "Go to project" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/emails/welcome_participant.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver_mail)s. This email was sent to you because " +"you accepted the invitation to participate in a private project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:18 +#: apps/projects/templates/a4_candy_projects/project_detail.html:62 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:13 +msgid "Here you can find a decorative picture." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:26 +msgid "Project is private." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:32 +msgid "Project is semi-public." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:50 +msgid "Type of participation: " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:57 +#, python-format +msgid "%(num_entries)s Contribution" +msgid_plural "%(num_entries)s Contributions" +msgstr[0] "" +msgstr[1] "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:78 +#, python-format +msgid " %(abbr_unit)s " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgid "more than 1 year" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:80 +msgctxt "abbreviation \"more than 1 year\"" +msgid "> 1 Y" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:86 +msgid "JOIN IN" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:88 +msgid "READ" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:97 +#: apps/projects/templates/a4_candy_projects/includes/project_list_tile.html:99 +#, python-format +msgid " Participation: from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:12 +msgid "Timeline item" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:18 +#, python-format +msgid " from %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/project_timeline-carousel.html:21 +#, python-format +msgid " on %(date)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:9 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:21 +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:22 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:8 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:19 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:20 +#: adhocracy-plus/templates/account/email.html:41 +#: adhocracy-plus/templates/socialaccount/connections.html:31 +msgid "Remove" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/removeable_invite_list.html:31 +#: apps/projects/templates/a4_candy_projects/includes/removeable_user_list.html:29 +msgid "None" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:26 +msgid "Add" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/includes/users_from_email_form.html:47 +msgid "Upload" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:4 +#, python-format +msgid "Invitation to %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:9 +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:9 +#, python-format +msgid "Moderation invitation for %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:12 +msgid "" +"Please login to procceed. If you do not have an account, register and " +"revisit the invitation link." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:14 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:14 +msgid "Proceed to login" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_detail.html:15 +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:15 +#: apps/users/templates/a4_candy_users/indicator.html:60 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:24 +#: adhocracy-plus/templates/account/signup.html:4 +#: adhocracy-plus/templates/account/signup.html:7 +#: adhocracy-plus/templates/account/signup.html:69 +#: adhocracy-plus/templates/socialaccount/signup.html:49 +msgid "Register" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:12 +msgid "" +"You were invited by the initiator of the project. If you accept you will be " +"able to moderate the project." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:16 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:19 +msgid "Accept" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/moderatorinvite_form.html:17 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:20 +msgid "Decline" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:4 +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:4 +#, python-format +msgid "Project: %(project)s" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:9 +#, python-format +msgid "Invitation to participate in the project \"%(project)s\"?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_detail.html:12 +msgid "" +"For this you need an account. Please login with your account or register." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:9 +#, python-format +msgid "Do you want to join %(project)s?" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/participantinvite_form.html:12 +#, python-format +msgid "" +"\n" +" You were invited by the initiator of the project. If you " +"accept you will be able to participate in the project with your username " +"\"%(user)s\".\n" +" If you want to join with a different profile please " +"login with your other profile and follow the invitation link again. If you " +"decline the invitation the link is not valid anymore.\n" +" " +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:47 +msgid "This project is not yet published." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:97 +#: adhocracy-plus/templates/includes/project_header_mobile_toggle.html:32 +msgid "Participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:142 +msgid "Telephone" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:170 +msgid "Online participation" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:212 +#: adhocracy-plus/templates/a4modules/module_detail.html:124 +msgid "Participation is not possible at the moment." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:215 +#: adhocracy-plus/templates/a4modules/module_detail.html:127 +#, python-format +msgid "It starts on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:218 +#: adhocracy-plus/templates/a4modules/module_detail.html:130 +#, python-format +msgid "It continues on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:221 +#: adhocracy-plus/templates/a4modules/module_detail.html:133 +#, python-format +msgid "It ended on %(date)s." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:236 +#: apps/users/models.py:53 +#: adhocracy-plus/templates/a4modules/module_detail.html:148 +msgid "active" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:262 +#: adhocracy-plus/templates/a4modules/module_detail.html:172 +msgid "" +"This project is not publicly visible. Only invited users can see content and " +"actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:266 +#: adhocracy-plus/templates/a4modules/module_detail.html:178 +msgid "" +"This project is publicly visible. Invited users can actively participate." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:289 +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:4 +msgid "Insights" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_detail.html:312 +msgid "No results yet." +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:7 +msgid "Edit Moderators" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_moderators.html:10 +#: apps/projects/templates/a4_candy_projects/project_participants.html:10 +msgid "Pending Invitations" +msgstr "" + +#: apps/projects/templates/a4_candy_projects/project_participants.html:7 +msgid "Edit Participants" +msgstr "" + +#: apps/projects/views.py:126 +msgid "Invitation succesfully removed." +msgstr "" + +#: apps/projects/views.py:129 +msgid "Invitation was already accepted or removed." +msgstr "" + +#: apps/projects/views.py:177 +msgid "Following users already accepted an invitation: " +msgstr "" + +#: apps/projects/views.py:185 +msgid "Following users are already invited: " +msgstr "" + +#: apps/projects/views.py:227 +msgid "Invite moderators via email" +msgstr "" + +#: apps/projects/views.py:228 +msgid "Invite moderators via file upload" +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderator invited." +msgstr "" + +#: apps/projects/views.py:229 +msgid "{} moderators invited." +msgstr "" + +#: apps/projects/views.py:230 +msgid "Moderator successfully removed." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participant invited." +msgstr "" + +#: apps/projects/views.py:248 +msgid "{} participants invited." +msgstr "" + +#: apps/projects/views.py:249 +msgid "Participant successfully removed." +msgstr "" + +#: apps/projects/views.py:261 +#, python-format +msgid "Project '%(name)s' was deleted successfully." +msgstr "" + +#: apps/topicprio/dashboard.py:15 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:9 +msgid "Topics" +msgstr "" + +#: apps/topicprio/phases.py:15 +msgid "Prioritize phase" +msgstr "" + +#: apps/topicprio/phases.py:16 +msgid "Prioritize and comment topics." +msgstr "" + +#: apps/topicprio/phases.py:17 +msgid "topic prioritization" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:4 +msgid "Confirm Topic Deletion" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_confirm_delete.html:8 +msgid "Are you sure you want to delete the topic?" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:4 +#: apps/topicprio/templates/a4_candy_topicprio/topic_create_form.html:8 +msgid "Add a new topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_dashboard_list.html:13 +msgid "Add Topic" +msgstr "" + +#: apps/topicprio/templates/a4_candy_topicprio/topic_update_form.html:8 +msgid "Edit topic" +msgstr "" + +#: apps/topicprio/views.py:146 +msgid "The topic has been deleted" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:8 +msgid "My dashboard" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:12 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:23 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:34 +msgid "Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:18 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:16 +#: adhocracy-plus/templates/includes/userdashboard_mobile_toggle.html:24 +msgid "Moderation" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:30 +msgid "My profile" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:36 +msgid "My user Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:48 +#: apps/users/templates/a4_candy_users/indicator.html:41 +#: apps/users/templates/a4_candy_users/user_detail.html:28 +msgid "Account Settings" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:52 +#: apps/users/templates/a4_candy_users/user_detail.html:35 +msgid "Link to profile:" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:63 +#: apps/users/templates/a4_candy_users/user_detail.html:46 +msgid "Since" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:69 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:27 +#: adhocracy-plus/templates/footer.html:63 +msgid "Manual" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:76 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:107 +msgid "Initiator Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:89 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:125 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:153 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:196 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:17 +msgid "Home" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:140 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:178 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:206 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:24 +msgid "Organisations" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:162 +#: apps/userdashboard/templates/a4_candy_userdashboard/base_userdashboard.html:209 +msgid "You are not yet following any projects." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:12 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:6 +msgid "Your User Overview" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +msgid "My activity feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_activities.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:41 +msgid "My Feed" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +msgid "Projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_following.html:16 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:12 +#: apps/users/templates/a4_candy_users/user_detail.html:77 +msgid "Following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_moderation_detail.html:13 +msgid "Back" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:11 +msgid "Selection of projects I am following" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:19 +msgid "Projects I am following page" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:21 +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "View more" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:33 +msgid "You are not active in any projects yet." +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:40 +msgid "Last few activities on my account" +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:47 +#: apps/users/templates/a4_candy_users/user_detail.html:100 +msgid "No activity yet. " +msgstr "" + +#: apps/userdashboard/templates/a4_candy_userdashboard/userdashboard_overview.html:52 +msgid "Account activity page" +msgstr "" + +#: apps/users/__init__.py:8 +msgid "" +"Enter a valid username. This value may contain only letters, digits, spaces " +"and @/./+/-/_ characters. It must start with a digit or a letter." +msgstr "" + +#: apps/users/admin.py:14 +msgid "Permissions" +msgstr "" + +#: apps/users/admin.py:15 +msgid "Important dates" +msgstr "" + +#: apps/users/emails.py:14 +msgid "" +"If you no longer want to receive any notifications, change the settings for " +"your {}account{}." +msgstr "" + +#: apps/users/emails.py:18 +msgid "" +"If you no longer want to receive notifications about this project, " +"unsubscribe from the {}project{}." +msgstr "" + +#: apps/users/fields.py:12 +msgid "Please enter correct email addresses, separated by commas." +msgstr "" + +#: apps/users/forms.py:22 +msgid "If you are having difficulty please contact us by {}email{}." +msgstr "" + +#: apps/users/forms.py:28 +msgid "Username/e-mail" +msgstr "" + +#: apps/users/forms.py:38 apps/users/forms.py:192 apps/users/models.py:73 +msgid "I would like to receive further information" +msgstr "" + +#: apps/users/forms.py:40 apps/users/forms.py:194 apps/users/models.py:76 +msgid "" +"Projects you are following can send you additional information via email." +msgstr "" + +#: apps/users/forms.py:50 apps/users/forms.py:204 +msgid "Your username will appear publicly next to your posts." +msgstr "" + +#: apps/users/forms.py:78 +msgid "Membership number of IG BCE" +msgstr "" + +#: apps/users/forms.py:80 +msgid "" +"The membership number consists of a seven-digit number and can be found on " +"the membership card." +msgstr "" + +#: apps/users/forms.py:87 +msgid "Date of birth" +msgstr "" + +#: apps/users/forms.py:89 +msgid "" +"Please also enter your date of birth in the format MM/DD/YYYY for " +"authentication. Only members of the IG BCE can participate." +msgstr "" + +#: apps/users/forms.py:96 +msgid "" +"I confirm that I have read and accepted the data protection policy of IG BCE." +msgstr "" + +#: apps/users/forms.py:108 apps/users/forms.py:148 +msgid "Something is wrong with the setup - please try again later" +msgstr "" + +#: apps/users/forms.py:114 +msgid "" +"There is already a participant with this membership number. Please check " +"your entry. If this is your membership number, please send an email to " +"\"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/forms.py:154 +msgid "" +"Unfortunately, the member number and / or date of birth could not be linked " +"to an active member account. Please check your input and try again. If you " +"still have problems, please contact \"zukunftsgewerkschaft@igbce.de\"." +msgstr "" + +#: apps/users/models.py:22 +msgid "username" +msgstr "" + +#: apps/users/models.py:26 +msgid "" +"Required. 60 characters or fewer. Letters, digits, spaces and @/./+/-/_ only." +msgstr "" + +#: apps/users/models.py:35 +msgid "A user with that username already exists." +msgstr "" + +#: apps/users/models.py:36 +msgid "This username is invalid." +msgstr "" + +#: apps/users/models.py:41 +msgid "Email address" +msgstr "" + +#: apps/users/models.py:43 +msgid "Email is invalid or already taken." +msgstr "" + +#: apps/users/models.py:47 +msgid "staff status" +msgstr "" + +#: apps/users/models.py:49 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: apps/users/models.py:56 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: apps/users/models.py:64 +msgid "Send me email notifications" +msgstr "" + +#: apps/users/models.py:67 +msgid "" +"Designates whether you want to receive notifications. Unselect if you do not " +"want to receive notifications." +msgstr "" + +#: apps/users/models.py:84 +msgid "Biography" +msgstr "" + +#: apps/users/models.py:85 +msgid "Tell us about yourself in 255 characters!" +msgstr "" + +#: apps/users/models.py:91 +msgid "Twitter handle" +msgstr "" + +#: apps/users/models.py:97 +msgid "Facebook name" +msgstr "" + +#: apps/users/models.py:99 +msgid "" +"Your facebook name is the last part of the URL, when you access your profile." +msgstr "" + +#: apps/users/models.py:107 +#: apps/users/templates/a4_candy_users/user_detail.html:55 +msgid "Homepage" +msgstr "" + +#: apps/users/models.py:114 +msgid "Avatar picture" +msgstr "" + +#: apps/users/models.py:118 +msgid "Your preferred language" +msgstr "" + +#: apps/users/models.py:123 +msgid "" +"Specify your preferred language for the user interface and the notifications " +"of the platform." +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:7 +#: apps/users/templates/a4_candy_users/indicator.html:14 +#: apps/users/templates/a4_candy_users/indicator.html:18 +#: adhocracy-plus/templates/includes/header_mobile_toggle.html:9 +msgid "Menu" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:28 +#: adhocracy-plus/templates/email_base.html:40 +msgid "Hello" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:37 +msgid "Admin" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:39 +msgid "My Overview" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:49 +#: apps/users/templates/a4_candy_users/indicator.html:52 +msgid "Logout" +msgstr "" + +#: apps/users/templates/a4_candy_users/indicator.html:58 +#: adhocracy-plus/templates/account/login.html:4 +#: adhocracy-plus/templates/account/login.html:7 +#: adhocracy-plus/templates/account/login.html:27 +msgid "Login" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:10 +msgid "User profile of " +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:17 +msgid "My user settings" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:61 +msgid "Facebook" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:67 +msgid "Twitter" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:76 +msgid "Selection of projects the are following" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:87 +msgid "This user is not active in any projects yet." +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:93 +msgid "List of last activities on their account" +msgstr "" + +#: apps/users/templates/a4_candy_users/user_detail.html:94 +msgid "Activities" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:191 +msgid "English" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:192 +msgid "German" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:193 +msgid "Dutch" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:194 +msgid "Kyrgyz" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:195 +msgid "Russian" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:338 +#: adhocracy-plus/config/settings/base.py:354 +msgid "Rich text editor" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:456 +msgid "suggestion" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:457 +msgid "note" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:458 +msgid "question" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:499 +msgid "Pin without icon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:500 +msgid "Diamond" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:501 +msgid "Triangle up" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:502 +msgid "Triangle down" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:503 +msgid "Ellipse" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:504 +msgid "Semi circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:505 +msgid "Hexagon" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:506 +msgid "Rhomboid" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:507 +msgid "Star" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:508 +msgid "Square" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:509 +msgid "Octothorpe" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:510 +msgid "Rectangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:511 +msgid "Circle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:512 +msgid "Right triangle" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:513 +msgid "Zigzag" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:517 +msgid "brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:518 +msgid "spatial brainstorming" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:519 +msgid "idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:520 +msgid "spatial idea challenge" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:521 +msgid "text review" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:522 +msgid "poll" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:524 +msgid "interactive event" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:525 +msgid "prioritization" +msgstr "" + +#: adhocracy-plus/config/settings/base.py:526 +msgid "debate" +msgstr "" + +#: adhocracy-plus/templates/403.html:7 +msgid "You are not allowed to access this page." +msgstr "" + +#: adhocracy-plus/templates/403_csrf.html:5 +msgid "" +"The verification of your input has failed. Please reload the page and make " +"sure that your browser settings allow setting session cookies." +msgstr "" + +#: adhocracy-plus/templates/404.html:7 +msgid "This page could not be found." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:58 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:84 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:96 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:7 +#: adhocracy-plus/templates/a4dashboard/base_project_list.html:10 +msgid "Participation projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:62 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:86 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:101 +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:10 +msgid "Communication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:68 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:88 +#: adhocracy-plus/templates/a4dashboard/base_dashboard.html:108 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:7 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:10 +msgid "Organisation settings" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:12 +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:16 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:14 +msgid "All projects" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:36 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:14 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:74 +msgid "Project ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:38 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:16 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:72 +msgid "Project not ready for publication" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:89 +msgid "Module ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:91 +msgid "Module not ready for addition" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:132 +msgid "Hide from project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:142 +msgid "Add to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/base_dashboard_project.html:157 +msgid "Add Module" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/blueprint_list.html:27 +msgid "Create a new Project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/communication_form_base.html:7 +msgid "Communication options" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:6 +msgid "Project created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:7 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:4 +#: adhocracy-plus/templates/a4dashboard/project_create_form.html:26 +msgid "Create project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:22 +msgid "Fill in project details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:31 +msgid "No module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:33 +msgid "Module created" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:35 +msgid "Add participation module(s)" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:42 +msgid "Module not ready to be filled in" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:44 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:50 +msgid "Fill in module details" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:46 +msgid "Module ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:59 +msgid "Module not ready to be added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:61 +msgid "Show module(s) in project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:63 +msgid "Module added to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:65 +msgid "Add module(s) to project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line.html:76 +msgid "Publish project" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:7 +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:8 +msgid "Project type has been published" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/progress_line_done.html:13 +msgid "The project has been published. You can add further modules." +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:61 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:63 +msgid "more" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:78 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:98 +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:113 +msgid "delete" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:106 +#, python-format +msgid " Are you sure you want to delete the project '%(project_name)s'? " +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_list_item.html:112 +msgid "cancel" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/includes/project_result_form.html:18 +msgid "Results" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:16 +msgid "General information" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:18 +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:28 +msgid "Missing important fields" +msgstr "" + +#: adhocracy-plus/templates/a4dashboard/organisation_form_base.html:26 +msgid "Legal information" +msgstr "" + +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:14 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:15 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:18 +#: adhocracy-plus/templates/a4forms/includes/inline_form.html:19 +msgid "Remove item" +msgstr "" + +#: adhocracy-plus/templates/a4images/image_upload_widget.html:32 +msgid "" +"Your image will be uploaded/removed once you save your changes at the end of " +"this page." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:46 +msgid "This project is in not published yet." +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:86 +msgid "Previous" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:89 +msgid "of" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:92 +msgid "Next" +msgstr "" + +#: adhocracy-plus/templates/a4modules/module_detail.html:195 +msgid "More questions from this online participation" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:4 +#, python-format +msgid "Moderation request in the project %(project_name)s on %(site_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:6 +#, python-format +msgid "Moderation request in the project %(project_name)s" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:10 +#, python-format +msgid "" +"User %(user_name)s reported a post in your project \"%(project_name)s\". It " +"is possible, the message could also be spam. As a moderator, you can review " +"the post and delete it if necessary. The following reasons were given:" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:18 +msgid "Review post" +msgstr "" + +#: adhocracy-plus/templates/a4reports/emails/report_moderators.en.email:20 +#, python-format +msgid "" +"This email has been sent to %(receiver_mail)s. The email was sent to you as " +"you are the moderator of the project." +msgstr "" + +#: adhocracy-plus/templates/account/email.html:6 +#: adhocracy-plus/templates/account/email.html:9 +msgid "Email Addresses" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:12 +msgid "Main Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:14 +msgid "Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:15 +#: adhocracy-plus/templates/account/email.html:29 +msgid "Verified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:20 +msgid "Other Emails" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:31 +msgid "Unverified" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:35 +msgid "Make Primary" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:38 +msgid "Re-send Verification" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:62 +msgid "Add another Email" +msgstr "" + +#: adhocracy-plus/templates/account/email.html:67 +msgid "Add Email" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:4 +msgid "Account Already Exists" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:8 +msgid "" +"You are receiving this e-mail because you or someone else tried to signup " +"for an\n" +" account using the e-mail address:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:15 +msgid "" +"However, an account using that e-mail address already exists. In case you " +"have\n" +" forgotten about this, please use the password forgotten procedure to " +"recover\n" +" your account:" +msgstr "" + +#: adhocracy-plus/templates/account/email/account_already_exists.en.email:21 +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:15 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:6 +msgid "Reset password" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:4 +#, python-format +msgid "Please confirm your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:6 +#, python-format +msgid "Your email address on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:10 +#, python-format +msgid "" +"this email address has been added to the user account \"%(username)s\" on " +"\"%(current_site)s\". Please confirm this address. If you did not add this " +"email address, you can ignore this email. We will not send you any further " +"emails." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:15 +msgid "Confirm your email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation.en.email:17 +#, python-format +msgid "" +"This email was sent to %(receiver)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:4 +#, python-format +msgid "Please confirm your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:6 +#, python-format +msgid "Your registration on %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:10 +#, python-format +msgid "" +"You have registered with the username \"%(username)s\" on the participation " +"platform \"%(current_site)s\". Click \"Confirm email address\" to complete " +"your registration. As soon as you are registered, you can participate on " +"\"%(current_site)s\". If you haven't registered, you can ignore this message." +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:15 +msgid "Confirm email address" +msgstr "" + +#: adhocracy-plus/templates/account/email/email_confirmation_signup.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. If you have any further questions, " +"please contact us via %(contact_email)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:4 +#: adhocracy-plus/templates/account/email/unknown_account.en.email:4 +#, python-format +msgid "Reset password request for %(current_site)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:6 +#, python-format +msgid "Password reset for your account %(username)s" +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:10 +#, python-format +msgid "" +"you have requested a password reset. Please click on \"Reset password\" to " +"set a new password. If you have not requested a password reset, you can " +"ighnore this email and your %(current_site)s password stays unchanged." +msgstr "" + +#: adhocracy-plus/templates/account/email/password_reset_key.en.email:17 +#, python-format +msgid "" +"This email was sent to %(useremail)s. You receive this email because your " +"password on %(current_site)s has been reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:10 +#, python-format +msgid "" +"You are receiving this e-mail because you or someone else has requested a " +"password for your user account. However, we do not have any record of a user " +"with email %(email)s in our database." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:13 +msgid "" +"This mail can be safely ignored if you did not request a password reset." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:16 +msgid "If it was you, you can sign up for an account using the link below." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:19 +#, python-format +msgid "If you need assistance, please contact %(contact_email)s." +msgstr "" + +#: adhocracy-plus/templates/account/email/unknown_account.en.email:26 +#, python-format +msgid "" +"This email was sent to %(email)s. You have received the e-mail because the " +"reset of your password has been requested on %(current_site)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:4 +#: adhocracy-plus/templates/account/email_confirm.html:7 +msgid "Confirm Email Address" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:11 +#, python-format +msgid "" +"Please\n" +" confirm that %(email)s is an\n" +" email address for user %(user_display)s." +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:17 +msgid "Confirm" +msgstr "" + +#: adhocracy-plus/templates/account/email_confirm.html:21 +#, python-format +msgid "" +"This email confirmation link expired or is invalid.\n" +" Please issue a new email confirmation\n" +" request." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:9 +#, python-format +msgid "" +"If you have not created an account yet, then please register first." +msgstr "" + +#: adhocracy-plus/templates/account/login.html:30 +msgid "Forgot Password?" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:4 +#: adhocracy-plus/templates/account/logout.html:7 +#: adhocracy-plus/templates/account/logout.html:15 +msgid "Sign Out" +msgstr "" + +#: adhocracy-plus/templates/account/logout.html:8 +msgid "Are you sure you want to sign out?" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:8 +msgid "Change your password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:22 +#: adhocracy-plus/templates/account/password_change.html:28 +msgid "Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_change.html:34 +msgid "Repeat password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:4 +#: adhocracy-plus/templates/account/password_reset.html:7 +msgid "Password Reset" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:12 +msgid "" +"Forgotten your password? Enter your email address below, and we'll send you " +"an email allowing you to reset it." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:18 +msgid "Reset My Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset.html:20 +msgid "Please contact us if you have any trouble resetting your password." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:4 +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Change Password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:7 +msgid "Bad Token" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:11 +#, python-format +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:20 +msgid "change password" +msgstr "" + +#: adhocracy-plus/templates/account/password_reset_from_key.html:23 +msgid "Your password is now changed." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:9 +#, python-format +msgid "" +"Already have an account? Then please\n" +" login." +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:24 +#: adhocracy-plus/templates/socialaccount/signup.html:28 +#, python-format +msgid "" +"\n" +" I confirm that I have read and accepted the terms of use and the data protection " +"policy.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/account/signup.html:62 +#, python-format +msgid "" +"\n" +" With your account on %(platformname)s, you can take part in " +"every public participation project on this platform. This platform allows " +"organisations initiatives to conduct digital participation projects.\n" +" If you have any questions regarding the data protection on this " +"platform you can find further information here.\n" +" " +msgstr "" + +#: adhocracy-plus/templates/base.html:58 +msgid "Skip to content " +msgstr "" + +#: adhocracy-plus/templates/base.html:99 +#, python-format +msgid "%(platformname)s is funded by donations." +msgstr "" + +#: adhocracy-plus/templates/base.html:101 +msgid "Donate now" +msgstr "" + +#: adhocracy-plus/templates/base.html:104 +#, python-format +msgid "Donate now to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:4 +msgid "Error" +msgstr "" + +#: adhocracy-plus/templates/base_errors.html:12 +#, python-format +msgid "Back to %(platformname)s" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:64 +msgid "Responsible for the participation project:" +msgstr "" + +#: adhocracy-plus/templates/email_base.html:93 +#, python-format +msgid "%(platformname)s is a participation platform operated by" +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +#, python-format +msgid "" +"%(platformname)s is a platform provided by Liquid Democracy e.V. in Berlin." +msgstr "" + +#: adhocracy-plus/templates/footer.html:10 +msgid "" +"Only the respective operator of the offer is responsible for the editorial " +"content." +msgstr "" + +#: adhocracy-plus/templates/footer_upper.html:6 +msgid "Responsible for the content of this page:" +msgstr "" + +#: adhocracy-plus/templates/header.html:4 +msgid "Header" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:9 +msgid "Language selector, " +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:15 +msgid " selected" +msgstr "" + +#: adhocracy-plus/templates/includes/header_language_switch.html:30 +msgid "select " +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:6 +msgid "Our projects" +msgstr "" + +#: adhocracy-plus/templates/includes/header_lower_org_items.html:11 +msgid "About" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:5 +#: adhocracy-plus/templates/socialaccount/connections.html:8 +msgid "Social Connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:9 +msgid "Remove existing connections" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:11 +msgid "" +"You can sign in to your account using any of the following third party\n" +" accounts. To remove them mark the one you would like to remove and " +"click the remove button" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/connections.html:35 +msgid "" +"You currently have no social network accounts connected to this account." +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:5 +msgid "Signup" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:8 +msgid "Sign Up" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/signup.html:10 +#, python-format +msgid "" +"You are about to use your %(provider_name)s account to login to\n" +"%(site_name)s. As a final step, please complete the following form:" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:6 +msgid "Login with social media account" +msgstr "" + +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:22 +#: adhocracy-plus/templates/socialaccount/snippets/provider_list.html:25 +msgid "Login with " +msgstr "" diff --git a/locale-fork/locale/tr/LC_MESSAGES/djangojs.po b/locale-fork/locale/tr/LC_MESSAGES/djangojs.po new file mode 100644 index 000000000..8a5ff75a5 --- /dev/null +++ b/locale-fork/locale/tr/LC_MESSAGES/djangojs.po @@ -0,0 +1,1410 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-15 09:05+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:12 +msgid "Insert Collapsible Item" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:14 +msgid "Title" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:15 +msgid "Body text" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ckeditor/static/ckeditor_collapsible/plugin.js:37 +msgid "Collapsible element" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:22 +#, javascript-format +msgid "hide one reply" +msgid_plural "hide %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:24 +#, javascript-format +msgid "view one reply" +msgid_plural "view %s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:29 +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:30 +msgid "Your reply here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/react_reports.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/react_reports.jsx:22 +msgid "" +"You want to report this content? Your message will be sent to the " +"moderation. The moderation will look at the reported content. The content " +"will be deleted if it does not meet our discussion rules (netiquette)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:35 +msgid "Moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:104 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:34 +msgid "Latest edit on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:109 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:31 +msgid "Deleted by creator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:111 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:32 +msgid "Deleted by moderator on" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:152 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:27 +msgid "Do you really want to delete this comment?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:153 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:72 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:159 +#: apps/documents/assets/ChapterNavItem.jsx:57 +#: apps/documents/assets/ChapterNavItem.jsx:62 +#: apps/documents/assets/ParagraphForm.jsx:133 +#: apps/documents/assets/ParagraphForm.jsx:138 +msgid "Delete" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Modal.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/Comment.jsx:154 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Modal.jsx:6 +msgid "Abort" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:33 +msgid "Your comment here" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentBox.jsx:167 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentBox.jsx:167 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:34 +msgid "save changes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentEditForm.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:21 +msgid "cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:16 +msgid "post" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:40 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:18 +msgid "Please login to comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:41 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:20 +msgid "The currently active phase doesn't allow to comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentForm.jsx:42 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:19 +msgid "Only invited users can actively participate." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx:5 +msgid "Edit" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments/static/comments/CommentManageDropdown.jsx:7 +msgid "Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:6 +msgctxt "defakts" +msgid "" +"This comment contains disinformation. Defakts uses an Artificial " +"Intelligence to scan content for disinformation. Disinformation often shows " +"certain characteristics that allow for a reliable identification." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:9 +msgctxt "defakts" +msgid "Click to view the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:10 +msgctxt "defakts" +msgid "Click to hide the AI explanation for reporting this comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:11 +msgctxt "defakts" +msgid "Read more" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:12 +msgctxt "defakts" +msgid "Show less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:13 +msgctxt "defakts" +msgid "Show info to users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/ai_report.jsx:14 +msgctxt "defakts" +msgid "Hide info from users" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/category_list.jsx:5 +msgid "Choose categories for your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:18 +msgid "Share link" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:19 +msgid "Categories: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:20 +msgid "Entry successfully created" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:21 +msgid "Read more..." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:22 +msgid "Read less" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:23 +msgid "Share" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:24 +msgid " Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:25 +msgid "Show moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:26 +msgid "Hide moderator's feedback" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:28 +msgid "Delete comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:33 +msgid "Blocked by moderator" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:36 +msgid "hide replies" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:37 +msgctxt "verb" +msgid "Reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:38 +msgid "Click to view rest of comment text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:39 +msgid "Click to hide expanded text." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment.jsx:48 +#, javascript-format +msgid "1 reply" +msgid_plural "%s replies" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:15 +msgid "Newest" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:16 +msgid "Most up votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:17 +msgid "Most down votes" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:18 +msgid "Most answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:19 +msgid "Last discussed" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:23 +msgid "Comments" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:24 +msgid "Show filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:25 +msgid "Filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:26 +msgid "Hide filters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:27 +msgid "Search contributions" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:28 +msgid "Clear search" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:29 +msgid "display: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:30 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:284 +#: apps/interactiveevents/assets/Filters.jsx:32 +#: apps/interactiveevents/assets/QuestionBox.jsx:57 +msgid "all" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:31 +msgid "sorted by: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:69 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:14 +msgid "Highlighted" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:110 +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_box.jsx:414 +msgid "entry found for " +msgid_plural "entries found for " +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:11 +msgid "Your comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:12 +msgid "Please add a comment." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:13 +msgid "Something seems to have gone wrong, please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:14 +msgid "Your reply" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:15 +#: apps/interactiveevents/assets/QuestionForm.jsx:79 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:10 +msgid " characters" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/comments_async/comment_form.jsx:17 +msgid "Comment" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:8 +msgid "Copy" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/comments_async/static/modals/UrlModal.jsx:9 +msgid "Copied" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:26 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:26 +msgid "You will no longer be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:28 +msgid "You will be updated via email." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:62 +msgid "Follow" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/follows/static/follows/FollowButton.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/follows/static/follows/FollowButton.jsx:63 +msgid "Following" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:87 +#: apps/maps/assets/map-address.js:87 +msgid "No matches found within the project area" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_address.js:90 +#: apps/maps/assets/map-address.js:90 +msgid "Did you mean:" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:70 +#: apps/maps/assets/map_choose_polygon_with_preset.js:68 +msgid "Export polygon as GeoJSON" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:71 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:81 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:93 +#: apps/maps/assets/map_choose_polygon_with_preset.js:69 +#: apps/maps/assets/map_choose_polygon_with_preset.js:79 +#: apps/maps/assets/map_choose_polygon_with_preset.js:92 +msgid "Import polygon via file upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/Alert.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:88 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/Alert.jsx:6 +#: apps/dashboard/assets/ajax_modal.js:12 +#: apps/maps/assets/map_choose_polygon_with_preset.js:87 +msgid "Close" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:95 +#: apps/maps/assets/map_choose_polygon_with_preset.js:94 +msgid "" +"Upload a polygon from a GeoJSON (.geojson) or a zipped Shapefile (.zip)." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:96 +#: apps/maps/assets/map_choose_polygon_with_preset.js:95 +msgid "" +"Note that uploading Shapefiles is not supported with Internet Explorer 10" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:97 +#: apps/maps/assets/map_choose_polygon_with_preset.js:96 +msgid "Attention importing a file will delete the existing polygons." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:102 +#: apps/maps/assets/map_choose_polygon_with_preset.js:101 +msgid "Upload" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:110 +#: apps/maps/assets/map_choose_polygon_with_preset.js:108 +msgid "Cancel" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:145 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:148 +#: apps/maps/assets/map_choose_polygon_with_preset.js:143 +#: apps/maps/assets/map_choose_polygon_with_preset.js:145 +msgid "The uploaded file is not a valid shapefile." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:150 +#: apps/maps/assets/map_choose_polygon_with_preset.js:147 +msgid "The uploaded file could not be imported." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:164 +#: apps/maps/assets/map_choose_polygon_with_preset.js:162 +msgid "The uploaded file is not a valid geojson file." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:169 +#: apps/maps/assets/map_choose_polygon_with_preset.js:167 +msgid "Invalid file format." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_choose_polygon_with_preset.js:286 +#: apps/maps/assets/map_choose_polygon_with_preset.js:286 +msgid "Do you want to load this preset and delete all the existing polygons?" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:101 +msgid "person supports this proposal." +msgid_plural "persons support this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:114 +msgid "person voted for this proposal." +msgid_plural "persons voted for this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/maps/static/a4maps/a4maps_display_points.js:127 +msgid "person commented on this proposal." +msgid_plural "persons commented on this proposal." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:70 +msgctxt "noun" +msgid "Answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:29 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollChoice.jsx:35 +msgid "remove" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:5 +msgid " New Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:6 +msgid "Multiple Choice question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollDropdown.jsx:7 +msgid "Open question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:179 +msgid "The poll has been updated." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:195 +msgid "The poll could not be updated. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollManagement.jsx:262 +#: apps/documents/assets/DocumentManagement.jsx:324 +msgid "Save" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:17 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:19 +#: apps/interactiveevents/assets/QuestionForm.jsx:67 +msgid "Question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:39 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:120 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/HelptextForm.jsx:11 +msgid "Explanation" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:49 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:54 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:131 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:136 +#: apps/documents/assets/ChapterNavItem.jsx:33 +#: apps/documents/assets/ChapterNavItem.jsx:38 +#: apps/documents/assets/ParagraphForm.jsx:110 +#: apps/documents/assets/ParagraphForm.jsx:115 +msgid "Move up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:61 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollOpenQuestion.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:148 +#: apps/documents/assets/ChapterNavItem.jsx:45 +#: apps/documents/assets/ChapterNavItem.jsx:50 +#: apps/documents/assets/ParagraphForm.jsx:122 +#: apps/documents/assets/ParagraphForm.jsx:127 +msgid "Move down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:47 +msgid "Participants can vote for more than one option (multiple choice)" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:62 +msgid "Participants can add their own answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:95 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:96 +msgid "Other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDashboard/EditPollQuestion.jsx:113 +msgid "New answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:7 +msgid "Multiple answers are possible." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestion.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:110 +msgid "other" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:16 +msgid "Your answer has been saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:22 +msgid "" +"Your answer could not be saved. Please check the data you entered again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:28 +msgid "Your answer is invalid or empty. Please try again." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:53 +msgid "To poll" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:63 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Change answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:143 +msgid "Submit answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:149 +msgid "Please login to answer" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:159 +msgid "Show results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:165 +msgid "Show preliminary results" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollQuestions.jsx:186 +msgid "Please enter your answer in this field." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:44 +msgid "Hide other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:46 +msgid "Show other answers" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:60 +#, javascript-format +msgid "%s participant gave 1 answer." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:62 +#, javascript-format +msgid "%s participant gave %s answers." +msgid_plural "%s participants gave %s answers." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:64 +msgid "" +" For multiple choice questions the percentages may add up to more than 100%." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:66 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:75 +#, javascript-format +msgid "1 person has answered." +msgid_plural "%s people have answered." +msgstr[0] "" +msgstr[1] "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:77 +msgid "no one has answered this question" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/polls/static/PollDetail/PollResults.jsx:107 +msgid "Your choice" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:9 +msgid "Click to vote up" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/ratings/static/ratings/react_ratings.jsx:10 +msgid "Click to vote down" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:7 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:7 +msgid "Report sent" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:8 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:8 +msgid "Thank you! We are taking care of it." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:9 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:9 +msgid "Your message" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/reports/static/reports/ReportModal.jsx:10 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/reports/static/reports/ReportModal.jsx:10 +msgid "Send Report" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:5 +msgid "" +"Yes, I have read and agree to this organisation's %(linkStart)s terms of use " +"%(linkEnd)s." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/adhocracy4/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +#: /home/julian/devel/a4-meinberlin/venv/lib64/python3.11/site-packages/adhocracy4/static/TermsOfUseCheckbox.jsx:6 +msgid "You can still manage all your preferences on User Agreements." +msgstr "" + +#: apps/captcha/assets/captcheck.js:29 +msgid "Click for image-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:30 +msgid "Click for text-based question" +msgstr "" + +#: apps/captcha/assets/captcheck.js:31 +msgid "Image mode" +msgstr "" + +#: apps/captcha/assets/captcheck.js:32 +msgid "Text mode" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:13 +msgid "Chapter title" +msgstr "" + +#: apps/documents/assets/ChapterForm.jsx:55 +msgid "Add a new paragraph" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:9 +msgid "Chapter navigation" +msgstr "" + +#: apps/documents/assets/ChapterNav.jsx:38 +msgid "Add a new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:18 +msgid "first chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:98 +msgid "new chapter" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:261 +msgid "The document has been updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:279 +msgid "The document could not be updated." +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:295 +msgid "Contents" +msgstr "" + +#: apps/documents/assets/DocumentManagement.jsx:307 +msgid "Edit chapter" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:71 +msgid "Headline" +msgstr "" + +#: apps/documents/assets/ParagraphForm.jsx:88 +msgid "Paragraph" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:10 +msgid "Affiliation" +msgstr "" + +#: apps/interactiveevents/assets/CategorySelect.jsx:11 +msgid "" +"Answered questions will be displayed in the statistics according to the " +"chosen affiliation." +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:27 +msgid " Filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:28 +msgid "Click to view filters" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:29 +msgid "Click to only display marked questions" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:30 +msgid "Click to only display questions which are not hidden" +msgstr "" + +#: apps/interactiveevents/assets/Filters.jsx:31 +msgid "Click to order list by likes" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:4 +msgid "Info" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:5 +msgid "display question on screen" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:6 +msgid "add question to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:7 +msgid "hide question from audience" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:8 +msgid "mark question as answered" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:9 +msgid "is shown in front of a question? It has been marked by the moderation." +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:10 +msgid "Close information" +msgstr "" + +#: apps/interactiveevents/assets/InfoBox.jsx:11 +msgid "Open information" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:10 +msgid "Statistics" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:11 +msgid "Entries" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:12 +msgid "Click to view statistics of answered questions" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:13 +msgid "display on screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:14 +msgid "Click to view list of marked questions screen" +msgstr "" + +#: apps/interactiveevents/assets/QuestionBox.jsx:27 +msgid "select affiliation" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:61 +msgid "Here you can ask your question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionForm.jsx:69 +#: apps/interactiveevents/assets/QuestionForm.jsx:88 +msgid "Add Question" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:97 +msgid "mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:98 +msgid "undo mark as hidden" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:99 +msgid "mark as done" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:100 +msgid "add to live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:101 +msgid "remove from live list" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:102 +msgid "add to shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionModerator.jsx:103 +msgid "remove from shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionPresent.jsx:29 +#: apps/interactiveevents/assets/QuestionUser.jsx:52 +msgid "likes" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:51 +msgid "on shortlist" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:53 +msgid "add like" +msgstr "" + +#: apps/interactiveevents/assets/QuestionUser.jsx:54 +msgid "undo like" +msgstr "" + +#: apps/interactiveevents/assets/StatisticsBox.jsx:46 +msgid "Questions Answered" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:8 +msgid "delete" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:9 +msgid "edit" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:10 +msgid "Moderator's feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedback.jsx:11 +msgid "Last edit was on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:9 +msgid "Write feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:11 +msgid "submit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationFeedbackForm.jsx:12 +msgid "update feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:12 +msgid "Your feedback was successfully delivered." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:13 +msgid "Your feedback was successfully updated." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:14 +msgid "Your feedback was successfully deleted." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:15 +msgid "" +"The comment has already been moderated. Your feedback could not be saved." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:16 +msgid "Go to discussion" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:17 +msgid "Comment blocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:18 +msgid "Comment unblocked successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:19 +msgid "Comment highlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:20 +msgid "Comment unhighlighted successfully." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:21 +msgid "Notification successfully marked as read." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:22 +msgid "Notification successfully marked as unread." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:23 +msgid "AI" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:24 +msgid "posted a {}comment{}" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:221 +#, javascript-format +msgid "This {}comment{} has been reported 1 time since it's creation" +msgid_plural "This {}comment{} has been reported %s times since it's creation" +msgstr[0] "" +msgstr[1] "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:240 +msgid "Mark as read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:241 +msgid "Mark as unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:253 +msgid "Last edited on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotification.jsx:255 +msgid "Created on " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:7 +msgid "Block" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:8 +msgid "Unblock" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:9 +msgid "Blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:10 +msgid "Add feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:11 +msgid "This comment was blocked" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:12 +msgid "Highlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:13 +msgid "Unhighlight" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:15 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:11 +msgid "Unread" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:16 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:10 +msgid "Read" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationActionsBar.jsx:17 +msgid "Edit feedback" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:12 +msgid "View all" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:16 +msgid "Reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:17 +msgid "All comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:21 +msgid "Most reported" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:22 +msgid "Oldest" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:23 +msgid "Most recent" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:172 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:74 +msgid "By " +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:173 +msgid "Load more" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:174 +msgid "Go to top" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:175 +msgid "Notifications of comments from project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:176 +msgid "Notification filters and sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:177 +msgid "Moderation project" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:204 +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:213 +msgid "Filter" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationNotificationList.jsx:222 +msgid "Sorting" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:48 +msgid "Over 1 year left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:52 +msgid "left" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:62 +msgid "1 year" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:73 +msgid "Loading..." +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:75 +msgid " comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:76 +msgid " reports" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:77 +msgid "public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:78 +msgid "private" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:79 +msgid "semi-public" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:80 +msgid "Notifications has unread comments" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:81 +msgid "Moderation dashboard overview" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:82 +msgid "Projects" +msgstr "" + +#: apps/userdashboard/assets/js/a4_candy_userdashboard/ModerationProjects.jsx:83 +msgid "Projects I am moderating" +msgstr "" + +#: adhocracy-plus/assets/js/unload_warning.js:20 +msgid "If you leave this page changes you made will not be saved." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:11 +msgid "External Video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:12 +msgid "" +"Here you can find a video from Google (YouTube). To protect your data the " +"content will only be loaded after you give your consent. Only then will " +"YouTube set Cookies that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:13 +msgid "More information can be found in the privacy policy of Google under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "Link to video: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:15 +msgid "Play video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:16 +msgid "External video" +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:17 +msgid "" +"Here you can find a video from Vimeo. To protect your data the content will " +"only be loaded after you give your consent. Only then will Vimeo set cookies " +"that collect information on user behaviour." +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:18 +msgid "More information can be found in the privacy policy of Vimeo under: " +msgstr "" + +#: /home/julian/devel/a4-kfd/node_modules/dsgvo-video-embed/js/dsgvo-video-embed.js:20 +msgid "play video" +msgstr ""