From 9ef289ed601eda2f5f385fe9ce249203cfe737a0 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 10 May 2023 11:59:31 +0100 Subject: [PATCH] Version 5.0. --- .tx/config | 4 +- CHANGELOG.md | 2 +- README.md | 2 +- bin/site-specific-install.sh | 2 +- docs/_posts/2023-05-10-v5.0.md | 56 + locale/FixMyStreet.po | 801 +- locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po | 1520 ++-- locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po | 1314 ++-- locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po | 1191 +-- locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po | 1228 +-- locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po | 1265 ++-- locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po | 1349 ++-- locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po | 1303 ++-- locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po | 1253 ++-- locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1395 ++-- locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po | 1287 ++-- locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1499 ++-- locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1213 +-- locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1637 ++-- locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po | 1186 +-- locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po | 1235 +-- locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po | 1272 ++-- locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po | 1488 ++-- locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po | 1234 +-- locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po | 1273 ++-- locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po | 1276 ++-- locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po | 1278 ++-- locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1485 ++-- locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po | 1269 ++-- locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1239 ++-- locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po | 1123 +-- locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po | 1682 ++--- locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1382 ++-- locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1082 +-- locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po | 1390 ++-- locale/sk.UTF-8/LC_MESSAGES/FixMyStreet.po | 6587 +++++++++++++++++ locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po | 1282 ++-- locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po | 1450 ++-- locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po | 1417 ++-- locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po | 1372 ++-- locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1367 ++-- locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po | 1364 ++-- locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po | 1361 ++-- perllib/FixMyStreet/Script/Reports.pm | 5 +- 44 files changed, 30918 insertions(+), 24502 deletions(-) create mode 100644 docs/_posts/2023-05-10-v5.0.md create mode 100644 locale/sk.UTF-8/LC_MESSAGES/FixMyStreet.po diff --git a/.tx/config b/.tx/config index 625a15de1f0..010a6296a4c 100644 --- a/.tx/config +++ b/.tx/config @@ -1,9 +1,9 @@ [main] host = https://www.transifex.com -type = PO -[fixmystreet.v4-0] +[o:mysociety:p:fixmystreet:r:v5-0] file_filter = locale/.UTF-8/LC_MESSAGES/FixMyStreet.po source_file = locale/FixMyStreet.po source_lang = en_GB +type = PO diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5ae844c49..f3d7902dd17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Releases -* Unreleased +* v5.0 (10th May 2023) - Front end improvements: - Use crosshairs for mobile reporting. - Enable keyboard navigation of map. #3321 diff --git a/README.md b/README.md index 7246ec08478..72fbfd17425 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 4.0; see CHANGELOG.md for a version history. +Platform is now at version 5.0; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 8da51dc3d28..2a4bf56ed99 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v4.0} +VERSION=${VERSION_OVERRIDE:-v5.0} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/docs/_posts/2023-05-10-v5.0.md b/docs/_posts/2023-05-10-v5.0.md new file mode 100644 index 00000000000..9963056acc6 --- /dev/null +++ b/docs/_posts/2023-05-10-v5.0.md @@ -0,0 +1,56 @@ +--- +layout: post +title: Version 5.0 +author: matthew +--- + +
+This Better Be Good +
+ +I am happy to announce the release of **version 5.0** of FixMyStreet. + +### Mobile use and the Progressive Web App (PWA) + +Mobile reporting now uses a crosshairs mechanism for locating the report rather +than tapping, matching the old native app and providing an easier experience. +We have added offline report drafting, where even if you do not have signal you +should be able to start the basics of a report to carry on when back online. + +The site is installable as a Progessive Web App (PWA) on Android and iOS, to be +installed to your home screen via your browser, and both the UK and Sweden have +successfully packaged the code as a native app using pwabuilder and submitted +it to the app stores. + +### Accessibility + +Early last year, we added keyboard navigation of the map for those who may be +unable to use a pointing device. An accessibility audit was then performed on +one installation of the site later in the year, and that has led to a number of +other improvements, including some improved visual contrast, a couple of +missing labels and fieldsets, and better focus states. + +### Admin improvements + +You can now set a message in the admin per-body that will be shown on the +reporting page, as well as one on the front page. We've paginated alerts on the +user edit page for cases where a user has a lot of alerts, and now display +photos in report moderation updates rather than just the image hashes. + +If you are using response templates, you can now have a different template +displayed as an update to the report to the text emailed to the user. + +### Development improvements + +As our own installation of FixMyStreet spans multiple front end servers, and to +help with stability of URLs for the PWA service worker, we have switched our +static asset cache-busting from using last modified times to using a digest of +the file contents. There is also an option to use the hash in the filename +itself, rather than a query parameter, which again may be useful if you deploy +on multiple servers. + +### Upgrading + +A full list of changes can be seen in the +[v5.0 changelog](https://github.com/mysociety/fixmystreet/releases/tag/v5.0) +as usual. diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index 46abb56180e..b0798fee08e 100644 --- a/locale/FixMyStreet.po +++ b/locale/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,11 +21,7 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 perllib/FixMyStreet/DB/Result/Problem.pm:794 perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 perllib/FixMyStreet/DB/Result/Problem.pm:811 perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "" @@ -50,7 +46,7 @@ msgstr "" msgid "%d users already existed" msgstr "" -#: templates/web/base/dashboard/heatmap.html:0 templates/web/base/dashboard/heatmap.html:9 templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:32 +#: templates/web/base/dashboard/heatmap.html:0 templates/web/base/dashboard/heatmap.html:9 templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "" @@ -91,7 +87,7 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:191 templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:194 templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -99,15 +95,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -131,7 +123,7 @@ msgstr "" msgid "(closed)" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -139,7 +131,7 @@ msgstr "" msgid "(fixed)" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:173 templates/web/base/admin/reports/_edit_main.html:177 +#: templates/web/base/admin/reports/_edit_main.html:175 templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" msgstr "" @@ -155,23 +147,23 @@ msgstr "" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "" -#: templates/web/base/report/form/photo_upload.html:6 templates/web/base/report/form/user_loggedout_by_email.html:50 templates/web/base/report/form/user_loggedout_by_email.html:56 templates/web/base/report/new/form_user_loggedin.html:40 templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/base/report/form/photo_upload.html:6 templates/web/base/report/form/user_loggedout_by_email.html:50 templates/web/base/report/form/user_loggedout_by_email.html:56 templates/web/base/report/new/form_user_loggedin.html:40 templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 templates/web/zurich/admin/bodies/form.html:27 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "" @@ -237,11 +229,11 @@ msgstr "" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -300,6 +292,10 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +msgid "Add row" +msgstr "" + #: templates/web/base/admin/users/edit.html:4 templates/web/base/admin/users/index.html:101 msgid "Add staff user" msgstr "" @@ -316,23 +312,23 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "" @@ -349,7 +345,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "" @@ -405,7 +401,7 @@ msgstr "" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -421,15 +417,15 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "" @@ -441,7 +437,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 templates/web/base/admin/update_edit.html:21 templates/web/base/admin/update_edit.html:99 templates/web/base/report/update/moderation_diff.html:5 +#: templates/web/base/admin/reports/_edit_main.html:169 templates/web/base/admin/update_edit.html:21 templates/web/base/admin/update_edit.html:99 templates/web/base/report/update/moderation_diff.html:5 msgid "Anonymous:" msgstr "" @@ -449,13 +445,17 @@ msgstr "" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" #. ("JS") -#: templates/web/base/admin/manifesttheme/form.html:62 templates/web/base/admin/reports/_edit_main.html:62 templates/web/base/admin/reports/_edit_waste.html:24 templates/web/base/admin/roles/form.html:31 templates/web/base/admin/states/index.html:48 templates/web/base/admin/templates/edit.html:89 templates/web/base/js/translation_strings.html:105 templates/web/base/report/display_tools.html:7 +#: templates/web/base/admin/manifesttheme/form.html:62 templates/web/base/admin/reports/_edit_main.html:62 templates/web/base/admin/reports/_edit_waste.html:24 templates/web/base/admin/roles/form.html:31 templates/web/base/admin/states/index.html:48 templates/web/base/admin/templates/edit.html:89 templates/web/base/js/translation_strings.html:105 templates/web/base/offline/fallback.html:37 templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -463,7 +463,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -475,7 +475,7 @@ msgstr "" msgid "Assign" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" msgstr "" @@ -507,11 +507,11 @@ msgstr "" msgid "Assign to:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" msgstr "" @@ -531,7 +531,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -543,7 +543,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -572,7 +572,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -580,7 +580,7 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 perllib/FixMyStreet/Cobrand/Default.pm:790 perllib/FixMyStreet/Cobrand/Zurich.pm:395 perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 templates/web/base/admin/bodies/index.html:1 templates/web/base/admin/reports/_edit_main.html:33 templates/web/zurich/header.html:62 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 perllib/FixMyStreet/Cobrand/Default.pm:802 perllib/FixMyStreet/Cobrand/Zurich.pm:395 perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 templates/web/base/admin/bodies/index.html:1 templates/web/base/admin/reports/_edit_main.html:33 templates/web/zurich/header.html:62 msgid "Bodies" msgstr "" @@ -588,10 +588,14 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:47 templates/web/base/dashboard/index.html:28 templates/web/zurich/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:51 templates/web/base/dashboard/index.html:28 templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:1 templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -600,11 +604,11 @@ msgstr "" msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" -#: templates/web/base/around/_report_banner.html:5 templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/around/_report_banner.html:5 templates/web/base/report/new/fill_in_details_form.html:17 msgid "Can’t use the map? Skip this step." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 templates/web/base/admin/responsepriorities/index.html:8 templates/web/base/admin/templates/view.html:7 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 templates/web/base/admin/responsepriorities/index.html:8 templates/web/base/admin/templates/view.html:7 msgid "Categories" msgstr "" @@ -612,15 +616,15 @@ msgstr "" msgid "Categories:" msgstr "" -#: templates/web/base/admin/bodies/_category_field.html:12 templates/web/base/admin/bodies/body.html:73 templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/dashboard/index.html:126 templates/web/base/report/_inspect.html:15 templates/web/base/report/_item.html:91 templates/web/base/report/new/category-app.html:10 templates/web/base/report/new/category.html:23 templates/web/base/report/new/category_wrapper.html:9 templates/web/zurich/admin/_index_table.html:5 templates/web/zurich/admin/bodies/body.html:14 templates/web/zurich/admin/bodies/form.html:25 templates/web/zurich/admin/stats/index.html:26 templates/web/zurich/admin/stats/index.html:71 +#: templates/web/base/admin/bodies/_category_field.html:12 templates/web/base/admin/bodies/body.html:73 templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/dashboard/index.html:129 templates/web/base/report/_inspect.html:15 templates/web/base/report/_item.html:91 templates/web/base/report/new/category-app.html:10 templates/web/base/report/new/category.html:23 templates/web/base/report/new/category_wrapper.html:9 templates/web/zurich/admin/_index_table.html:5 templates/web/zurich/admin/bodies/body.html:14 templates/web/zurich/admin/bodies/form.html:25 templates/web/zurich/admin/stats/index.html:26 templates/web/zurich/admin/stats/index.html:71 msgid "Category" msgstr "" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -644,7 +648,7 @@ msgstr "" msgid "Change email address" msgstr "" -#: templates/web/base/auth/change_password.html:2 templates/web/base/auth/change_password.html:5 templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/auth/change_password.html:2 templates/web/base/auth/change_password.html:5 templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "" @@ -666,6 +670,11 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -695,11 +704,11 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 perllib/FixMyStreet/Cobrand/Zurich.pm:159 perllib/FixMyStreet/Cobrand/Zurich.pm:162 perllib/FixMyStreet/DB/ResultSet/State.pm:72 templates/web/base/admin/states/index.html:103 templates/web/base/admin/states/index.html:27 templates/web/base/admin/states/index.html:33 templates/web/base/dashboard/index.html:143 templates/web/zurich/admin/stats/index.html:52 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 perllib/FixMyStreet/Cobrand/Zurich.pm:159 perllib/FixMyStreet/Cobrand/Zurich.pm:162 perllib/FixMyStreet/DB/ResultSet/State.pm:72 templates/web/base/admin/states/index.html:103 templates/web/base/admin/states/index.html:27 templates/web/base/admin/states/index.html:33 templates/web/base/dashboard/index.html:146 templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" @@ -727,7 +736,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -736,11 +745,11 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 perllib/FixMyStreet/Cobrand/Zurich.pm:409 templates/web/base/admin/config_page.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 perllib/FixMyStreet/Cobrand/Zurich.pm:409 templates/web/base/admin/config_page.html:1 templates/web/base/admin/config_page_cobrand.html:1 templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "" @@ -760,7 +769,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:51 templates/web/base/admin/users/alerts.html:10 templates/web/zurich/admin/bodies/contact-form.html:39 templates/web/zurich/admin/stats/index.html:61 +#: templates/web/base/admin/bodies/contact-form.html:56 templates/web/base/admin/users/alerts.html:10 templates/web/zurich/admin/bodies/contact-form.html:39 templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "" @@ -786,6 +795,10 @@ msgstr "" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +msgid "Continue draft report..." +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -807,7 +820,7 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -831,7 +844,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:189 templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -843,15 +856,15 @@ msgstr "" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -879,15 +892,15 @@ msgstr "" msgid "Created:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -907,6 +920,10 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -919,7 +936,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -927,6 +944,10 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +msgid "Delete draft" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 templates/web/base/admin/templates/edit.html:89 templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -935,7 +956,7 @@ msgstr "" msgid "Delete theme" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 templates/web/base/admin/bodies/index.html:31 templates/web/zurich/admin/bodies/contact-form.html:41 +#: templates/web/base/admin/bodies/contact-form.html:66 templates/web/base/admin/bodies/index.html:31 templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "" @@ -947,20 +968,20 @@ msgstr "" msgid "Description" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") -#: templates/web/base/admin/users/alerts.html:12 templates/web/base/js/translation_strings.html:47 templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/base/admin/users/alerts.html:12 templates/web/base/js/translation_strings.html:47 templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -968,7 +989,7 @@ msgstr "" msgid "Details:" msgstr "" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -980,7 +1001,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -988,7 +1009,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 templates/web/base/admin/extra-metadata-item.html:100 +#: templates/web/base/admin/bodies/contact-form.html:96 templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -996,11 +1017,11 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" msgstr "" @@ -1029,7 +1050,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1046,6 +1067,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1092,27 +1117,27 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" -#: templates/web/base/admin/flagged.html:51 templates/web/base/admin/reports/_edit_main.html:163 templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/flagged.html:51 templates/web/base/admin/reports/_edit_main.html:165 templates/web/base/admin/update_edit.html:38 msgid "Edit user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1140,11 +1165,11 @@ msgstr "" msgid "Editor" msgstr "" -#: templates/web/base/admin/bodies/category.html:29 templates/web/base/admin/bodies/index.html:27 templates/web/base/admin/flagged.html:38 templates/web/base/admin/users/import.html:24 templates/web/base/admin/users/import.html:47 templates/web/base/admin/users/index.html:44 templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 templates/web/base/my/my.html:83 templates/web/base/report/form/user_loggedout_by_email.html:38 templates/web/base/report/new/duplicate_suggestions.html:36 templates/web/zurich/admin/bodies/body.html:15 templates/web/zurich/admin/bodies/form.html:9 templates/web/zurich/auth/general.html:14 templates/web/zurich/auth/general.html:37 +#: templates/web/base/admin/bodies/category.html:29 templates/web/base/admin/bodies/index.html:27 templates/web/base/admin/flagged.html:38 templates/web/base/admin/users/import.html:24 templates/web/base/admin/users/import.html:47 templates/web/base/admin/users/index.html:44 templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 templates/web/base/my/my.html:88 templates/web/base/report/form/user_loggedout_by_email.html:38 templates/web/base/report/new/duplicate_suggestions.html:36 templates/web/zurich/admin/bodies/body.html:15 templates/web/zurich/admin/bodies/form.html:9 templates/web/zurich/auth/general.html:13 templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "" -#: templates/web/base/alert/_list.html:70 templates/web/base/auth/change_email.html:37 templates/web/base/report/new/form_user_loggedin.html:40 templates/web/base/report/update/form_user_loggedin.html:26 +#: templates/web/base/alert/_list.html:87 templates/web/base/auth/change_email.html:36 templates/web/base/report/new/form_user_loggedin.html:40 templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" msgstr "" @@ -1160,11 +1185,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1172,11 +1197,11 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 templates/web/base/admin/reports/_edit_waste.html:60 templates/web/base/admin/users/_form_details.html:14 templates/web/base/my/my.html:39 templates/web/base/report/inspect/information.html:29 templates/web/zurich/admin/bodies/contact-form.html:23 +#: templates/web/base/admin/reports/_edit_main.html:187 templates/web/base/admin/reports/_edit_waste.html:60 templates/web/base/admin/users/_form_details.html:14 templates/web/base/my/my.html:39 templates/web/base/report/inspect/information.html:29 templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 templates/web/base/admin/emergencymessage/edit.html:1 templates/web/base/admin/emergencymessage/index.html:1 templates/web/base/admin/emergencymessage/index.html:7 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 templates/web/base/admin/emergencymessage/edit.html:1 templates/web/base/admin/emergencymessage/index.html:1 templates/web/base/admin/emergencymessage/index.html:7 msgid "Emergency message" msgstr "" @@ -1224,7 +1249,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1256,7 +1281,7 @@ msgstr "" msgid "Enter details of the problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1290,11 +1315,11 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:74 +#: templates/web/base/offline/fallback.html:30 templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1322,11 +1347,11 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 templates/web/base/admin/reportextrafields/edit.html:1 templates/web/base/admin/reportextrafields/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 templates/web/base/admin/reportextrafields/edit.html:1 templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 templates/web/base/admin/reports/_edit_main.html:115 templates/web/base/admin/update_edit.html:100 templates/web/base/report/update/moderation_diff.html:8 +#: templates/web/base/admin/bodies/contact-form.html:171 templates/web/base/admin/reports/_edit_main.html:115 templates/web/base/admin/update_edit.html:100 templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" @@ -1367,7 +1392,7 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "" @@ -1383,7 +1408,11 @@ msgstr "" msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 templates/web/base/admin/states/index.html:29 templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/dashboard/index.html:144 +#: templates/web/base/report/_council_sent_info.html:30 +msgid "FixMyStreet ref: %s" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 templates/web/base/admin/states/index.html:29 templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "" @@ -1399,7 +1428,7 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 templates/web/base/admin/users/index.html:47 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1407,7 +1436,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1415,11 +1444,15 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1435,7 +1468,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 templates/web/base/report/form/user_loggedout_password.html:20 templates/web/base/report/form/user_loggedout_password.html:25 +#: templates/web/base/auth/general.html:96 templates/web/base/report/form/user_loggedout_password.html:20 templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" msgstr "" @@ -1455,7 +1488,7 @@ msgstr "" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1479,7 +1512,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1499,7 +1532,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1507,19 +1540,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1551,7 +1584,7 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 templates/web/zurich/admin/users/form.html:38 +#: templates/web/base/admin/users/form.html:199 templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1580,7 +1613,7 @@ msgstr "" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -1689,7 +1722,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -1715,7 +1748,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 templates/web/zurich/admin/bodies/contact-form.html:40 +#: templates/web/base/admin/bodies/contact-form.html:61 templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1768,7 +1801,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -1788,7 +1821,7 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1824,7 +1857,7 @@ msgstr "" msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -1876,11 +1909,11 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:29 templates/web/base/report/form/user.html:18 +#: templates/web/base/auth/general.html:28 templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 templates/web/base/report/form/user.html:29 +#: templates/web/base/auth/general.html:43 templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -1894,15 +1927,15 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 templates/web/zurich/admin/users/form.html:36 +#: templates/web/base/admin/users/form.html:197 templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 templates/web/base/report/form/user.html:23 +#: templates/web/base/auth/general.html:35 templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -1910,15 +1943,15 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 templates/web/zurich/admin/users/form.html:37 +#: templates/web/base/admin/users/form.html:198 templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -1930,11 +1963,11 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -1950,7 +1983,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 templates/web/base/admin/extra-metadata-option.html:21 +#: templates/web/base/admin/bodies/contact-form.html:100 templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -1966,7 +1999,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -1986,11 +2019,11 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 templates/web/base/admin/update_edit.html:89 +#: templates/web/base/admin/reports/_edit_main.html:202 templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 templates/web/zurich/admin/stats/index.html:9 +#: templates/web/base/dashboard/index.html:131 templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "" @@ -1998,7 +2031,7 @@ msgstr "" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 perllib/FixMyStreet/App/Controller/Report.pm:778 perllib/FixMyStreet/App/Controller/Report.pm:782 templates/web/base/admin/category-checkboxes.html:31 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 perllib/FixMyStreet/App/Controller/Report.pm:782 perllib/FixMyStreet/App/Controller/Report.pm:786 templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2006,11 +2039,11 @@ msgstr "" msgid "Must not contain spaces." msgstr "" -#: templates/web/base/admin/bodies/form.html:24 templates/web/base/admin/bodies/index.html:25 templates/web/base/admin/flagged.html:16 templates/web/base/admin/flagged.html:37 templates/web/base/admin/index.html:61 templates/web/base/admin/list_updates.html:7 templates/web/base/admin/manifesttheme/index.html:7 templates/web/base/admin/reportextrafields/edit.html:11 templates/web/base/admin/reportextrafields/index.html:6 templates/web/base/admin/reports/index.html:14 templates/web/base/admin/responsepriorities/index.html:6 templates/web/base/admin/states/index.html:108 templates/web/base/admin/states/index.html:11 templates/web/base/admin/users/import.html:23 templates/web/base/admin/users/import.html:46 templates/web/base/admin/users/index.html:43 templates/web/base/report/form/user_name.html:2 templates/web/zurich/admin/bodies/form.html:4 templates/web/zurich/auth/general.html:43 templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/base/admin/bodies/form.html:24 templates/web/base/admin/bodies/index.html:25 templates/web/base/admin/flagged.html:16 templates/web/base/admin/flagged.html:37 templates/web/base/admin/index.html:61 templates/web/base/admin/list_updates.html:7 templates/web/base/admin/manifesttheme/index.html:7 templates/web/base/admin/reportextrafields/edit.html:11 templates/web/base/admin/reportextrafields/index.html:6 templates/web/base/admin/reports/index.html:14 templates/web/base/admin/responsepriorities/index.html:6 templates/web/base/admin/states/index.html:108 templates/web/base/admin/states/index.html:11 templates/web/base/admin/users/import.html:23 templates/web/base/admin/users/import.html:46 templates/web/base/admin/users/index.html:43 templates/web/base/report/form/user_name.html:2 templates/web/zurich/admin/bodies/form.html:4 templates/web/zurich/auth/general.html:41 templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:172 templates/web/base/admin/reports/_edit_waste.html:49 templates/web/base/admin/update_edit.html:32 templates/web/base/admin/users/_form_details.html:10 templates/web/base/my/my.html:38 templates/web/zurich/admin/stats/index.html:62 +#: templates/web/base/admin/reports/_edit_main.html:174 templates/web/base/admin/reports/_edit_waste.html:49 templates/web/base/admin/update_edit.html:32 templates/web/base/admin/users/_form_details.html:10 templates/web/base/my/my.html:38 templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "" @@ -2034,11 +2067,11 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 perllib/FixMyStreet/Geocode/Address.pm:17 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2060,11 +2093,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2084,11 +2117,15 @@ msgstr "" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 templates/web/base/auth/create.html:64 templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 templates/web/base/auth/create.html:63 templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2168,11 +2205,11 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:126 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:127 templates/web/base/admin/bodies/category.html:5 templates/web/base/admin/list_updates.html:26 templates/web/base/admin/list_updates.html:28 templates/web/base/admin/list_updates.html:29 templates/web/base/admin/problem_row.html:13 templates/web/base/admin/reports/_edit_main.html:170 templates/web/base/admin/reports/_edit_main.html:78 templates/web/base/admin/update_edit.html:24 templates/web/base/admin/users/alerts.html:21 templates/web/base/questionnaire/index.html:41 templates/web/base/questionnaire/index.html:88 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:126 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:127 templates/web/base/admin/bodies/category.html:5 templates/web/base/admin/list_updates.html:26 templates/web/base/admin/list_updates.html:28 templates/web/base/admin/list_updates.html:29 templates/web/base/admin/problem_row.html:13 templates/web/base/admin/reports/_edit_main.html:172 templates/web/base/admin/reports/_edit_main.html:78 templates/web/base/admin/update_edit.html:24 templates/web/base/admin/users/alerts.html:21 templates/web/base/questionnaire/index.html:43 templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 perllib/FixMyStreet/App/Controller/Report.pm:778 perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 perllib/FixMyStreet/App/Controller/Report.pm:782 perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2180,7 +2217,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 templates/web/zurich/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:53 templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2204,7 +2241,7 @@ msgstr "" msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2227,17 +2264,17 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 templates/web/base/admin/reports/_edit_main.html:186 templates/web/base/admin/reports/_edit_main.html:44 templates/web/base/admin/reports/_edit_main.html:74 templates/web/base/admin/reports/_edit_main.html:76 templates/web/base/admin/reports/_edit_waste.html:35 templates/web/base/admin/reports/_edit_waste.html:57 templates/web/base/admin/reports/_edit_waste.html:61 templates/web/base/admin/update_edit.html:57 templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/admin/reports/_edit_main.html:184 templates/web/base/admin/reports/_edit_main.html:188 templates/web/base/admin/reports/_edit_main.html:44 templates/web/base/admin/reports/_edit_main.html:74 templates/web/base/admin/reports/_edit_main.html:76 templates/web/base/admin/reports/_edit_waste.html:35 templates/web/base/admin/reports/_edit_waste.html:57 templates/web/base/admin/reports/_edit_waste.html:61 templates/web/base/admin/update_edit.html:57 templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:81 templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2245,7 +2282,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2323,11 +2360,11 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 perllib/FixMyStreet/Cobrand/Zurich.pm:157 perllib/FixMyStreet/DB/ResultSet/State.pm:71 templates/web/base/admin/states/index.html:102 templates/web/base/admin/states/index.html:25 templates/web/base/admin/states/index.html:32 templates/web/base/admin/update_edit.html:28 templates/web/base/dashboard/index.html:142 templates/web/zurich/admin/update_edit.html:18 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 perllib/FixMyStreet/Cobrand/Zurich.pm:157 perllib/FixMyStreet/DB/ResultSet/State.pm:71 templates/web/base/admin/states/index.html:102 templates/web/base/admin/states/index.html:25 templates/web/base/admin/states/index.html:32 templates/web/base/admin/update_edit.html:28 templates/web/base/dashboard/index.html:145 templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2355,7 +2392,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2363,11 +2400,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2375,7 +2412,7 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 perllib/FixMyStreet/App/Controller/Report.pm:760 perllib/FixMyStreet/App/Controller/Report.pm:761 perllib/FixMyStreet/App/Controller/Report.pm:778 perllib/FixMyStreet/App/Controller/Report.pm:781 perllib/FixMyStreet/App/Controller/Report/New.pm:1574 perllib/FixMyStreet/App/Controller/Report/New.pm:837 perllib/FixMyStreet/App/Controller/Report/New.pm:838 perllib/FixMyStreet/DB/Result/Problem.pm:712 perllib/FixMyStreet/DB/Result/Problem.pm:719 perllib/FixMyStreet/DB/Result/Problem.pm:734 perllib/FixMyStreet/DB/Result/Problem.pm:743 perllib/FixMyStreet/Queue/Item/Report.pm:136 perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 perllib/FixMyStreet/App/Controller/Report.pm:764 perllib/FixMyStreet/App/Controller/Report.pm:765 perllib/FixMyStreet/App/Controller/Report.pm:782 perllib/FixMyStreet/App/Controller/Report.pm:785 perllib/FixMyStreet/App/Controller/Report/New.pm:1599 perllib/FixMyStreet/App/Controller/Report/New.pm:845 perllib/FixMyStreet/App/Controller/Report/New.pm:846 perllib/FixMyStreet/DB/Result/Problem.pm:729 perllib/FixMyStreet/DB/Result/Problem.pm:736 perllib/FixMyStreet/DB/Result/Problem.pm:751 perllib/FixMyStreet/DB/Result/Problem.pm:760 perllib/FixMyStreet/Queue/Item/Report.pm:135 perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2415,7 +2452,7 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 templates/web/zurich/auth/general.html:20 templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 templates/web/zurich/auth/general.html:19 templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "" @@ -2431,7 +2468,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2439,7 +2476,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/my/my.html:74 templates/web/base/report/form/user_loggedout_by_email.html:42 msgid "Phone" msgstr "" @@ -2447,7 +2484,7 @@ msgstr "" msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 templates/web/base/report/form/user_loggedout_by_email.html:56 templates/web/base/report/new/form_user_loggedin.html:35 templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/base/auth/change_phone.html:35 templates/web/base/report/form/user_loggedout_by_email.html:56 templates/web/base/report/new/form_user_loggedin.html:35 templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "" @@ -2463,15 +2500,23 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 templates/web/base/admin/reports/_edit_waste.html:57 templates/web/base/admin/users/_form_details.html:24 templates/web/base/my/my.html:50 templates/web/zurich/admin/stats/index.html:60 +#: templates/web/base/admin/reports/_edit_main.html:184 templates/web/base/admin/reports/_edit_waste.html:57 templates/web/base/admin/users/_form_details.html:24 templates/web/base/my/my.html:50 templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "" -#: templates/web/base/admin/update_edit.html:98 templates/web/base/report/form/photo_upload.html:25 templates/web/base/report/form/photo_upload.html:27 templates/web/base/report/form/photo_upload.html:4 templates/web/base/report/update/moderation_diff.html:4 templates/web/zurich/admin/_index_table.html:11 templates/web/zurich/admin/stats/index.html:58 +#: templates/web/base/admin/update_edit.html:98 templates/web/base/report/form/photo_upload.html:25 templates/web/base/report/form/photo_upload.html:27 templates/web/base/report/form/photo_upload.html:4 templates/web/zurich/admin/_index_table.html:11 templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -2487,6 +2532,14 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" @@ -2507,29 +2560,24 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" -#: templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:9 templates/web/base/auth/change_email.html:24 templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:9 templates/web/base/auth/change_email.html:23 templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 perllib/FixMyStreet/DB/Result/User.pm:302 perllib/FixMyStreet/DB/Result/User.pm:303 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 perllib/FixMyStreet/DB/Result/User.pm:302 perllib/FixMyStreet/DB/Result/User.pm:303 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:7 msgid "Please check your phone number is correct" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 perllib/FixMyStreet/App/Controller/Report/New.pm:1132 perllib/FixMyStreet/App/Controller/Report/New.pm:1175 templates/web/base/js/translation_strings.html:21 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 perllib/FixMyStreet/App/Controller/Report/New.pm:1157 perllib/FixMyStreet/App/Controller/Report/New.pm:1200 templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -2537,7 +2585,7 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 templates/web/base/admin/bodies/body.html:12 templates/web/base/admin/bodies/index.html:4 templates/web/base/admin/templates/edit.html:13 templates/web/base/admin/waste/edit.html:8 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 templates/web/base/admin/bodies/body.html:12 templates/web/base/admin/bodies/index.html:4 templates/web/base/admin/templates/edit.html:13 templates/web/base/admin/waste/bulky_items.html:46 templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -2549,24 +2597,24 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 perllib/FixMyStreet/DB/Result/Comment.pm:201 templates/web/base/js/translation_strings.html:6 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 perllib/FixMyStreet/DB/Result/Comment.pm:201 templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 perllib/FixMyStreet/DB/Result/User.pm:305 perllib/FixMyStreet/DB/Result/User.pm:306 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:4 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 perllib/FixMyStreet/DB/Result/User.pm:305 perllib/FixMyStreet/DB/Result/User.pm:306 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 templates/web/base/auth/change_password.html:29 templates/web/base/js/translation_strings.html:31 +#: templates/web/base/auth/change_password.html:25 templates/web/base/auth/change_password.html:28 templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" @@ -2581,7 +2629,7 @@ msgid "Please enter a valid UK phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 perllib/FixMyStreet/DB/Result/User.pm:295 templates/web/base/js/translation_strings.html:24 templates/web/base/js/translation_strings.html:28 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 perllib/FixMyStreet/DB/Result/User.pm:295 templates/web/base/js/translation_strings.html:24 templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" msgstr "" @@ -2589,7 +2637,7 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -2599,7 +2647,7 @@ msgid "Please enter some details" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Contact.pm:146 perllib/FixMyStreet/DB/Result/User.pm:293 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:8 templates/web/base/auth/change_email.html:24 templates/web/base/auth/change_email.html:26 templates/web/base/js/translation_strings.html:23 templates/web/base/js/translation_strings.html:27 +#: perllib/FixMyStreet/App/Controller/Contact.pm:146 perllib/FixMyStreet/DB/Result/User.pm:293 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:8 templates/web/base/auth/change_email.html:23 templates/web/base/auth/change_email.html:25 templates/web/base/js/translation_strings.html:23 templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "" @@ -2675,7 +2723,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 templates/web/zurich/report/new/sidebar.html:5 +#: templates/web/base/report/new/fill_in_details_form.html:27 templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -2687,15 +2735,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -2736,7 +2784,7 @@ msgstr "" msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -2768,7 +2816,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -2776,11 +2824,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -2792,7 +2840,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -2856,7 +2904,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -2864,11 +2912,11 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 templates/web/base/admin/flagged.html:10 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -2884,11 +2932,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "Problems within %s" msgstr "" @@ -2901,7 +2949,7 @@ msgid "Problems within %s ward, %s" msgstr "" #. ("First %s is the body name, second %s the site name") -#: templates/web/base/admin/triage/index.html:0 templates/web/base/admin/triage/index.html:14 templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:33 +#: templates/web/base/admin/triage/index.html:0 templates/web/base/admin/triage/index.html:14 templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -2913,11 +2961,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -2929,7 +2977,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -2969,7 +3017,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 templates/web/base/alert/_list.html:53 templates/web/base/alert/_list_rss_local.html:3 templates/web/base/alert/_updates.html:4 templates/web/base/around/display_location.html:3 +#: templates/web/base/alert/_list.html:44 templates/web/base/alert/_list.html:51 templates/web/base/alert/_list.html:69 templates/web/base/alert/_updates.html:4 templates/web/base/around/display_location.html:3 msgid "RSS feed" msgstr "" @@ -2989,11 +3037,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" msgstr "" @@ -3029,11 +3077,11 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3063,7 +3111,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 templates/web/zurich/admin/users/form.html:39 +#: templates/web/base/admin/users/form.html:200 templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3083,7 +3131,7 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 templates/web/base/admin/reports/_edit_waste.html:203 templates/web/base/admin/update_edit.html:77 templates/web/zurich/admin/update_edit.html:35 +#: templates/web/base/admin/reports/_edit_main.html:155 templates/web/base/admin/reports/_edit_waste.html:232 templates/web/base/admin/update_edit.html:77 templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" @@ -3125,7 +3173,7 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3162,15 +3210,15 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 templates/web/base/contact/form.html:43 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" -#: templates/web/base/admin/stats/questionnaire.html:5 templates/web/base/questionnaire/creator_fixed.html:14 templates/web/base/questionnaire/index.html:66 +#: templates/web/base/admin/stats/questionnaire.html:5 templates/web/base/questionnaire/creator_fixed.html:15 templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 templates/web/base/contact/form.html:45 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3182,27 +3230,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3219,11 +3267,11 @@ msgstr "" msgid "Reporting message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 perllib/FixMyStreet/Cobrand/Default.pm:719 perllib/FixMyStreet/Cobrand/Zurich.pm:387 templates/web/base/around/tabbed_lists.html:3 templates/web/base/dashboard/index.html:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 perllib/FixMyStreet/Cobrand/Default.pm:731 perllib/FixMyStreet/Cobrand/Zurich.pm:387 templates/web/base/around/tabbed_lists.html:3 templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 perllib/FixMyStreet/Cobrand/Hackney.pm:317 perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 perllib/FixMyStreet/Cobrand/Hackney.pm:336 perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3236,11 +3284,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3274,6 +3322,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3282,7 +3334,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -3344,11 +3396,11 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 templates/web/base/admin/users/index.html:29 templates/web/base/dashboard/index.html:90 +#: templates/web/base/admin/users/form.html:146 templates/web/base/admin/users/index.html:29 templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 templates/web/base/admin/roles/form.html:1 templates/web/base/admin/roles/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 templates/web/base/admin/roles/form.html:1 templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" @@ -3356,11 +3408,11 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 perllib/FixMyStreet/App/Controller/Admin.pm:433 templates/web/base/admin/reports/_edit_main.html:150 templates/web/base/admin/reports/_edit_waste.html:200 templates/web/base/admin/update_edit.html:74 templates/web/zurich/admin/reports/edit.html:106 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 perllib/FixMyStreet/App/Controller/Admin.pm:479 templates/web/base/admin/reports/_edit_main.html:152 templates/web/base/admin/reports/_edit_waste.html:229 templates/web/base/admin/update_edit.html:74 templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 templates/web/base/admin/reports/_edit_main.html:151 templates/web/base/admin/reports/_edit_waste.html:201 templates/web/base/admin/update_edit.html:75 templates/web/zurich/admin/reports/edit.html:107 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 templates/web/base/admin/reports/_edit_main.html:153 templates/web/base/admin/reports/_edit_waste.html:230 templates/web/base/admin/update_edit.html:75 templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" @@ -3372,10 +3424,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 templates/web/base/admin/manifesttheme/form.html:58 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:41 templates/web/base/admin/roles/form.html:27 templates/web/base/admin/templates/edit.html:85 templates/web/base/admin/triage/_inspect.html:81 templates/web/base/admin/users/index.html:89 templates/web/base/report/_inspect.html:80 templates/web/base/report/_main.html:116 templates/web/base/report/update.html:54 templates/web/zurich/admin/bodies/contact-form.html:51 templates/web/zurich/admin/templates/edit.html:32 +#: templates/web/base/admin/bodies/contact-form.html:189 templates/web/base/admin/manifesttheme/form.html:58 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:41 templates/web/base/admin/roles/form.html:27 templates/web/base/admin/templates/edit.html:85 templates/web/base/admin/triage/_inspect.html:81 templates/web/base/admin/users/index.html:89 templates/web/base/report/_inspect.html:80 templates/web/base/report/_main.html:116 templates/web/base/report/update.html:54 templates/web/zurich/admin/bodies/contact-form.html:51 templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -3417,7 +3473,7 @@ msgstr "" msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:49 templates/web/base/my/my.html:108 +#: templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:49 templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -3425,7 +3481,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -3438,7 +3494,7 @@ msgstr "" msgid "Select a category to display" msgstr "" -#: templates/web/base/admin/bodies/form.html:78 templates/web/base/admin/users/form.html:89 templates/web/zurich/admin/bodies/form.html:37 +#: templates/web/base/admin/bodies/form.html:78 templates/web/base/admin/users/form.html:93 templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3446,11 +3502,19 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -3463,7 +3527,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:76 templates/web/base/contact/form.html:99 +#: templates/web/base/contact/enquiry/index.html:76 templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -3487,7 +3551,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -3499,7 +3563,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/auth/change_password.html:2 templates/web/base/auth/change_password.html:4 templates/web/base/my/my.html:103 +#: templates/web/base/auth/change_password.html:2 templates/web/base/auth/change_password.html:4 templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -3519,7 +3583,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -3531,7 +3595,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -3568,7 +3632,7 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 templates/web/base/auth/general.html:4 templates/web/base/auth/general.html:94 templates/web/base/main_nav_items.html:6 templates/web/zurich/auth/general.html:23 templates/web/zurich/auth/general.html:8 +#: templates/web/base/auth/create.html:71 templates/web/base/auth/general.html:4 templates/web/base/auth/general.html:92 templates/web/base/main_nav_items.html:6 templates/web/zurich/auth/general.html:22 templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "" @@ -3584,15 +3648,15 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/create.html:31 templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 templates/web/zurich/auth/sign_out.html:1 +#: templates/web/base/auth/create.html:31 templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -3644,7 +3708,7 @@ msgstr "" msgid "Sorry, we could not find that location." msgstr "" -#: templates/web/base/auth/general.html:16 templates/web/base/report/display.html:29 templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/auth/general.html:16 templates/web/base/report/display.html:29 templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -3652,19 +3716,15 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 perllib/FixMyStreet/App/Form/Claims.pm:1197 perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 perllib/FixMyStreet/PhotoStorage.pm:63 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 perllib/FixMyStreet/App/Form/Claims.pm:1161 perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -3672,15 +3732,15 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -3688,15 +3748,19 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 msgid "Start time" msgstr "" -#: templates/web/base/admin/bodies/body.html:74 templates/web/base/admin/bodies/category.html:30 templates/web/base/admin/bodies/contact-form.html:43 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:63 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports/index.html:16 templates/web/base/admin/templates/edit.html:62 templates/web/base/admin/templates/view.html:8 templates/web/base/admin/users/alerts.html:11 templates/web/base/dashboard/index.html:127 templates/web/base/report/_inspect.html:34 templates/web/base/report/_item.html:95 templates/web/base/report/update/form_update.html:20 templates/web/zurich/admin/bodies/contact-form.html:37 +#: templates/web/base/admin/bodies/body.html:74 templates/web/base/admin/bodies/category.html:30 templates/web/base/admin/bodies/contact-form.html:48 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:63 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports/index.html:16 templates/web/base/admin/templates/edit.html:62 templates/web/base/admin/templates/view.html:8 templates/web/base/admin/users/alerts.html:11 templates/web/base/dashboard/index.html:130 templates/web/base/report/_inspect.html:34 templates/web/base/report/_item.html:95 templates/web/base/report/update/form_update.html:20 templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" @@ -3704,7 +3768,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 templates/web/base/report/_update_state.html:7 templates/web/base/report/updates.html:21 +#: perllib/FixMyStreet/Script/Alerts.pm:132 templates/web/base/report/_update_state.html:7 templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" @@ -3712,11 +3776,11 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 perllib/FixMyStreet/Cobrand/Zurich.pm:408 templates/web/base/admin/states/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 perllib/FixMyStreet/Cobrand/Zurich.pm:408 templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 perllib/FixMyStreet/Cobrand/Zurich.pm:390 templates/web/base/admin/stats/index.html:1 templates/web/base/admin/stats/state.html:1 templates/web/zurich/admin/stats/index.html:1 templates/web/zurich/header.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 perllib/FixMyStreet/Cobrand/Zurich.pm:390 templates/web/base/admin/stats/index.html:1 templates/web/base/admin/stats/state.html:1 templates/web/zurich/admin/stats/index.html:1 templates/web/zurich/header.html:71 msgid "Stats" msgstr "" @@ -3748,15 +3812,15 @@ msgstr "" msgid "Subject:" msgstr "" -#: templates/web/base/auth/2fa/form-add.html:14 templates/web/base/auth/2fa/form.html:20 templates/web/base/auth/smsform.html:27 templates/web/base/questionnaire/creator_fixed.html:19 templates/web/base/report/form/submit.html:1 templates/web/base/report/form/submit.html:2 templates/web/base/report/form/user_loggedout_password.html:29 templates/web/base/report/new/form_report.html:48 templates/web/base/report/new/report_import.html:103 templates/web/zurich/report/new/fill_in_details_form.html:49 templates/web/zurich/report/new/fill_in_details_form.html:50 +#: templates/web/base/auth/2fa/form-add.html:14 templates/web/base/auth/2fa/form.html:20 templates/web/base/auth/smsform.html:27 templates/web/base/questionnaire/creator_fixed.html:21 templates/web/base/report/form/submit.html:1 templates/web/base/report/form/submit.html:2 templates/web/base/report/form/user_loggedout_password.html:29 templates/web/base/report/new/form_report.html:48 templates/web/base/report/new/report_import.html:103 templates/web/zurich/report/new/fill_in_details_form.html:48 templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 templates/web/base/admin/reports/_edit_main.html:9 templates/web/base/admin/reports/_edit_waste.html:214 templates/web/base/admin/reports/_edit_waste.html:67 templates/web/base/admin/update_edit.html:85 templates/web/base/admin/users/form.html:188 templates/web/zurich/admin/report_edit-sdm.html:117 templates/web/zurich/admin/reports/edit.html:259 templates/web/zurich/admin/update_edit.html:38 templates/web/zurich/admin/users/form.html:31 +#: templates/web/base/admin/reports/_edit_main.html:194 templates/web/base/admin/reports/_edit_main.html:9 templates/web/base/admin/reports/_edit_waste.html:243 templates/web/base/admin/reports/_edit_waste.html:67 templates/web/base/admin/update_edit.html:85 templates/web/base/admin/users/form.html:192 templates/web/zurich/admin/report_edit-sdm.html:117 templates/web/zurich/admin/reports/edit.html:259 templates/web/zurich/admin/update_edit.html:38 templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -3764,11 +3828,11 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 templates/web/base/alert/_list.html:76 templates/web/base/alert/_updates.html:22 templates/web/base/alert/_updates.html:25 templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 templates/web/base/alert/_list.html:93 templates/web/base/alert/_updates.html:21 templates/web/base/alert/_updates.html:24 templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -3780,7 +3844,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 perllib/FixMyStreet/Cobrand/Rutland.pm:16 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -3789,19 +3853,19 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/report/new/form_title.html:1 +#: templates/web/base/offline/fallback.html:26 templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 perllib/FixMyStreet/Cobrand/Zurich.pm:386 templates/web/base/admin/bodies/index.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 templates/web/zurich/header.html:47 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 perllib/FixMyStreet/Cobrand/Zurich.pm:386 templates/web/base/admin/bodies/index.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 templates/web/zurich/header.html:47 msgid "Summary" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -3817,11 +3881,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -3841,7 +3905,7 @@ msgstr "" msgid "Template email response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 perllib/FixMyStreet/Cobrand/Zurich.pm:397 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:75 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 perllib/FixMyStreet/Cobrand/Zurich.pm:397 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:75 msgid "Templates" msgstr "" @@ -3905,7 +3969,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -3941,23 +4005,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -3985,7 +4049,7 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 templates/web/base/admin/bodies/contact-form.html:148 templates/web/base/admin/bodies/form.html:116 templates/web/base/admin/bodies/form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:152 templates/web/base/admin/bodies/contact-form.html:153 templates/web/base/admin/bodies/form.html:116 templates/web/base/admin/bodies/form.html:117 msgid "" "The send method determines how problem reports will be sent to the body.\n" " If you leave this blank, send method defaults to email." @@ -4013,7 +4077,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4069,7 +4133,7 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4089,11 +4153,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -4147,7 +4211,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 perllib/FixMyStreet/App/Controller/Report/Update.pm:165 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -4222,15 +4286,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -4238,7 +4302,11 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 perllib/FixMyStreet/App/Controller/Report/New.pm:1275 perllib/FixMyStreet/App/Controller/Report/New.pm:1322 perllib/FixMyStreet/Cobrand/UK.pm:61 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 perllib/FixMyStreet/App/Controller/Report/New.pm:1300 perllib/FixMyStreet/App/Controller/Report/New.pm:1347 perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -4259,7 +4327,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -4292,15 +4360,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -4308,7 +4376,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4320,7 +4388,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 templates/web/base/admin/timeline.html:1 templates/web/base/admin/users/index.html:68 templates/web/base/admin/users/log.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 templates/web/base/admin/timeline.html:1 templates/web/base/admin/users/index.html:68 templates/web/base/admin/users/log.html:1 msgid "Timeline" msgstr "" @@ -4360,7 +4428,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4384,7 +4452,7 @@ msgstr "" msgid "Top 5 wards" msgstr "" -#: templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/admin/stats/questionnaire.html:24 templates/web/base/dashboard/index.html:145 templates/web/base/dashboard/index.html:150 templates/web/base/dashboard/index.html:174 templates/web/zurich/admin/stats/index.html:51 +#: templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/admin/stats/questionnaire.html:24 templates/web/base/dashboard/index.html:148 templates/web/base/dashboard/index.html:153 templates/web/base/dashboard/index.html:177 templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -4420,11 +4488,11 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 templates/web/base/admin/bodies/contact-form.html:46 templates/web/base/admin/update_edit.html:28 templates/web/zurich/admin/report_edit-sdm.html:54 templates/web/zurich/admin/reports/edit.html:82 templates/web/zurich/admin/update_edit.html:18 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 templates/web/base/admin/bodies/contact-form.html:51 templates/web/base/admin/update_edit.html:28 templates/web/zurich/admin/report_edit-sdm.html:54 templates/web/zurich/admin/reports/edit.html:82 templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "" @@ -4437,16 +4505,16 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Photo.pm:136 perllib/FixMyStreet/App/Controller/Root.pm:147 templates/web/base/js/translation_strings.html:57 +#: perllib/FixMyStreet/App/Controller/Photo.pm:136 perllib/FixMyStreet/App/Controller/Root.pm:148 templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 perllib/FixMyStreet/App/Controller/Develop.pm:213 perllib/FixMyStreet/App/Controller/My.pm:242 perllib/FixMyStreet/App/Controller/Report.pm:162 perllib/FixMyStreet/App/Controller/Report.pm:168 perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 perllib/FixMyStreet/App/Controller/Develop.pm:214 perllib/FixMyStreet/App/Controller/My.pm:246 perllib/FixMyStreet/App/Controller/Report.pm:166 perllib/FixMyStreet/App/Controller/Report.pm:172 perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -4462,7 +4530,7 @@ msgstr "" msgid "Up one" msgstr "" -#: templates/web/base/admin/states/index.html:76 templates/web/base/admin/users/alerts.html:58 templates/web/base/my/my.html:89 templates/web/base/report/update/form_update.html:8 +#: templates/web/base/admin/states/index.html:76 templates/web/base/admin/users/alerts.html:60 templates/web/base/my/my.html:95 templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -4526,11 +4594,11 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 perllib/FixMyStreet/Cobrand/Zurich.pm:839 perllib/FixMyStreet/Cobrand/Zurich.pm:864 perllib/FixMyStreet/Cobrand/Zurich.pm:933 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 perllib/FixMyStreet/Cobrand/Zurich.pm:839 perllib/FixMyStreet/Cobrand/Zurich.pm:864 perllib/FixMyStreet/Cobrand/Zurich.pm:933 msgid "Updated!" msgstr "" -#: templates/web/base/admin/list_updates.html:2 templates/web/base/dashboard/index.html:134 templates/web/base/report/update.html:4 templates/web/zurich/report/updates.html:2 +#: templates/web/base/admin/list_updates.html:2 templates/web/base/dashboard/index.html:137 templates/web/base/report/update.html:4 templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "" @@ -4563,19 +4631,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -4587,19 +4659,19 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 templates/web/base/admin/users/index.html:65 +#: templates/web/base/admin/users/form.html:32 templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -4611,19 +4683,19 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 templates/web/base/admin/reports/_edit_waste.html:52 templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/reports/_edit_main.html:178 templates/web/base/admin/reports/_edit_waste.html:52 templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 perllib/FixMyStreet/Cobrand/Default.pm:784 perllib/FixMyStreet/Cobrand/Zurich.pm:402 perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 templates/web/base/admin/flagged.html:29 templates/web/base/admin/roles/index.html:25 templates/web/zurich/header.html:67 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 perllib/FixMyStreet/Cobrand/Default.pm:796 perllib/FixMyStreet/Cobrand/Zurich.pm:402 perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 templates/web/base/admin/flagged.html:29 templates/web/base/admin/roles/index.html:25 templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -4631,7 +4703,7 @@ msgstr "" msgid "Users with this role can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -4647,19 +4719,27 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 templates/web/base/admin/reports/_edit_waste.html:11 templates/web/base/admin/update_edit.html:11 templates/web/zurich/admin/report_edit-sdm.html:23 templates/web/zurich/admin/reports/edit.html:24 templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -4676,7 +4756,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -4688,7 +4768,7 @@ msgstr "" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -4708,7 +4788,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -4728,7 +4808,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -4748,7 +4828,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -4764,7 +4844,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -4772,7 +4852,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -4780,7 +4860,7 @@ msgstr "" msgid "Would you like us to notify you when this problem is updated or fixed?" msgstr "" -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:126 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:127 templates/web/base/admin/bodies/category.html:6 templates/web/base/admin/bodies/index.html:70 templates/web/base/admin/flagged.html:47 templates/web/base/admin/list_updates.html:26 templates/web/base/admin/list_updates.html:28 templates/web/base/admin/list_updates.html:29 templates/web/base/admin/problem_row.html:13 templates/web/base/admin/reports/_edit_main.html:169 templates/web/base/admin/reports/_edit_main.html:78 templates/web/base/admin/update_edit.html:23 templates/web/base/admin/users/alerts.html:21 templates/web/base/admin/users/index.html:65 templates/web/base/questionnaire/index.html:39 templates/web/base/questionnaire/index.html:86 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:126 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:127 templates/web/base/admin/bodies/category.html:6 templates/web/base/admin/bodies/index.html:70 templates/web/base/admin/flagged.html:47 templates/web/base/admin/list_updates.html:26 templates/web/base/admin/list_updates.html:28 templates/web/base/admin/list_updates.html:29 templates/web/base/admin/problem_row.html:13 templates/web/base/admin/reports/_edit_main.html:171 templates/web/base/admin/reports/_edit_main.html:78 templates/web/base/admin/update_edit.html:23 templates/web/base/admin/users/alerts.html:21 templates/web/base/admin/users/index.html:65 templates/web/base/questionnaire/index.html:41 templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "" @@ -4788,7 +4868,11 @@ msgstr "" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -4813,7 +4897,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -4822,7 +4906,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -4849,7 +4933,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -4911,7 +4995,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -4942,7 +5026,7 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 templates/web/base/auth/create.html:50 templates/web/base/auth/general.html:56 templates/web/base/contact/enquiry/index.html:18 templates/web/base/contact/form.html:70 templates/web/base/report/form/user_loggedout_by_email.html:50 templates/web/base/report/form/user_loggedout_email.html:6 templates/web/base/report/new/duplicate_suggestions.html:45 templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/base/alert/_updates.html:27 templates/web/base/auth/create.html:49 templates/web/base/auth/general.html:55 templates/web/base/contact/enquiry/index.html:18 templates/web/base/contact/form.html:70 templates/web/base/report/form/user_loggedout_by_email.html:50 templates/web/base/report/form/user_loggedout_email.html:6 templates/web/base/report/new/duplicate_suggestions.html:45 templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -4950,7 +5034,7 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 templates/web/base/auth/general.html:54 templates/web/base/report/form/user_loggedout_email.html:3 +#: templates/web/base/auth/create.html:47 templates/web/base/auth/general.html:53 templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -4966,11 +5050,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -4979,7 +5063,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 templates/web/base/auth/general.html:90 templates/web/base/report/form/user_loggedout_password.html:13 +#: templates/web/base/auth/create.html:63 templates/web/base/auth/general.html:88 templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -4991,7 +5075,7 @@ msgstr "" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 templates/web/base/report/form/user_loggedout_by_email_password.html:7 templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 templates/web/base/report/form/user_loggedout_by_email_password.html:9 templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -4999,18 +5083,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "" @@ -5031,7 +5115,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -5055,7 +5139,7 @@ msgstr "" msgid "admin" msgstr "" -#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 templates/web/base/admin/category-checkboxes.html:5 templates/web/base/admin/users/form.html:166 +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 templates/web/base/admin/category-checkboxes.html:5 templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -5071,7 +5155,7 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -5083,11 +5167,11 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 templates/web/base/report/new/form_title.html:2 +#: templates/web/base/admin/bodies/contact-form.html:79 templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 templates/web/base/report/new/form_report.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5103,7 +5187,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 templates/web/zurich/report/_item.html:16 +#: templates/web/base/report/_item_small.html:26 templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -5123,7 +5207,7 @@ msgstr "" msgid "n/a" msgstr "" -#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 templates/web/base/admin/category-checkboxes.html:6 templates/web/base/admin/users/form.html:167 +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 templates/web/base/admin/category-checkboxes.html:6 templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -5135,7 +5219,7 @@ msgstr "" msgid "optional" msgstr "" -#: templates/web/base/report/form/user.html:36 templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 templates/web/base/report/form/user.html:51 msgid "or" msgstr "" @@ -5159,6 +5243,10 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +msgid "ref: %s" +msgstr "" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -5191,7 +5279,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -5225,18 +5313,22 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" -#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -5272,7 +5364,7 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 #, perl-format msgid "%d photo" msgid_plural "%d photos" @@ -5377,7 +5469,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -5398,14 +5490,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -5425,3 +5517,10 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po index 82c9c2fd08d..a877a4e75a6 100644 --- a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,17 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 -# ButterflyOfFire, 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: ButterflyOfFire, 2019\n" -"Language-Team: Arabic (https://www.transifex.com/mysociety/teams/12067/ar/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Arabic (https://app.transifex.com/mysociety/teams/12067/ar/)\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "و" @@ -65,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - ملخص التقارير" @@ -113,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s تحديثات مباشرة" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -122,15 +118,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s الأسئلة المرسلة – %s المجابة (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "مرجع: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap المساهمون" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -156,7 +148,7 @@ msgstr "" msgid "(closed)" msgstr "(مغلق)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -164,17 +156,15 @@ msgstr "" msgid "(fixed)" msgstr "(تم الإصلاح)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "قم بالاشراف على التبليغ" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "تحديثك" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -184,7 +174,7 @@ msgstr "( مثل الكتابة على الجدران ، رمي النفايات msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(لم ترسل الى الجهة المسئولة)" @@ -192,19 +182,19 @@ msgstr "(لم ترسل الى الجهة المسئولة)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(إختياري)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(أرسل لكليهما)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "--إختر تصنيف--" @@ -214,9 +204,8 @@ msgid "-- Pick an option --" msgstr "-- اختر خيارا --" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "الرجاء تحديد هيئة." +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -279,11 +268,11 @@ msgstr "نعم لدي كلمة المرور" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -312,9 +301,8 @@ msgid "Add a contact using the form below." msgstr "أضف عنوان اتصال عبر النموذج التالي." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "أضف تصنيفاً" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -353,6 +341,11 @@ msgstr "إضافة خيار" msgid "Add phone number" msgstr "إضافة رقم هاتف" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "إضافة هيئة" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -377,26 +370,25 @@ msgstr "اضف للقائمة القصيرة" msgid "Add user" msgstr "إضافة مستخدم" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "اضف/عدل قوالب الاستجابة" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "اضف / عدل اصناف المشاكل" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "اضف/عدل أولويات الاستجابة" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "اضف/عدل قوالب الاستجابة" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "أُضيف %s" @@ -414,7 +406,7 @@ msgstr "المدير" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "مرة اخرى:" @@ -484,10 +476,9 @@ msgstr "كل البلاغات بين %s و %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "تم الإبلاغ عنها في الفئة %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -501,17 +492,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "إضافة عنوان بريد إلكتروني" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "تحديث أشار إلى أن هذه المشكلة تم حلها." @@ -525,7 +515,7 @@ msgstr "مجهول" msgid "Anonymous user" msgstr "مستخدم مجهول" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -537,6 +527,10 @@ msgstr "مجهول:" msgid "Another user" msgstr "مستخدم اخر" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -550,6 +544,7 @@ msgstr "هل أنت متأكد أنك تريد إلغاء الرفع؟" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "هل أنت متأكد؟" @@ -560,7 +555,7 @@ msgstr "هل أنت متأكد؟" msgid "Area covered" msgstr "المنطقة المغطاة" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "المنطقة:" @@ -570,24 +565,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "بما أن هذا الموقع هو موقع مؤقت وقيمة %s هي غير حقيقي false، فإن التقارير التي تُنشأ في هذا الموقع ستُرسل إلى المبلغ عن المشكلة وليس جهة الاتصال المحددة لفئة التقرير." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "عين إلى %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "المشكلات الأخيرة المبلغ عنها بواسطة المستخدمين" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "تعيين المستخدمين للمناطق" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "عين إلى %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -607,28 +598,24 @@ msgid "Assign to subdivision:" msgstr "تعيين إلى قسم فرعي:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "عين إلى %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "تعيين المستخدمين للمناطق" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "التصنيفات المتاحة" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "عين إلى %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "عين إلى %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -638,7 +625,7 @@ msgstr "في الغالب، يتم إرجاع %d من الطلبات في كل msgid "At the moment only searching for and looking at reports work." msgstr "حاليا مايعمل هو البحث ورؤية البلاغات فقط." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "مستخدمين " @@ -650,7 +637,7 @@ msgstr "إجابة تلقائية" msgid "Auto-response:" msgstr "الإستجابة الآلية:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -683,7 +670,7 @@ msgstr "عد إلى كل التقارير" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -691,10 +678,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -711,12 +698,17 @@ msgstr "الهيئات" msgid "Body" msgstr "الهيئة" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "الهيئة:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -727,12 +719,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "لا تستطيع العثور على رسالة البريد الإلكتروني؟ الرجاء الاطلاع على مجلد البريد العشوائي، فهذا هو الحل بنسبة 99%." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "لا يمكنك رؤية الخريطة؟ تجاوز هذه الخطوة" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -747,7 +739,7 @@ msgstr "تصنيفات:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -761,11 +753,11 @@ msgstr "تصنيفات:" msgid "Category" msgstr "تصنيف" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "تصنيف تغير من ‘%s’ إلى ‘%s’" @@ -790,9 +782,8 @@ msgid "Change" msgstr "تغيير" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "تغيير كلمة المرور" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -801,7 +792,7 @@ msgstr "تغيير عنوان البريد الإلكتروني" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "تغيير كلمة المرور" @@ -826,6 +817,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -855,7 +852,7 @@ msgstr "انقر فوق الارتباط المرفق في رسالة البري msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -866,7 +863,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "مغلق" @@ -904,7 +901,7 @@ msgstr "علامة تجارية مشتركة:" msgid "Code" msgstr "الرمز" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -913,13 +910,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "إعدادت" @@ -944,7 +943,7 @@ msgstr "الرجاء الدخول عبر البريد الإلكتروني بد msgid "Confirmation" msgstr "تأكيد" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -983,6 +982,11 @@ msgstr "اتصل بفريق العمل" msgid "Continue" msgstr "المواصلة" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "انشئ بلاغ" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1008,7 +1012,8 @@ msgstr "المجلس" msgid "Council contacts for %s" msgstr "جهات اتصال المجلس لـ %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "مرجع المجلس: %s" @@ -1036,33 +1041,32 @@ msgstr "انشئ بلاغ" msgid "Create an account" msgstr "إنشاء حساب" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "انشء تصنيف" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "إنشاء قالب" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "انشء أولوية" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "انشاء التبليغات/تحديثات كالمجلس" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "انشاء التبليغات/تحديثات بالنيابة عن مستخدم" @@ -1083,14 +1087,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "تم الإنشاء" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "تم الإنشاء" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1100,17 +1102,16 @@ msgstr "تم الإنشاء" msgid "Created:" msgstr "تم الإنشاء:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "تحرير المستخدم" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "الكلمة السرية الحالية:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1138,6 +1139,11 @@ msgstr "صفحة المستخدم" msgid "Date" msgstr "تاريخ النهاية" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "حفظ التغييرات" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1150,7 +1156,7 @@ msgstr "تم التعامل بواسطة القسم الفرعي في غضون 5 msgid "Default" msgstr "افتراضي" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1159,6 +1165,11 @@ msgstr "" msgid "Delete" msgstr "حذف" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "محذوف" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1166,11 +1177,10 @@ msgid "Delete template" msgstr "حذف القالب" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "حذف القالب" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1186,26 +1196,24 @@ msgstr "" msgid "Description" msgstr "الوصف" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "الوصف" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "التفاصيل" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "الاستبيان" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1216,7 +1224,7 @@ msgstr "الاستبيان" msgid "Details:" msgstr "التفاصيل:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1228,8 +1236,8 @@ msgstr "تم التحويل" msgid "Diligency prize league table" msgstr "جدول رابطة جائزة العناية بالدقة" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1237,7 +1245,7 @@ msgstr "" msgid "Disable" msgstr "تعطيل" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1246,15 +1254,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "تم الإبلاغ عنها في الفئة %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "تم الإبلاغ عنها في الفئة %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1282,7 +1288,7 @@ msgstr "لا ترسل اشعارات البريد الالكتروني حول ا msgid "Do you have a %s password?" msgstr "هل لديك كلمة مرور %s؟" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "لا أعلم" @@ -1299,11 +1305,15 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "الإبلاغ على %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "اسحب الصور واسقطها هنا أو انقر للرفع" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1361,33 +1371,32 @@ msgstr "تعديل" msgid "Edit body details" msgstr "تعديل تفاصيل الجهة المسئولة" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "عدل صلاحيات المستخدمين الآخرين" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "عدل تصنيف التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "عدل أولوية التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "عدل التقارير" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "تحرير المستخدم" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1428,19 +1437,19 @@ msgstr "المحرر" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "البريد الإلكتروني" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1458,11 +1467,11 @@ msgstr "تم إنشاء الإخطار بالبريد" msgid "Email alert deleted" msgstr "تم حذف الإخطار بالبريد" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "ارسل لي رابطا لكي أتمكن مِن تسجيل الدخول" @@ -1470,7 +1479,7 @@ msgstr "ارسل لي رابطا لكي أتمكن مِن تسجيل الدخو msgid "Email verified:" msgstr "البريد الإلكتروني المؤكد:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1479,7 +1488,7 @@ msgstr "البريد الإلكتروني المؤكد:" msgid "Email:" msgstr "البريد الإلكتروني:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1543,7 +1552,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "تاريخ النهاية" @@ -1557,9 +1566,8 @@ msgid "Endpoint" msgstr "نقطة النهاية" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "أدخل اسم شارع في زيورخ" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1578,7 +1586,7 @@ msgstr "أدخل أقرب اسم شارع وحي" msgid "Enter details of the problem" msgstr "أدخل تفاصيل البلاغ" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1621,11 +1629,12 @@ msgstr "" msgid "Expand map" msgstr "توسيع الخريطة" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "وضح ما هي المشكلة" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1655,13 +1664,13 @@ msgstr "" msgid "External team" msgstr "فريق خارجي" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "حقول إضافية" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1685,7 +1694,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "موثوق من الهيئات:" +msgstr "هيئات مفقودة:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1710,30 +1719,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "أول مرة" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "صور التقارير القريبة الحديثة" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "تقارير جديدة" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "يمكن إصلاح ذلك عن طريق اختيار منطقة التغطية في نموذج تحرير تفاصيل الهيئة بالأسفل." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "مرجع: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "تم الإصلاح" @@ -1750,7 +1762,7 @@ msgstr "تم الإصلاح - المستخدم" msgid "Flag as deleted" msgstr "مشار كمحذوف" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "مشار إليهم" @@ -1759,7 +1771,7 @@ msgstr "مشار إليهم" msgid "Flagged reports and users" msgstr "بلاغات ومستخدمين مشار إليهم" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "المستخدمين المشار إليهم مدرجين بقائمة في صفحة المشار إليهم" @@ -1767,12 +1779,17 @@ msgstr "المستخدمين المشار إليهم مدرجين بقائمة msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "المستخدمين المشار إليهم غير محظورين بأي طريقة، هذه فقط لائحة بالمستخدمين المحددين للإنتباه لهم" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "مشار إليه:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "اتبع ارتباط الدائرة لعرض التقارير الواقعة ضمن تلك الدائرة فقط." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "اتبع ارتباط الدائرة لعرض التقارير الواقعة ضمن تلك الدائرة فقط." @@ -1788,7 +1805,7 @@ msgstr "للمزيد من المعلومات، راجع report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "مطلوب" @@ -4023,7 +4036,7 @@ msgstr "مطلوب" msgid "Resend report" msgstr "إعادة إرسال التقرير" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4052,9 +4065,8 @@ msgid "Response Templates for %s" msgstr "قوالب الاستجابة لـ %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "عرض الصورة" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4076,9 +4088,8 @@ msgstr "المكان صحيح؟" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "توسيع الخريطة" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4092,13 +4103,13 @@ msgstr "مشغل الطرق لهذا الطريق المسمى (من OpenStreetM msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4109,18 +4120,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "مستخدمين " -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "تدوير لليسار" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4135,7 +4146,7 @@ msgstr "سيؤدي تدوير هذه الصورة إلى تجاهل التغيي msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4151,6 +4162,10 @@ msgstr "" msgid "Save changes" msgstr "حفظ التغييرات" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "حفظ الحقول الجديدة" @@ -4199,7 +4214,7 @@ msgstr "لم يعثر البحث عن أي مستخدمين." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "الأمان" @@ -4208,7 +4223,7 @@ msgstr "الأمان" msgid "See our privacy policy" msgstr "انظر سياسة الخصوصية" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4223,7 +4238,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "تحديد منطقة" @@ -4232,11 +4247,20 @@ msgstr "تحديد منطقة" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "اتبع ارتباط الدائرة لعرض التقارير الواقعة ضمن تلك الدائرة فقط." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4251,7 +4275,7 @@ msgid "Select:" msgstr "تحديد:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "إرسال" @@ -4277,7 +4301,7 @@ msgstr "" msgid "Sent report back" msgstr "تمت إعادة إرسال التقرير" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "تم الإرسال إلى %s %s لاحقًا" @@ -4294,7 +4318,7 @@ msgstr "الخدمة:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4317,7 +4341,7 @@ msgstr "" msgid "Shortlist" msgstr "قائمة قصيرة" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4333,7 +4357,7 @@ msgstr "تم الاضافة الى القائمة القصيرة" msgid "Shortlisted by %s" msgstr "تم الاضافة الى القائمة القصيرة في %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "عرض كافة التحديثات" @@ -4372,12 +4396,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "تسجيل الدخول" @@ -4394,17 +4418,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "سجل الدخول أو أنشئ حساب جديد" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "تسجيل الدخول بكلمة سرية" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "تسجيل الخروج" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4464,7 +4488,7 @@ msgstr "عذرًا، لم نستطع العثور على هذا الموقع." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "عذرا، لم نتمكن من تسجيل دخولك. يرجى ملئ النموذج بالأسفل." @@ -4475,22 +4499,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "عذرًا، لم نستطع تحليل ذلك الموقع. الرجاء إعادة المحاولة." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "عذرًا، لم نستطع حفظ الصورة (الصور)، الرجاء إعادة المحاولة." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "للأسف، ليس لديك صلاحية لفعل ذلك." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4499,17 +4518,16 @@ msgstr "" msgid "Sort by" msgstr "رتب بواسطة" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "الموظف:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "مستخدم الموظف لديه الصلاحية للدخول للأدمن" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "الموظف:" @@ -4517,10 +4535,14 @@ msgstr "الموظف:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "تاريخ البداية" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4528,7 +4550,7 @@ msgstr "تاريخ البداية" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4536,7 +4558,7 @@ msgstr "تاريخ البداية" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4549,7 +4571,7 @@ msgstr "الحالة" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4565,13 +4587,13 @@ msgstr "" msgid "State:" msgstr "الحالة:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4617,23 +4639,23 @@ msgstr "الموضوع:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "تقديم" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4641,7 +4663,7 @@ msgstr "تقديم" msgid "Submit changes" msgstr "تقديم التغييرات" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "تقديم الاستبيان" @@ -4650,15 +4672,15 @@ msgstr "تقديم الاستبيان" msgid "Submitted" msgstr "تم اضافتها" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "اشتراك" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4667,11 +4689,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "يقتصر طول التحديثات على %s من الأحرف. الرجاء تقصير نص التحديث" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4681,15 +4702,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "لخص المشكلة" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "لخص تغييراتك" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4701,10 +4723,9 @@ msgstr "لخص تغييراتك" msgid "Summary" msgstr "ملخص" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "خلاصة الإحصائيات" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4718,15 +4739,14 @@ msgid "Summary statistics" msgstr "خلاصة الإحصائيات" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "مستخدم خارق" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "مستخدم خارق" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "المستخدم الخارق له ترخيص لتنفيذ strong>كل اعمال التي يمكن للأدمن عملها." @@ -4750,7 +4770,7 @@ msgstr "القالب «%s»" msgid "Template email response:" msgstr "بريد إلكتروني جديد:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4758,28 +4778,24 @@ msgid "Templates" msgstr "القوالب" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "الاقل تحديثا مؤخرا" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "النص" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "تم إنشاء الإخطار بالبريد" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "تم حذف الإخطار بالبريد" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "حقل إضافي:" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4798,9 +4814,8 @@ msgid "Text:" msgstr "النص:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "النص" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4826,7 +4841,7 @@ msgstr "شكرًا لك على تعليقاتك" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "شكرًا لك على تحميل الصورة. نحن نحتاج الآن تحديد موقع المشكلة، لذا يرجى إدخال اسم شارع قريب أو رمز بريدي في المربع الموجود بالأعلى :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "شكرًا لك، يسعدنا معرفة أن المشكلة قد حُلت! هل يمكنا أن نسألك عما إذا كنت قد أبلغت عن مشكلة للمجلس من قبل؟" @@ -4865,23 +4880,23 @@ msgstr "تم وضع علامة على هذه المشكلة بأنها أُرس msgid "That problem will now be resent." msgstr "ستتم إعادة إرسال هذه المشكلة الآن." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "تمت إزالة هذا التقرير من FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4915,8 +4930,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4951,10 +4966,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "تم وضع علامة على هذه المشكلة بأنها أُرسلت." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -5012,8 +5026,8 @@ msgstr "من المحتمل أن الارتباط انتهت صلاحيته، أ msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "يتم توفير قائمة المناطق المتاحة بواسطة خدمة MapIt في %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "كلمتا المرور غير متطابقتين" @@ -5033,11 +5047,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "تعذر على المستخدم تحديد موقع المشكلة على الخريطة، ولكن يجب البحث عن المنطقة حول الموقع الذي أدخله" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5099,7 +5113,7 @@ msgstr "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5191,15 +5205,15 @@ msgstr "" " لن تتلقى الهيئة أي تقارير ما لم تكن تغطي منطقة واحدة على الأقل." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "أُرسلت رسالة البريد الإلكتروني إلى كلا المجلسين اللذين يغطيان موقع المشكلة، وبما أن المستخدم لم يحدد فئة المشكلة، فالرجاء تجاهلها إذا لم تكن المجلس المختص بمعالجة هذه المشكلة، أو أعلمنا بفئة المشكلة لنضيفها إلى النظام." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "أُرسلت رسالة البريد الإلكتروني إلى عدة مجالس تغطي موقع المشكلة، وبما أن الفئة المحددة مدخلة لجميع المجالس، فالرجاء تجاهل المشكلة إذا لم تكن المجلس المختص بالتعامل معها." @@ -5207,9 +5221,14 @@ msgstr "أُرسلت رسالة البريد الإلكتروني إلى عدة msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "هذه المعلومات مطلوبة" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "هذه المعلومات مطلوبة" @@ -5231,7 +5250,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5266,15 +5285,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "هذا التقرير في انتظار اعتماد الإشراف." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "هذا التقرير عليه علامة \"مغلق\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "هذا التقرير عليه علامة \"تم الإصلاح\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "هذا التقرير عليه علامة \"مفتوح\" حاليًا." @@ -5283,7 +5302,7 @@ msgstr "هذا التقرير عليه علامة \"مفتوح\" حاليًا." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "تحتوي صفحة الويب هذه على صورة للمشكلة، تم تقديمها بواسطة المستخدم." @@ -5298,7 +5317,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "الوقت المستغرق (بالدقائق):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5343,19 +5362,17 @@ msgid "To limit this collection of fields to a single language, select it here." msgstr "" #: templates/web/base/report/update-form-wrapper.html:5 -#, fuzzy msgid "To provide an update, please sign in." -msgstr "أو سجل دخولك" +msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "لعرض خريطة موضح عليها الموقع الدقيق لهذه المشكلة" #: templates/web/base/auth/generate_token.html:11 #: templates/web/base/auth/generate_token.html:70 -#, fuzzy msgid "Token" -msgstr "الرمز:" +msgstr "" #: perllib/FixMyStreet/App/Controller/Auth.pm:151 msgid "Too many login attempts. Please wait %d seconds before trying again" @@ -5375,9 +5392,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "الإجمالي" @@ -5421,12 +5438,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5443,23 +5460,23 @@ msgstr "" msgid "Unknown" msgstr "غير معروف" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "نوع تنبيه غير معروف" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "خطأ غير معروف" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "معرف المشكلة غير معروف" @@ -5476,16 +5493,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "تحديث" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "تم إنشاء تحديث %s للمشكلة %d؛ بواسطة %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5522,9 +5538,8 @@ msgid "Update marked problem as fixed" msgstr "أدى التحديث إلى وضع علامة على المشكلة بأنه تم إصلاحها" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "حالات التحديث" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5546,14 +5561,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5561,7 +5577,7 @@ msgid "Updated!" msgstr "تم التحديث!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5594,23 +5610,27 @@ msgid "Use Open311 update-sending extension" msgstr "استخدم ملحق Open311 لأرسال الاحداثيات" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "اضبط إلى موقعي الحالي" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "هذا الموقع" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5622,22 +5642,22 @@ msgstr "التعليق المأخوذ ينتمي الى مستخدم معرف" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5650,38 +5670,37 @@ msgstr "عثر البحث الذي نفذه المستخدم على مطابقا msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "المستخدم:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "المستخدمون" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "يمكن للمستخدمين تنفيذ الاوامر التاليه في مناطقهم او هيئاتهم المعينة." #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "يمكن للمستخدمين تنفيذ الاوامر التاليه في مناطقهم او هيئاتهم المعينة." +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "تم تحديث القيم" @@ -5699,6 +5718,10 @@ msgstr "التحقق من عنوان البريد الإلكتروني" msgid "Verify phone number" msgstr "التحقق من رقم الهاتف" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5708,16 +5731,21 @@ msgstr "التحقق من رقم الهاتف" msgid "View report on site" msgstr "عرض التقرير على الموقع" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "عرض التقارير حسب الدائرة" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "عرض التقارير حسب الدائرة" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5737,7 +5765,7 @@ msgstr "عرض مشكلة" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "دوائر هذا المجلس" @@ -5750,7 +5778,7 @@ msgstr "إعدادت" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5773,7 +5801,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "نحتاج إلى بريدك الإلكتروني، يرجى كتابته بالأسفل." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "نعتقد أن هذه المشكلة هي المسؤولة عن %s؛ ولكن لا توجد لدينا أي تفاصيل اتصال لهم. إذا كنت تعرف عنوان اتصال مناسبًا، فالرجاء التواصل معنا." @@ -5794,7 +5822,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "نعتذر عن عدم إصلاح المشكلة. لما لا تجرب التواصل مع النواب المحليين؟" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "موقع الويب" @@ -5815,7 +5843,7 @@ msgstr "عند التحرير" msgid "When sent" msgstr "عند الإرسال" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5831,7 +5859,7 @@ msgstr "لماذا تتوقف هنا؟ يمكنك إعداد msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "مع عمليات البحث عن الطلبات، يمكن أيضًا البحث عن agency_responsible لقصر الطلبات على تلك المرسلة إلى إدارة واحدة. مصطلح البحث هو معرف الإدارة المقدم بواسطة MaPit." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5839,7 +5867,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "هل تريد المساهمة في FixMyStreet؟ التعليمات البرمجية الخاصة بنا مفتوحة المصدر ومتاحة على fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "هل تريد المشاركة في استبيان آخر خلال 4 أسابيع فنذكرك بالتحقق من الحالة؟" @@ -5856,13 +5884,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "نعم" @@ -5870,7 +5898,11 @@ msgstr "نعم" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "أنت تشتكي من أن تقرير هذه المشكلة تم تعديله بواسطة الإشراف دون ضرورة لذلك:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5896,7 +5928,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "يمكنك عرض المشكلة على هذا الموقع." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "يمكنك إضافة البريد الإلكتروني الخاصة بالمستخدم المسيء إلى قائمة المسيئين، وهي تخفي تلقائيًا (ولا ترسل مطلقًا) التقارير التي يقومون بإنشائها." @@ -5905,7 +5937,7 @@ msgstr "يمكنك إضافة البريد الإلكتروني الخاصة ب msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5938,7 +5970,7 @@ msgstr "يمكنك وضع علامة الحذف على هيئة إذا كنت ل msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5957,9 +5989,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "لقد أجبت عن هذا الاستبيان بالفعل. إذا كان لديك سؤال، فالرجاء التواصل معنا، أو عرض المشكلة.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "لقد أرفقت صورًا بهذا التقرير من قبل. لاحظ أنه يمكنك إرفاق 3 صور كحد أقصى بهذا التقرير (إذا حاولت تحميل المزيد من الصور، فسيتم حذف الصور القديمة)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -6004,7 +6035,7 @@ msgstr "لقد قمت بتسجيل الدخول بنجاح؛ الرجاء الت msgid "You have successfully verified your phone number." msgstr "لقد تم التحقق مِن رقم هاتفك بنجاح." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "لم تقم بإنشاء أي تقارير حتى الآن. أبلغ عن مشكلة الآن." @@ -6043,15 +6074,15 @@ msgstr "حسابك" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "البريد الإلكتروني" @@ -6059,8 +6090,8 @@ msgstr "البريد الإلكتروني" msgid "Your email address" msgstr "عنوان البريد الإلكتروني" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "بريدك الإلكتروني أو رقم هاتفك الخلوي" @@ -6078,11 +6109,11 @@ msgstr "الاسم" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "تم اخفاء اسمك" @@ -6091,8 +6122,8 @@ msgstr "تم اخفاء اسمك" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "كلمة المرور" @@ -6103,13 +6134,12 @@ msgid "Your password has been changed" msgstr "تم تغيير كلمة المرور" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "الرجاء الدخولعبر البريد الإلكتروني بدلا عن ذلك، كما يرجى تقديم كلمة مرور جديدة عند هذه النقطة. بعد التأكيد، سيتم تحديث كلمة المرور." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6119,18 +6149,18 @@ msgstr "" msgid "Your phone number" msgstr "رقم الهاتف" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "تقريرك" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "التقارير" @@ -6152,7 +6182,7 @@ msgstr "تحديثك" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "التحديثات" @@ -6179,7 +6209,7 @@ msgstr "مدير" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "الكل" @@ -6199,8 +6229,8 @@ msgstr "" msgid "by %s" msgstr "بواسطة %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "المجلس" @@ -6213,12 +6243,12 @@ msgstr "لم يتم استخدام الخريطة" msgid "e.g. ‘%s’ or ‘%s’" msgstr "على سبيل المثال، ’%s‘ أو ’%s‘" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6236,7 +6266,7 @@ msgstr "من %s من المستخدمين المختلفين" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "آخر تحديث %s" @@ -6261,7 +6291,7 @@ msgstr "غير متاح" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "بلا" @@ -6271,15 +6301,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(إختياري)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "أو" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6308,6 +6336,11 @@ msgstr "مناطق أخرى:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "مرجع: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6342,7 +6375,7 @@ msgstr "لا يوجد دبوس مما يعني أن المستخدم لم يست msgid "this location" msgstr "هذا الموقع" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "هذا النوع من المشكلة المحلية" @@ -6376,19 +6409,23 @@ msgstr "المستخدم من نفس المجلس مثل المشكلة - %d" msgid "user is problem owner" msgstr "المستخدم هو صاحب المشكلة" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "الإدارة" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6444,16 +6481,16 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "عرض الصورة" -msgstr[1] "عرض الصورة" -msgstr[2] "عرض الصورة" -msgstr[3] "عرض الصورة" -msgstr[4] "عرض الصورة" -msgstr[5] "عرض الصورة" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6544,15 +6581,15 @@ msgstr[4] "" msgstr[5] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s تقرير تم حله في الشهر الماضي" -msgstr[1] "%s تقرير تم حله في الشهر الماضي" -msgstr[2] "%s من التقارير التي تم حلها في الشهر الماضي" -msgstr[3] "%s من التقارير التي تم حلها في الشهر الماضي" -msgstr[4] "%s من التقارير التي تم حلها في الشهر الماضي" -msgstr[5] "%s من التقارير التي تم حلها في الشهر الماضي" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6609,7 +6646,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6642,7 +6679,7 @@ msgstr[3] "لا توجد لدينا تفاصيل عن المجالس التي ت msgstr[4] "لا توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." msgstr[5] "لا توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6653,7 +6690,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6686,182 +6723,19 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "الوصف" +msgstr[1] "الوصف" +msgstr[2] "الوصف" +msgstr[3] "الوصف" +msgstr[4] "الوصف" +msgstr[5] "الوصف" + +#~ msgid "Place pin on map" +#~ msgstr "وضع دبوس على الخريطة" + #~ msgid "Received by %s moments later" #~ msgstr "استلمت من %s قبل لحظات" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "هذا الموقع" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "أدخل أقرب اسم شارع وحي" - -#~ msgid "About the problem" -#~ msgstr "عن المشكلة" - -#~ msgid "Close" -#~ msgstr "إعلاق" - -#~ msgid "Could not find user" -#~ msgstr "لم يتمكن من إيجاد المستخدم" - -#~ msgid "Edit report details" -#~ msgstr "تعديل تفاصيل الإبلاغ" - -#~ msgid "Flag user" -#~ msgstr "مستخدم مشار إليه" - -#~ msgid "Home" -#~ msgstr "البداية" - -#~ msgid "MAP" -#~ msgstr "الخريطة" - -#~ msgid "Map" -#~ msgstr "الخريطة" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "الرجاء التحلي بالأدب والاختصار والتركيز على الفكرة." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "الرجاء عدم إساءة الاستعمال؛ فإساءة استعمال المجلس يتسبب في تقليل قيمة الخدمة المقدمة لكل المستخدمين." - -#~ msgid "Remove flag" -#~ msgstr "إزالة الإشارة" - -#~ msgid "Satellite" -#~ msgstr "القمر الصناعي" - -#~ msgid "Show Photo?" -#~ msgstr "هل تريد عرض الصورة؟" - -#~ msgid "User flag removed" -#~ msgstr "تمت إزالة إشارة المستخدم" - -#~ msgid "User flagged" -#~ msgstr "تم وضع إشارة للمستخدم" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "كتابة الرسالة بالأحرف الكبيرة يجعل قراءتها صعبة، وكذلك الحال مع عدم الالتزام بقواعد الترقيم." - -#~ msgid "Closed by council" -#~ msgstr "مغلق من الجهة المسئولة" - -#~ msgid "Current token:" -#~ msgstr "الرمز الحالي:" - -#~ msgid "Filter report list" -#~ msgstr "ترشيح قائمة البلاغات" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "قيمة agency_responsible غير صالحة %s" - -#~ msgid "Post" -#~ msgstr "نشر" - -#~ msgid "Traffic management required?" -#~ msgstr "هل يتطلب إدارة المرور؟" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "ملاحظة: تم ارسال هذا التقرير للتطبيق. لن يتم ارسال اي تغييرات اخرى عليه." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "ملاحظة: لم يتم ارسال هذا التقرير للتطبيق بعد. لن يتم ارسال اي تغييرات اخرى عليه." - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "تفقد مطلوب الفحص اذا كانت التقارير في الفئة تستوجب الفحص قبل الارسال" - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "حدد خاص إذا البلاغ في هذا التصنيف لايتوجب أن يكون ظاهرا في الموقع.\n" -#~ "
\n" -#~ "هذا الخيار مناسب للمشاكل التي تسمح للمستخدمين الإبلاغ للجهات المسئولة, لكنها ليست مهمة لعامة الناس\n" -#~ "لتعرض كبلاغ. في المملكة المتحدة، نستخدمها للخدمات مثل طلب حاوية نفايات\n" -#~ "إضافية لعنوان محدد." - -#~ msgid "Coordinates:" -#~ msgstr "الإحداثيات:" - -#~ msgid "Default priority" -#~ msgstr "الأهمية الافتراضية" - -#~ msgid "Description:" -#~ msgstr "الوصف:" - -#~ msgid "Didn't use map" -#~ msgstr "لم يتم استخدام الخريطة" - -#~ msgid "Hidden Field" -#~ msgstr "حقل مخفي" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "إذا كنت تستخدم أسلوب إرسال غير البريد الإلكتروني، فأدخل معرف الخدمة (Open311) أو المعرف المقابل له هنا." - -#~ msgid "Inspection required" -#~ msgstr "يتطلب المعاينة" - -#~ msgid "Key" -#~ msgstr "المفتاح" - -#~ msgid "List" -#~ msgstr "القائمة" - -#~ msgid "OK" -#~ msgstr "موافق" - -#~ msgid "Permalink" -#~ msgstr "الارتباط الثابت" - -#~ msgid "Remove" -#~ msgstr "إزالة" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "التبليغات من المستخدمين الموثوقين سوف ترسل الى الهيئة المسؤولة من دون فحصها اولا." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "سوف يتم ارسال التبليغات اوتوماتيكيا دون الحاجة لفحصها اذا كانت قيمة سمعة المستخدم تساوي او اكبر من هذه القيمة. حدد الى 0 اذا كان يجب فحص كل التبلغات بغض النظر." - -#~ msgid "Reputation threshold" -#~ msgstr "عتبة السمعة" - -#~ msgid "Response Priorities for %s" -#~ msgstr "أولويات الاستجابة لـ %s" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "لا يمكن عرض هذا التقرير على %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "عنوان البريد الإلكتروني هو الوجهة التي يتم إرسال التقارير المتعلقة بهذه الفئة إليها. \n" -#~ " قد تكون الفئات الأخرى لهذه الهيئة معينًا لها نفس عنوان البريد الإلكتروني." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. الرجاء إعادة المحاولة." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "هذا موقع مطور، وقد تتعطل الأمور في أي وقت، وستُحذف قاعدة البيانات بصورة دورية." - -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "موثوق به لأنشاء تبليغات بدون الحاجة الى تدقيقها" - -#~ msgid "Trusted:" -#~ msgstr "موثوق:" - -#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -#~ msgstr "استخدم هذا الحقب لتسجيل التفاصيل التي لا تُعرض إلا في الإدارة. لا تُعرض المدخلات بصورة عامة، ولا تُرسل إلى الهيئة." - -#~ msgid "Used map" -#~ msgstr "تم استخدام الخريطة" - -#~ msgid "or locate me automatically" -#~ msgstr "أو تحديد الموقع تلقائيًا" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index 9644af9baa0..3f661bf4c09 100644 --- a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/mysociety/teams/12067/bg_BG/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Bulgarian (Bulgaria) (https://app.transifex.com/mysociety/teams/12067/bg_BG/)\n" "Language: bg_BG\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "и" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Обобщена справка" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s обновяване в реално време" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s изпратени анкети – %s отговорени (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s номер: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(затворен)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(поправен)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Вашите сигнали" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Няма повече актуализации" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(като графити, дупки по улицата, счупено msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(не е изпратен към общината)" @@ -185,19 +176,19 @@ msgstr "(не е изпратен към общината)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(незадължително)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(изпратен към двата района)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Изберете категория --" @@ -268,11 +259,11 @@ msgstr "Да Имам парола" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -301,9 +292,8 @@ msgid "Add a contact using the form below." msgstr "Добавете контакт като използвате формата по-долу." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Добавяне на нова категория" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -342,6 +332,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Добавете район" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -366,25 +361,25 @@ msgstr "" msgid "Add user" msgstr "Добавете потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Добавено %s" @@ -402,7 +397,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Отново:" @@ -472,10 +467,9 @@ msgstr "Всички сигнали между%s и %s " msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Сигналът е подаден в категория %s " +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -489,17 +483,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Имейл адрес" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Този сигнал е маркиран като поправен." @@ -513,7 +506,7 @@ msgstr "Анонимен" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -525,6 +518,10 @@ msgstr "Анонимен:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -538,6 +535,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -548,7 +546,7 @@ msgstr "" msgid "Area covered" msgstr "Територията е обхваната" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -558,24 +556,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Прехвърлен на %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Последни проблеми подадени от потребителите" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Прехвърлен на %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Прехвърлен на %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -595,28 +589,24 @@ msgid "Assign to subdivision:" msgstr "Прехвърляне към подразделение:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Прехвърлен на %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Прехвърлен на %s" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Прехвърлен на %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Прехвърлен на %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -626,7 +616,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "За момета можете само да търсите и преглеждате сигнали" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -638,7 +628,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -671,7 +661,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -679,10 +669,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -699,12 +689,17 @@ msgstr "Райони" msgid "Body" msgstr "Район" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Район:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -715,12 +710,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Не виждате картата? Пропуснете тази стъпка" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -735,7 +730,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -749,11 +744,11 @@ msgstr "" msgid "Category" msgstr "Категория" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -778,9 +773,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Промяна на парола" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -789,7 +783,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Промяна на парола" @@ -812,6 +806,12 @@ msgstr "Изберете име на категорията, msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -841,7 +841,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -852,7 +852,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Затворен" @@ -890,7 +890,7 @@ msgstr "Местна имплементция" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -899,13 +899,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -930,7 +932,7 @@ msgstr "" msgid "Confirmation" msgstr "Потвърждение" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -969,6 +971,11 @@ msgstr "Връзка с тима" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Подай сигнал" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -994,7 +1001,8 @@ msgstr "Община" msgid "Council contacts for %s" msgstr "Контакти на общината за %s " -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "входящ номер в общината: %s" @@ -1022,33 +1030,32 @@ msgstr "Подай сигнал" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Създай категория" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Моля въведете съобщение" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1069,14 +1076,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Създаден" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Създаден" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1086,17 +1091,16 @@ msgstr "Създаден" msgid "Created:" msgstr "Създадени:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "редакция на потребителя" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1123,6 +1127,11 @@ msgstr "Табло" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Запази промените" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1135,7 +1144,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1144,6 +1153,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Изтрит" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1151,11 +1165,10 @@ msgid "Delete template" msgstr "" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Изтрит" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1171,26 +1184,24 @@ msgstr "" msgid "Description" msgstr "Описание" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Описание" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Информация" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Анкета" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1201,7 +1212,7 @@ msgstr "Анкета" msgid "Details:" msgstr "Информация:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1213,8 +1224,8 @@ msgstr "Прехвърлен" msgid "Diligency prize league table" msgstr "Таблица с районите в София" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1222,7 +1233,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1231,15 +1242,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Сигналът е подаден в категория %s " +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Сигналът е подаден в категория %s " +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1267,7 +1276,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Не знам" @@ -1284,6 +1293,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Сигнал за %s " + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1346,33 +1360,32 @@ msgstr "Редактиране" msgid "Edit body details" msgstr "Редактиране на информацията за района" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "редакция на потребителя" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1413,19 +1426,19 @@ msgstr "Редактирано от" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Имейл" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1443,11 +1456,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1455,7 +1468,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1464,7 +1477,7 @@ msgstr "" msgid "Email:" msgstr "Имейл:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1521,7 +1534,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1534,9 +1547,8 @@ msgid "Endpoint" msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Въведете име на улица в близост до вас" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1555,7 +1567,7 @@ msgstr "Въведете име на улица в близост до вас" msgid "Enter details of the problem" msgstr "Въведете информация за проблема" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1598,11 +1610,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1632,13 +1645,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1686,30 +1699,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "За първи път" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Снимки на скоро подадени сигнали" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Нови сигнали" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s номер: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Поправено" @@ -1726,7 +1742,7 @@ msgstr "Поправени - потребител" msgid "Flag as deleted" msgstr "Означен като \"изтрит\"" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Означен" @@ -1735,7 +1751,7 @@ msgstr "Означен" msgid "Flagged reports and users" msgstr "Означени сигнали и потребители" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Означените потребители са изброени на страницата с означените." @@ -1743,12 +1759,17 @@ msgstr "Означените потребители са изброени на msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Означените потребители нямат рестрикции. Това е списък с потребители, които са поставени под наблюдение." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Означен:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Последвайте линка за района, за да видите сигнали само за този район." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Последвайте линка за района, за да видите сигнали само за този район." @@ -1764,7 +1785,7 @@ msgstr "За повече информацич вижте report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3975,7 +3996,7 @@ msgstr "" msgid "Resend report" msgstr "Препращане на сигнал" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4027,9 +4048,8 @@ msgstr "Правилното място ли е това?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "използвана е била картата" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4043,13 +4063,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4059,18 +4079,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Завъртане наляво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4085,7 +4105,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4101,6 +4121,10 @@ msgstr "" msgid "Save changes" msgstr "Запази промените" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4149,7 +4173,7 @@ msgstr "Не са намерени потребители." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4158,7 +4182,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4173,7 +4197,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Изберете територия" @@ -4182,11 +4206,20 @@ msgstr "Изберете територия" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Последвайте линка за района, за да видите сигнали само за този район." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4201,7 +4234,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4227,7 +4260,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Сигналът е подаден към %s преди %s" @@ -4244,7 +4277,7 @@ msgstr "Услуга:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4267,7 +4300,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4283,7 +4316,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4322,12 +4355,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Вход" @@ -4344,17 +4377,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Влезте или създайте акаунт" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Изход" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4412,7 +4445,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4423,21 +4456,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4446,16 +4475,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4463,10 +4492,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4474,7 +4507,7 @@ msgstr "За първи път" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4482,7 +4515,7 @@ msgstr "За първи път" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4495,7 +4528,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4511,13 +4544,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4563,23 +4596,23 @@ msgstr "Тема:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Изпращане" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4587,7 +4620,7 @@ msgstr "Изпращане" msgid "Submit changes" msgstr "Изпращане на промените" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Изпращане на анкетата" @@ -4596,15 +4629,15 @@ msgstr "Изпращане на анкетата" msgid "Submitted" msgstr "Сигналът е потвърден" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Абониране" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4616,7 +4649,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4626,15 +4659,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4646,10 +4680,9 @@ msgstr "" msgid "Summary" msgstr "Обобщение" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Обобщена справка" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4666,11 +4699,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4694,7 +4727,7 @@ msgstr "" msgid "Template email response:" msgstr "Публичен отговор:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4710,14 +4743,12 @@ msgid "Text" msgstr "Текст" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Текст" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Означен като \"изтрит\"" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4740,9 +4771,8 @@ msgid "Text:" msgstr "Текст:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Текст" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4768,7 +4798,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Благодаря за предоставената снимка. Тъй като се нуждаем от местоложението на вашия проблем, моля въведете адрес наблизо в полето по-горе :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Благодаря! Радваме се, че този проблем е бил разрешен! Бихме искли да Ви питаме подавали ли сте сигнали към общината и преди?" @@ -4807,23 +4837,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "Сигналът ще бъде препратен." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Този сигнал е бил изтрит от ПоправиСофия." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4853,8 +4883,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4885,7 +4915,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4945,8 +4975,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Паролите не съвпадат" @@ -4966,11 +4996,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5032,7 +5062,7 @@ msgstr "Възникна проблем при визуализирането н msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5114,15 +5144,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Този имейл е изпратен към двете общини покриващи адреса на сигнала, тъй като потребителя не е го е категоризирал. Моля не го взимайте под внимание ако не сте правилната община, която е отговорна за този сигнал или ни съобщете под каква категория попада този сигнал, така че да може да я добавим в системата." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Този имейл е изпратен до няколко общини покриващи адреса на сигнала, тъй като категорията на сигнала съвпада с всички тях. Моля не го взимайте под внимание ако не сте правилната община задължена за този тип проблеми." @@ -5130,9 +5160,14 @@ msgstr "Този имейл е изпратен до няколко общини msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Тази информация е необходима" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Тази информация е необходима" @@ -5154,7 +5189,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5189,15 +5224,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Този сигнал е означен със статус затворен." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Този сигнал е означен със статус поправен." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Този сигнал е означен със статус отворен." @@ -5206,7 +5241,7 @@ msgstr "Този сигнал е означен със статус отворе msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Тази страница съдържа и снимка, изпратена от нашия потребител." @@ -5221,7 +5256,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5269,7 +5304,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "За да видите точното местоположение на проблема върху картата" @@ -5296,9 +5331,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Общо" @@ -5342,12 +5377,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5364,23 +5399,23 @@ msgstr "" msgid "Unknown" msgstr "Неизвестен" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Непозната грешка" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5397,16 +5432,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Актуализация" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Актуализиране на %s съществуващ сигнал %d; от %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5443,9 +5477,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Актуализация на статусите" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5467,14 +5500,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5482,7 +5516,7 @@ msgid "Updated!" msgstr "Актуализирано!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5515,23 +5549,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "Преглед на местоположение" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5543,22 +5581,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5571,27 +5609,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Потребители" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5600,8 +5638,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Актуализиране на стойностите" @@ -5619,6 +5657,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5628,16 +5670,21 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Разглеждане на сигналите по квартали" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Разглеждане на сигналите по квартали" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5657,7 +5704,7 @@ msgstr "Преглед на сигнал" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5670,7 +5717,7 @@ msgstr "Конфигурация" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5693,7 +5740,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5714,7 +5761,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5735,7 +5782,7 @@ msgstr "Редактирано на:" msgid "When sent" msgstr "Изпратен" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5751,7 +5798,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5759,7 +5806,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Бихте ли искали да получите още една анкета след 4 седмици, за да ви напомни да проверите статуса?" @@ -5776,13 +5823,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Да" @@ -5790,7 +5837,11 @@ msgstr "Да" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5816,7 +5867,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Можете да разгледате сигнала на този сайт." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5825,7 +5876,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5855,7 +5906,7 @@ msgstr "Можете да маркирате района или общинат msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5920,7 +5971,7 @@ msgstr "Успешно влязохте в системата; моля пров msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Все още нямате подадени сигнали. Подайте сигнал." @@ -5959,15 +6010,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Имейл" @@ -5975,8 +6026,8 @@ msgstr "Имейл" msgid "Your email address" msgstr "Имейл адрес" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5994,11 +6045,11 @@ msgstr "Име" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6007,8 +6058,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Парола" @@ -6022,9 +6073,9 @@ msgstr "Паролата Ви беше променена успешно" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6034,18 +6085,18 @@ msgstr "" msgid "Your phone number" msgstr "Телефонен номер" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Вашите сигнали" @@ -6067,7 +6118,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Актуализации" @@ -6094,7 +6145,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6114,8 +6165,8 @@ msgstr "" msgid "by %s" msgstr "от %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "община" @@ -6128,12 +6179,12 @@ msgstr "картата не е била използвана" msgid "e.g. ‘%s’ or ‘%s’" msgstr "напр. ‘%s’ или ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6151,7 +6202,7 @@ msgstr "от %s различни потребители" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "Последно обновено %s" @@ -6176,7 +6227,7 @@ msgstr "няма информация" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6186,15 +6237,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(незадължително)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "или" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6223,6 +6272,11 @@ msgstr "други територии:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s номер: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6257,7 +6311,7 @@ msgstr "мястото не е било отбелязано на картата msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "този тип сигнали" @@ -6291,19 +6345,23 @@ msgstr "потребителят е от същата община като пр msgid "user is problem owner" msgstr "потребителят е собственик на сигнала" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "квартал" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6339,12 +6397,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Снимка" -msgstr[1] "Снимка" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6403,11 +6461,11 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%sпоправени през изминалия месец" -msgstr[1] "%sпоправени през изминалия месец" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6444,7 +6502,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6465,14 +6523,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Все още нямаме информация за общината, която стопанисва тази територия." msgstr[1] "Все още нямаме информация за общините, които стопанисват тази територия." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6493,70 +6551,12 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Преглед на местоположение" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Въведете име на улица в близост до вас" - -#~ msgid "Could not find user" -#~ msgstr "Потребителят не е намерен" - -#~ msgid "Flag user" -#~ msgstr "Означаване на потребител" - -#~ msgid "Home" -#~ msgstr "Начало" - -#~ msgid "MAP" -#~ msgstr "Карта" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Моля бъдете учтиви, кратки и се придържайте към темата." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Моля не обиждайте никого - обиждайки Общината, Вие обезценявате услугата за всички потребители." - -#~ msgid "Remove flag" -#~ msgstr "Премахване на означението" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Моля пишете на кирилица! Писането само с главни букви и без препинателни знаци, прави съобщението трудно за разчитане." - -#~ msgid "Closed by council" -#~ msgstr "Затворен от общината" - -#~ msgid "Filter report list" -#~ msgstr "Филтриране на списъка със сигнали" - -#~ msgid "Post" -#~ msgstr "Публикувай" - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Отбележете като частна ако сигналите в тази категория не трябва да се публикуват в сайта. \n" -#~ "
\n" -#~ "Обикновено категориите не са частни.\n" -#~ "
\n" -#~ "Тази опция е подходяща за сигнали, които всички биха могли да подават, но които не представляват интерес за останалите. Например да си изиска допълнителен контейнер за боклук за даден адрес." - -#~ msgid "OK" -#~ msgstr "ОК" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Сигналът не може да бъде разгледан %s." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Възникна проблем с комбинацията имейл/парола. Моля опитайте отново." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Описание" +msgstr[1] "Описание" -#~ msgid "or locate me automatically" -#~ msgstr "или ме намери автоматично" +#~ msgid "Place pin on map" +#~ msgstr "Поставете кабърче върху картата" diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po index dbfe10fa598..e11d68a30d8 100644 --- a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,17 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 -# Eduard Molist Gallifa , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: Eduard Molist Gallifa , 2019\n" -"Language-Team: Catalan (Spain) (https://www.transifex.com/mysociety/teams/12067/ca_ES/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Catalan (Spain) (https://app.transifex.com/mysociety/teams/12067/ca_ES/)\n" "Language: ca_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "i" @@ -65,7 +61,7 @@ msgstr "%d usuaris ja existeixen" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Resum de notificacions" @@ -113,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s actualitzacions en directe" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s obert, %s tancat, %s arreglat" @@ -122,15 +118,11 @@ msgstr "%s obert, %s tancat, %s arreglat" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s preguntes enviades – %s respostes (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© Col·laboradors d'OpenStreetMap" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -156,7 +148,7 @@ msgstr "(a-z i espai en blanc)" msgid "(closed)" msgstr "(tancat)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(cobreix aproximadament 200.000 persones)" @@ -164,17 +156,15 @@ msgstr "(cobreix aproximadament 200.000 persones)" msgid "(fixed)" msgstr "(corregit)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Modera aquest informe" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Modera aquesta actualització" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -184,7 +174,7 @@ msgstr "(com pintades, abocaments incontrolats, voreres o enllumenat públic mal msgid "(no longer exists)" msgstr "(ja no existeix)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(no enviat a l'ajuntament)" @@ -192,19 +182,19 @@ msgstr "(no enviat a l'ajuntament)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(enviat a tothom)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(enviat als dos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Tria una categoria --" @@ -278,11 +268,11 @@ msgstr " Tinc una contrasenya" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -308,9 +298,8 @@ msgid "Add a contact using the form below." msgstr "Afegeix un contacte utilitzant el formulari següent." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Afegeix una nova categoria" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -349,6 +338,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Afegeix una àrea" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -373,26 +367,25 @@ msgstr "" msgid "Add user" msgstr "Afegeix un usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Afegeix/edita plantilles de resposta" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Afegeix/edita categories d'incidències" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Afegeix/edita prioritats de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Afegeix/edita plantilles de resposta" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Afegit %s" @@ -410,7 +403,7 @@ msgstr "Admin" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "" @@ -480,10 +473,9 @@ msgstr "Tots els informes entre %s i %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Oculta el meu nom en aquesta actualització" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -497,17 +489,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "Carregar sempre totes les incidències" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Canvia l'adreça de correu electrònic" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Una actualització ha marcat aquest problema com a solucionat." @@ -521,7 +512,7 @@ msgstr "Anònim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -533,6 +524,10 @@ msgstr "Anònim" msgid "Another user" msgstr "Un altre usuari" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -546,6 +541,7 @@ msgstr "Estàs segur de voler cancel·lar aquesta càrrega?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Estàs segur?" @@ -556,7 +552,7 @@ msgstr "Estàs segur?" msgid "Area covered" msgstr "Àrea coberta" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Àrea:" @@ -566,24 +562,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Assignat a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Assigna usuaris a àreas" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Assigna usuaris a àreas" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Assignat a %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -603,28 +595,24 @@ msgid "Assign to subdivision:" msgstr "Assigna a subdivisió:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Assignat a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Assigna usuaris a àreas" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Categories disponibles" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Assignat a %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Assignat a %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -634,7 +622,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -646,7 +634,7 @@ msgstr "" msgid "Auto-response:" msgstr "Resposta automática:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -679,7 +667,7 @@ msgstr "Torna a tots els informes" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -687,10 +675,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -707,12 +695,17 @@ msgstr "Àrees" msgid "Body" msgstr "Àrea" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Àrea:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -723,12 +716,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "No pots veure el mapa? Salta aquest pas" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -743,7 +736,7 @@ msgstr "Categories:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -757,11 +750,11 @@ msgstr "Categories:" msgid "Category" msgstr "Categoria" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria canviada de ‘%s’ a ‘%s’" @@ -786,9 +779,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Canvia la contrasenya" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -797,7 +789,7 @@ msgstr "Canvia l'adreça de correu electrònic" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Canvia la contrasenya" @@ -820,6 +812,12 @@ msgstr "" msgid "Choose another" msgstr "Escull un altre" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -849,7 +847,7 @@ msgstr "Fes clic a l'enllaç del nostre correu electrònic de confirmació per e msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -860,7 +858,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Tancat" @@ -898,7 +896,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -907,13 +905,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configuració" @@ -938,7 +938,7 @@ msgstr "" msgid "Confirmation" msgstr "Confirmació" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -977,6 +977,11 @@ msgstr "Contacta a l'equip" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Crea un informe" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1002,7 +1007,8 @@ msgstr "Ajuntament" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1030,33 +1036,32 @@ msgstr "Crea un informe" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Crea una plantilla" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crea una prioritat" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1077,14 +1082,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Creat" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Creat" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1094,16 +1097,16 @@ msgstr "Creat" msgid "Created:" msgstr "Creat:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1131,6 +1134,10 @@ msgstr "" msgid "Date" msgstr "Data final" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1143,7 +1150,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1152,6 +1159,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Eliminat" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1159,11 +1171,10 @@ msgid "Delete template" msgstr "Elimina plantilla" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Elimina plantilla" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1179,23 +1190,22 @@ msgstr "" msgid "Description" msgstr "Descripció" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Descripció" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detalls" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1208,7 +1218,7 @@ msgstr "" msgid "Details:" msgstr "Detalls:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1220,8 +1230,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1229,7 +1239,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1238,15 +1248,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Oculta el meu nom en aquesta actualització" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Oculta el meu nom en aquesta actualització" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1274,7 +1282,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Tens contrasenya de %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1291,6 +1299,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1349,33 +1361,32 @@ msgstr "Edita" msgid "Edit body details" msgstr "Edita els detalls de l'àrea" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Edita la categoria d'informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Edita la prioritat d'informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Edita els informes" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Editant l'usuari %d" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1416,19 +1427,19 @@ msgstr "Editor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Correu electrònic" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1446,11 +1457,11 @@ msgstr "Alerta de correu electrònic creada" msgid "Email alert deleted" msgstr "Alerta de correu electrònic eliminada" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1458,7 +1469,7 @@ msgstr "" msgid "Email verified:" msgstr "Correu electrònic verificat:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1467,7 +1478,7 @@ msgstr "Correu electrònic verificat:" msgid "Email:" msgstr "Correu electrònic:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1524,7 +1535,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Data final" @@ -1558,7 +1569,7 @@ msgstr "" msgid "Enter details of the problem" msgstr "Entra els detalls de la incidència" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1601,11 +1612,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Exporta com a CSV" @@ -1635,13 +1647,13 @@ msgstr "" msgid "External team" msgstr "Equip extern" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1690,8 +1702,8 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "" @@ -1700,19 +1712,23 @@ msgid "Five most recent commented reports" msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nous informes" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Corregit" @@ -1729,7 +1745,7 @@ msgstr "" msgid "Flag as deleted" msgstr "Marca com esborrat" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcat" @@ -1738,7 +1754,7 @@ msgstr "Marcat" msgid "Flagged reports and users" msgstr "Informes i usuaris marcats" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1746,12 +1762,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Marcat:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1791,7 +1811,7 @@ msgstr "Preguntes mes freqüents (FAQ)" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1822,7 +1842,7 @@ msgstr "Obté actualitzacions de %s problemes" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1856,8 +1876,8 @@ msgstr "Ves" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1865,19 +1885,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "S'ha corregit aquest problema?" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1918,7 +1938,7 @@ msgstr "Ocultat" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1950,10 +1970,9 @@ msgstr "Oculta el meu nom en aquest informe" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" -msgstr "Oculta el meu nom en aquesta actualització" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -2071,7 +2090,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2100,7 +2119,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2134,7 +2153,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inactiu" @@ -2156,7 +2175,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2165,9 +2184,8 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Notes internes" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2177,8 +2195,8 @@ msgstr "Notes internes" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2215,11 +2233,10 @@ msgstr "Últim editor" #: templates/web/base/admin/reports/_edit_main.html:69 #: templates/web/base/admin/reports/_edit_waste.html:31 -#, fuzzy msgid "Last failure:" -msgstr "Última actualització:" +msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "Última actualització" @@ -2281,12 +2298,12 @@ msgstr "Alertes locals" msgid "Locate the problem on a map of the area" msgstr "Localitza el problema en un mapa de l'àrea" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2302,17 +2319,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2320,16 +2337,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2343,11 +2360,11 @@ msgstr "" msgid "Mark as sent" msgstr "Marca com enviat" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2365,7 +2382,7 @@ msgstr "Missatge al cos competent:" msgid "Message to external body:" msgstr "Missatge al cos extern:" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2382,7 +2399,7 @@ msgstr "" msgid "Moderate" msgstr "Modera" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "Modera detalls de l'informe" @@ -2405,12 +2422,12 @@ msgstr "Moderat per %s a %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mes" @@ -2420,9 +2437,9 @@ msgstr "Mes" msgid "Most commented" msgstr "Més comentat" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2449,12 +2466,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Nom" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2484,12 +2501,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2512,11 +2529,11 @@ msgstr "" msgid "New body added" msgstr "Nou cos afegit" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Nova categoria de contacte afegida" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "Nova adreça de correu electrònic:" @@ -2538,13 +2555,18 @@ msgstr "Noves incidències locals a FixMyStreet" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Neteja les dades fora de línia" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Nova contrasenya:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2637,18 +2659,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "No" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2656,7 +2678,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Sense cos" @@ -2682,8 +2704,8 @@ msgstr "No s'han trobat usuaris marcats." msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2708,8 +2730,8 @@ msgstr "" msgid "No supporters" msgstr "Sense seguidors" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2717,19 +2739,19 @@ msgstr "Sense seguidors" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Cap" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2737,7 +2759,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2818,7 +2840,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2829,7 +2851,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2858,7 +2880,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2866,11 +2888,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2879,19 +2901,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2928,17 +2950,16 @@ msgid "Parent" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Totes les categories" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "" @@ -2954,7 +2975,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2962,7 +2983,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 msgid "Phone" msgstr "" @@ -2971,10 +2992,10 @@ msgstr "" msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "" @@ -2991,7 +3012,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -3003,13 +3024,20 @@ msgstr "" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -3025,6 +3053,15 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Marca com esborrat" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" @@ -3047,29 +3084,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3079,8 +3110,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -3089,11 +3120,12 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3105,14 +3137,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3121,17 +3153,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" @@ -3149,9 +3181,9 @@ msgid "Please enter a valid UK phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3164,7 +3196,7 @@ msgid "Please enter a valid email address" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3179,8 +3211,8 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3269,7 +3301,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3282,15 +3314,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3336,7 +3368,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3368,7 +3400,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3376,11 +3408,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3392,7 +3424,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3463,7 +3495,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3471,13 +3503,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3493,11 +3525,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3516,7 +3548,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3529,11 +3561,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3547,7 +3579,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3593,9 +3625,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3621,11 +3653,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3665,11 +3697,11 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3702,7 +3734,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3727,8 +3759,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3778,8 +3810,8 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3795,9 +3827,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Modera detalls de l'informe" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3820,18 +3851,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3845,27 +3876,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3885,21 +3916,20 @@ msgid "Reporting a problem" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:60 -#, fuzzy msgid "Reporting message" -msgstr "Crea una plantilla" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3913,11 +3943,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3952,6 +3982,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3961,7 +3995,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4028,13 +4062,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4044,18 +4078,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4070,7 +4104,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4086,6 +4120,10 @@ msgstr "" msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4134,7 +4172,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4143,7 +4181,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4158,7 +4196,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4167,11 +4205,19 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4186,7 +4232,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4212,7 +4258,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4229,7 +4275,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4252,7 +4298,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4268,7 +4314,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4307,12 +4353,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "" @@ -4329,17 +4375,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4397,7 +4443,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4408,21 +4454,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4431,16 +4473,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4448,17 +4490,21 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 msgid "Start time" msgstr "" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4466,7 +4512,7 @@ msgstr "" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4479,7 +4525,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4495,13 +4541,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4547,23 +4593,23 @@ msgstr "" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4571,7 +4617,7 @@ msgstr "" msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4580,15 +4626,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4600,7 +4646,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4610,15 +4656,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4630,7 +4677,7 @@ msgstr "" msgid "Summary" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4649,11 +4696,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4677,7 +4724,7 @@ msgstr "" msgid "Template email response:" msgstr "Nova adreça de correu electrònic:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4693,14 +4740,12 @@ msgid "Text" msgstr "" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Alerta de correu electrònic creada" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Alerta de correu electrònic eliminada" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4750,7 +4795,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4789,23 +4834,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4835,8 +4880,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4867,7 +4912,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4927,8 +4972,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4948,11 +4993,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5012,7 +5057,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5094,15 +5139,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5110,9 +5155,13 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -5134,7 +5183,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5169,15 +5218,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5186,7 +5235,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5201,7 +5250,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5249,7 +5298,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5276,9 +5325,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5322,12 +5371,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5344,23 +5393,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5377,16 +5426,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Termini de resolució d'incidències > 4 setmanes" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5446,14 +5494,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5461,7 +5510,7 @@ msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5497,19 +5546,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5521,22 +5574,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5549,27 +5602,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5578,8 +5631,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5597,6 +5650,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5606,16 +5663,20 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5635,7 +5696,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5648,7 +5709,7 @@ msgstr "Configuració" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5671,7 +5732,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5692,7 +5753,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5713,7 +5774,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5729,7 +5790,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5737,7 +5798,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5754,13 +5815,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "" @@ -5768,7 +5829,11 @@ msgstr "" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5794,7 +5859,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5803,7 +5868,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5833,7 +5898,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5898,7 +5963,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5934,15 +5999,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -5950,8 +6015,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5969,11 +6034,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5982,8 +6047,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -5997,9 +6062,9 @@ msgstr "" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6009,18 +6074,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "" @@ -6042,7 +6107,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6069,7 +6134,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6089,8 +6154,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6103,12 +6168,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6126,7 +6191,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6151,7 +6216,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6161,15 +6226,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opcional)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "o" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6198,6 +6261,11 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6232,7 +6300,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6266,19 +6334,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6314,7 +6386,7 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 #, perl-format msgid "%d photo" msgid_plural "%d photos" @@ -6419,7 +6491,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6440,14 +6512,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6468,26 +6540,9 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(també tenim canals RSS per incidències sobre %s)" - -#~ msgid "Flag user" -#~ msgstr "Marca l'usuari" - -#~ msgid "Home" -#~ msgstr "Inici" - -#~ msgid "Map" -#~ msgstr "Mapa" - -#~ msgid "Closed by council" -#~ msgstr "Tancat per l'ajuntament" - -#~ msgid "(ignored if type is \"String\")" -#~ msgstr "(ignorat si el tipus és \"Cadena\")" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Avís: Aquesta notificació s'ha enviat per resoldre-la. Els canvis realitzats no es transmetran." - -#~ msgid "Description:" -#~ msgstr "Descripció:" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Descripció" +msgstr[1] "Descripció" diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po index 649e47dd569..3680cd9e64a 100644 --- a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Clon , 2021 +# mySociety , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Clon , 2021\n" -"Language-Team: Czech (Czech Republic) (https://www.transifex.com/mysociety/teams/12067/cs_CZ/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Czech (Czech Republic) (https://app.transifex.com/mysociety/teams/12067/cs_CZ/)\n" "Language: cs_CZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " a " @@ -66,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s -Souhrnné reporty" @@ -108,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s online aktualizace" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -117,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s dotazníky zaslány -%s odpovědělo (%s %%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(uzavřené)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -159,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(vyřešeno)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Vaše hlášení" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Žádné další aktualizace" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -179,7 +168,7 @@ msgstr "(např. graffiti, rozbité pouliční osvětlení, díry v komunikacích msgid "(no longer exists)" msgstr "(již neexistuje)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(není odesláno na úřad)" @@ -187,19 +176,19 @@ msgstr "(není odesláno na úřad)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(volitelně)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(odeslat všem)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(odesláno dvoum??)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vyberte kategorii --" @@ -273,11 +262,11 @@ msgstr "Ano Mám heslo" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "Přístup odepřen" @@ -346,6 +335,11 @@ msgstr "Přidat možnost" msgid "Add phone number" msgstr "Přidat telefonní číslo" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Zadejte instituci" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -370,25 +364,25 @@ msgstr "" msgid "Add user" msgstr "Přidat Uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Přidáno %s" @@ -406,7 +400,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Opětovně:" @@ -476,7 +470,7 @@ msgstr "Všechna hlášení od %s do %s" msgid "All time" msgstr "Kdykoli" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -492,16 +486,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "Emailová adresa." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Hlášení bylo označeno za vyřešené." @@ -515,7 +509,7 @@ msgstr "Anonimní" msgid "Anonymous user" msgstr "Anonymní uživatel" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -527,6 +521,10 @@ msgstr "Anonymní:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -540,6 +538,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -550,7 +549,7 @@ msgstr "" msgid "Area covered" msgstr "Oblast pokrytí" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Oblast:" @@ -560,23 +559,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Vzhledem k tomu, že je ve stavu 'staging site' a %s je 'nepravda', budou reporty vypracované na těchto stránkách zaslány uživateli, který nahlásil problém a ne kontaktu uvedenému v nastavení dané oblasti a kategorie." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Přířazeno: %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Poslední hlášení uživatelů" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Přířazeno: %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -596,28 +592,24 @@ msgid "Assign to subdivision:" msgstr "Přiřaďte oddělení:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Přířazeno: %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Všechyn kategorie" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Přířazeno: %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Přířazeno: %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -627,7 +619,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "V současné době funguje pouze vyhledávání a prohlížení nahlášených problémů." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -639,7 +631,7 @@ msgstr "Automatická odpověď" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -672,7 +664,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -680,10 +672,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -700,12 +692,17 @@ msgstr "Subjekty" msgid "Body" msgstr "Subjekt" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Subjekt:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -716,12 +713,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Nevidíte mapu? vynechte tento krok" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -736,7 +733,7 @@ msgstr "Kategorie:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -750,11 +747,11 @@ msgstr "Kategorie:" msgid "Category" msgstr "Katetorie" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -779,9 +776,8 @@ msgid "Change" msgstr "Změnit" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Změnit heslo" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -790,7 +786,7 @@ msgstr "Změnit emailovou adresu" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Změnit heslo" @@ -815,6 +811,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -844,7 +846,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -855,7 +857,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Uzavřena" @@ -893,7 +895,7 @@ msgstr "Motiv:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -902,13 +904,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Nastavení" @@ -933,7 +937,7 @@ msgstr "" msgid "Confirmation" msgstr "Potvrzení" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -972,6 +976,11 @@ msgstr "Kontaktujte nás!" msgid "Continue" msgstr "Pokračovat" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Vytvořit report" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -997,7 +1006,8 @@ msgstr "Úřad" msgid "Council contacts for %s" msgstr "Kontakty na úřad %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "číslo jednací: %s" @@ -1025,33 +1035,32 @@ msgstr "Vytvořit report" msgid "Create an account" msgstr "Vytvořit účet" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Vytvořit kategorii" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "prosím zadejte zprávu" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1072,14 +1081,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Vytvořeno" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Vytvořeno" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1089,17 +1096,16 @@ msgstr "Vytvořeno" msgid "Created:" msgstr "Vytvořeno:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "editace uživatele" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Současné heslo:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1126,6 +1132,11 @@ msgstr "Přehledy" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Uložit změny" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1138,7 +1149,7 @@ msgstr "Odbavované úřadem do 5 pracovních dnů" msgid "Default" msgstr "Výchozí" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1147,6 +1158,11 @@ msgstr "" msgid "Delete" msgstr "Smazat" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Smazána" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1157,7 +1173,7 @@ msgstr "" msgid "Delete theme" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1173,22 +1189,22 @@ msgstr "" msgid "Description" msgstr "Popis" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Podrobnosti" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1201,7 +1217,7 @@ msgstr "" msgid "Details:" msgstr "Podrobnosti:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1213,8 +1229,8 @@ msgstr "Předáno" msgid "Diligency prize league table" msgstr "Tabulka Vížěhů" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1222,7 +1238,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1231,14 +1247,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Získat aktualizace hlášení %s " +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1266,7 +1281,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Není známo" @@ -1283,6 +1298,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Hlášení na webu %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1341,33 +1361,32 @@ msgstr "Upravit" msgid "Edit body details" msgstr "Editace podrobností subjektu" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "editace uživatele" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1408,19 +1427,19 @@ msgstr "Úprava" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-Mail" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1438,11 +1457,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1450,7 +1469,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1459,7 +1478,7 @@ msgstr "" msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1516,7 +1535,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1550,7 +1569,7 @@ msgstr "Zadejte PSČ, název ulice nebo název oblasti" msgid "Enter details of the problem" msgstr "Uveďte podrobnosti daného problému" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1593,11 +1612,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1627,13 +1647,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1681,30 +1701,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Poprvé" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotografie nedávných okolních hlášení" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nová hlášení" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Pro opravu vyberte oblast pokrytí v části Editace podrobností subjektu ve formuláři níže." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Vyřešené" @@ -1721,7 +1744,7 @@ msgstr "Vyřešené - Uživatel" msgid "Flag as deleted" msgstr "Označené za smazané" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Určeno ke sledování" @@ -1730,7 +1753,7 @@ msgstr "Určeno ke sledování" msgid "Flagged reports and users" msgstr "Sledovaná hlášení a sledovaní uživatelé" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Takto označení uživatelé jsou v seznamu na této stránce." @@ -1738,12 +1761,17 @@ msgstr "Takto označení uživatelé jsou v seznamu na této strán msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Označení uživatelé nejsou žádným způsobem omezováni. Je to jen seznam uživatelů, kteří byli označeni k Vaší pozornosti." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Sledováno:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Klikněte na odkaz pro danou oblast, zobrazí se hlášení pouze z této oblasti." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Klikněte na odkaz pro danou oblast, zobrazí se hlášení pouze z této oblasti." @@ -1759,7 +1787,7 @@ msgstr "Více informací naleznete v článku report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3965,7 +4008,7 @@ msgstr "" msgid "Resend report" msgstr "Znovu odeslané hlášení" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4017,9 +4060,8 @@ msgstr "Správné místo?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "použitá mapa" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4033,13 +4075,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4049,18 +4091,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Otočit doleva" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4075,7 +4117,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4091,6 +4133,10 @@ msgstr "" msgid "Save changes" msgstr "Uložit změny" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4139,7 +4185,7 @@ msgstr "Nebyli nalezeni žádní sledovaní uživatelé." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4148,7 +4194,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4163,7 +4209,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Zvolte oblast" @@ -4172,11 +4218,20 @@ msgstr "Zvolte oblast" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Klikněte na odkaz pro danou oblast, zobrazí se hlášení pouze z této oblasti." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4191,7 +4246,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4217,7 +4272,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "odesláno do %s o %s později" @@ -4234,7 +4289,7 @@ msgstr "Služba:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4257,7 +4312,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4273,7 +4328,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4312,12 +4367,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Přihlásit se" @@ -4334,17 +4389,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Přihlaste se nebo si vytvořte účet" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Odhlásit se" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4402,7 +4457,7 @@ msgstr "Nemůžeme bohužel nalézt tuto lokalitu." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4413,21 +4468,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Omlouváme se, nelze lokalizovat. Zkuste ještě jednou." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4436,16 +4487,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4453,10 +4504,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4464,7 +4519,7 @@ msgstr "Poprvé" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4472,7 +4527,7 @@ msgstr "Poprvé" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4485,7 +4540,7 @@ msgstr "Stav" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4501,13 +4556,13 @@ msgstr "" msgid "State:" msgstr "Stav:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4553,23 +4608,23 @@ msgstr "Předmět:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Odeslat" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4577,7 +4632,7 @@ msgstr "Odeslat" msgid "Submit changes" msgstr "Odeslat změny" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Odeslat dotazník" @@ -4586,15 +4641,15 @@ msgstr "Odeslat dotazník" msgid "Submitted" msgstr "Odesláno" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Přihlásit se k odběru" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4606,7 +4661,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4616,15 +4671,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4636,10 +4692,9 @@ msgstr "" msgid "Summary" msgstr "Přehled" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Souhrnný přehled" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4656,11 +4711,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4684,7 +4739,7 @@ msgstr "" msgid "Template email response:" msgstr "Veřejná reakce:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4704,9 +4759,8 @@ msgid "Text alert created" msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Označené za smazané" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4729,9 +4783,8 @@ msgid "Text:" msgstr "Text:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Text" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4757,7 +4810,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Děkujeme za nahrání fotografie. Nyní je třeba lokalizovat Vaše hlášení, proto prosím zadejte název nedaleké ulice nebo poštovní směrovací číslo do pole nad & nbsp;: " -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Díky, rádi slyšíme, že to bylo vyřešeno! Můžeme se ještě zeptat, jestli jste někdy předtím hlásili úřadům problém?" @@ -4796,23 +4849,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "Hlášení bude nyní opět odesláno." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Toto hlášení bylo vyjmuto z FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4844,8 +4897,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4878,7 +4931,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4938,8 +4991,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Seznam oblastí byl povolen službou MapIt na adrese %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Heslo se neshoduje" @@ -4959,11 +5012,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Uživatel nemohl lokalizovat problém v mapě, ale je zobrazeno okolí lokality při zadání hlášení" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5025,7 +5078,7 @@ msgstr "Nastal problém v zobrazení této stránky. Prosím, zkuste později." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5117,15 +5170,15 @@ msgstr "" " Úřad nebude dostávat žádné zprávy, pokud nepokrývá alespoň jednu vybranou oblast." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Tento e-mail byl odeslán na oba úřady působící v dané lokalitě, protože uživatel hlášení nekategorizoval. Prosím ignorujte, pokud nejste oprávněný úřad kompetentní řešit nahlášený problém nebo nám dejte vědět, jaká je to kategorie problémů a kdo jí má na starosti, my jí doplníme do našeho systému." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Tento e-mail byl odeslán na několik úřadů působících v dané lokalitě, protože zvolená kategorie hlášení je uvedena pro všechny z nich. Prosím ignorujte, pokud nejste oprávněný úřad kompetentní řešit nahlášený problém." @@ -5133,9 +5186,14 @@ msgstr "Tento e-mail byl odeslán na několik úřadů působících v dané lok msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Tato informace je vyžadována" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Tato informace je vyžadována" @@ -5157,7 +5215,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5192,15 +5250,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Hlášení čeká na moderování operátorem." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Hlášení je aktuálně označené za uzavřené." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Hlášení je aktuálně označené za vyřešené." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Hlášení je aktuálně označené za otevřené." @@ -5209,7 +5267,7 @@ msgstr "Hlášení je aktuálně označené za otevřené." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Webová stránka také obsahuje fotografii hlášení, poskytnutou uživatelem." @@ -5224,7 +5282,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5272,7 +5330,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Pro zobrazení mapy přesného umístění tohoto problému" @@ -5299,9 +5357,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Celkem" @@ -5345,12 +5403,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5367,23 +5425,23 @@ msgstr "" msgid "Unknown" msgstr "Neznámé" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Neznámý typ upozornění" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Neznámá chyba" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Neznámé ID hlášení" @@ -5400,8 +5458,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Aktualizovat" @@ -5445,9 +5503,8 @@ msgid "Update marked problem as fixed" msgstr "Nastavte označené hlášení za vyřešené" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Aktualizovat status" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5469,14 +5526,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5484,7 +5542,7 @@ msgid "Updated!" msgstr "Aktualizováno!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5520,19 +5578,24 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Zobrazení oblastí" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5544,22 +5607,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5572,27 +5635,27 @@ msgstr "Při vyhledávání byly nalezeny shody v uživatelských jménech nebo msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Uživatelé" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5601,8 +5664,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Hodnoty aktualizovány" @@ -5620,6 +5683,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5629,16 +5696,21 @@ msgstr "" msgid "View report on site" msgstr "Zobrazit hlášení na serveru" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Zobrazení hlášení podle okrsků" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Zobrazení hlášení podle okrsků" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5658,7 +5730,7 @@ msgstr "Zobrazení hlášení" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Oddělení tohoto úřadu" @@ -5671,7 +5743,7 @@ msgstr "Nastavení" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5694,7 +5766,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Uvědomujeme si, že za tento problém by mohl být odpovědný % s; Nicméně, nemáme na ně v současné době žádné kontaktní údaje. Pokud příslušné kontakty znáte, sem s nimi. " @@ -5715,7 +5787,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5736,7 +5808,7 @@ msgstr "Editováno:" msgid "When sent" msgstr "Odesláno:" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5752,7 +5824,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "V požadavku pro vyhledávání je možné hledat s parametrem 'agency_responsible' a omezit požadavky vrácené zpět do administrace. Hledaný výraz je administrativní ID poskytnuté službou MaPit ." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5760,7 +5832,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Chcete se podílet na rozvoji projektu FixMyStreet? Náš kód je open source a je k dispozici na fixmystreet.org ." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Můžeme Vám za měsíc odeslat další dotazník, který Vám připomene zkontrolovat stav Vašeho hlášení?" @@ -5777,13 +5849,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ano" @@ -5791,7 +5863,11 @@ msgstr "Ano" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Stěžujete si, že toto hlášení bylo bezdůvodně moderováno:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5817,7 +5893,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Můžete zobrazit hlášení na tomto webu." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Můžete přidat e-mail zneužívajícího uživatele do seznamu zneužívání a hlášení těchto uživatelů budou skryty (nikdy nebudou odesílány)." @@ -5826,7 +5902,7 @@ msgstr "Můžete přidat e-mail zneužívajícího uživatele do seznamu zneuž msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5858,7 +5934,7 @@ msgstr "Pokud nechcete, aby byl subjekt dále na serveru aktivní, můžete ho o msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5923,7 +5999,7 @@ msgstr "Byli jste úspěšně přihlášeni; zkontrolujte a potvrďte zda jsou p msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Doposud jste nevytvořili žádné hlášení. Nahlaste problém nyní." @@ -5962,15 +6038,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Váš e-mail" @@ -5978,8 +6054,8 @@ msgstr "Váš e-mail" msgid "Your email address" msgstr "Vaše e-mailová adresa" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5997,11 +6073,11 @@ msgstr "Vaše jméno a příjmení" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6010,8 +6086,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Vaše heslo" @@ -6025,9 +6101,9 @@ msgstr "Vaše heslo bylo změněno" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6037,18 +6113,18 @@ msgstr "" msgid "Your phone number" msgstr "Vaše telefonní číslo:" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Vaše hlášení" @@ -6070,7 +6146,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Vaše aktualizace" @@ -6097,7 +6173,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6117,8 +6193,8 @@ msgstr "" msgid "by %s" msgstr "uživatelem %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "úřad" @@ -6131,12 +6207,12 @@ msgstr "bez mapy" msgid "e.g. ‘%s’ or ‘%s’" msgstr "např. ‘%s’ nebo ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6154,7 +6230,7 @@ msgstr "od %s různých uživatelů" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "naposledy upravené %s" @@ -6179,7 +6255,7 @@ msgstr "neuvedeno" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6192,8 +6268,8 @@ msgstr "" msgid "optional" msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "" @@ -6224,6 +6300,11 @@ msgstr "ostatní oblasti:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6258,7 +6339,7 @@ msgstr "V mapě se nenalézají žádné značky hlášení od uživatelů" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "tento typ lokálního problému" @@ -6292,19 +6373,23 @@ msgstr "uživatel je ze stejného úřadu jako hlášení - %d" msgid "user is problem owner" msgstr "uživatel je vlastníkem hlášení" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "okrsek" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6350,14 +6435,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Fotografie" -msgstr[1] "Fotografie" -msgstr[2] "Fotografie" -msgstr[3] "Fotografie" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6432,13 +6517,13 @@ msgstr[2] "" msgstr[3] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s vyřešeno poslední měsíc" -msgstr[1] "%s vyřešeno poslední měsíc" -msgstr[2] "%s vyřešeno poslední měsíc" -msgstr[3] "%s vyřešeno poslední měsíc" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6485,7 +6570,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6512,7 +6597,7 @@ msgstr[1] "Doposud nemáme podrobnosti o úřadech pokrývající tuto lokalitu. msgstr[2] "Doposud nemáme podrobnosti o úřadech pokrývající tuto lokalitu." msgstr[3] "Doposud nemáme podrobnosti o úřadech pokrývající tuto lokalitu." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6521,7 +6606,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6548,57 +6633,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Zadejte PSČ, název ulice nebo název oblasti" - -#~ msgid "Close" -#~ msgstr "Uzavřít" - -#~ msgid "Closed by council" -#~ msgstr "Uzavřena úřadem" - -#~ msgid "Could not find user" -#~ msgstr "Uživatele nelze najít" - -#~ msgid "Filter report list" -#~ msgstr "Filtrovat seznam hlášení" - -#~ msgid "Flag user" -#~ msgstr "Sledovat uživatele" - -#~ msgid "Home" -#~ msgstr "Úvodní stránka" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Chybná agency_responsible hodnota %s" - -#~ msgid "MAP" -#~ msgstr "MAPA" - -#~ msgid "Map" -#~ msgstr "Mapa" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Buďte prosím zdvořilí, struční a vyjadřujte se k věci." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Nezneužívejte tento nástroj - zneužívání vašeho úřadu znehodnocuje službu pro všechny uživatele." - -#~ msgid "Post" -#~ msgstr "Odeslat" - -#~ msgid "Remove flag" -#~ msgstr "Odstranit příznak" - -#~ msgid "Satellite" -#~ msgstr "Satelitní" - -#~ msgid "User flag removed" -#~ msgstr "Uživatel vyjmut ze sledování" - -#~ msgid "User flagged" -#~ msgstr "Uživatel sledován" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Psaní zprávy pouze hůlkovým písmem je těžké číst, stejně jako chybějící interpunkce." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Popis" +msgstr[1] "Popis" +msgstr[2] "Popis" +msgstr[3] "Popis" + +#~ msgid "Place pin on map" +#~ msgstr "Umísti špendlík na mapu" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index 2034d11bacb..068780fb4dd 100644 --- a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,18 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 +# David Wyn Williams , 2023 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Welsh (https://www.transifex.com/mysociety/teams/12067/cy/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: David Wyn Williams , 2023\n" +"Language-Team: Welsh (https://app.transifex.com/mysociety/teams/12067/cy/)\n" "Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +26,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "a" @@ -59,14 +57,14 @@ msgstr "%d i %d o %d" #: templates/web/base/admin/users/import.html:42 msgid "%d users already existed" -msgstr "" +msgstr "defnyddwyr yn bodoli yn barod" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" -msgstr "%s - Adroddiadau" +msgstr "%s - Adroddiadau cryno" #. ("%s here is the site name") #: templates/web/base/admin/navigation.html:3 @@ -106,8 +104,8 @@ msgstr "" msgid "%s live updates" msgstr "%s diweddariad byw" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +113,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "(closed)" msgstr "(ar gau)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +151,15 @@ msgstr "" msgid "(fixed)" msgstr "(wedi trwsio)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Eich adroddiadau" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Dim diweddariadau pellach" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +169,7 @@ msgstr "" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(heb ei anfon at y cyngor)" @@ -185,19 +177,19 @@ msgstr "(heb ei anfon at y cyngor)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(dewisol)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(anfonwyd i'r ddau)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Dewiswch gategori --" @@ -268,11 +260,11 @@ msgstr "Oes, mae gen i gyfrinair" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -298,9 +290,8 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Ychwanegu categori newydd" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -339,6 +330,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Ychwanegu corff" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -363,25 +359,25 @@ msgstr "" msgid "Add user" msgstr "Ychwanegu defnyddiwr" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Ychwanegwyd %s" @@ -399,7 +395,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Eto:" @@ -469,10 +465,9 @@ msgstr "Pob adroddiad rhwng %s a %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Adroddwyd yn y categori %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -486,17 +481,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Eich cyfeiriad e-bost" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Mae diweddariad wedi nodi'r broblem wedi ei thrwsio." @@ -510,7 +504,7 @@ msgstr "Dienw" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -522,6 +516,10 @@ msgstr "Dienw:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -535,6 +533,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -545,7 +544,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -558,19 +557,17 @@ msgstr "" msgid "Assign" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Y problemau lleol diweddaraf a adroddwyd gan ddefnyddwyr" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "allgofnodi" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -590,28 +587,24 @@ msgid "Assign to subdivision:" msgstr "" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "allgofnodi" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Ychwanegu categori newydd" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "allgofnodi" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Ychwanegu categori newydd" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -621,7 +614,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -633,7 +626,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -666,7 +659,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -674,10 +667,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -694,12 +687,17 @@ msgstr "Cyrff" msgid "Body" msgstr "Corff" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Corff:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -710,11 +708,11 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 msgid "Can’t use the map? Skip this step." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -729,7 +727,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -743,11 +741,11 @@ msgstr "" msgid "Category" msgstr "Categori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -772,9 +770,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Newid cyfrinair" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -783,7 +780,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Newid cyfrinair" @@ -806,6 +803,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -835,7 +838,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -846,7 +849,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Ar gau" @@ -884,7 +887,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -893,13 +896,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "" @@ -924,7 +929,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -963,6 +968,11 @@ msgstr "Cysylltu â'r tîm" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Creu adroddiad" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -988,7 +998,8 @@ msgstr "Cyngor" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1016,33 +1027,32 @@ msgstr "Creu adroddiad" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Creu categori" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Rhowch neges" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1063,14 +1073,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Crëwyd" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Crëwyd" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1080,16 +1088,16 @@ msgstr "Crëwyd" msgid "Created:" msgstr "Crëwyd:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1116,6 +1124,11 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Cadw'r newidiadau" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1128,7 +1141,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1137,6 +1150,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Dilëwyd" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1144,11 +1162,10 @@ msgid "Delete template" msgstr "" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Dilëwyd" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1164,26 +1181,24 @@ msgstr "" msgid "Description" msgstr "Disgrifiad" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Disgrifiad" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Manylion" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Holiadur" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1194,7 +1209,7 @@ msgstr "Holiadur" msgid "Details:" msgstr "Manylion:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1206,8 +1221,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1215,7 +1230,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1224,15 +1239,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Adroddwyd yn y categori %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Adroddwyd yn y categori %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1260,7 +1273,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1277,6 +1290,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Adroddwyd ar %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1335,33 +1353,32 @@ msgstr "Golygu" msgid "Edit body details" msgstr "Golygu manylion y corff" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Golygu'r defnyddiwr %d" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1402,19 +1419,19 @@ msgstr "Golygydd" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-bost" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1432,11 +1449,11 @@ msgstr "Crëwyd hysbysiad e-bost" msgid "Email alert deleted" msgstr "Dilëwyd hysbysiad e-bost" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1444,7 +1461,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1453,7 +1470,7 @@ msgstr "" msgid "Email:" msgstr "E-bost:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1510,7 +1527,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1523,9 +1540,8 @@ msgid "Endpoint" msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Rhowch enw stryd ac ardal gerllaw" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1544,7 +1560,7 @@ msgstr "Rhowch enw stryd ac ardal gerllaw" msgid "Enter details of the problem" msgstr "Rhowch fanylion am y broblem" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1587,11 +1603,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1621,13 +1638,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1676,30 +1693,32 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Tro cyntaf" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Lluniau o adroddiadau diweddar gerllaw" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Adroddiadau newydd" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +msgid "FixMyStreet ref: %s" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "" @@ -1716,7 +1735,7 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1725,7 +1744,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1733,12 +1752,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1754,7 +1777,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1778,7 +1801,7 @@ msgstr "Cwestiynau a ofynnir yn aml" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1809,7 +1832,7 @@ msgstr "Derbyn diweddariadau am broblemau %s" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "Derbyn ffrwd RSS" @@ -1843,8 +1866,8 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1852,19 +1875,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "Gafodd y broblem ei thrwsio?" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Ydych chi wedi adrodd problem at y cyngor o'r blaen, neu ai dyma eich tro cyntaf?" @@ -1905,7 +1928,7 @@ msgstr "Cudd" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1937,10 +1960,9 @@ msgstr "" msgid "Hide pins" msgstr "Cuddio'r piniau" -#: templates/web/base/admin/bodies/contact-form.html:85 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" -msgstr "Adroddwyd yn y categori %s" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -2058,7 +2080,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2087,7 +2109,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2118,11 +2140,10 @@ msgid "In progress" msgstr "" #: templates/web/base/dashboard/heatmap.html:33 -#, fuzzy msgid "In wards" -msgstr "ward" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2144,7 +2165,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2153,9 +2174,8 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Nodiadau mewnol" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2165,8 +2185,8 @@ msgstr "Nodiadau mewnol" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2203,11 +2223,10 @@ msgstr "Golygydd diwethaf" #: templates/web/base/admin/reports/_edit_main.html:69 #: templates/web/base/admin/reports/_edit_waste.html:31 -#, fuzzy msgid "Last failure:" -msgstr "Diweddariad diwethaf:" +msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2269,12 +2288,12 @@ msgstr "Hysbysiadau lleol" msgid "Locate the problem on a map of the area" msgstr "Lleoli'r broblem ar fap o'r ardal" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2290,17 +2309,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2308,16 +2327,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2331,11 +2350,11 @@ msgstr "" msgid "Mark as sent" msgstr "Nodi ei fod wedi'i anfon" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2353,7 +2372,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2370,7 +2389,7 @@ msgstr "jurisdiction_id coll" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2393,12 +2412,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mis" @@ -2408,9 +2427,9 @@ msgstr "Mis" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2437,12 +2456,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Enw" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2472,12 +2491,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2500,11 +2519,11 @@ msgstr "" msgid "New body added" msgstr "Ychwanegwyd corff newydd" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2526,13 +2545,17 @@ msgstr "Problemau lleol newydd ar FixMyStreet" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2625,18 +2648,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2644,7 +2667,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Dim corff" @@ -2670,8 +2693,8 @@ msgstr "" msgid "No further updates" msgstr "Dim diweddariadau pellach" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2696,8 +2719,8 @@ msgstr "" msgid "No supporters" msgstr "Dim cefnogwyr" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2705,19 +2728,19 @@ msgstr "Dim cefnogwyr" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Dim" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2725,7 +2748,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2806,7 +2829,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2817,7 +2840,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ar agor" @@ -2846,7 +2869,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2854,11 +2877,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2867,19 +2890,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2916,36 +2939,32 @@ msgid "Parent" msgstr "Rhiant" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Creu categori" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Rhannol" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Cyfrinair (dewisol)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Newidiwyd eich cyfrinair" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Cyfrinair (dewisol)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Dolen barhaol" +msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2953,20 +2972,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Ffôn:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Rhif ffôn" @@ -2983,7 +3001,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2995,13 +3013,20 @@ msgstr "Ffôn:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Llun" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -3017,6 +3042,14 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Lluniau o adroddiadau diweddar gerllaw" @@ -3039,29 +3072,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3071,8 +3098,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -3081,11 +3108,12 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3097,14 +3125,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Rhowch neges" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3113,17 +3141,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Rhowch gyfrinair" @@ -3142,9 +3170,9 @@ msgid "Please enter a valid UK phone number" msgstr "Rhowch eich rhif ffôn" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3157,7 +3185,7 @@ msgid "Please enter a valid email address" msgstr "Rhowch gyfeiriad e-bost dilys" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3172,8 +3200,8 @@ msgstr "Rhowch fanylion" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3191,9 +3219,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Rhowch eich enw llawn, mae angen y wybodaeth hon ar y cyngor – os na hoffech ddatgelu eich enw ar y wefan, dad-diciwch y blwch isod" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Rhowch eich enw" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3246,9 +3273,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Rhowch gyfeiriad e-bost dilys" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3264,7 +3290,7 @@ msgstr "Noder na chaiff diweddariadau eu hanfon at y cyngor." msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3277,15 +3303,15 @@ msgstr "" msgid "Please note:" msgstr "Noder:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3331,7 +3357,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3363,7 +3389,7 @@ msgstr "Postiwyd gan %s am %s" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3371,11 +3397,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3387,7 +3413,7 @@ msgstr "" msgid "Previous" msgstr "Blaenorol" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3429,23 +3455,20 @@ msgid "Problem %d created" msgstr "Crëwyd y broblem %d" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Anfonwyd y broblem %s at y cyngor" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Cadarnhawyd y broblem %s" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Crëwyd y broblem %d" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Crëwyd y broblem %d" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3461,7 +3484,7 @@ msgstr "Anfonwyd y broblem %s at y cyngor" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3469,13 +3492,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemau" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3491,11 +3514,11 @@ msgstr "Problemau ar y map" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3514,7 +3537,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3527,11 +3550,11 @@ msgstr "Cyfeiriad yr eiddo:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3545,7 +3568,7 @@ msgstr "Darparu diweddariad" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Mae darparu cyfrinair yn ddewisol, ond bydd yn eich galluogi i adrodd problemau'n haws, gadael diweddariadau a rheoli eich adroddiadau." @@ -3568,9 +3591,8 @@ msgid "Publish photo" msgstr "Cyhoeddi llun" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Holiadur" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3592,9 +3614,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3620,11 +3642,11 @@ msgstr "Ffrwd RSS %s" msgid "RSS feed of %s, within %s ward" msgstr "Ffrwd RSS %s, o fewn ward %s" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "Ffrwd RSS o broblemau gerllaw" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3657,19 +3679,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Derbyn e-bost pan fydd diweddariadau i'r broblem hon." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Derbyn e-bost pan fydd diweddariadau i'r broblem hon." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3702,7 +3723,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3727,8 +3748,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3778,11 +3799,10 @@ msgstr "" msgid "Report abuse" msgstr "Adrodd camddefnydd" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Adroddwyd yn ddienw am %s" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3796,9 +3816,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Adrodd camddefnydd" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3821,18 +3840,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Adrodd, gweld, neu drafod problemau lleol" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Adroddwyd yn ddienw am %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Adroddwyd eisoes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Adroddwyd gan %s am %s" @@ -3846,27 +3865,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Adroddwyd yn y categori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Adroddwyd yn y categori %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Adroddwyd yn y categori %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Adroddwyd drwy %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Adroddwyd drwy %s gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Adroddwyd drwy %s yn y categori %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Adroddwyd drwy %s yn y categori %s am %s" @@ -3890,17 +3909,17 @@ msgstr "Adrodd problem" msgid "Reporting message" msgstr "Adrodd problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Adroddiadau" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3914,11 +3933,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3953,6 +3972,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3962,7 +3985,7 @@ msgstr "" msgid "Resend report" msgstr "Ailanfon adrodd" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4029,13 +4052,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4045,18 +4068,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Cylchdroi i'r chwith" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4071,7 +4094,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4087,6 +4110,10 @@ msgstr "" msgid "Save changes" msgstr "Cadw'r newidiadau" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4135,7 +4162,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4144,7 +4171,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4159,7 +4186,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4168,11 +4195,19 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4187,7 +4222,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4213,7 +4248,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4230,7 +4265,7 @@ msgstr "Gwasanaeth:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4253,7 +4288,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4269,7 +4304,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4308,12 +4343,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Mewngofnodi" @@ -4330,17 +4365,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Mewngofnodi neu greu cyfrif" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Allgofnodi" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4398,7 +4433,7 @@ msgstr "Mae'n ddrwg gennym, ni allwn ddod o hyd i'r lleoliad hwnnw." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4409,21 +4444,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4432,16 +4463,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4449,10 +4480,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4460,7 +4495,7 @@ msgstr "Tro cyntaf" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4468,7 +4503,7 @@ msgstr "Tro cyntaf" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4481,7 +4516,7 @@ msgstr "Cyflwr" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4497,13 +4532,13 @@ msgstr "" msgid "State:" msgstr "Cyflwr:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4549,23 +4584,23 @@ msgstr "Pwnc:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Cyflwyno" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4573,7 +4608,7 @@ msgstr "Cyflwyno" msgid "Submit changes" msgstr "Cyflwyno newidiadau" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Cyflwyno'r holiadur" @@ -4582,15 +4617,15 @@ msgstr "Cyflwyno'r holiadur" msgid "Submitted" msgstr "Cyflwynwyd" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Tanysgrifio" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4602,7 +4637,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4612,15 +4647,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4632,10 +4668,9 @@ msgstr "" msgid "Summary" msgstr "Crynodeb" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Adroddiadau" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4652,11 +4687,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4680,7 +4715,7 @@ msgstr "" msgid "Template email response:" msgstr "Ymateb cyhoeddus:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4696,14 +4731,12 @@ msgid "Text" msgstr "Testun" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Crëwyd hysbysiad e-bost" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Dilëwyd hysbysiad e-bost" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4726,9 +4759,8 @@ msgid "Text:" msgstr "Testun:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Testun" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4754,7 +4786,7 @@ msgstr "Diolch am eich adborth" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Diolch am uwchlwytho eich llun. Nawr mae'n rhaid i ni leoli eich problem, felly rhowch enw stryd cyfagos neu god post yn y blwch uchod :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Diolch, mae'n dda gennym glywed y cafodd ei drwsio! Gawn ni ofyn a ydych wedi adrodd problem i gyngor o'r blaen?" @@ -4793,23 +4825,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "Ailanfonir y broblem nawr." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4839,8 +4871,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4871,7 +4903,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4931,8 +4963,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Nid yw'r cyfrineiriau'n cyfateb" @@ -4952,11 +4984,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5016,7 +5048,7 @@ msgstr "Bu gwall dangos y dudalen hon. Rhowch gynnig arall arni nes ymlaen." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5098,15 +5130,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5114,9 +5146,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Mae'r wybodaeth hon yn ofynnol" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" @@ -5138,7 +5175,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5173,15 +5210,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Mae'r adroddiad hwn wedi'i nodi ar gau." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5190,7 +5227,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Mae'r dudalen we hon yn cynnwys llun o'r broblem, a ddarparwyd gan y defnyddiwr." @@ -5205,7 +5242,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5253,7 +5290,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5280,9 +5317,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Cyfanswm" @@ -5326,12 +5363,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5348,23 +5385,23 @@ msgstr "" msgid "Unknown" msgstr "Anhysbys" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Gwall anhysbys" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5381,8 +5418,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5426,9 +5463,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Diweddariadau" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5450,14 +5486,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5465,7 +5502,7 @@ msgid "Updated!" msgstr "Diweddarwyd!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5501,19 +5538,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5525,22 +5566,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5553,27 +5594,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Defnyddwyr" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5582,8 +5623,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5601,6 +5642,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5610,16 +5655,21 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Gweld adroddiadau yn ôl ward" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Gweld adroddiadau yn ôl ward" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5639,7 +5689,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Wardiau'r cyngor hwn" @@ -5651,7 +5701,7 @@ msgstr "" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5674,7 +5724,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5695,7 +5745,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5716,7 +5766,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5732,7 +5782,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5740,7 +5790,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Hoffech chi dderbyn holiadur arall ymhen 4 wythnos, i'ch atgoffa i wirio'r statws?" @@ -5757,13 +5807,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "" @@ -5771,7 +5821,11 @@ msgstr "" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5797,7 +5851,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Gallwch weld y broblem ar y wefan hon." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5806,7 +5860,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5836,7 +5890,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5901,7 +5955,7 @@ msgstr "Mewngofnodwyd yn llwyddiannus; gwiriwch a chadarnhewch fod eich manylion msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5937,15 +5991,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Eich e-bost" @@ -5953,8 +6007,8 @@ msgstr "Eich e-bost" msgid "Your email address" msgstr "Eich cyfeiriad e-bost" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5972,11 +6026,11 @@ msgstr "Eich enw" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5985,8 +6039,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Eich cyfrinair" @@ -6000,9 +6054,9 @@ msgstr "Newidiwyd eich cyfrinair" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6012,18 +6066,18 @@ msgstr "" msgid "Your phone number" msgstr "Eich rhif ffôn" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Eich adroddiadau" @@ -6045,7 +6099,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Eich diweddariadau" @@ -6072,7 +6126,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6092,8 +6146,8 @@ msgstr "" msgid "by %s" msgstr "gan %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "cyngor" @@ -6106,12 +6160,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "e.e. '%s' neu '%s'" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6129,7 +6183,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "diweddarwyd ddiwethaf %s" @@ -6154,7 +6208,7 @@ msgstr "ddim yn berthnasol" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6164,15 +6218,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(dewisol)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "neu" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6201,6 +6253,10 @@ msgstr "ardaloedd eraill:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +msgid "ref: %s" +msgstr "" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6235,7 +6291,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6269,19 +6325,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "ward" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6327,14 +6387,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Llun" -msgstr[1] "Llun" -msgstr[2] "Llun" -msgstr[3] "Llun" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6462,7 +6522,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6489,7 +6549,7 @@ msgstr[1] "Nid oes gennym fanylion am y cyngor sy'n rheoli'r lleoliad hwn." msgstr[2] "Nid oes gennym fanylion am y cyngor sy'n rheoli'r lleoliad hwn." msgstr[3] "Nid oes gennym fanylion am y cynghorau sy'n rheoli'r lleoliad hwn." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6498,7 +6558,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6525,42 +6585,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Rhowch enw stryd ac ardal gerllaw" - -#~ msgid "Could not find user" -#~ msgstr "Methu dod o hyd i'r defnyddiwr" - -#~ msgid "Home" -#~ msgstr "Hafan" - -#~ msgid "MAP" -#~ msgstr "MAP" - -#~ msgid "Map" -#~ msgstr "Map" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Byddwch yn gwrtais, yn gryno ac yn berthnasol." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Peidiwch â bod yn sarhaus — byddai sarhau eich cyngor yn dibrisio'r gwasanaeth i bawb." - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Mae ysgrifennu eich holl neges mewn priflythrennau yn ei gwneud hi'n anodd i'w darllen, ac felly hefyd diffyg atalnodi." - -#~ msgid "Closed by council" -#~ msgstr "Caewyd gan y cyngor" - -#~ msgid "OK" -#~ msgstr "Iawn" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Bu gwall gyda'r e-bost neu'r cyfrinair. Rhowch gynnig arall arni." - -#~ msgid "or locate me automatically" -#~ msgstr "neu dewch o hyd i fi'n awtomatig" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Disgrifiad" +msgstr[1] "Disgrifiad" +msgstr[2] "Disgrifiad" +msgstr[3] "Disgrifiad" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index 910a52b85e7..24de2d48a95 100644 --- a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Danish (Denmark) (https://www.transifex.com/mysociety/teams/12067/da_DK/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Danish (Denmark) (https://app.transifex.com/mysociety/teams/12067/da_DK/)\n" "Language: da_DK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " og " @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - opsummeringsrapporter" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aktive opdateringer" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s spørgeskemaer sendt – %s besvaret (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap -bidragsydere" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(lukket)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(løst)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Dine opdateringer" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Ikke flere opdateringer" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(som graffite, affald, hul i vejen, eller ødelagt gadelys)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(ikke rapporteret til myndigheden)" @@ -185,19 +176,19 @@ msgstr "(ikke rapporteret til myndigheden)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(valgfrit)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vælg en kategori --" @@ -268,11 +259,11 @@ msgstr "Ja, jeg har en adgangskode" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -298,9 +289,8 @@ msgid "Add a contact using the form below." msgstr "Tilføj en kontakt ved at bruge formularen nedenfor." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Tilføj ny kategori" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -339,6 +329,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Tilføj myndighed" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -363,25 +358,25 @@ msgstr "" msgid "Add user" msgstr "Tilføj bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Tilføjede %s" @@ -399,7 +394,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Gentag:" @@ -469,10 +464,9 @@ msgstr "Alle rapporter mellem %s og %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Rapporteret i kategorien %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -486,17 +480,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Din e-postadresse" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "En opdatering markerede dette problem som ordnet." @@ -510,7 +503,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -522,6 +515,10 @@ msgstr "Anonym:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -535,6 +532,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -545,7 +543,7 @@ msgstr "" msgid "Area covered" msgstr "Dækket område" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -555,24 +553,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Da reproduktionsstedet og %s ikke stemmer, vil beskeden som er lavet her, blive sendt til problemrapportøren, og ikke til kontakten som er givet for beskedformålet." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Tildelt %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "De sidste problemer rapporteret af brugere" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Tildelt %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Tildelt %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -592,28 +586,24 @@ msgid "Assign to subdivision:" msgstr "Tildelt underafdeling:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Tildelt %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Tildelt %s" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Tildelt %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Tildelt %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -623,7 +613,7 @@ msgstr "Højst %d forespørgsler bliver returneret i hver forespørgsel. De ret msgid "At the moment only searching for and looking at reports work." msgstr "For øjeblikket er det kun søgning efter og at visning af rapporter som fungerer." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -635,7 +625,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -668,7 +658,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -676,10 +666,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -696,12 +686,17 @@ msgstr "Administrationer" msgid "Body" msgstr "Administration" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Administration:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -712,12 +707,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Hvis du ikke kan se kortet, så overspring dette trin." -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -732,7 +727,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -746,11 +741,11 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -775,9 +770,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Skift adgangskode" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -786,7 +780,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Skift adgangskode" @@ -809,6 +803,12 @@ msgstr "Vælg et kategorinavn som giver mening for indbyggerne msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -838,7 +838,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -849,7 +849,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Lukket" @@ -887,7 +887,7 @@ msgstr "Mærkevaresamarbejde:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -896,13 +896,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Opsætning" @@ -927,7 +929,7 @@ msgstr "" msgid "Confirmation" msgstr "Bekræftelse" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -966,6 +968,11 @@ msgstr "Kontakt projektgruppen" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Lav en rapport" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -991,7 +998,8 @@ msgstr "Administration" msgid "Council contacts for %s" msgstr "Administrationskontakter for %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "myndighedsreference: %s" @@ -1019,33 +1027,32 @@ msgstr "Lav en rapport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lav kategori" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Venligst indlæg en besked" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1066,14 +1073,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Oprettet" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Oprettet" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1083,17 +1088,16 @@ msgstr "Oprettet" msgid "Created:" msgstr "Oprettet:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "redigér bruger" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1120,6 +1124,11 @@ msgstr "Oversigt" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Gem ændringer" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1132,7 +1141,7 @@ msgstr "Behandlet af underafdeling inden 5 arbejdsdage" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1141,6 +1150,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Slettet" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1148,11 +1162,10 @@ msgid "Delete template" msgstr "" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Slettet" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1168,26 +1181,24 @@ msgstr "" msgid "Description" msgstr "Beskrivelse" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Beskrivelse" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Spørgeskema" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1198,7 +1209,7 @@ msgstr "Spørgeskema" msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1210,8 +1221,8 @@ msgstr "Delegeret" msgid "Diligency prize league table" msgstr "Arbejdsheste" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1219,7 +1230,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1228,15 +1239,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Rapporteret i kategorien %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Rapporteret i kategorien %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1264,7 +1273,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Véd ikke" @@ -1281,6 +1290,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Rapport på %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1342,33 +1356,32 @@ msgstr "Redigér" msgid "Edit body details" msgstr "Redigér detaljer for myndighed" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "redigér bruger" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1409,19 +1422,19 @@ msgstr "Opdateret af" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-post" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1439,11 +1452,11 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1451,7 +1464,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1460,7 +1473,7 @@ msgstr "" msgid "Email:" msgstr "E-post:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1523,7 +1536,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1536,9 +1549,8 @@ msgid "Endpoint" msgstr "Endepunkt" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Indtast et vejnavn i Zürich" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1557,7 +1569,7 @@ msgstr "Indtast et vejnavn og sted" msgid "Enter details of the problem" msgstr "Indtast detaljer om problemet" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1600,11 +1612,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1634,13 +1647,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1689,30 +1702,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Første gang" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Billeder af nye problemer i nærheden" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nye rapporter" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Fiks dette ved at vælge en area covered i Edit body details-skemaet nedenfor." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Løst" @@ -1729,7 +1745,7 @@ msgstr "Løst - Bruger" msgid "Flag as deleted" msgstr "Markér som slettet" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Markeret:" @@ -1738,7 +1754,7 @@ msgstr "Markeret:" msgid "Flagged reports and users" msgstr "Markerede rapporter og brugere" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Markerede brugere er listet op på Markerede-siden." @@ -1746,12 +1762,17 @@ msgstr "Markerede brugere er listet op på Markerede-siden." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Markerede brugere er ikke begrænset på noget måde. Dette er bare en liste med brugere som er blevet markeret for at give dem opmærksomhed." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Markeret:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Følg en bydelslænke for at kun se rapporter indenfor denne bydel." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Følg en bydelslænke for at kun se rapporter indenfor denne bydel." @@ -1767,7 +1788,7 @@ msgstr "For mere information, se report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3987,7 +4008,7 @@ msgstr "" msgid "Resend report" msgstr "Send rapport igen" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4039,9 +4060,8 @@ msgstr "Rigtig sted?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "brugte kort" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4055,13 +4075,13 @@ msgstr "Vejoperatør for denne navngivne vej (fra OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4071,18 +4091,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotér til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4097,7 +4117,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4113,6 +4133,10 @@ msgstr "" msgid "Save changes" msgstr "Gem ændringer" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4161,7 +4185,7 @@ msgstr "Søgningen fandt ingen brugere." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4170,7 +4194,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4185,7 +4209,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Vælg et område" @@ -4194,11 +4218,20 @@ msgstr "Vælg et område" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Følg en bydelslænke for at kun se rapporter indenfor denne bydel." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4213,7 +4246,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4239,7 +4272,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" @@ -4256,7 +4289,7 @@ msgstr "Tjeneste:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4279,7 +4312,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4295,7 +4328,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4334,12 +4367,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Log ind" @@ -4356,17 +4389,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Log ind eller opret en konto" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Log ud" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4427,7 +4460,7 @@ msgstr "Beklager, men vi kunne ikke finde dette sted." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4438,22 +4471,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Beklager, men vi kunne ikke tolke den position. Prøv venligst igen." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Beklager, men vi kunne ikke tolke den position. Prøv venligst igen." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4462,16 +4490,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4479,10 +4507,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4490,7 +4522,7 @@ msgstr "Første gang" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4498,7 +4530,7 @@ msgstr "Første gang" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4511,7 +4543,7 @@ msgstr "Tilstand" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4527,13 +4559,13 @@ msgstr "" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4579,23 +4611,23 @@ msgstr "Emne:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Send ind" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4603,7 +4635,7 @@ msgstr "Send ind" msgid "Submit changes" msgstr "Indsend ændringer" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Indsend spørgeskema" @@ -4612,15 +4644,15 @@ msgstr "Indsend spørgeskema" msgid "Submitted" msgstr "Sendt ind" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Abonnér" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4629,11 +4661,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Opdateringer er begrænset til %s tegn i længde. Venligst skriv en kortere tekst." +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4643,15 +4674,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4663,10 +4695,9 @@ msgstr "" msgid "Summary" msgstr "Opsummering" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Opsummeringsrapporter" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4683,11 +4714,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4711,7 +4742,7 @@ msgstr "" msgid "Template email response:" msgstr "Offentlig respons:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4727,14 +4758,12 @@ msgid "Text" msgstr "Tekst" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Epostvarsel laget" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Epostvarsel slettet" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4757,9 +4786,8 @@ msgid "Text:" msgstr "Tekst:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Tekst" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4785,7 +4813,7 @@ msgstr "Tak for din tilbagemelding" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Tak for at du har lagt dit billede op. Vi skal nu placere dit problem, så vær sød at indtaste navnet på en vej eller et postnummer i området i boksen ovenfor :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Tak, glad for at høre at problemet er fikset! Vi vil gjerne spørge dig om du har rapporteret et problem til en myndighed tidligere?" @@ -4824,23 +4852,23 @@ msgstr "Det problem er blevet markeret som sendt." msgid "That problem will now be resent." msgstr "Det problem vil nu blive sendt igen." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Den rapport er blevet fjernet fra FixMinVej." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4874,8 +4902,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4910,10 +4938,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Det problem er blevet markeret som sendt." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4975,8 +5002,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listen over tilgængelige områder kommer fra MapIt-tjenesten på %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Adgangskoderne er ikke ens" @@ -4996,11 +5023,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brugeren kunne ikke placere problemet på et kort, men kontrollér området omkring stedet de angav" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5062,7 +5089,7 @@ msgstr "Der var problemer med at vise denne side. Venligst prøv igen senere." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5153,15 +5180,15 @@ msgstr "" "En instans vil ikke få nogen beskeder hvis det ikke dækker mindst ét område." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-post er blevet sendt til begge myndigheder som dækker stedet for problemet, da brugeren ikke kategoriserede det. Vær sød at ignorere den hvis I ikke er korrekt myndighed for at håndtere denne sag, eller give os besked om hvilken kategori af problemer dette er, så vi kan tilføje det i vores system." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-post er blevet sendt til flere myndigheder som dækker stedet for problemet, da den valgte kategori er tilgængelig for disse. Vær sød at ignorere e-posten hvis I ikke er korrekt myndighed for at håndtere denne sag." @@ -5169,9 +5196,14 @@ msgstr "Denne e-post er blevet sendt til flere myndigheder som dækker stedet fo msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Denne information er påkrævet" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Denne information er påkrævet" @@ -5193,7 +5225,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5228,15 +5260,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Denne rapport afventer moderation" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Denne rapport er for tiden markeret som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Denne rapport er for tiden markeret som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Denne rapport er for tiden markeret som åben." @@ -5245,7 +5277,7 @@ msgstr "Denne rapport er for tiden markeret som åben." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Denne netside indeholder også et billede af problemet, sendt ind af brugeren." @@ -5260,7 +5292,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5308,7 +5340,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "For at se et kort med en mere præsis placering for dette problem." @@ -5335,9 +5367,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Totalt" @@ -5381,12 +5413,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5403,23 +5435,23 @@ msgstr "" msgid "Unknown" msgstr "Ukendt" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Ukendt varsel-type" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Ukendt fejl" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Ukendt problem-Id" @@ -5436,16 +5468,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Opdatering" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Opdatering %s oprettet for problem %d, af %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5482,9 +5513,8 @@ msgid "Update marked problem as fixed" msgstr "En opdatering markerede dette problem som fikset." #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Opdatér tilstanden" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5506,14 +5536,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5521,7 +5552,7 @@ msgid "Updated!" msgstr "Opdateret!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5554,23 +5585,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "Ser på et sted" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5582,22 +5617,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5610,27 +5645,27 @@ msgstr "Brugersøgning finder træf på brugernavne og epostadresser. " msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Brugere" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5639,8 +5674,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Værdier opdateret" @@ -5658,6 +5693,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5667,16 +5706,21 @@ msgstr "" msgid "View report on site" msgstr "Se rapport på netstedet" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Se rapport per bydel" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Se rapport per bydel" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5696,7 +5740,7 @@ msgstr "Ser på et problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Bydele indenfor denne myndighed" @@ -5709,7 +5753,7 @@ msgstr "Opsætning" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5732,7 +5776,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi indser at %s kan være ansvarlig for dette problem, men vi mangler for tiden kontaktinformation for dem. Hvis du kender en egnet kontaktadresse, så tag kontakt med os." @@ -5753,7 +5797,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Vi er kede af at høre at problemet ikke er løst. Hvad med at forsøge at skrive til dine lokale repræsentanter?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5774,7 +5818,7 @@ msgstr "Hvornår redigeret" msgid "When sent" msgstr "Hvornår sendt" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5790,7 +5834,7 @@ msgstr "Hvorfor stoppe der? Sæt flere varsler op gratis msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Når du søger efter forespørgsler, så er det også muligt at søge efter agency_responsible for at begrænse det til forespørgsler som er sendt til en enkelt admindstration. Søgtetermen er administrations-IDen som angivet af MaPit." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5798,7 +5842,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Kunne du tænke dig at bidrage til FixMinVej? Vores kKildekoden er frit programmel og tilgængelig via fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Kunne du tænke dig at modtage en ny forespørgsel om 4 uger, som minder dig om at tjekke status?" @@ -5815,13 +5859,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5829,7 +5873,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Du klager over at denne problemrapport blev modereret uden grund:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5855,7 +5903,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Du kan læse om problemet på denne side." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Du kan føje en misbrugers epostadresse til misbrugslisten, hvilket automatisk skjuler (og aldrig sender) rapporter vedkommende opretter." @@ -5864,7 +5912,7 @@ msgstr "Du kan føje en misbrugers epostadresse til misbrugslisten, hvilket auto msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5896,7 +5944,7 @@ msgstr "Du kan markere en myndighed som slettet hvis du ikke ønsker at den skal msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5961,7 +6009,7 @@ msgstr "Du har lykkes med at logge ind. Venligst kontrollér og bekræft at dine msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har ikke lavet en rapport endnu. Rapportér et problem nu." @@ -5999,15 +6047,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Din e-post" @@ -6015,8 +6063,8 @@ msgstr "Din e-post" msgid "Your email address" msgstr "Din e-postadresse" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6034,11 +6082,11 @@ msgstr "Dit navn" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6047,8 +6095,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Din adgangskode" @@ -6062,9 +6110,9 @@ msgstr "Din adgangskode er blevet ændret" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6074,18 +6122,18 @@ msgstr "" msgid "Your phone number" msgstr "Dit telefonnummer" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Dine opdateringer" @@ -6107,7 +6155,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Dine opdateringer" @@ -6134,7 +6182,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6154,8 +6202,8 @@ msgstr "" msgid "by %s" msgstr "af %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "myndighed (fx kommune)" @@ -6168,12 +6216,12 @@ msgstr "brugte ikke kort" msgid "e.g. ‘%s’ or ‘%s’" msgstr "for eksempel '%s' eller '%s'" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6191,7 +6239,7 @@ msgstr "fra %s forskellige brugere" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "sidst opdateret %s" @@ -6216,7 +6264,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6226,15 +6274,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(valgfrit)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr " eller " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6263,6 +6309,11 @@ msgstr "andre områder:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6297,7 +6348,7 @@ msgstr "Der vises ingen nål på grund af at brugeren ikke brugte kortet" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "denne type lokalt problem" @@ -6331,19 +6382,23 @@ msgstr "bruger er fra samme myndighed som problemet - %d" msgid "user is problem owner" msgstr "bruger er ejer af problemet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "bydel" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6379,12 +6434,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Billed" -msgstr[1] "Billed" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6443,11 +6498,11 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s fikset sidste måned" -msgstr[1] "%s fikset sidste måned" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6484,7 +6539,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6505,14 +6560,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Vi har endnu ikke detaljer for myndigheden som dækker dette sted." msgstr[1] "Vi har endnu ikke detaljer for myndighederne som dækker dette sted." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6533,98 +6588,12 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Ser på et sted" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Indtast et vejnavn og sted" - -#~ msgid "Could not find user" -#~ msgstr "Kunne ikke finde bruger" - -#~ msgid "Flag user" -#~ msgstr "Markér bruger" - -#~ msgid "Home" -#~ msgstr "Hjem" - -#~ msgid "MAP" -#~ msgstr "KORT" - -#~ msgid "Map" -#~ msgstr "Kort" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Vær høflig, præcis og kortfattet." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Vær ikke ufin — at skælde ud på din myndighed skader værdien af tjenesten for alle brugerne." - -#~ msgid "Remove flag" -#~ msgstr "Fjern markering" - -#~ msgid "Satellite" -#~ msgstr "Satelit" - -#~ msgid "User flag removed" -#~ msgstr "Brugermarkering fjernet" - -#~ msgid "User flagged" -#~ msgstr "Bruger markeret" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Når du skriver din besked med kun store bogstaver bliver den vanskelig at læse. Det samme gælder manglende tegnsætning." - -#~ msgid "Closed by council" -#~ msgstr "Lukket af myndigheden" - -#~ msgid "Filter report list" -#~ msgstr "Filtrér rapportliste" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Ugyldig agency_responsible-værdi %s" - -#~ msgid "Post" -#~ msgstr "Indsend" - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Tjek private hvis beskeder i denne gruppe ikke skal vises på netsiderne.\n" -#~ "
\n" -#~ "Normalt er kategorier ikke interne
\n" -#~ "Dette er passerende når du ønsker at tillade brugere at indsende besked til myndigheden, men ikke vil vise\n" -#~ "den udadtil. I England har de brugt dette til opgaver som at bede om en ekstra papirkurv på et bestemt sted." - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Hvis du bruger en sendemetode som ikke er e-post, så indtast tjeneste-ID (Open311) eller tilsvarende identifikator her." - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Denne rapport kan ikke vises på %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "Beskeder om denne kategori bliver sendt til E-postadressen.\n" -#~ "For denne myndighed kan også andre kategorier have samme e-postadresse." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Der var problemer med din epost/adgangskode-kombination. Vær sød at forsøge igen." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Dette er et udviklernetsted.Ting kan gå i stykker når som helst og databasen vil blive slettet periodisk." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Beskrivelse" +msgstr[1] "Beskrivelse" -#~ msgid "or locate me automatically" -#~ msgstr "eller find min position automatisk" +#~ msgid "Place pin on map" +#~ msgstr "Placér tegnestiften på kortet" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 24116b8f4fa..d6f68a17cca 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,34 +4,30 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2022-06-21 10:27+0200\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: German (Switzerland) (https://www.transifex.com/mysociety/teams/12067/de_CH/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: German (Switzerland) (https://app.transifex.com/mysociety/teams/12067/de_CH/)\n" "Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.0\n" #: templates/web/base/admin/bodies/form.html:95 msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "und" @@ -65,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "Alle Meldungen" @@ -107,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -150,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(beantwortet)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -158,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(beantwortet)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Meldung anpassen" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Bearbeitung abschliessen" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -178,7 +168,7 @@ msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "" @@ -186,19 +176,19 @@ msgstr "" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(optional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -208,9 +198,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Organisation wählen" +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -270,11 +259,11 @@ msgstr "Passwort" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -300,9 +289,8 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Füge neue Kategorie hinzu" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -341,6 +329,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "DA / Externe Adresse hinzufügen" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -365,26 +358,25 @@ msgstr "" msgid "Add user" msgstr "User hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Vorlagen für %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Füge neue Kategorie hinzu" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Vorlagen für %s" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "" @@ -399,11 +391,10 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:65 #: templates/web/base/maps/openlayers.html:64 -#, fuzzy msgid "Aerial map" -msgstr "Luftbild" +msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Nochmals" @@ -473,10 +464,9 @@ msgstr "Alle Meldungen von %s bis %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "In der Kategorie %s gemeldet" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -490,17 +480,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "E-Mail Adresse ändern" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "" @@ -514,7 +503,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -526,6 +515,10 @@ msgstr "Anonym" msgid "Another user" msgstr "User hinzufügen" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -539,6 +532,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -549,7 +543,7 @@ msgstr "" msgid "Area covered" msgstr "Gebiet" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -559,23 +553,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Besten Dank für Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zuständigkeitsbereich der am Pilot beteiligten Fachbereiche fällt.
Freundliche Grüsse
Ihre Stadt Zürich" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "User an Gegenden zuweisen" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" -msgstr "User an Kategorie zuweisen:" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Besten Dank für Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zuständigkeitsbereich der am Pilot beteiligten Fachbereiche fällt.
Freundliche Grüsse
Ihre Stadt Zürich" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -595,28 +586,24 @@ msgid "Assign to subdivision:" msgstr "An Fachbereich zuweisen" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Besten Dank für Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zuständigkeitsbereich der am Pilot beteiligten Fachbereiche fällt.
Freundliche Grüsse
Ihre Stadt Zürich" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "User an Gegenden zuweisen" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Alle Kategorien" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Besten Dank für Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zuständigkeitsbereich der am Pilot beteiligten Fachbereiche fällt.
Freundliche Grüsse
Ihre Stadt Zürich" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Besten Dank für Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zuständigkeitsbereich der am Pilot beteiligten Fachbereiche fällt.
Freundliche Grüsse
Ihre Stadt Zürich" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -626,7 +613,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -638,7 +625,7 @@ msgstr "" msgid "Auto-response:" msgstr "Rückmeldung an User" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -671,7 +658,7 @@ msgstr "Alle Meldungen" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -679,10 +666,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -699,12 +686,17 @@ msgstr "Externe Adressen" msgid "Body" msgstr "Organisation" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Organisation" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -715,12 +707,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Falls Sie kein E-Mail erhalten haben, überprüfen Sie bitte Ihren Spamordner." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Karte nicht sichtbar? Überspringen Sie diesen Schritt" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -735,7 +727,7 @@ msgstr "Kategorie:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -749,11 +741,11 @@ msgstr "Kategorie:" msgid "Category" msgstr "Kategorie" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorie von ‘%s’ nach ‘%s’ geändert" @@ -778,9 +770,8 @@ msgid "Change" msgstr "Anpassen" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Passwort ändern" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -789,7 +780,7 @@ msgstr "E-Mail Adresse ändern" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Passwort ändern" @@ -812,6 +803,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -841,7 +838,7 @@ msgstr "Klicken Sie auf den Link im Bestätigungsemail um sich anzumelden." msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -852,7 +849,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Beantwortet" @@ -890,7 +887,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -899,13 +896,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "" @@ -930,7 +929,7 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -969,6 +968,11 @@ msgstr "" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Erfasse eine Meldung" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -994,7 +998,8 @@ msgstr "" msgid "Council contacts for %s" msgstr "Kontaktdetails von %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1022,33 +1027,32 @@ msgstr "Erfasse eine Meldung" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Vorlage erstellen" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Priorität erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1069,14 +1073,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Erstellt" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Erstellt" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1086,16 +1088,16 @@ msgstr "Erstellt" msgid "Created:" msgstr "Erstellt" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1122,6 +1124,11 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Speichern" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1134,7 +1141,7 @@ msgstr "Innerhalb von fünf Arbeitstagen abgeschlossen" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1143,6 +1150,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Gelöscht" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1150,11 +1162,10 @@ msgid "Delete template" msgstr "Vorlage löschen" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Vorlage löschen" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1170,23 +1181,22 @@ msgstr "" msgid "Description" msgstr "Beschreibung" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Beschreibung" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Beschreibung" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1199,7 +1209,7 @@ msgstr "" msgid "Details:" msgstr "Beschreibung" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1211,8 +1221,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Weiss ich nicht" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1220,7 +1230,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1229,15 +1239,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "In der Kategorie %s gemeldet" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "In der Kategorie %s gemeldet" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1265,7 +1273,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Haben Sie ein %s Passwort?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1282,10 +1290,14 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" -msgstr "Fotos hierhin ziehen oder hochladen" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1340,33 +1352,32 @@ msgstr "Anpassen" msgid "Edit body details" msgstr "Details editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Kategorie editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Priorität editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Meldungen editieren" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "User hinzufügen" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1407,19 +1418,19 @@ msgstr "" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-Mail" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1437,11 +1448,11 @@ msgstr "E-Mail Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail Benachrichtigung gelöscht" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1449,7 +1460,7 @@ msgstr "" msgid "Email verified:" msgstr "E-Mail verifiziert:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1458,7 +1469,7 @@ msgstr "E-Mail verifiziert:" msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1515,7 +1526,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1548,7 +1559,7 @@ msgstr "Ungefähre Adresse des Schadens" msgid "Enter details of the problem" msgstr "Beschreiben Sie den Schaden" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1591,11 +1602,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1625,13 +1637,13 @@ msgstr "" msgid "External team" msgstr "Externes Team" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Zusätzliche Felder" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1679,30 +1691,32 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotos von neuen Meldungen in der Nähe" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Neu" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +msgid "FixMyStreet ref: %s" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Beantwortet" @@ -1719,7 +1733,7 @@ msgstr "Beantwortet" msgid "Flag as deleted" msgstr "Als gelöscht markieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1728,7 +1742,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1736,12 +1750,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1757,7 +1775,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1781,7 +1799,7 @@ msgstr "Hilfe" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1812,7 +1830,7 @@ msgstr "Beschreiben Sie den Schaden" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1846,8 +1864,8 @@ msgstr "Los" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1855,19 +1873,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Grafik der Meldungen nach Status und Zeit" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1908,7 +1926,7 @@ msgstr "Unsichtbar" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1940,10 +1958,9 @@ msgstr "" msgid "Hide pins" msgstr "Stecknadeln ausblenden" -#: templates/web/base/admin/bodies/contact-form.html:85 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" -msgstr "In der Kategorie %s gemeldet" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -2061,7 +2078,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2090,7 +2107,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2124,7 +2141,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2146,7 +2163,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2155,9 +2172,8 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Interne Notizen" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2167,8 +2183,8 @@ msgstr "Interne Notizen" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2205,11 +2221,10 @@ msgstr "Letzter Bearbeiter" #: templates/web/base/admin/reports/_edit_main.html:69 #: templates/web/base/admin/reports/_edit_waste.html:31 -#, fuzzy msgid "Last failure:" -msgstr "Letzte Bearbeitung" +msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2271,12 +2286,12 @@ msgstr "RSS" msgid "Locate the problem on a map of the area" msgstr "Lokalisieren Sie den Schaden auf der Karte" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2292,17 +2307,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2310,16 +2325,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2333,11 +2348,11 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2355,7 +2370,7 @@ msgstr "Nachricht an zuständige Stelle" msgid "Message to external body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2372,7 +2387,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "Meldungsdetails anpassen" @@ -2395,12 +2410,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Innerhalb eines Arbeitstages moderiert" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Monat" @@ -2410,9 +2425,9 @@ msgstr "Monat" msgid "Most commented" msgstr "Am meisten kommentiert" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2440,12 +2455,12 @@ msgstr "Kunde nicht kontaktierbar" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Name" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2475,12 +2490,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2503,19 +2518,18 @@ msgstr "" msgid "New body added" msgstr "Neue Organisation hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "Neue E-Mail Adresse" #: templates/web/base/admin/extra-metadata-item.html:14 #: templates/web/base/admin/extra-metadata-item.html:20 -#, fuzzy msgid "New field" -msgstr "Feld hinzufügen" +msgstr "" #: templates/web/zurich/admin/report_edit-sdm.html:102 #: templates/web/zurich/admin/reports/edit.html:129 @@ -2530,13 +2544,18 @@ msgstr "" msgid "New note to DM:" msgstr "Neue Nachricht an die Kommunikation" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Ältere Meldungen anzeigen" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Neues Passwort" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2629,18 +2648,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Nein" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2648,10 +2667,10 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" -msgstr "Keine DA/kein Fachbereich" +msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:463 msgid "No council selected" @@ -2674,8 +2693,8 @@ msgstr "" msgid "No further updates" msgstr "Bearbeitung abschliessen" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2700,8 +2719,8 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2709,19 +2728,19 @@ msgstr "" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Keine" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2729,7 +2748,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2810,7 +2829,7 @@ msgstr "Älteste" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2821,7 +2840,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aufgenommen" @@ -2850,7 +2869,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2858,11 +2877,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2871,19 +2890,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2920,35 +2939,32 @@ msgid "Parent" msgstr "Gehört zu" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Alle Kategorien" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Passwort" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Ihr Passwort wurde geändert" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Passwort" +msgstr "" #: templates/web/base/admin/roles/index.html:6 msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2956,20 +2972,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefonnummer:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Telefonnummer" @@ -2986,7 +3001,7 @@ msgstr "" msgid "Phone verified:" msgstr "Telefonnummer verifiziert:" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2998,13 +3013,20 @@ msgstr "Telefonnummer:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "Foto wird benötigt" @@ -3020,6 +3042,16 @@ msgstr "" msgid "Photos" msgstr "Fotos" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Fotos" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Foto benötigt" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos von neuen Meldungen in der Nähe" @@ -3039,33 +3071,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Pin auf der Karte absetzen" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Pin auf der Karte absetzen" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Bitte überprüfen Sie ob Ihre E-Mail Adresse korrekt ist" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3075,8 +3100,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Bitte wählen Sie eine Kategorie" @@ -3085,11 +3110,12 @@ msgstr "Bitte wählen Sie eine Kategorie" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3101,14 +3127,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3117,17 +3143,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "Obligatorisches Feld" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Obligatorisches Feld" @@ -3146,9 +3172,9 @@ msgid "Please enter a valid UK phone number" msgstr "Obligatorisches Feld" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3161,7 +3187,7 @@ msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3176,8 +3202,8 @@ msgstr "Bitte beschreiben Sie den Schaden" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3195,9 +3221,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Bitte geben Sie Ihren Namen an" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3250,9 +3275,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3268,7 +3292,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3281,15 +3305,15 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3335,7 +3359,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3367,7 +3391,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3375,11 +3399,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3391,7 +3415,7 @@ msgstr "" msgid "Previous" msgstr "Zurück" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3441,14 +3465,12 @@ msgid "Problem %s confirmed" msgstr "" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Meldungen in der Nähe" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Meldungen nach Status sortiert" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3464,7 +3486,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "Meldungen nach Status sortiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3472,13 +3494,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3494,11 +3516,11 @@ msgstr "Meldungen auf der Karte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Meldungen, welche kürzlich beantwortet wurden" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3517,7 +3539,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "Meldungen innerhalb %s, %s" @@ -3530,11 +3552,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3548,7 +3570,7 @@ msgstr "Meldung aktualisieren" msgid "Provide update as" msgstr "Meldung aktualisieren als" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3594,9 +3616,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3622,11 +3644,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3659,19 +3681,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Erhalten Sie Aktualisierungen dieser Meldung." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3704,7 +3725,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "«Züri wie neu» dient dazu Schäden an der Infrastruktur zu melden. Meldungen und Wünsche bezüglich Verbesserungen an der Infrastruktur sowie Gestaltungsvorschläge können über «Züri wie neu» nicht berücksichtigt werden. Notfälle müssen der Polizei gemeldet werden via Telefon 117." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3729,8 +3750,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3738,7 +3759,7 @@ msgstr "" #: templates/web/base/admin/users/index.html:85 msgid "Remove staff permissions" -msgstr "Keiner DA mehr zuweisen" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 msgid "Remove time period" @@ -3780,11 +3801,10 @@ msgstr "" msgid "Report abuse" msgstr "Missbrauch melden" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Anonym gemeldet um" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3798,9 +3818,8 @@ msgid "Report as" msgstr "Melden als" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Melden als" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3823,18 +3842,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Melden Sie Schäden und Mängel an der Infrastruktur von Zürich" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" @@ -3848,27 +3867,27 @@ msgstr "Gemeldet von" msgid "Reported in the %s category" msgstr "In der Kategorie %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "In der Kategorie %s um %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3892,17 +3911,17 @@ msgstr "Ihre Meldung" msgid "Reporting message" msgstr "Ihre Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Meldungen" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3916,11 +3935,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rückmeldung ausstehend" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3947,7 +3966,7 @@ msgstr "Ausstehender Meldungsversand" #: templates/web/base/report/new/after_photo.html:3 msgid "Reports with photos in them tend to get fixed more quickly" -msgstr "Meldungen mit Fotos können einfacher lokalisiert werden" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:43 @@ -3955,6 +3974,10 @@ msgstr "Meldungen mit Fotos können einfacher lokalisiert werden" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3964,7 +3987,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4017,7 +4040,7 @@ msgstr "Richtiger Ort?" #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 msgid "Road map" -msgstr "Karte" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4029,36 +4052,36 @@ msgstr "" #: templates/web/base/admin/roles/index.html:5 msgid "Role" -msgstr "Rolle" +msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" -msgstr "Rolle:" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" -msgstr "Rollen" +msgstr "" #: templates/web/base/admin/roles/form.html:20 msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4073,7 +4096,7 @@ msgstr "Durch das Drehen des Fotos gehen nicht gespeicherte Änderungen verloren msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4089,6 +4112,10 @@ msgstr "" msgid "Save changes" msgstr "Speichern" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4137,7 +4164,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4146,7 +4173,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4161,7 +4188,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Gebiet wählen" @@ -4170,11 +4197,19 @@ msgstr "Gebiet wählen" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4189,7 +4224,7 @@ msgid "Select:" msgstr "Auswählen" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4215,7 +4250,7 @@ msgstr "" msgid "Sent report back" msgstr "Meldung zurückgewiesen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4232,7 +4267,7 @@ msgstr "Gerät" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Passwort neu setzen" @@ -4255,7 +4290,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4271,7 +4306,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4310,12 +4345,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Anmelden" @@ -4332,17 +4367,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Ausloggen" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4400,7 +4435,7 @@ msgstr "Diese Adresse wurde nicht gefunden." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4411,22 +4446,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Diese Adresse wurde nicht gefunden." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Ihre Bilder konnten nicht gespeichert werden. Bitte versuchen Sie es nochmals." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4435,16 +4465,16 @@ msgstr "" msgid "Sort by" msgstr "Sortieren nach" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4452,17 +4482,21 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 msgid "Start time" msgstr "" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4470,7 +4504,7 @@ msgstr "" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4483,7 +4517,7 @@ msgstr "Status" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4499,13 +4533,13 @@ msgstr "" msgid "State:" msgstr "Status" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4551,23 +4585,23 @@ msgstr "Titel" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4575,7 +4609,7 @@ msgstr "Abschicken" msgid "Submit changes" msgstr "Speichern" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4584,15 +4618,15 @@ msgstr "" msgid "Submitted" msgstr "Erfasst" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4604,7 +4638,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4614,15 +4648,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Fassen Sie Ihre Änderungen zusammen" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4634,10 +4669,9 @@ msgstr "Fassen Sie Ihre Änderungen zusammen" msgid "Summary" msgstr "Zusammenfassung" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Alle Meldungen" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4654,11 +4688,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4682,7 +4716,7 @@ msgstr "Vorlage «%s»" msgid "Template email response:" msgstr "Neue E-Mail Adresse" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4690,28 +4724,24 @@ msgid "Templates" msgstr "Vorlagen" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Älteste Bearbeitung" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "E-Mail Benachrichtigung erstellt" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "E-Mail Benachrichtigung gelöscht" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Zusätzliche Felder:" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4757,7 +4787,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4796,23 +4826,23 @@ msgstr "Die Meldung wurde als gesendet markiert." msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4842,8 +4872,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4874,10 +4904,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Die Meldung wurde als gesendet markiert." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4935,8 +4964,8 @@ msgstr "Der Link ist entweder abgelaufen, oder er wurde nicht korrekt kopiert." msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4956,11 +4985,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5020,7 +5049,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5102,15 +5131,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5118,9 +5147,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Diese Information wird benötigt" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -5142,7 +5176,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5177,15 +5211,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Überprüfung ausstehend" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5194,7 +5228,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5209,7 +5243,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Aufwand (in Minuten)" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5257,7 +5291,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5284,9 +5318,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5330,12 +5364,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5352,23 +5386,23 @@ msgstr "" msgid "Unknown" msgstr "Unbekannt" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5385,16 +5419,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Speichern" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Änderungen an dieser Meldung, %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5431,9 +5464,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Antwort" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5455,14 +5487,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5470,7 +5503,7 @@ msgid "Updated!" msgstr "Aktualisiert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5506,19 +5539,24 @@ msgstr "" msgid "Use my current location" msgstr "Aktuelle Position verwenden" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Aktuelle Position verwenden" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5530,22 +5568,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5558,27 +5596,27 @@ msgstr "Diese Suche sucht in den Namen der Benützer und deren E-Mail-Adressen." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5587,8 +5625,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Aktualisiert" @@ -5606,6 +5644,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5615,16 +5657,21 @@ msgstr "" msgid "View report on site" msgstr "Meldung auf der Webseite betrachten" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Meldung auf der Webseite betrachten" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5644,7 +5691,7 @@ msgstr "Meldung anschauen" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5657,7 +5704,7 @@ msgstr "Bestätigung" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5680,7 +5727,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5701,7 +5748,7 @@ msgstr "Ihre persönlichen Angaben werden nur im Zusammenhang mit der Beantwortu msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5722,7 +5769,7 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wann gesendet" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5738,7 +5785,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5746,7 +5793,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5763,13 +5810,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5777,7 +5824,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5803,7 +5854,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Danke! Sie können Ihre aktualisierte Meldung auf der Webseite anschauen." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5812,7 +5863,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5840,9 +5891,9 @@ msgstr "" #: templates/web/base/maps/_map_instructions.html:3 msgid "You can move around with your keyboard" -msgstr "Kartensteuerung über Tastatur" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5861,9 +5912,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Sie haben dieser Meldung bereits Fotos angehängt. Sie können maximal 3 Fotos anhängen (wenn Sie mehr anhängen, wird das Älteste entfernt)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5908,7 +5958,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5944,15 +5994,15 @@ msgstr "Ihr Account" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "E-Mail Adresse" @@ -5960,8 +6010,8 @@ msgstr "E-Mail Adresse" msgid "Your email address" msgstr "Ihre E-Mail Adresse" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5979,11 +6029,11 @@ msgstr "Ihr Name" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5992,8 +6042,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Ihr Passwort" @@ -6007,9 +6057,9 @@ msgstr "Ihr Passwort wurde geändert" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "Das Passwort muss länger als %d Zeichen sein." @@ -6019,18 +6069,18 @@ msgstr "Das Passwort muss länger als %d Zeichen sein." msgid "Your phone number" msgstr "Ihre Telefonnummer" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Ihre Meldungen" @@ -6052,7 +6102,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6079,7 +6129,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6099,8 +6149,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6113,12 +6163,12 @@ msgstr "hat Karte nicht verwendet" msgid "e.g. ‘%s’ or ‘%s’" msgstr "z.B. ‘%s’ oder ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6136,7 +6186,7 @@ msgstr "von %s verschiedenen Personen" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "letzte Bearbeitung %s" @@ -6161,7 +6211,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6171,15 +6221,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(optional)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "oder" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6208,6 +6256,10 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +msgid "ref: %s" +msgstr "" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6242,7 +6294,7 @@ msgstr "Es wird keine Stecknadel angezeigt, da der User die Karte nicht benützt msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6276,19 +6328,23 @@ msgstr "" msgid "user is problem owner" msgstr "Der User ist der Eigner der Meldung" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6324,12 +6380,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Foto" -msgstr[1] "Foto" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6388,11 +6444,11 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s bearbeitete Meldung im letzten Monat" -msgstr[1] "%s bearbeitete Meldungen im letzten Monat" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6429,7 +6485,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6450,14 +6506,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6478,47 +6534,12 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Meldung erfassen" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Ungefähre Adresse des Schadens" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Bitte seien Sie freundlich und prägnant." - -#, fuzzy -#~ msgid "Roads" -#~ msgstr "Stadtplan" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Meldungen gänzlich in Grossbuchstaben zu schreiben macht diese unleserlich. Ebenso wenn keine Satzzeichen verwendet werden." - -#~ msgid "Filter report list" -#~ msgstr "Alle Meldungen" - -#~ msgid "Coordinates:" -#~ msgstr "Koordinaten" - -#~ msgid "Description:" -#~ msgstr "Beschreibung" - -#~ msgid "Didn't use map" -#~ msgstr "hat Karte nicht verwendet" - -#~ msgid "Inspection required" -#~ msgstr "Kontrolle notwendig" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." - -#~ msgid "Trusted:" -#~ msgstr "Vertrauenswürdig" - -#~ msgid "Used map" -#~ msgstr "Karte verwendet" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Beschreibung" +msgstr[1] "Beschreibung" -#~ msgid "or locate me automatically" -#~ msgstr "oder automatisch lokalisieren" +#~ msgid "Place pin on map" +#~ msgstr "Pin auf der Karte absetzen" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index 673fc794b17..fdce6f299eb 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,18 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# l0cKy93 , 2020 +# mySociety , 2021 +# Ettore Atalan , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: l0cKy93 , 2020\n" -"Language-Team: German (Germany) (https://www.transifex.com/mysociety/teams/12067/de_DE/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: Ettore Atalan , 2021\n" +"Language-Team: German (Germany) (https://app.transifex.com/mysociety/teams/12067/de_DE/)\n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +26,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " und " @@ -66,7 +62,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Zusammenfassungen" @@ -108,8 +104,8 @@ msgstr "%s besitzt die Möglichkeit Sie per RSS Feed oder E-Mail bei Bearbeitung msgid "%s live updates" msgstr "%s Updates in Echtzeit" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s offen, %s geschlossen, %s gelöst" @@ -117,15 +113,11 @@ msgstr "%s offen, %s geschlossen, %s gelöst" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s Fragebögen versandt – %s beantwortet (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap-Beitragende" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +143,7 @@ msgstr "(ausschließlich a-z sowie Leerzeichen)" msgid "(closed)" msgstr "(geschlossen)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -159,17 +151,15 @@ msgstr "" msgid "(fixed)" msgstr "(gelöst)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Diese Meldung moderieren" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Dieses Update moderieren" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -179,7 +169,7 @@ msgstr "(z.B. illegale Deponien, Straßenschäden, Graffitis usw.)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "" @@ -187,19 +177,19 @@ msgstr "" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(optional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(gesendet an alle)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(gesendet an beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -270,11 +260,11 @@ msgstr "Ja, ich habe ein Passwort" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "Zugriff verweigert" @@ -340,6 +330,11 @@ msgstr "Füge Option hinzu" msgid "Add phone number" msgstr "Telefonnummer hinzufügen" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Verwaltung erstellen" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -364,26 +359,25 @@ msgstr "Zur Arbeitsliste hinzufügen" msgid "Add user" msgstr "Benutzer hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Bearbeite/Ergänze Antwortvorlagen" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Bearbeite/Ergänze Problem Kategorien" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Bearbeite/Ergänze Antwortprioritäten" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Bearbeite/Ergänze Antwortvorlagen" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "%s hinzugefügt" @@ -401,7 +395,7 @@ msgstr "Admin" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Wiederholen:" @@ -471,10 +465,9 @@ msgstr "Alle Berichte zwischen %s und %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Meldungen dieser Kategorie ausblenden" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -488,16 +481,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "Lade immer alle Probleme" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "Eine E-Mail-Adresse oder eine Service ID (Open311 oder ähnlich)" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "Eine E-Mail-Adresse." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Ein Update hat das Problem als gelöst markiert." @@ -511,7 +504,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonymer Benutzer" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -523,6 +516,10 @@ msgstr "Anonym:" msgid "Another user" msgstr "Anderer Benutzer" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -536,6 +533,7 @@ msgstr "Wollen Sie den Upload abbrechen ?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Sind Sie sicher?" @@ -546,7 +544,7 @@ msgstr "Sind Sie sicher?" msgid "Area covered" msgstr "Gebiet abgedeckt" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Gebiet:" @@ -556,23 +554,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Wird bearbeitet von %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s Problem gemeldet" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Wird bearbeitet von %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -592,28 +587,24 @@ msgid "Assign to subdivision:" msgstr "Unterabteilung zuweisen:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Wird bearbeitet von %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Alle Kategorien" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Wird bearbeitet von %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Wird bearbeitet von %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -623,7 +614,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -635,7 +626,7 @@ msgstr "Automatische Antwort" msgid "Auto-response:" msgstr "Automatische Antwort:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -668,7 +659,7 @@ msgstr "Zurück zu den Berichten" msgid "Background Colour" msgstr "Hintergrundfarbe" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Benutzer sperren" @@ -676,10 +667,10 @@ msgstr "Benutzer sperren" msgid "Behaviour" msgstr "Verhalten" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -696,12 +687,17 @@ msgstr "Verwaltungen" msgid "Body" msgstr "Verwaltung" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Verwaltung:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -712,12 +708,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Prüfen Sie Ihren Spam Ordner, wenn Sie die Mail noch nicht erhalten haben." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Wird keine Karte angezeigt? Diesen Schritt überspringen" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -732,7 +728,7 @@ msgstr "Kategorien:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -746,11 +742,11 @@ msgstr "Kategorien:" msgid "Category" msgstr "Kategorie" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Kategorie und Status" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorie wurde geändert von '%s' zu '%s'" @@ -775,9 +771,8 @@ msgid "Change" msgstr "Ändern" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Passwort ändern" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -786,7 +781,7 @@ msgstr "E-Mail-Adresse ändern" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Passwort ändern" @@ -809,6 +804,12 @@ msgstr "Geben Sie der Kategorie einen aussagekräftigen Namen. msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -838,7 +839,7 @@ msgstr "Folgen Sie dem Link in der Bestätigungs E-Mail um sich anzumelden." msgid "Click the link in that email to sign in." msgstr "Folgen Sie dem Link in der E-Mail um sich anzumelden." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Pin auf der Karte verschieben um Position anzupassen" @@ -849,7 +850,7 @@ msgstr "Pin auf der Karte verschieben um Position anzupassen" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Geschlossen" @@ -887,7 +888,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "Code" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -896,13 +897,15 @@ msgstr "" msgid "Collapse map" msgstr "Karte verkleinern" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -927,7 +930,7 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -966,6 +969,11 @@ msgstr "Kontaktieren Sie das Team" msgid "Continue" msgstr "Fortfahren" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Erfasse eine Meldung" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Fortfahren - Ein weiteres Problem melden" @@ -991,7 +999,8 @@ msgstr "Rat" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1019,33 +1028,32 @@ msgstr "Erfasse eine Meldung" msgid "Create an account" msgstr "Konto erstellen" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Vorlage erstellen" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Priorität festlegen" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Meldung/Aktualisierung als anonymer Benutzer erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Meldung/Updates als Verwaltung erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1066,14 +1074,12 @@ msgstr "%d Benutzer erstellt" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Erstellt" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Erstellt" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1083,17 +1089,16 @@ msgstr "Erstellt" msgid "Created:" msgstr "Erstellt:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "Benutzer bearbeiten" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Aktuelles Passwort:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1120,6 +1125,11 @@ msgstr "Übersichtsseite" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Änderungen speichern" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Zwei-Faktor-Authentifizierung deaktivieren" @@ -1132,7 +1142,7 @@ msgstr "" msgid "Default" msgstr "Standard" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1141,6 +1151,11 @@ msgstr "" msgid "Delete" msgstr "Löschen" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Gelöscht" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1151,7 +1166,7 @@ msgstr "Vorlage löschen" msgid "Delete theme" msgstr "Theme löschen" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1167,22 +1182,22 @@ msgstr "Gründe für die Moderierung" msgid "Description" msgstr "Beschreibung" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "Bearbeitende Stelle" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Maximal %d Zeichen für die detaillierte Beschreibung." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Beschreibung" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1195,7 +1210,7 @@ msgstr "" msgid "Details:" msgstr "Beschreibung:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1207,8 +1222,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Weiss ich nicht" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1216,7 +1231,7 @@ msgstr "" msgid "Disable" msgstr "Deaktivieren" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "Formular deaktivieren wenn diese Kategorie ausgewählt ist" @@ -1225,15 +1240,13 @@ msgstr "Formular deaktivieren wenn diese Kategorie ausgewählt ist" msgid "Disable form when this option is selected" msgstr "Formular deaktivieren wenn diese Option ausgewählt ist" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Meldungen dieser Kategorie ausblenden" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Meldungen dieser Kategorie ausblenden" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1261,7 +1274,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Haben Sie ein %s-Passwort?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Weiß ich nicht" @@ -1278,6 +1291,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Meldungen gesendet an %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1336,33 +1354,32 @@ msgstr "Bearbeiten" msgid "Edit body details" msgstr "Details einer Verwaltung anpassen" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Benutzerrechte ändern" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Kategorie der Meldung ändern" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Bearbeitungspriorität ändern" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Meldung überarbeiten" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Benutzer bearbeiten" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1403,19 +1420,19 @@ msgstr "Editor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-Mail" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1433,11 +1450,11 @@ msgstr "E-Mail-Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail-Benachrichtigung gelöscht" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "Mail oder SMS zum anmelden schicken" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Senden Sie mir zur Anmeldung einen Link per Email" @@ -1445,7 +1462,7 @@ msgstr "Senden Sie mir zur Anmeldung einen Link per Email" msgid "Email verified:" msgstr "Verifizierte E-Mail:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1454,7 +1471,7 @@ msgstr "Verifizierte E-Mail:" msgid "Email:" msgstr "E-Mail:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1511,7 +1528,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1544,7 +1561,7 @@ msgstr "Geben Sie eine Adresse an" msgid "Enter details of the problem" msgstr "Beschreiben sie den Mangel" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1587,11 +1604,12 @@ msgstr "Bestehende Benutzerkonten werden nicht verändert." msgid "Expand map" msgstr "Karte vergrößern" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Problembeschreibung" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Als CSV exportieren" @@ -1621,13 +1639,13 @@ msgstr "Externer Statuscode:" msgid "External team" msgstr "Externes Team" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Zusätzliche Felder" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1676,30 +1694,33 @@ msgstr "" msgid "Filter" msgstr "Filter" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Erstes Mal" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotos von neuen Meldungen in der Nähe" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Neue Berichte" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Gelöst" @@ -1716,7 +1737,7 @@ msgstr "Gelöst - Benutzer" msgid "Flag as deleted" msgstr "Auf inaktiv stellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Unter Beobachtung" @@ -1725,7 +1746,7 @@ msgstr "Unter Beobachtung" msgid "Flagged reports and users" msgstr "Beobachtete Meldungen und Benutzer" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Unter Beobachtung stehende Benutzer werden in die Beobachtungsliste eingetragen. " @@ -1733,12 +1754,16 @@ msgstr "Unter Beobachtung stehende Benutzer werden in die Beobachtu msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Unter Beobachtung stehende Benutzer sind bei der Verwendung der Website nicht eingeschränkt. Die Liste dieser Nutzer ermöglicht es sie genauer zu betrachten." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Unter Beobachtung:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1754,7 +1779,7 @@ msgstr "Mehr Informationen zu report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Erforderlich" @@ -3953,7 +3994,7 @@ msgstr "Erforderlich" msgid "Resend report" msgstr "Bericht erneut senden" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "Zurücksetzen" @@ -3982,9 +4023,8 @@ msgid "Response Templates for %s" msgstr "Antwortvorlagen für %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Foto anzeigen" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4006,9 +4046,8 @@ msgstr "Richtiger Ort?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Karte vergrößern" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4022,13 +4061,13 @@ msgstr "" msgid "Role" msgstr "Rolle" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "Rolle:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4038,18 +4077,18 @@ msgstr "Rollen" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Nach links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4064,7 +4103,7 @@ msgstr "Drehen des Fotos löscht ungespeicherte Änderungen der Meldung." msgid "Save + close as duplicate" msgstr "Speichern und als Duplikat schließen" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4080,6 +4119,10 @@ msgstr "Speichern und als Duplikat schließen" msgid "Save changes" msgstr "Änderungen speichern" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "Neue Felder speichern" @@ -4128,7 +4171,7 @@ msgstr "Keine Benutzer gefunden." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "Sicherheit" @@ -4137,7 +4180,7 @@ msgstr "Sicherheit" msgid "See our privacy policy" msgstr "Unsere Datenschutzrichtlinie" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4152,7 +4195,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Wählen Sie ein Gebiet" @@ -4161,11 +4204,19 @@ msgstr "Wählen Sie ein Gebiet" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4180,7 +4231,7 @@ msgid "Select:" msgstr "Auswählen:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Senden" @@ -4206,7 +4257,7 @@ msgstr "" msgid "Sent report back" msgstr "Meldung zurücksenden" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4223,7 +4274,7 @@ msgstr "Dienst:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Setze Passwort" @@ -4246,7 +4297,7 @@ msgstr "" msgid "Shortlist" msgstr "Arbeitsliste" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4262,7 +4313,7 @@ msgstr "Auf Arbeitsliste" msgid "Shortlisted by %s" msgstr "Auf der Arbeitsliste von %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Alle Updates anzeigen" @@ -4301,12 +4352,12 @@ msgstr "Namen des Bürgers anzeigen" msgid "Show reports in your area" msgstr "Meldungen in Ihrem Gebiet" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Anmelden" @@ -4323,17 +4374,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Melden Sie sich an oder erstellen Sie ein Konto" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "Mit Passwort anmelden" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Abmelden" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4391,7 +4442,7 @@ msgstr "Dieser Ort konnte leider nicht gefunden werden." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Leider konnten Sie nicht angemeldet werden. Bitte füllen Sie das untere Formular aus." @@ -4402,21 +4453,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Leider konnten ihre Dateien nicht gespeichert werden. Bitte versuchen Sie es später noch einmal" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "Die Verbindung ist zu langsam um diese Seite zu laden" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Sie haben nicht die Berechtigungen zu dieser Änderung" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "Keine Zugrifsberechtigung. Melden Sie müssen sich anmelden um die Meldung betrachten zu können." @@ -4425,16 +4472,16 @@ msgstr "Keine Zugrifsberechtigung. Melden Sie müssen sich anmeld msgid "Sort by" msgstr "Sortieren nach" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4442,10 +4489,14 @@ msgstr "" msgid "Staging site" msgstr "Entwicklungsmodus" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "Startdatum" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4453,7 +4504,7 @@ msgstr "Startdatum" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4461,7 +4512,7 @@ msgstr "Startdatum" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4474,11 +4525,11 @@ msgstr "Status" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" -msgstr "" +msgstr "Status geändert zu:" #: templates/web/base/admin/reports/_edit_main.html:105 #: templates/web/base/admin/reports/_edit_waste.html:38 @@ -4490,13 +4541,13 @@ msgstr "" msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4542,23 +4593,23 @@ msgstr "Titel:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Senden" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4566,7 +4617,7 @@ msgstr "Senden" msgid "Submit changes" msgstr "Änderungen senden" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Fragebogen absenden" @@ -4575,15 +4626,15 @@ msgstr "Fragebogen absenden" msgid "Submitted" msgstr "Gesendet" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Abonnieren" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "Per E-Mail abonniert" @@ -4595,7 +4646,7 @@ msgstr "Abonniert:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Beschreibungen dürfen nicht länger als %d Zeichen sein" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4605,15 +4656,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Beschreibungen dürfen nicht länger als %d Zeichen sein" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Problembeschreibung" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Beschreiben Sie Ihre Änderungen" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4625,10 +4677,9 @@ msgstr "Beschreiben Sie Ihre Änderungen" msgid "Summary" msgstr "Zusammenfassung" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Statistikübersicht" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4645,11 +4696,11 @@ msgstr "Statistikübersicht" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4673,7 +4724,7 @@ msgstr "" msgid "Template email response:" msgstr "Neue E-Mail Adresse:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4681,23 +4732,20 @@ msgid "Templates" msgstr "Vorlagen" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Älteste Bearbeitung" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Text" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "E-Mail-Benachrichtigung erstellt" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "E-Mail-Benachrichtigung gelöscht" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4720,9 +4768,8 @@ msgid "Text:" msgstr "Text:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Text" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4748,7 +4795,7 @@ msgstr "Vielen Dank für Ihre Rückmeldung" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Vielen Dank für das Hochladen des Fotos. Um das Problem zu lokalisieren, geben Sie bitte eine nahegelegene Straße oder Postleitzahl in das Suchfeld ein :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Schön dass dieses Problem nun gelöst wurde! Haben Sie in der Vergangenheit bereits schon einmal der Verwaltung ein Problem gemeldet?" @@ -4787,23 +4834,23 @@ msgstr "Die Meldung wurde als gesendet markiert." msgid "That problem will now be resent." msgstr "Das Problem wird jetzt erneut gesendet." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von Fix My Zürich entfernt." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "Der Benutzer wurde abgemeldet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "Der Nutzer wurde auf allen Meldungen und Updates auf anonym gestellt." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "Benutzerdetails wurden entfernt" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "Die Meldungen und Updates des Benutzers wurden ausgeblendet." @@ -4833,8 +4880,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4865,7 +4912,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "Diese Stelle wurde als korrekt bestätigt." @@ -4925,8 +4972,8 @@ msgstr "Die Gültigkeit dieses Links ist abgelaufen." msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Liste der vom MapIt Dienst gelieferten Gebiete bei %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Die Passwörter stimmen nicht überein" @@ -4946,11 +4993,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "Benutzer wurde eine E-Mail zum anmelden gesendet" @@ -5010,7 +5057,7 @@ msgstr "Es ist ein Fehler beim Anzeigen dieser Seite aufgetreten. Bitte versuche msgid "There was a problem with your login information." msgstr "Es ist ein Fehler bei der Anmeldung aufgetreten." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Es ist ein Fehler bei der Anmeldung aufgetreten. Wenn Sie sich nicht mehr an Ihr Passwort erinnern oder keines besitzen, bitte kreuzen Sie das 'Nein' Feld im Formular an." @@ -5092,15 +5139,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5108,9 +5155,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Diese Information wird benötigt" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -5132,7 +5184,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5167,15 +5219,15 @@ msgstr "Diese Meldung ist ein Duplikat. Bitte tragen Sie Updates zum Problem in msgid "This report is awaiting moderation." msgstr "Dieser Bericht wartet auf Moderation." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Dieser Bericht ist aktuell als geschlossen markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Dieser Bericht ist aktuell als behoben markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Dieser Bericht ist aktuell als offen markiert." @@ -5184,7 +5236,7 @@ msgstr "Dieser Bericht ist aktuell als offen markiert." msgid "This report is now closed to updates." msgstr "Diese Meldung kann nicht mehr aktualisiert werden" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Diese Seite enthält ein Foto des Problems, hochgeladen vom Benutzer." @@ -5199,7 +5251,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Verbrachte Zeit (in Minuten):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5247,7 +5299,7 @@ msgstr "" msgid "To provide an update, please
sign in." msgstr "Zum aktualisieren der Meldung, bitte anmelden." -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5274,9 +5326,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5320,12 +5372,12 @@ msgstr "Zwei-Faktor-Authentifizierung wurde deaktiviert" msgid "Type" msgstr "Art" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5342,23 +5394,23 @@ msgstr "" msgid "Unknown" msgstr "Unbekannt" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Unbekannter Benachrichtigungstyp" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Unbekannte Problemkennung" @@ -5375,8 +5427,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Update" @@ -5420,9 +5472,8 @@ msgid "Update marked problem as fixed" msgstr "Update hat das Problem als gelöst markiert" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Update Status" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5444,14 +5495,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5459,7 +5511,7 @@ msgid "Updated!" msgstr "Aktualisiert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5492,23 +5544,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Auf meinen aktuellen Standort setzen" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "oder verwende meinen Standort" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "Aktivieren, wenn Benutzer Probleme in dieser Kategorie melden können, aber es kein öffentliches Interesse gibt den Bearbeitungszustand einzusehen. Beispielsweise die Anfragen nach einem zusätzlichen Mülleimer an einer speziellen Adresse." -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5520,22 +5576,22 @@ msgstr "" msgid "User Import" msgstr "Benutzer Import" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "Benutzer der Spammliste hinzugefügt" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "Der Benutzeraccount existiert bereits" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "Benutzer befindet sich bereits in der Spammliste" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Benutzer in Spammliste" @@ -5548,27 +5604,27 @@ msgstr "Benutzer können anhand von Namen und E-Mailadressen gefunden werden." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "Benutzer:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Benutzer" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5577,8 +5633,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Werte aktualisiert" @@ -5596,6 +5652,10 @@ msgstr "E-Mail Adresse bestätigen" msgid "Verify phone number" msgstr "Telefonnummer bestätigen" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5605,16 +5665,21 @@ msgstr "Telefonnummer bestätigen" msgid "View report on site" msgstr "Bericht auf Seite ansehen" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Bericht auf Seite ansehen" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5634,7 +5699,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5647,7 +5712,7 @@ msgstr "Konfiguration" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5670,7 +5735,7 @@ msgstr "Bitte geben Sie unten den Bestätigungscode ein, der an Ihr Handy gesend msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5691,7 +5756,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "Website" @@ -5712,7 +5777,7 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wenn gesendet" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "Zu welchen Problemen möchten Sie Benachrichtigungen erhalten?" @@ -5728,7 +5793,7 @@ msgstr "Sie können sich mit weiteren Benachrichtigungen msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5736,7 +5801,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Möchten Sie zu FixMyStreet beitragen? FixMyStreet ist freie Software und der Code verfügbar unter fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Möchten Sie in 4 Wochen eine weitere Mail als Erinnerung zum aktuellen Status des Problems erhalten? " @@ -5753,13 +5818,13 @@ msgstr "Möchtest du benachrichtigt werden wenn das Problem bearbeitet oder gel #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5767,7 +5832,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "Die Gültigkeit und Herkunft des Kontaktes sind unsicher." @@ -5793,7 +5862,7 @@ msgstr "Sie können ein neues Problem an der selben Stelle erstel msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Sie können einen missbräuchlichen Benutzer auf die Spammliste setzen, sodass seine Meldungen automatisch ausgeblendet (und nicht gesendet werden)." @@ -5802,7 +5871,7 @@ msgstr "Sie können einen missbräuchlichen Benutzer auf die Spammliste setzen, msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5834,7 +5903,7 @@ msgstr "Sie können einen Body auf inaktiv stellen, wenn dieser nicht auf der We msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "Kategoriename existiert bereits" @@ -5899,7 +5968,7 @@ msgstr "Sie haben sich angemeldet; Bitte überprüfen Sie ob Ihre Angaben korrek msgid "You have successfully verified your phone number." msgstr "Ihre Telefonnummer wurde erfolgreich verifiziert." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Sie haben noch keine Probleme gemeldet. Ein Problem melden." @@ -5935,15 +6004,15 @@ msgstr "Ihr Benutzerkonto" msgid "Your account requires two-factor authentication to be set up." msgstr "Ihr Benutzerkonto benötigt eine erfolgreich eingerichtete Zweifaktor-Authentifizierung." -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Ihre E-Mail" @@ -5951,8 +6020,8 @@ msgstr "Ihre E-Mail" msgid "Your email address" msgstr "Ihre E-Mail-Adresse" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "Ihre E-Mail-Adresse oder Telefonnummer" @@ -5970,11 +6039,11 @@ msgstr "Ihr Name" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Ihr Name wurde bereits an %s gesendet, aber er kann auf dieser Seite aufgeblendet werden:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "Ihr Name wurde ausgeblendet." @@ -5983,8 +6052,8 @@ msgstr "Ihr Name wurde ausgeblendet." msgid "Your offline reports" msgstr "Ihre Offline Meldungen" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Ihr Passwort" @@ -5998,9 +6067,9 @@ msgstr "Ihr Passwort wurde geändert" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "Ihr Passwort ist abgelaufen. Klicken Sie auf den Link in Ihrer E-Mail um es zu aktualisieren." -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "Das Passwort muss mindestens %d Zeichen enthalten." @@ -6010,18 +6079,18 @@ msgstr "Das Passwort muss mindestens %d Zeichen enthalten." msgid "Your phone number" msgstr "Ihre Telefonnummer" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Ihre Meldung" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Ihre Meldungen" @@ -6043,7 +6112,7 @@ msgstr "Ihr Update" msgid "Your update has been saved offline for submission when back online." msgstr "Ihr Update wurde offline gespeichert sodass es später veröffentlicht werden kann." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Ihre Updates" @@ -6070,7 +6139,7 @@ msgstr "Administrator" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "alle" @@ -6090,8 +6159,8 @@ msgstr "" msgid "by %s" msgstr "von %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "Rat" @@ -6104,12 +6173,12 @@ msgstr "hat Karte nicht verwendet" msgid "e.g. ‘%s’ or ‘%s’" msgstr "z.B. ‘%s’ oder ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "z.B. 'Tiefes Schlagloch am Ostwall, in der Nähe vom Lippetor'" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "z.B. 'Dieses Schlagloch besteht bereits seit 2 Monaten und...'" @@ -6127,7 +6196,7 @@ msgstr "von %s verschiedenen Benutzern" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "zuletzt aktualisiert %s" @@ -6152,7 +6221,7 @@ msgstr "n/v" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "keine" @@ -6165,8 +6234,8 @@ msgstr "Liegt nicht in der Verantwortung der Verwaltungsstelle" msgid "optional" msgstr "optional" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "oder" @@ -6197,6 +6266,11 @@ msgstr "andere Gebiete:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6231,7 +6305,7 @@ msgstr "Keine Stelle vorhanden, da der Benutzer keine Karte verwendet hat" msgid "this location" msgstr "Dieser Ort" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6265,19 +6339,23 @@ msgstr "" msgid "user is problem owner" msgstr "Benutzer ist Problemeigentümer" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "Benutzer nicht in der Spamliste" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "Benutzer aus der Spamliste entfernt" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6313,12 +6391,12 @@ msgid_plural "%d months" msgstr[0] "%d Monat" msgstr[1] "%d Monate" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Foto anzeigen" -msgstr[1] "Foto anzeigen" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6377,11 +6455,11 @@ msgstr[0] "%s Update zu dieser Meldung" msgstr[1] "%s Updates zu dieser Meldung" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s im letzten Monat behoben" -msgstr[1] "%s im letzten Monat gehoben" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6418,7 +6496,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6439,14 +6517,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Es wurde noch keine andere Stelle eingetragen, die für diesen Bereich zuständig ist." msgstr[1] "Es wurden noch keine anderen Stellen eingetragen, die für diesen Bereich zuständig sind. " -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6467,63 +6545,18 @@ msgid_plural "reports" msgstr[0] "Meldung" msgstr[1] "Meldungen" -#~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." -#~ msgstr "Das Setzen eines Passwortes ist optional, erleichtert es Ihnen aber in Zukunft weitere Meldungen oder Updates zu gemeldeten Problemen zu erstellen." - -#~ msgid "or use my location" -#~ msgstr "oder verwende meinen Standort" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Geben Sie eine Adresse an" - -#~ msgid "About the problem" -#~ msgstr "Meldungsübersicht" - -#~ msgid "Close" -#~ msgstr "Schließen" - -#~ msgid "Could not find user" -#~ msgstr "Benutzer konnte nicht gefunden werden" - -#~ msgid "Edit report details" -#~ msgstr "Meldung überarbeiten" - -#~ msgid "Flag user" -#~ msgstr "Benutzer unter Beobachung stellen" - -#~ msgid "MAP" -#~ msgstr "KARTE" - -#~ msgid "Map" -#~ msgstr "Karte" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Bitte seien Sie freundlich und präzise." - -#~ msgid "Remove flag" -#~ msgstr "Markierung entfernen" - -#~ msgid "Satellite" -#~ msgstr "Satellit" - -#~ msgid "Show Photo?" -#~ msgstr "Foto anzeigen?" - -#~ msgid "User flag removed" -#~ msgstr "Beobachtung des Benutzers aufgehoben" - -#~ msgid "User flagged" -#~ msgstr "Benutzer steht nun unter Beobachtung" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Meldungen gänzlich in Grossbuchstaben zu schreiben macht diese unleserlich. Ebenso wenn keine Satzzeichen verwendet werden." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Beschreibung" +msgstr[1] "Beschreibung" -#~ msgid "Closed by council" -#~ msgstr "Geschlossen von der Verwaltung" +#~ msgid "Place pin on map" +#~ msgstr "Stecknadel auf Karte platzieren" -#~ msgid "Filter report list" -#~ msgstr "Berichtliste filtern" +#~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." +#~ msgstr "Das Setzen eines Passwortes ist optional, erleichtert es Ihnen aber in Zukunft weitere Meldungen oder Updates zu gemeldeten Problemen zu erstellen." -#~ msgid "Traffic management required?" -#~ msgstr "Eingriff in der Verkehrsstelle erforderlich?" +#~ msgid "Sorry, we don’t have a good enough connection to fetch that page." +#~ msgstr "Die Verbindung ist zu langsam um diese Seite zu laden" diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index 00921d04d2e..a34a92afbb4 100644 --- a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/mysociety/teams/12067/el_GR/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Greek (Greece) (https://app.transifex.com/mysociety/teams/12067/el_GR/)\n" "Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "και" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Συνοπτικές αναφορές" @@ -114,8 +111,8 @@ msgstr "" msgid "%s live updates" msgstr "%s ζωντανές ενημερώσεις" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -123,15 +120,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "στάλθηκαν %s ερωτηματολόγια – %s απαντήθηκαν (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s αναφ.: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap και συνεργάτες" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -157,7 +150,7 @@ msgstr "" msgid "(closed)" msgstr "(έκλεισε)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -165,17 +158,15 @@ msgstr "" msgid "(fixed)" msgstr "(διορθώθηκε)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Η αναφορά σου" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Καμία περαιτέρω ενημέρωση" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -185,7 +176,7 @@ msgstr "(όπως graffiti, παρατημένα σκουπίδια, σπασμ msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(δεν αποστάλθηκε σε υπηρεσία)" @@ -193,19 +184,19 @@ msgstr "(δεν αποστάλθηκε σε υπηρεσία)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(προαιρετικό)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(στάλθηκε και στις δύο)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Διάλεξε κατηγορία --" @@ -215,9 +206,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Επιλέξτε ένα σώμα" +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -280,11 +270,11 @@ msgstr "Ναι έχω κωδικό πρόσβασης" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -312,9 +302,8 @@ msgid "Add a contact using the form below." msgstr "Πρόσθεσε μία επαφή χρησιμοποιώντας την παρακάτω φόρμα." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Προσθήκη νέας κατηγορίας" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -353,6 +342,11 @@ msgstr "Προσθήκη επιλογής" msgid "Add phone number" msgstr "Προσθήκη αρ. τηλεφώνου" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Προσθήκη τομέα" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -377,25 +371,25 @@ msgstr "Προσθήκη στoν κατάλογο" msgid "Add user" msgstr "Προσθήκη χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Προστέθηκε %s" @@ -413,7 +407,7 @@ msgstr "Διαχειριστής" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Ξανά:" @@ -483,10 +477,9 @@ msgstr "Όλες οι αναφορές από %s μέχρι %s" msgid "All time" msgstr "Όλες τις ώρες" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Αναφέρθηκε στην κατηγορία %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -500,17 +493,16 @@ msgstr "Εναλλακτικά, μπορεί να αποκρυφθεί το όν msgid "Always fetch all problems" msgstr "Πάντα ανάκτηση του συνόλου των προβλημάτων" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Προσθήκη email διεύθυνσης" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Το πρόβλημα ενημερώθηκε ως διορθωμένο." @@ -524,7 +516,7 @@ msgstr "Ανώνυμος" msgid "Anonymous user" msgstr "Ανώνυμος χρήστης" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -536,6 +528,10 @@ msgstr "Ανώνυμος:" msgid "Another user" msgstr "Άλλος χρήστης" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -549,6 +545,7 @@ msgstr "Είστε σίγουροι πως θέλετε να ακυρώσετε #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Είσαι σίγουρος?" @@ -559,7 +556,7 @@ msgstr "Είσαι σίγουρος?" msgid "Area covered" msgstr "Περιοχή αρμοδιότητας" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Περιοχή:" @@ -569,24 +566,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Δεδομένου ότι αυτό είναι ένα δοκιμαστικό site και το %s είναι ψευδές, οι αναφορές που γίνονται σε αυτό το site θα σταλούν στις δοκιμαστικές αναφορές προβλημάτων και όχι στην κανονική επαφή που υπάρχει για την κατηγορία αναφοράς των προβλημάτων." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Ανατέθηκε στο "%s"" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Τα πιο πρόσφατα προβλήματα που αναφέρθηκαν από χρήστες" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Ανατέθηκε στο "%s"" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Ανατέθηκε στο "%s"" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -606,28 +599,24 @@ msgid "Assign to subdivision:" msgstr "Ανάθεση στο τμήμα:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Ανατέθηκε στο "%s"" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Όλες οι κατηγορίες" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Ανατέθηκε στο "%s"" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Ανατέθηκε στο "%s"" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -637,7 +626,7 @@ msgstr "Σε κάθε αναζήτηση επιστρέφονται το πολ msgid "At the moment only searching for and looking at reports work." msgstr "Αυτή τη στιγμή λειτουργούν μόνο η αναζήτηση και η προβολή αναφορών." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -649,7 +638,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -682,7 +671,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -690,10 +679,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -710,12 +699,17 @@ msgstr "Τομείς" msgid "Body" msgstr "Τομέας" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Τομέας:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -726,12 +720,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Δεν μπορείς να βρεις το email μας; Έλεγξε τον φάκελο ανεπιθύμητων – κατά 99% θα βρίσκεται εκεί." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Δεν μπορείς να δεις τον χάρτη; Παράλειψη βήματος" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -746,7 +740,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -760,11 +754,11 @@ msgstr "" msgid "Category" msgstr "Κατηγορία" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -789,9 +783,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Αλλαγή κωδικού πρόσβασης" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -800,7 +793,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Αλλαγή κωδικού πρόσβασης" @@ -810,9 +803,8 @@ msgid "Change phone number" msgstr "" #: templates/web/base/auth/generate_token.html:60 -#, fuzzy msgid "Change two-factor authentication" -msgstr "Έλεγχος ταυτότητας δύο παραγόντων" +msgstr "" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -824,6 +816,12 @@ msgstr "Επίλεξε ένα όνομα κατηγορίας msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -853,7 +851,7 @@ msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβα msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -864,7 +862,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Κλειστό" @@ -902,7 +900,7 @@ msgstr "Προστεθέν σήμα:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -911,13 +909,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Ρυθμίσεις" @@ -942,7 +942,7 @@ msgstr "Κάνε επιβεβαίωση μέσω email παρακάτω, εισ msgid "Confirmation" msgstr "Επιβεβαίωση" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -981,6 +981,11 @@ msgstr "Επικοινώνησε με την ομάδα διαχείρισης" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Δημιουργία αναφοράς" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1006,7 +1011,8 @@ msgstr "Υπηρεσία" msgid "Council contacts for %s" msgstr "Επαφές υπηρεσίας για "%s"" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "υπηρεσία αναφ.: %s" @@ -1034,33 +1040,32 @@ msgstr "Δημιουργία αναφοράς" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Δημιουργία κατηγορίας" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Δημιουργία προτύπου" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1081,14 +1086,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Δημιουργήθηκε" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Δημιουργήθηκε" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1098,17 +1101,16 @@ msgstr "Δημιουργήθηκε" msgid "Created:" msgstr "Δημιουργήθηκε:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "επεξεργασία χρήστη" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1135,6 +1137,11 @@ msgstr "Πίνακας Ελέγχου" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Αποθήκευση αλλαγών" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1147,7 +1154,7 @@ msgstr "Εξετάστηκε από το τμήμα μέσα σε 5 εργάσι msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1156,6 +1163,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Διαγραμμένα" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1163,11 +1175,10 @@ msgid "Delete template" msgstr "Διαγραφή προτύπου" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Διαγραφή προτύπου" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1183,26 +1194,24 @@ msgstr "" msgid "Description" msgstr "Περιγραφή" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Περιγραφή" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Πληροφορίες" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Ερωτηματολόγιο" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1213,7 +1222,7 @@ msgstr "Ερωτηματολόγιο" msgid "Details:" msgstr "Πληροφορίες:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1225,8 +1234,8 @@ msgstr "Μεταβιβάστηκε" msgid "Diligency prize league table" msgstr "Πίνακας βραβείων επιμέλειας" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1234,7 +1243,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1243,15 +1252,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Αναφέρθηκε στην κατηγορία %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Αναφέρθηκε στην κατηγορία %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1279,7 +1286,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Έχεις κωδικό πρόσβασης %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Δεν γνωρίζω" @@ -1296,11 +1303,15 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Αναφορά στο "%s"" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Σύρε φωτογραφίες εδώ ή κάνε κλικ για ανέβασμα" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1358,33 +1369,32 @@ msgstr "Επεξεργασία" msgid "Edit body details" msgstr "Επεξεργασία λεπτομερειών του τομέα" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "επεξεργασία χρήστη" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1425,19 +1435,19 @@ msgstr "Επεξεργαστής" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1455,11 +1465,11 @@ msgstr "Η ειδοποίηση μέσω email δημιουργήθηκε" msgid "Email alert deleted" msgstr "Η ειδοποίηση μέσω email διεγράφη" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1467,7 +1477,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1476,7 +1486,7 @@ msgstr "" msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1540,7 +1550,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1554,9 +1564,8 @@ msgid "Endpoint" msgstr "Σημείο τερματισμού" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Δώσε μια ονομασία για την οδό" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1575,7 +1584,7 @@ msgstr "Γράψε μία κοντινή οδό ή περιοχή" msgid "Enter details of the problem" msgstr "Γράψε λεπτομέρειες σχετικά με το πρόβλημα" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1618,11 +1627,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1652,13 +1662,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1707,30 +1717,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Πρώτη φορά" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Φωτογραφίες από κοντινές και πρόσφατες αναφορές" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Νέες αναφορές" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Διόρθωσέ το επιλέγοντας μία περιοχή αρμοδιότητας στη φόρμα Επεξεργασία λεπτομερειών του σώματος παρακάτω." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s αναφ.: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Διορθώθηκε" @@ -1747,7 +1760,7 @@ msgstr "Διορθώθηκε - Χρήστης" msgid "Flag as deleted" msgstr "Σήμανση ως διαγραμμένο" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Επισημασμένα" @@ -1756,7 +1769,7 @@ msgstr "Επισημασμένα" msgid "Flagged reports and users" msgstr "Επισημασμένες αναφορές και χρήστες" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Οι επισημασμένοι χρήστες καταγράφονται στη σελίδα επισημασμένων." @@ -1764,12 +1777,17 @@ msgstr "Οι επισημασμένοι χρήστες καταγράφοντα msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Οι επισημασμένοι χρήστες δεν υφίστανται κάποιο είδος περιορισμού. Είναι απλά μία λίστα από χρήστες που έχουν επισημανθεί ώστε να ξεχωρίζουν." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Επισημασμένοι:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Ακολούθησε ένα σύνδεσμο περιοχής για να δεις μόνο αναφορές που αφορούν αυτήν την περιοχή." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Ακολούθησε ένα σύνδεσμο περιοχής για να δεις μόνο αναφορές που αφορούν αυτήν την περιοχή." @@ -1785,7 +1803,7 @@ msgstr "Για περισσότερες πληροφορίες, δες report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4008,7 +4024,7 @@ msgstr "" msgid "Resend report" msgstr "Επαναποστολή αναφοράς" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4060,9 +4076,8 @@ msgstr "Σωστή τοποθεσία;" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "χάρτης σε χρήση" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4076,13 +4091,13 @@ msgstr "Χειριστής δρόμου για την ονομασμένη οδ msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4092,18 +4107,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Περιστροφή αριστερά" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4118,7 +4133,7 @@ msgstr "Αν περιστρέψετε την φωτογραφία θα χαθο msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4134,6 +4149,10 @@ msgstr "" msgid "Save changes" msgstr "Αποθήκευση αλλαγών" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4182,7 +4201,7 @@ msgstr "Η αναζήτηση δε βρήκε κανένα χρήστη." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4191,7 +4210,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4206,7 +4225,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Διάλεξε μια περιοχή" @@ -4215,11 +4234,20 @@ msgstr "Διάλεξε μια περιοχή" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Ακολούθησε ένα σύνδεσμο περιοχής για να δεις μόνο αναφορές που αφορούν αυτήν την περιοχή." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4234,7 +4262,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4260,7 +4288,7 @@ msgstr "" msgid "Sent report back" msgstr "Επιστροφή αναφοράς" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Στάλθηκε στο %s %s αργότερα" @@ -4277,7 +4305,7 @@ msgstr "Υπηρεσία:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4300,7 +4328,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4316,7 +4344,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4355,12 +4383,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Σύνδεση" @@ -4377,17 +4405,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Σύνδεση ή δημιουργία λογαριασμού" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Αποσύνδεση" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4445,7 +4473,7 @@ msgstr "Συγνώμη, δεν μπορέσαμε να βρούμε αυτήν #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Λυπούμαστε, δεν μπορούμε να σας συνδέσουμε. Παρακαλούμε συμπληρώστε την παρακάτω φόρμα." @@ -4456,22 +4484,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Συγνώμη, δεν μπορέσαμε να αναλύσουμε αυτήν την τοποθεσία. Παρακαλούμε προσπάθησε ξανά." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Λυπούμαστε, δεν μπορέσαμε να αποθηκεύσουμε τις εικόνες σας, παρακαλούμε προσπαθήστε ξανά." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4480,16 +4503,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4497,10 +4520,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4508,7 +4535,7 @@ msgstr "Πρώτη φορά" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4516,7 +4543,7 @@ msgstr "Πρώτη φορά" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4529,7 +4556,7 @@ msgstr "Κατάσταση" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4545,13 +4572,13 @@ msgstr "" msgid "State:" msgstr "Κατάσταση:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4597,23 +4624,23 @@ msgstr "Θέμα:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Υποβολή" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4621,7 +4648,7 @@ msgstr "Υποβολή" msgid "Submit changes" msgstr "Υποβολή αλλαγών" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Υποβολή ερωτηματολογίου" @@ -4630,15 +4657,15 @@ msgstr "Υποβολή ερωτηματολογίου" msgid "Submitted" msgstr "Υποβλήθηκε" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Γίνε συνδρομητής" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4647,11 +4674,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Οι ενημερώσεις έχουν όριο χαρακτήρων %s. Παρακαλούμε συντόμευσε την ενημέρωσή σου" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4661,15 +4687,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4681,10 +4708,9 @@ msgstr "" msgid "Summary" msgstr "Περίληψη" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Περιληπτικές αναφορές" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4701,11 +4727,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4729,7 +4755,7 @@ msgstr "Πρότυπο «%s»" msgid "Template email response:" msgstr "Δημόσια απάντηση:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4745,19 +4771,16 @@ msgid "Text" msgstr "Κείμενο" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Η ειδοποίηση μέσω email δημιουργήθηκε" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Η ειδοποίηση μέσω email διεγράφη" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Προσθήκη επιπλέον πεδίων" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4776,9 +4799,8 @@ msgid "Text:" msgstr "Κείμενο:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Κείμενο" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4804,7 +4826,7 @@ msgstr "Ευχαριστούμε για την πληροφόρηση" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Ευχαριστούμε που ανέβασες την φωτογραφία σου. Τώρα χρειάζεται να εντοπίσουμε το πρόβλημά σου, άρα παρακαλούμε γράψε μία κοντινή οδό ή ταχυδρομικό κώδικα στο πεδίο από πάνω :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Ευχαριστούμε, χαιρόμαστε που διορθώθηκε! Μπορούμε απλά να σε ρωτήσουμε αν έχεις αναφέρει ξανά κάποιο πρόβλημα στην υπηρεσία στο παρελθόν;" @@ -4843,23 +4865,23 @@ msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσ msgid "That problem will now be resent." msgstr "Το πρόβλημα τώρα θα αποσταλθεί ξανά." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4889,8 +4911,8 @@ msgstr "Η αρμοδιότητα χρειάζεται μόνο msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4925,10 +4947,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσταλμένο." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4986,8 +5007,8 @@ msgstr "Ο σύνδεσμος ίσως έχει λήξει, ή μπορεί να msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Η λίστα των διαθέσιμων περιοχών παρέχεται από την υπηρεσία MapIt στις %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Οι κωδικοί πρόσβασης δεν ταιριάζουν" @@ -5007,11 +5028,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Ο χρήστης δεν μπορέσε να εντοπίσει το πρόβλημα στον χάρτη, αλλά για να δει την περιοχή κοντά στην τοποθεσία έγραψε" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5073,7 +5094,7 @@ msgstr "Υπήρξε πρόβλημα στην προβολή αυτής της msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5163,15 +5184,15 @@ msgstr "" "Μια υπηρεσία δεν θα δέχεται καμία αναφορά, εκτός αν είναι αρμόδια για τουλάχιστον μία περιοχή." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Αυτό το email στάλθηκε και στις δύο υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, μιας και ο χρήστης δεν το κατηγοριοποίησε. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος, ή ενημέρωσέ μας για τη σωστή κατηγορία του προβλήματος ώστε να την προσθέσουμε στο σύστημα." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Αυτό το email στάλθηκε σε πολλές υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, αφού η επιλεγμένη κατηγορία συμπεριλαμβάνεται σε κάθε μια από αυτές. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος." @@ -5179,9 +5200,14 @@ msgstr "Αυτό το email στάλθηκε σε πολλές υπηρεσίε msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Αυτή η πληροφορία απαιτείται" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Αυτή η πληροφορία απαιτείται" @@ -5203,7 +5229,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5238,15 +5264,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Αυτή η αναφορά αναμένει έγκριση." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως κλειστή." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως διορθωμένη." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως ανοιχτή." @@ -5255,7 +5281,7 @@ msgstr "Αυτή η αναφορά είναι προς το παρόν κατα msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Αυτή η ιστοσελίδα περιέχει επίσης μία φωτογραφία του προβλήματος, που παρέχεται από το χρήστη." @@ -5270,7 +5296,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Χρόνος που αφιερώθηκε (λεπτά):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5318,7 +5344,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Για την προβολή ενός χάρτη με την ακριβή τοποθεσία του ζητήματος" @@ -5345,9 +5371,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Σύνολο" @@ -5374,9 +5400,8 @@ msgstr "Στείλε μας ένα email:" #: templates/web/base/auth/2fa/intro.html:6 #: templates/web/base/auth/generate_token.html:40 #: templates/web/base/auth/generate_token.html:53 -#, fuzzy msgid "Two-factor authentication" -msgstr "Έλεγχος ταυτότητας δύο παραγόντων" +msgstr "" #: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" @@ -5392,12 +5417,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5414,23 +5439,23 @@ msgstr "" msgid "Unknown" msgstr "Άγνωστο" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Άγνωστο είδος ειδοποίησης" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Άγνωστο σφάλμα" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Άγνωστη ταυτότητα προβλήματος" @@ -5447,16 +5472,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Ενημέρωση" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Η ενημέρωση %s δημιουργήθηκε για το πρόβλημα %d από %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5493,9 +5517,8 @@ msgid "Update marked problem as fixed" msgstr "Η ενημέρωση επισήμανε το πρόβλημα ως διορθωμένο" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Καταστάσεις ενημέρωσης" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5517,14 +5540,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5532,7 +5556,7 @@ msgid "Updated!" msgstr "Ενημερώθηκε!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5565,23 +5589,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "Προβάλλεται μία τοποθεσία" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5593,22 +5621,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5621,27 +5649,27 @@ msgstr "Η αναζήτηση χρηστών βρίσκει αποτελέσμα msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Χρήστες" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5650,8 +5678,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Οι τιμές ενημερώθηκαν" @@ -5669,6 +5697,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5678,16 +5710,21 @@ msgstr "" msgid "View report on site" msgstr "Προβολή αναφοράς στην ιστοσελίδα" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Προβολή αναφορών ανά πτέρυγα" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Προβολή αναφορών ανά πτέρυγα" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5707,7 +5744,7 @@ msgstr "Προβάλλεται ένα πρόβλημα" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Πτέρυγες του συμβουλίου" @@ -5720,7 +5757,7 @@ msgstr "Ρυθμίσεις" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5743,7 +5780,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Χρειαζόμαστε το email σου, παρακαλώ γράψ" το παρακάτω." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Καταλαβαίνουμε ότι το πρόβλημα ίσως είναι στην ευθύνη του %s. Ωστόσο, μέχρι στιγμής δεν έχουμε πληροφορίες επικοινωνίας μαζί τους. Αν γνωρίζεις μία κατάλληλη διεύθυνση επικοινωνίας, παρακαλούμε επικοινώνησε μαζί τους." @@ -5764,7 +5801,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Λυπούμαστε που το πρόβλημα δε λύθηκε. Γιατί δε δοκιμάζετε να επικοινωνήσετε απευθείας με τις τοπικές αρχές;" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5785,7 +5822,7 @@ msgstr "Όταν διορθώθηκε" msgid "When sent" msgstr "Όταν αποστάλθηκε " -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5801,7 +5838,7 @@ msgstr "Μόνο αυτό? Πρόσθεσε περισσότ msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Με τις αναζητήσεις αιτημάτων, είναι επίσης δυνατό να αναζητήσεις με το πεδίο agency_responsible περιορίζοντας τα αποτελέσματα στις αιτήσεις που στέλνονται σε έναν συγκεκριμένο τομέα. Ο όρος αναζήτησης είναι ο Κωδικός (ID) ενός τομέα που παρέχεται από το MapIt." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5809,7 +5846,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Θα ήθελες να συνεισφέρεις στο FixMyStreet; Ο κώδικας μας είναι ανοιχτής πηγής και διαθέσιμος στο fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Θα ήθελες να λάβεις και άλλο ερωτηματολόγιο σε 4 εβδομάδες, για να σου υπενθυμίσει να ελέγξεις την τρέχουσα κατάσταση;" @@ -5826,13 +5863,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ναι" @@ -5840,7 +5877,11 @@ msgstr "Ναι" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Παραπονιέσαι ότι, αυτή η αναφορά προβλήματος διαγράφτηκε από τον διαχειριστή χωρίς λόγο: " -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5866,7 +5907,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Μπορείς να δεις το πρόβλημα σε αυτόν τον ιστότοπο." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Μπορείς να προσθέσεις την ηλεκτρονική διεύθυνση ενός καταχρηστικού χρήστη στην λίστα καταχρήσεων, κάτι που αυτόματα θα αποκρύπτει (και δεν θα αποστέλλει) αναφορές που αυτός δημιουργεί." @@ -5875,7 +5916,7 @@ msgstr "Μπορείς να προσθέσεις την ηλεκτρονική msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5908,7 +5949,7 @@ msgstr "Μπορείς να επισημάνεις έναν τομέα ως δι msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5927,9 +5968,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Έχεις ήδη απαντήσεις σε αυτό το ερωτηματολόγιο. Αν έχεις κάποιος απορία, παρακαλούμε επικοινώνησε, ή δες το πρόβλημά σου.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Έχεις ήδη επισυνάψει φωτογραφίες σε αυτήν την αναφορά. Μπορείς να επισυνάψεις μέχρι 3 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5974,7 +6014,7 @@ msgstr "Έχεις με επιτυχία εγγραφεί, παρακαλούμ msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Δεν έχεις υποβάλλει ακόμα κάποιες αναφορές. Ανάφερε κάποιο πρόβλημα τώρα." @@ -6010,19 +6050,18 @@ msgid "Your account" msgstr "" #: templates/web/base/auth/2fa/intro.html:18 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Έλεγχος ταυτότητας δύο παραγόντων" +msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Το e-mail σου" @@ -6030,8 +6069,8 @@ msgstr "Το e-mail σου" msgid "Your email address" msgstr "Η διεύθυνση του e-mail σου" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6049,11 +6088,11 @@ msgstr "Το όνομά σου" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6062,8 +6101,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Ο κωδικός σου" @@ -6077,9 +6116,9 @@ msgstr "Ο κωδικός σου έχει αλλάξει" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6089,18 +6128,18 @@ msgstr "" msgid "Your phone number" msgstr "Ο αριθμός τηλεφώνου σου" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Η αναφορά σου" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Οι αναφορές σου" @@ -6122,7 +6161,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Οι ενημερώσεις σου" @@ -6149,7 +6188,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6169,8 +6208,8 @@ msgstr "" msgid "by %s" msgstr "από %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "υπηρεσία" @@ -6183,12 +6222,12 @@ msgstr "δεν χρησιμοποιήθηκε χάρτης" msgid "e.g. ‘%s’ or ‘%s’" msgstr "π.χ. ‘%s’ ή ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6206,7 +6245,7 @@ msgstr "από %s διαφορετικούς χρήστες" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "τελευταία ενημέρωση %s" @@ -6231,7 +6270,7 @@ msgstr "μη διαθέσιμο" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6241,15 +6280,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(προαιρετικό)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "ή" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6278,6 +6315,11 @@ msgstr "άλλες περιοχές:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s αναφ.: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6312,7 +6354,7 @@ msgstr "δεν υπάρχει καρφίτσα στον χάρτη επειδή msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "αυτή η κατηγορία τοπικού προβλήματος" @@ -6346,19 +6388,23 @@ msgstr "ο χρήστης είναι από την ίδια υπηρεσία ό msgid "user is problem owner" msgstr "ο χρήστης είναι ο ιδιοκτήτης του προβλήματος" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "πτέρυγα" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6394,12 +6440,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Φωτογραφία" -msgstr[1] "Φωτογραφία" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6458,11 +6504,11 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s διορθώθηκε μέσα στον προηγούμενο μήνα" -msgstr[1] "%s διορθώθηκαν μέσα στον προηγούμενο μήνα" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6499,7 +6545,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6520,14 +6566,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Δεν έχουμε ακόμη λεπτομέρειες για το συμβούλιο που είναι αρμόδιο σε αυτήν την τοποθεσία." msgstr[1] "Δεν έχουμε ακόμη λεπτομέρειες για τις υπηρεσίες που είναι αρμόδιες σε αυτήν την τοποθεσία." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6548,113 +6594,12 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Προβάλλεται μία τοποθεσία" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Γράψε μία κοντινή οδό ή περιοχή" - -#~ msgid "Could not find user" -#~ msgstr "Δεν είναι δυνατή η εύρεση χρήστη" - -#~ msgid "Flag user" -#~ msgstr "Επισήμανση χρήστη" - -#~ msgid "Home" -#~ msgstr "Αρχική" - -#~ msgid "MAP" -#~ msgstr "ΧΑΡΤΗΣ" - -#~ msgid "Map" -#~ msgstr "Χάρτης" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Παρακαλούμε να είσαι ευγενικός, συνοπτικός και στο θέμα." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Παρακαλούμε να μην κάνεις κατάχρηση — η κατάχρηση της υπηρεσίας υποβαθμίζει την αξία της για όλους τους χρήστες." - -#~ msgid "Remove flag" -#~ msgstr "Αφαίρεση σήμανσης" - -#~ msgid "Satellite" -#~ msgstr "Δορυφόρος" - -#~ msgid "User flag removed" -#~ msgstr "Η επισήμανση του χρήστη αφαιρέθηκε" - -#~ msgid "User flagged" -#~ msgstr "Ο χρήστης επισημάνθηκε" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Να χρησιμοποιείς τα κατάλληλα σημεία στίξης και να αποφεύγεις να γράφεις μόνο με κεφαλαία γράμματα, ώστε το μήνυμά σου να είναι εύκολο στην ανάγνωση." - -#~ msgid "Closed by council" -#~ msgstr "Κλειστό από την υπηρεσία" - -#~ msgid "Filter report list" -#~ msgstr "Φίλτρο λίστας αναφοράς" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Εσφαλμένη τιμή agency_responsible %s" - -#~ msgid "Post" -#~ msgstr "Δημοσίευση" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Σημείωση: Η αναφορά έχει δρομολογηθεί προς ενέργεια. Για οποιαδήποτε μεταβολή συμβεί δεν θα ενημερωθεί αυτόματα." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Σημείωση: Η αναφορά δεν έχει δρομολογηθεί ακόμα προς ενέργεια. Οποιαδήποτε μεταβολή μπορεί να μην ενηρωθεί." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Τσέκαρε το ιδιωτικό αν οι αναφορές σε αυτήν την κατηγορία δεν θα έπρεπε να προβάλλονται στην ιστοσελίδα.\n" -#~ "
\n" -#~ "Κανονικά, οι κατηγορίες δεν είναι ιδιωτικές.\n" -#~ "
\n" -#~ "Αυτό είναι κατάλληλο για ζητήματα που θέλεις να επιτρέψεις σε χρήστες να υποβάλλουν αναφορές στον τομέα, αλλά για τα οποία δεν χρειάζεται η αναφορά να είναι δημόσια. Ένα τέτοιο παράδειγμα είναι αν κάποιος θέλει να ζητήσει έναν επιπλέον κάδο απορριμάτων σε συγκεκριμένη διεύθυνση." - -#~ msgid "Coordinates:" -#~ msgstr "Συντεταγμένες:" - -#~ msgid "Didn't use map" -#~ msgstr "Δεν χρησιμοποιήθηκε ο χάρτης" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Αν χρησιμοποιείς κάποια μέθοδο αποστολής εκτός από email, γράψε το ID της υπηρεσίας (Open311) ή κάποιο ισοδύναμο ID εδώ." - -#~ msgid "OK" -#~ msgstr "ΟΚ" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Η αναφορά δεν μπορεί να προβληθεί σε %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "Οι αναφορές αυτής της κατηγορίας θα σταλθούν στη διεύθυνση email.\n" -#~ "Άλλες κατηγορίες αυτού του σώματος ίσως έχουν την ίδια διεύθυνση email." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Υπήρξε πρόβλημα με τον συνδυασμό email/κωδικού πρόσβασης. Παρακαλούμε προσπάθησε ξανά." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Αυτή είναι μια ιστοσελίδα για προγραμματιστές. Μερικές λειτουργίες ίσως χαλάσουν οποιαδήποτε στιγμή, και η βάση δεδομένων θα διαγράφεται περιοδικά." - -#~ msgid "Used map" -#~ msgstr "Χάρτης σε χρήση" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Περιγραφή" +msgstr[1] "Περιγραφή" -#~ msgid "or locate me automatically" -#~ msgstr "ή να βρεθεί η τοποθεσία μου αυτόματα" +#~ msgid "Place pin on map" +#~ msgstr "Θέση της περιοχής στο χάρτη" diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index 1ee2e03d10e..ec95763279e 100644 --- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,35 +4,30 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Paulina Rodriguez , 2020 +# mySociety , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Paulina Rodriguez , 2020\n" -"Language-Team: Spanish (https://www.transifex.com/mysociety/teams/12067/es/)\n" -"Language: es\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Spanish (Spain) (https://app.transifex.com/mysociety/teams/12067/es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: templates/web/base/admin/bodies/form.html:95 msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " y " @@ -66,7 +61,7 @@ msgstr "%d usuarios ya existen" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Informes de notificación" @@ -108,8 +103,8 @@ msgstr "%s tiene una variedad de feeds RSS y alertas por correo electrónico par msgid "%s live updates" msgstr "%s actualizaciones en vivo" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s abiertos, %s cerrados, %s corregidos" @@ -117,15 +112,11 @@ msgstr "%s abiertos, %s cerrados, %s corregidos" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s cuestionarios enviados – %s respondidos (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© colaboradores OpenStreetMap" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +142,7 @@ msgstr "(a-z y espacio en blanco)" msgid "(closed)" msgstr "(cerrado)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(cubre aproximadamente 200.000 personas)" @@ -159,17 +150,15 @@ msgstr "(cubre aproximadamente 200.000 personas)" msgid "(fixed)" msgstr "(arreglado)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderar este reporte" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Moderar esta actualización" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -179,7 +168,7 @@ msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" msgid "(no longer exists)" msgstr "(ya no existe)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(no enviadas al ayuntamiento)" @@ -187,19 +176,19 @@ msgstr "(no enviadas al ayuntamiento)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(enviado a todos)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(enviado a ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -273,11 +262,11 @@ msgstr "- tengo una contraseña" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "Acceso denegado" @@ -346,6 +335,11 @@ msgstr "Añadir opción" msgid "Add phone number" msgstr "Agregar número de teléfono" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Agregue un órgano" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -370,26 +364,25 @@ msgstr "Añadir a favoritos" msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Añadir / editar plantillas de respuesta" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Añadir/editar categoría de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Añadir / editar prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Añadir / editar plantillas de respuesta" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Añadido %s" @@ -407,7 +400,7 @@ msgstr "Administrador" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Otra vez:" @@ -477,7 +470,7 @@ msgstr "Todas las notificaciones entre %s y %s" msgid "All time" msgstr "Todo el tiempo" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -493,16 +486,16 @@ msgstr "Alternativamente, podemos ocultar tu nombre en todos tus inform msgid "Always fetch all problems" msgstr "Siempre cargar todos los problemas" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "Un correo electrónico." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Una actualización marcó este problema como arreglado." @@ -516,7 +509,7 @@ msgstr "Anónimo" msgid "Anonymous user" msgstr "Usuario anónimo" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -528,6 +521,10 @@ msgstr "Anónimo:" msgid "Another user" msgstr "Otro usuario" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -541,6 +538,7 @@ msgstr "¿Estás seguro que quieres cancelar esta carga?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "¿Estás seguro?" @@ -551,7 +549,7 @@ msgstr "¿Estás seguro?" msgid "Area covered" msgstr "Área cubierta" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Área:" @@ -561,23 +559,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Puesto que éste es un servidor de integración y %s es falsa, las notificaciones serán enviados al email del propio informante, no al contacto establecido para la categoría de problema." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Asignado a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s problema reportado" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "Asignar seleccionado al rol:" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Asignado a %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -597,28 +592,24 @@ msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Asignado a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Asignar usuarios a áreas" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Todas las categorías" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Asignado a %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Asignado a %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -628,7 +619,7 @@ msgstr "Se devuelven hasta %d solicitudes en cada consulta. Dichas solicitudes s msgid "At the moment only searching for and looking at reports work." msgstr "Por el momento sólo funcionan la búsqueda y consulta de notificaciones." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Los usuarios del personal autorizado pueden asociarse con las categorías en las que operan." @@ -640,7 +631,7 @@ msgstr "Auto Respuesta" msgid "Auto-response:" msgstr "Auto-respuesta \\:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -673,7 +664,7 @@ msgstr "Volver a todos los informes" msgid "Background Colour" msgstr "Color de fondo" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Bloquear usuario" @@ -681,10 +672,10 @@ msgstr "Bloquear usuario" msgid "Behaviour" msgstr "Comportamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -701,12 +692,17 @@ msgstr "Órganos administrativos" msgid "Body" msgstr "Órgano administrativo" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Órgano administrativo:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -717,12 +713,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "¿No puede encontrar nuestro correo electrónico? Revise su carpeta de spam   – es la solución en el 99% de lis casos." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "¿No puedes ver el mapa? Salte este paso" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -737,7 +733,7 @@ msgstr "Categorías:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -751,11 +747,11 @@ msgstr "Categorías:" msgid "Category" msgstr "Categoría" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Categoría y Estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de '%s' a '%s'" @@ -780,9 +776,8 @@ msgid "Change" msgstr "Cambiar" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Cambiar contraseña" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -791,7 +786,7 @@ msgstr "Cambiar dirección de email" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Cambiar contraseña" @@ -816,6 +811,12 @@ msgstr "" msgid "Choose another" msgstr "Elija otro" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -845,7 +846,7 @@ msgstr "Haga clic en el enlace de nuestro correo electrónico de confirmación p msgid "Click the link in that email to sign in." msgstr "Haz clic en el enlace de ese correo electrónico para iniciar sesión." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Haga clic en el mapa o arrastre el pin para ajustar la ubicación" @@ -856,7 +857,7 @@ msgstr "Haga clic en el mapa o arrastre el pin para ajustar la ubicación" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Cerrada" @@ -894,7 +895,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "Código" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -903,13 +904,15 @@ msgstr "" msgid "Collapse map" msgstr "Cerrar mapa" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configuración" @@ -934,7 +937,7 @@ msgstr "Confirmar por email, proporcionando una nueva contraseña. Al confirmar, msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -973,6 +976,11 @@ msgstr "Contactar con el equipo" msgid "Continue" msgstr "Continuar" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Crear una notificación" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Continuar – reportar un nuevo problema" @@ -998,7 +1006,8 @@ msgstr "Ayuntamiento" msgid "Council contacts for %s" msgstr "Contactos del ayuntamiento para %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Referencia del ayuntamiento: %s" @@ -1026,33 +1035,32 @@ msgstr "Crear una notificación" msgid "Create an account" msgstr "Crear una cuenta" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Crear plantilla" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crear una prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Crear reportes/actualizaciones como usuario anónimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Crear reportes/actualizaciones como el Ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Crear reportes/actualizaciones a nombre de un usuario" @@ -1073,14 +1081,12 @@ msgstr "Creados %d nuevos usuarios" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Creado" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Creado" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1090,17 +1096,16 @@ msgstr "Creado" msgid "Created:" msgstr "Creado:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "editar usuario" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Contraseña actual:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "Actualmente agrupados por %s" @@ -1127,6 +1132,11 @@ msgstr "Cuadro de mando" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Guardar cambios" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Desactivar autenticación doble" @@ -1139,7 +1149,7 @@ msgstr "Tratado por el departamento dentro de los 5 días hábiles" msgid "Default" msgstr "Por defecto" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1148,6 +1158,11 @@ msgstr "" msgid "Delete" msgstr "Eliminar" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Eliminado" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1158,7 +1173,7 @@ msgstr "Eliminar plantilla" msgid "Delete theme" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1174,22 +1189,22 @@ msgstr "Describa por qué está moderando esto" msgid "Description" msgstr "Descripción" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "La información detallada está limitada a %d caracteres." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detalles" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1202,7 +1217,7 @@ msgstr "" msgid "Details:" msgstr "Detalles:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1214,8 +1229,8 @@ msgstr "Transferido" msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Disable" msgstr "Desactivar" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1232,14 +1247,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Recibe actualizaciones de los problemas en este %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1267,7 +1281,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "¿Tiene una contraseña de %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "No lo sé" @@ -1284,6 +1298,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Reportes enviados a %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1345,33 +1364,32 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Editar la categoría del reporte" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Editar la prioridad del reporte" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Editar reportes" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "editar usuario" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "Editar detalles de usuarios/buscar sus reportes" @@ -1412,19 +1430,19 @@ msgstr "Editor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email:" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1442,11 +1460,11 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "Envíame un correo electrónico con un enlace o envía un mensaje de texto con un código para iniciar sesió" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Envíame un correo electrónico con un enlace para iniciar sesión" @@ -1454,7 +1472,7 @@ msgstr "Envíame un correo electrónico con un enlace para iniciar sesión" msgid "Email verified:" msgstr "Email verificado:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1463,7 +1481,7 @@ msgstr "Email verificado:" msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1527,7 +1545,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Activar esto suprimirá el mensaje de error que normalmente se muestra cuando una actualización no tiene descripción" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1561,7 +1579,7 @@ msgstr "Introduzca el nombre de una calle cercana" msgid "Enter details of the problem" msgstr "Introduzca detalles del problema" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1604,11 +1622,12 @@ msgstr "Los usuarios existentes no serán modificados." msgid "Expand map" msgstr "Expandir mapa" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Explique qué es lo que está mal" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Exportar como CSV" @@ -1638,13 +1657,13 @@ msgstr "" msgid "External team" msgstr "Equipo externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Campos adicionales" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1693,30 +1712,33 @@ msgstr "Rellena tus detalles manualmente." msgid "Filter" msgstr "Filtro" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Primera vez" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotos de notificaciones cercanas recientes" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nuevos informes" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Arreglar esto eligiendo un área cubierta en el formulario Editar detalles del organismo a continuación." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Arreglado" @@ -1733,7 +1755,7 @@ msgstr "Arreglado - Usuario" msgid "Flag as deleted" msgstr "Marcar como borrado" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1742,7 +1764,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Señalizar informes y usuarios" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Los usuarios marcados se listan en página demarcados" @@ -1750,12 +1772,17 @@ msgstr "Los usuarios marcados se listan en página demarcados" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Las capacidades de los \"usuarios marcados\" no se limitan de ninguna manera. Es solo una lista de usuarios que han sido marcado para observación." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Marcado:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." @@ -1771,7 +1798,7 @@ msgstr "Para más información, vea report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obligatorio" @@ -3986,7 +4029,7 @@ msgstr "Obligatorio" msgid "Resend report" msgstr "Vuelva a enviar la notificación" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4015,9 +4058,8 @@ msgid "Response Templates for %s" msgstr "" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Mostrar foto" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4039,9 +4081,8 @@ msgstr "¿Es correcto el lugar?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Expandir mapa" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4055,13 +4096,13 @@ msgstr "Operador responsable de este camino (de OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4072,18 +4113,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Los usuarios del personal autorizado pueden asociarse con las categorías en las que operan." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4098,7 +4139,7 @@ msgstr "Rotar esta foto descartará los cambios del reporte que no hayan sido gu msgid "Save + close as duplicate" msgstr "Guardar como duplicado y cerrar " -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4114,6 +4155,10 @@ msgstr "Guardar como duplicado y cerrar " msgid "Save changes" msgstr "Guardar cambios" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "Guardar nuevos campos" @@ -4162,7 +4207,7 @@ msgstr "La búsqueda no encontró usuarios." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "Seguridad" @@ -4171,7 +4216,7 @@ msgstr "Seguridad" msgid "See our privacy policy" msgstr "Vea nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4186,7 +4231,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleccione un área" @@ -4195,11 +4240,20 @@ msgstr "Seleccione un área" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4214,7 +4268,7 @@ msgid "Select:" msgstr "Seleccionar:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Enviar" @@ -4240,7 +4294,7 @@ msgstr "El envío del texto de confirmación falló: \"%s\"" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" @@ -4257,7 +4311,7 @@ msgstr "Servicio:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Asignar contraseña" @@ -4280,7 +4334,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4296,7 +4350,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Mostrar todas las actualizaciones" @@ -4335,12 +4389,12 @@ msgstr "Mostrar nombre de la persona que reporta" msgid "Show reports in your area" msgstr "Mostrar reportes en tu área" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Iniciar sesión" @@ -4357,17 +4411,17 @@ msgstr "Iniciar sesión a través de email o de mensaje de texto, definiendo una msgid "Sign in or create an account" msgstr "Iniciar sesión o crear una cuenta" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Salir" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4427,7 +4481,7 @@ msgstr "Lo sentimos, no hemos podido encontrar ese lugar." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Lo sentimos, no fue posible iniciar su sesión. Por favor complete el formulario a continuación." @@ -4438,21 +4492,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Lo sentimos, pero no pudo analizar esa ubicación. Por favor, inténtelo de nuevo." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Perdón, usted no tiene permiso para hacer eso." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4461,16 +4511,16 @@ msgstr "" msgid "Sort by" msgstr "Ordenados por" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Los miembros del staff tienen permiso para acceder a la sección admin." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Staff:" @@ -4478,10 +4528,14 @@ msgstr "Staff:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4489,7 +4543,7 @@ msgstr "Primera vez" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4497,7 +4551,7 @@ msgstr "Primera vez" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4510,7 +4564,7 @@ msgstr "Estado" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4526,13 +4580,13 @@ msgstr "" msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4578,23 +4632,23 @@ msgstr "Título:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4602,7 +4656,7 @@ msgstr "Enviar" msgid "Submit changes" msgstr "Enviar cambios" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Enviar cuestionario" @@ -4611,15 +4665,15 @@ msgstr "Enviar cuestionario" msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "Suscribirse por email" @@ -4631,7 +4685,7 @@ msgstr "Suscrito:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4641,15 +4695,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4661,10 +4716,9 @@ msgstr "Resuma sus cambios" msgid "Summary" msgstr "Resumen" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Resumen de notificaciones" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4681,11 +4735,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4709,7 +4763,7 @@ msgstr "Plantilla «%s»" msgid "Template email response:" msgstr "Nueva dirección de email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4717,23 +4771,20 @@ msgid "Templates" msgstr "Plantillas" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Menos recientemente actualizado" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Creada alerta de email" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Borrada alerta de email" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4756,9 +4807,8 @@ msgid "Text:" msgstr "Texto:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Texto" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4784,7 +4834,7 @@ msgstr "Gracias por su feedback" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así que por favor escriba el nombre o código postal de una calle cercana en el cuadro de arriba:" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?" @@ -4823,23 +4873,23 @@ msgstr "El problema se ha marcado como enviado." msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "Los detalles personales de ese usuario han sido eliminados." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "Los reportes y actualizaciones de ese usuario han sido ocultados." @@ -4871,8 +4921,8 @@ msgstr "La jurisdicción solo es necesaria si los límites incl msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4907,7 +4957,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4967,8 +5017,8 @@ msgstr "El link parece haber expirado, o tal vez no fue copiado/pegado correctam msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La lista de áreas disponibles está siendo ofrecida por el servicio MapIt en %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Las contraseñas no coinciden." @@ -4988,11 +5038,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "Se ha enviado un email de inicio de sesión al usuario" @@ -5054,7 +5104,7 @@ msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5145,15 +5195,15 @@ msgstr "" "Un organismo no recibirá ningún informe salvo que represente al menos un área." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cubren la ubicación del problema, ya que el usuario no lo categorizó. Por favor, haga caso omiso del mismo si usted no es el organismo administrativo responsable de este problema, o háganos saber qué clase de problema es para que lo podamos añadir a nuestro sistema." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la ubicación del problema, pues la categoría de problema seleccionada por el usuario se proporciona para todos ellos. Por favor, si usted no pertenece al órgano administrativo responsable de resolver esta incidencia haga caso omiso de este mensaje." @@ -5161,9 +5211,14 @@ msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Esta información es necesaria" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Esta información es necesaria" @@ -5185,7 +5240,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5220,15 +5275,15 @@ msgstr "Este reporte es un duplicado. Por favor contribuya actualizando el repor msgid "This report is awaiting moderation." msgstr "Esta notificación está pendiente de moderación." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Esta notificación está marcada como abierta." @@ -5237,7 +5292,7 @@ msgstr "Esta notificación está marcada como abierta." msgid "This report is now closed to updates." msgstr "Este reporte ya no admite actualizaciones." -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Esta página web también contiene una foto del problema, proporcionada por el usuario." @@ -5252,7 +5307,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Tiempo utilizado (en minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5300,7 +5355,7 @@ msgstr "Para limitar esta colección de campos a un solo idioma, selecciónelo a msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Para ver un mapa de la ubicación precisa de este problema" @@ -5327,9 +5382,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5373,12 +5428,12 @@ msgstr "" msgid "Type" msgstr "Tipo" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "Desbloquear" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5395,23 +5450,23 @@ msgstr "" msgid "Unknown" msgstr "Desconocido" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Error desconocido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "ID de problema desconocido" @@ -5428,8 +5483,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Actualizar" @@ -5473,9 +5528,8 @@ msgid "Update marked problem as fixed" msgstr "La actualización marcó el problema como arreglado" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Actualización de estados" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5497,14 +5551,15 @@ msgstr "Actualizado por %s (%s) el %s" msgid "Updated by %s at %s" msgstr "Actualizado por %s el %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5512,7 +5567,7 @@ msgid "Updated!" msgstr "¡Actualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5545,23 +5600,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Usar mi ubicación actual" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "esta ubicación" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5573,22 +5632,22 @@ msgstr "" msgid "User Import" msgstr "Importación de Usuarios" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "Usuarios añadidos a la lista de abusos" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "El usuario ya existe" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "El usuario ya está en la lista de abusos" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5601,27 +5660,27 @@ msgstr "La búsqueda ha encontrado coincidencias en nombres de usuarios y direcc msgid "User's alerts" msgstr "Alertas del usuario" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "Usuario:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Usuarios" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5630,8 +5689,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Valores actualizados" @@ -5649,6 +5708,10 @@ msgstr "Verificar dirección de email" msgid "Verify phone number" msgstr "Verificar número de teléfono" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5658,16 +5721,21 @@ msgstr "Verificar número de teléfono" msgid "View report on site" msgstr "Ver notificaciones en el site" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Ver notificaciones por barrio" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Ver notificaciones por barrio" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5687,7 +5755,7 @@ msgstr "Visualizando un problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Barrios de este ayuntamiento" @@ -5700,7 +5768,7 @@ msgstr "Configuración" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5723,7 +5791,7 @@ msgstr "Hemos enviado un código de confirmación a su teléfono. Por favor ingr msgid "We need your email address, please give it below." msgstr "Necesitamos su dirección de email, por favor ingréselo a continuación." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Somos conscientes de este problema podría ser responsabilidad de %s; sin embargo, actualmente no disponemos de sus datos de contacto. Si conoce la dirección de contacto adecuada, por favor contáctenos." @@ -5744,7 +5812,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Lamentamos que el problema no esté arreglado. ¿Por qué no prueba a escribir directamente a sus representantes locales?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "Sitio web" @@ -5765,7 +5833,7 @@ msgstr "Una vez editada" msgid "When sent" msgstr "Una vez enviada" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "¿Sobre cuales problemas quiere recibir alertas?" @@ -5781,7 +5849,7 @@ msgstr "¿Por qué detenerse ahí? Configure más alertas msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "En las búsquedas de solicitudes, es también posible buscar por agency_responsible para limitar las solicitudes a las enviados a una sola administración. El término de búsqueda es el ID de administración proporcionada por MapIT." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "Dentro del período de tiempo especificado:" @@ -5789,7 +5857,7 @@ msgstr "Dentro del período de tiempo especificado:" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "¿Quieres contribuir a mejorar FixMyStreet? Nuestro código es abierto y está disponible en fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "¿Quieres recibir otro cuestionario en 4 semanas, recordándote que debes comprobar el estado?" @@ -5806,13 +5874,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "SÍ" @@ -5820,7 +5888,11 @@ msgstr "SÍ" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Usted se está quejando de que la notificación fue innecesariamente moderada:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5846,7 +5918,7 @@ msgstr "Puede crear un nuevo reporte en la misma ubicación." msgid "You can view the problem on this site." msgstr "Usted puede ver el problema en este sitio." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Puede agregar email del usuario abusivo a la lista de abusones, que oculta de forma automática (y nunca envía) los informes que crean." @@ -5855,7 +5927,7 @@ msgstr "Puede agregar email del usuario abusivo a la lista de abusones, que ocul msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5888,7 +5960,7 @@ msgstr "Puede marcar un organismo como eliminado si no quiere que aparezca activ msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5953,7 +6025,7 @@ msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus de msgid "You have successfully verified your phone number." msgstr "Ha verificado su número de teléfono exitosamente." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "No ha notificado nada aún. Notifique un problema ahora." @@ -5992,15 +6064,15 @@ msgstr "Su cuenta" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Su email:" @@ -6008,8 +6080,8 @@ msgstr "Su email:" msgid "Your email address" msgstr "Su dirección de email" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "Su email o número de celular/móvil" @@ -6027,11 +6099,11 @@ msgstr "Su nombre" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Su nombre ya fue remitido a %s, pero podemos ocultarlo en esta página:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "Su nombre está ahora oculto en todos sus reportes y actualizaciones." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "Su nombre ha sido ocultado." @@ -6040,8 +6112,8 @@ msgstr "Su nombre ha sido ocultado." msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Su contraseña" @@ -6055,9 +6127,9 @@ msgstr "Su contraseña ha cambiado" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "Su contraseña debería incluir %d o más caracteres." @@ -6067,18 +6139,18 @@ msgstr "Su contraseña debería incluir %d o más caracteres." msgid "Your phone number" msgstr "Su número de teléfono" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Su reporte" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Sus notificaciones" @@ -6100,7 +6172,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "Su actualización ha sido guardada para ser enviada cuando esté conectado nuevamente. " -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Sus actualizaciones" @@ -6127,7 +6199,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "todas" @@ -6147,8 +6219,8 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "ayuntamiento" @@ -6161,12 +6233,12 @@ msgstr "no utilizó mapa" msgid "e.g. ‘%s’ or ‘%s’" msgstr "por ejemplo, '%s' o '%s'" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "ej. ‘Bache de 50cm en la calle Ejemplo, cerca del buzón’" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "ej. ‘Este bache lleva al menos dos meses y...’" @@ -6184,7 +6256,7 @@ msgstr "de %s usuarios diferentes" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "ultima actualización %s" @@ -6209,7 +6281,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "ninguna" @@ -6222,8 +6294,8 @@ msgstr "no es responsabilidad del ayuntamiento" msgid "optional" msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "" @@ -6254,6 +6326,11 @@ msgstr "otras áreas:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6288,7 +6365,7 @@ msgstr "no hay marcador porque el usuario no usó el mapa" msgid "this location" msgstr "esta ubicación" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -6322,25 +6399,30 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d" msgid "user is problem owner" msgstr "El usuario es el propietario del problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "el usuario no está en la lista de abusos" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "usuario eliminado de la lista de abusos" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "barrio" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" msgid_plural "%d addresses" msgstr[0] "%d dirección" msgstr[1] "%d direcciones" +msgstr[2] "%d direcciones" #: perllib/Utils.pm:249 #, perl-format @@ -6348,6 +6430,7 @@ msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dia" msgstr[1] "%d dias" +msgstr[2] "%d dias" #: perllib/Utils.pm:251 #, perl-format @@ -6355,6 +6438,7 @@ msgid "%d hour" msgid_plural "%d hours" msgstr[0] "%d hora" msgstr[1] "%d horas" +msgstr[2] "%d horas" #: perllib/Utils.pm:253 #, perl-format @@ -6362,6 +6446,7 @@ msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "%d minuto" msgstr[1] "%d minutos" +msgstr[2] "%d minutos" #: perllib/Utils.pm:245 #, perl-format @@ -6369,13 +6454,15 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "%d mes" msgstr[1] "%d meses" +msgstr[2] "%d meses" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Mostrar foto" -msgstr[1] "Mostrar foto" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6383,6 +6470,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d simpatizante" msgstr[1] "%d simpatizantes" +msgstr[2] "%d simpatizantes" #: perllib/Utils.pm:247 #, perl-format @@ -6390,6 +6478,7 @@ msgid "%d week" msgid_plural "%d weeks" msgstr[0] "%d semana" msgstr[1] "%d semanas" +msgstr[2] "%d semanas" #: perllib/Utils.pm:243 #, perl-format @@ -6397,6 +6486,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d año" msgstr[1] "%d años" +msgstr[2] "%d años" #: templates/web/base/reports/index.html:120 #, perl-format @@ -6404,6 +6494,7 @@ msgid "%s day" msgid_plural "%s days" msgstr[0] "%s día" msgstr[1] "%s días" +msgstr[2] "%s días" #: templates/web/base/reports/index.html:57 #, perl-format @@ -6411,6 +6502,7 @@ msgid "%s problem marked as fixed" msgid_plural "%s problems marked as fixed" msgstr[0] "%s problema marcado como solucionado" msgstr[1] "%s problemas marcados como solucionados" +msgstr[2] "%s problemas marcados como solucionados" #: templates/web/base/reports/index.html:45 #, perl-format @@ -6418,6 +6510,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "%s problema reportado" msgstr[1] "%s problemas reportados" +msgstr[2] "%s problemas reportados" #: templates/web/base/reports/index.html:136 #, perl-format @@ -6425,6 +6518,7 @@ msgid "%s report" msgid_plural "%s reports" msgstr[0] "%s reporte" msgstr[1] "%s reportes" +msgstr[2] "%s reportes" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6432,13 +6526,15 @@ msgid "%s update on problems" msgid_plural "%s updates on problems" msgstr[0] "%s actualización en problemas" msgstr[1] "%s actualizaciones en problemas" +msgstr[2] "%s actualizaciones en problemas" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s arregladas la semana pasada" -msgstr[1] "%s arregladas el mes pasado" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6446,6 +6542,7 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s arregladas la semana pasada" msgstr[1] "%s arregladas el mes pasado" +msgstr[2] "%s arregladas el mes pasado" #: templates/web/base/front/stats.html:8 #, perl-format @@ -6453,6 +6550,7 @@ msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s notificadas la semana pasada" msgstr[1] "%s notificaciones la semana pasada" +msgstr[2] "%s notificaciones la semana pasada" #: templates/web/base/front/stats.html:13 #, perl-format @@ -6460,6 +6558,7 @@ msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s notificadas recientemente" msgstr[1] "%s notificadas recientemente" +msgstr[2] "%s notificadas recientemente" #: templates/web/base/front/stats.html:37 #, perl-format @@ -6467,6 +6566,7 @@ msgid "%s update on reports" msgid_plural "%s updates on reports" msgstr[0] "%s notificaciones actualizadas" msgstr[1] "%s notificaciones actualizadas" +msgstr[2] "%s notificaciones actualizadas" #: perllib/FixMyStreet/App/Form/Field/FileIdPhoto.pm:27 #, perl-format @@ -6474,13 +6574,15 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" msgstr[0] "Reportado hace %d día" msgstr[1] "Reportado %d días atrás" +msgstr[2] "Reportado %d días atrás" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -6488,6 +6590,7 @@ msgid "We do not yet have details for the other council that co msgid_plural "We do not yet have details for the other councils that cover this location." msgstr[0] "Todavía no tenemos detalles para el Ayuntamiento que cubre esta zona." msgstr[1] "Todavía no tenemos información sobre el ayuntamiento que cubre este área." +msgstr[2] "Todavía no tenemos información sobre el ayuntamiento que cubre este área." #: templates/web/base/report/new/top_message_none.html:3 #, perl-format @@ -6495,20 +6598,23 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Todavía no tenemos detalles para el Ayuntamiento que cubre esta zona." msgstr[1] "Todavía no tenemos información de qué ayuntamientos cubren este área." +msgstr[2] "Todavía no tenemos información de qué ayuntamientos cubren este área." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "última actualización hace %d día" msgstr[1] "última actualización hace %d días" +msgstr[2] "última actualización hace %d días" #: templates/email/default/inactive-account.html:18 #, perl-format @@ -6516,6 +6622,7 @@ msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" +msgstr[2] "meses" #: templates/email/westminster/archive.html:25 #, perl-format @@ -6523,73 +6630,15 @@ msgid "report" msgid_plural "reports" msgstr[0] "reporte" msgstr[1] "reportes" +msgstr[2] "reportes" -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Introduzca el nombre de una calle cercana" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(también tenemos feeds RSS para problemas en %s)" - -#~ msgid "About the problem" -#~ msgstr "Sobre el problema" - -#~ msgid "Close" -#~ msgstr "Cerrar" - -#~ msgid "Could not find user" -#~ msgstr "No se pudo encontrar el usuario" - -#~ msgid "Edit report details" -#~ msgstr "Editar detalles del reporte" - -#~ msgid "Flag user" -#~ msgstr "Marca usuario" - -#~ msgid "Home" -#~ msgstr "Inicio" - -#~ msgid "MAP" -#~ msgstr "MAPA" - -#~ msgid "Map" -#~ msgstr " Mapa" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Por favor, sea cortés, conciso y vaya al grano." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ayuntamiento degrada su capacidad de servicio a toda la ciudadanía." - -#~ msgid "Remove flag" -#~ msgstr "Eliminar marca" - -#~ msgid "Satellite" -#~ msgstr "Satélite" - -#~ msgid "Show Photo?" -#~ msgstr "¿Mostrar la foto?" - -#~ msgid "User flag removed" -#~ msgstr "Eliminada marca de usuario" - -#~ msgid "User flagged" -#~ msgstr "Usuario marcado" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Escribir su mensaje completamente en mayúsculas o sin signos de puntuación hace que sea difícil de leer." - -#~ msgid "Closed by council" -#~ msgstr "Cerrada por el Ayuntamiento" - -#~ msgid "Current token:" -#~ msgstr "Token actual:" - -#~ msgid "Filter report list" -#~ msgstr "Filtrar lista de informes" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Valor inválido para agency_responsible %s" - -#~ msgid "Post" -#~ msgstr "Publicar" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Descripción" +msgstr[1] "Descripción" +msgstr[2] "Descripción" + +#~ msgid "Place pin on map" +#~ msgstr "Coloque el marcador en el mapa" diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po index 940158687e8..8df029f2aff 100644 --- a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,33 +4,30 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mysociety/teams/12067/es_DO/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Spanish (Dominican Republic) (https://app.transifex.com/mysociety/teams/12067/es_DO/)\n" "Language: es_DO\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" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: templates/web/base/admin/bodies/form.html:95 msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " y " @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Informes de notificación" @@ -109,8 +106,8 @@ msgstr "" msgid "%s live updates" msgstr "%s actualizaciones en vivo" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -118,15 +115,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s cuestionarios enviados – %s respondidos (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap colaboradores" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -152,7 +145,7 @@ msgstr "" msgid "(closed)" msgstr "(cerrado)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -160,17 +153,15 @@ msgstr "" msgid "(fixed)" msgstr "(arreglado)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderar este informe" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Moderar este actualización" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -180,7 +171,7 @@ msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(no enviadas al ayuntamiento)" @@ -188,19 +179,19 @@ msgstr "(no enviadas al ayuntamiento)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(enviado a ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -210,9 +201,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Por favor, seleccione un organismo administrativo" +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -275,11 +265,11 @@ msgstr "- tengo una contraseña" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -308,9 +298,8 @@ msgid "Add a contact using the form below." msgstr "Añada un contacto usando el siguiente formulario." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Agregar nueva categoría" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -349,6 +338,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Agregue un órgano" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -373,26 +367,25 @@ msgstr "Añadir a la lista de pre-seleccionados" msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Añadir/Editar las plantillas de respuesta" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Añadir/editar las categorias del problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Añadir/Editar las prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Añadir/Editar las plantillas de respuesta" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Añadido %s" @@ -410,7 +403,7 @@ msgstr "Administración" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Otra vez:" @@ -480,10 +473,9 @@ msgstr "Todas las notificaciones entre %s y %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Notificado en la categoría %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -497,17 +489,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Cambiar dirección de email" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Una actualización marcó este problema como arreglado." @@ -521,7 +512,7 @@ msgstr "Anónimo" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -533,6 +524,10 @@ msgstr "Anónimo:" msgid "Another user" msgstr "Otro usuario" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -546,6 +541,7 @@ msgstr "¿Está seguro(a) que quiere cancelar esta carga?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "¿Está seguro(a)?" @@ -556,7 +552,7 @@ msgstr "¿Está seguro(a)?" msgid "Area covered" msgstr "Área cubierta" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Área:" @@ -566,24 +562,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Puesto que éste es un servidor de integración y %s es falsa, las notificaciones serán enviados al email del propio informante, no al contacto establecido para la categoría de problema." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Asignado a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Últimos problemas notificados por los usuarios" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Asignar usuarios a las áreas" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Asignado a %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -603,28 +595,24 @@ msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Asignado a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Asignar usuarios a las áreas" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Categorías disponibles" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Asignado a %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Asignado a %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -634,7 +622,7 @@ msgstr "Se devuelven hasta %d solicitudes en cada consulta. Dichas solicitudes s msgid "At the moment only searching for and looking at reports work." msgstr "Por el momento sólo funcionan la búsqueda y consulta de notificaciones." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Usuarios del personal autorizado pueden estar asociados a las categorías en las cuales ellos operan." @@ -646,7 +634,7 @@ msgstr "" msgid "Auto-response:" msgstr "Respuesta automática:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -679,7 +667,7 @@ msgstr "Volver a todos los informes" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -687,10 +675,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -707,12 +695,17 @@ msgstr "Órganos administrativos" msgid "Body" msgstr "Órgano administrativo" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Órgano administrativo:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -723,12 +716,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "¿No puedes encontrar nuestro email? Busque en su folder de email basura – esa es la solución 99% del tiempo." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "¿No puedes ver el mapa? Salte este paso" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -743,7 +736,7 @@ msgstr "Categorías:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -757,11 +750,11 @@ msgstr "Categorías:" msgid "Category" msgstr "Categoría" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de ‘%s’ a ‘%s’" @@ -786,9 +779,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Cambiar contraseña" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -797,7 +789,7 @@ msgstr "Cambiar dirección de email" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Cambiar contraseña" @@ -822,6 +814,12 @@ msgstr "" msgid "Choose another" msgstr "Elija otro" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -851,7 +849,7 @@ msgstr "Haga un clic en nuestro email de confirmación para iniciar sesión." msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -862,7 +860,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Cerrada" @@ -900,7 +898,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -909,13 +907,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configuración" @@ -940,7 +940,7 @@ msgstr "Como alternativa confirme por email, para lo cual tendrá que indicar un msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -979,6 +979,11 @@ msgstr "Contactar con el equipo" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Crear una notificación" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1004,7 +1009,8 @@ msgstr "Ayuntamiento" msgid "Council contacts for %s" msgstr "Contactos del ayuntamiento para %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Referencia del ayuntamiento: %s" @@ -1032,33 +1038,32 @@ msgstr "Crear una notificación" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Crear plantillas" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crear prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Crear informes/actualizaciones como ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Crear informes/actualizaciones en nombre del usuario" @@ -1079,14 +1084,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Creado" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Creado" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1096,17 +1099,16 @@ msgstr "Creado" msgid "Created:" msgstr "Creado:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "editar usuario" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1133,6 +1135,11 @@ msgstr "Tablero de control" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Guardar cambios" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1145,7 +1152,7 @@ msgstr "Tratado por el departamento dentro de los 5 días hábiles" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1154,6 +1161,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Eliminado" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1161,11 +1173,10 @@ msgid "Delete template" msgstr "Eliminar plantilla" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Eliminar plantilla" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1181,26 +1192,24 @@ msgstr "Describe el motivo de la moderación" msgid "Description" msgstr "Descripción" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Descripción" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detalles" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Cuestionario" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1211,7 +1220,7 @@ msgstr "Cuestionario" msgid "Details:" msgstr "Detalles:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1223,8 +1232,8 @@ msgstr "Transferido" msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1232,7 +1241,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1241,15 +1250,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Notificado en la categoría %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Notificado en la categoría %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1277,7 +1284,7 @@ msgstr "No enviar alertas por email en los comentarios recopilados para el cread msgid "Do you have a %s password?" msgstr "¿Tiene una contraseña %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "No lo sé" @@ -1294,11 +1301,15 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Notificar sobre %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Deslice y deje las fotos aquí o haga clic para subir" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1356,33 +1367,32 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Editar la categoría del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Editar la prioridad del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Editar los informes" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "editar usuario" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1423,19 +1433,19 @@ msgstr "Editor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email:" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1453,11 +1463,11 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1465,7 +1475,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1474,7 +1484,7 @@ msgstr "" msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1538,7 +1548,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1551,9 +1561,8 @@ msgid "Endpoint" msgstr "Punto final" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Introduzca un nombre de calle de Zürich" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1572,7 +1581,7 @@ msgstr "Introduzca el nombre de una calle cercana" msgid "Enter details of the problem" msgstr "Introduzca detalles del problema" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1615,11 +1624,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Explicar el problema" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1649,13 +1659,13 @@ msgstr "" msgid "External team" msgstr "Equipo externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1679,7 +1689,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "Confiables por los organismos administrativos:" +msgstr "Organismos administrativos perdidos:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1704,30 +1714,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Primera vez" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotos de notificaciones cercanas recientes" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nuevos informes" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Arreglar esto eligiendo un área cubierta en el formulario Editar detalles del organismo a continuación." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Arreglado" @@ -1744,7 +1757,7 @@ msgstr "Arreglado - Usuario" msgid "Flag as deleted" msgstr "Marcar como borrado" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1753,7 +1766,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Señalizar informes y usuarios" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Los usuarios marcados se listan en página demarcados" @@ -1761,12 +1774,17 @@ msgstr "Los usuarios marcados se listan en página demarcados" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Las capacidades de los \"usuarios marcados\" no se limitan de ninguna manera. Es solo una lista de usuarios que han sido marcado para observación." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Marcado:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." @@ -1782,7 +1800,7 @@ msgstr "Para más información, vea report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4013,7 +4028,7 @@ msgstr "" msgid "Resend report" msgstr "Vuelva a enviar la notificación" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4042,9 +4057,8 @@ msgid "Response Templates for %s" msgstr "Plantillas de respuesta por %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Mostrar foto" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4066,9 +4080,8 @@ msgstr "¿Es correcto el lugar?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "mapa utilizado" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4082,13 +4095,13 @@ msgstr "Operador responsable de este camino (de OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4099,18 +4112,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Usuarios del personal autorizado pueden estar asociados a las categorías en las cuales ellos operan." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4125,7 +4138,7 @@ msgstr "Rotar esta foto eliminará los cambios no guardados al informe." msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4141,6 +4154,10 @@ msgstr "" msgid "Save changes" msgstr "Guardar cambios" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4189,7 +4206,7 @@ msgstr "La búsqueda no encontró usuarios." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4198,7 +4215,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Ver nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4213,7 +4230,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleccione un área" @@ -4222,11 +4239,20 @@ msgstr "Seleccione un área" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4241,7 +4267,7 @@ msgid "Select:" msgstr "Seleccionar:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4267,7 +4293,7 @@ msgstr "" msgid "Sent report back" msgstr "Devolver el informe" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" @@ -4284,7 +4310,7 @@ msgstr "Servicio:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4307,7 +4333,7 @@ msgstr "" msgid "Shortlist" msgstr "Pre-seleccionados" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4323,7 +4349,7 @@ msgstr "Entre los pre-seleccionados" msgid "Shortlisted by %s" msgstr "Pre-seleecionados por %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4362,12 +4388,12 @@ msgstr "Mostrar el nombre del reportero" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Iniciar sesión" @@ -4384,17 +4410,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Iniciar sesión o crear una cuenta" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Salir" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4454,7 +4480,7 @@ msgstr "Lo sentimos, no hemos podido encontrar ese lugar." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Lo sentimos, pero pudimos iniciar la sesión. Por favor, llena el siguiente formulario." @@ -4465,23 +4491,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Lo sentimos, pero no pudo analizar esa ubicación. Por favor, inténtelo de nuevo." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Lo sentimos, no pudimos guardar su(s) imagen(es), por favor inténtelo de nuevo." - -#: templates/web/base/offline/fallback.html:6 -#, fuzzy -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "Disculpa, no tenemos una buena conexión de internet para grabar este página, o no encontremos la página, o era un fallo del servidor. Por favor, inténtalo de nuevo más tarde." +msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Lo sentimos, no tiene permiso para hacer eso." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4490,17 +4510,16 @@ msgstr "" msgid "Sort by" msgstr "Seleccionado por" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Personal:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Usuarios del personal tienen permiso para iniciar sesión al administrador." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Personal:" @@ -4508,10 +4527,14 @@ msgstr "Personal:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4519,7 +4542,7 @@ msgstr "Primera vez" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4527,7 +4550,7 @@ msgstr "Primera vez" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4540,7 +4563,7 @@ msgstr "Estado" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4556,13 +4579,13 @@ msgstr "" msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4608,23 +4631,23 @@ msgstr "Título:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4632,7 +4655,7 @@ msgstr "Enviar" msgid "Submit changes" msgstr "Enviar cambios" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Enviar cuestionario" @@ -4641,15 +4664,15 @@ msgstr "Enviar cuestionario" msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4658,11 +4681,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Las actualizaciones están limitadas a %s caracteres. Por favor acorte su actualización." +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4672,15 +4694,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4692,10 +4715,9 @@ msgstr "Resuma sus cambios" msgid "Summary" msgstr "Resumen" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Resumen de notificaciones" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4709,15 +4731,14 @@ msgid "Summary statistics" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Súperusuario:" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Súperusuario:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Los súperusuarios tienen el permiso de realizar todas las acciones dentro del administrador." @@ -4741,7 +4762,7 @@ msgstr "Plantilla «%s»" msgid "Template email response:" msgstr "Nueva dirección de email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4749,23 +4770,20 @@ msgid "Templates" msgstr "Plantillas" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Menos recientemente actualizado" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Creada alerta de email" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Borrada alerta de email" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4788,9 +4806,8 @@ msgid "Text:" msgstr "Texto:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Texto" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4816,7 +4833,7 @@ msgstr "Gracias por su feedback" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así que por favor escriba el nombre o código postal de una calle cercana en el cuadro de arriba:" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?" @@ -4855,23 +4872,23 @@ msgstr "El problema se ha marcado como enviado." msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4903,8 +4920,8 @@ msgstr "La jurisdicción solo es necesaria si los límites incl msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4939,10 +4956,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "El problema se ha marcado como enviado." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -5000,8 +5016,8 @@ msgstr "El enlace podría haber caducado, o quizá usted no’ lo copió y p msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La lista de áreas disponibles está siendo ofrecida por el servicio MapIt en %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Las contraseñas no coinciden." @@ -5021,11 +5037,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5087,7 +5103,7 @@ msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5178,15 +5194,15 @@ msgstr "" "Un organismo no recibirá ningún informe salvo que represente al menos un área." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cubren la ubicación del problema, ya que el usuario no lo categorizó. Por favor, haga caso omiso del mismo si usted no es el organismo administrativo responsable de este problema, o háganos saber qué clase de problema es para que lo podamos añadir a nuestro sistema." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la ubicación del problema, pues la categoría de problema seleccionada por el usuario se proporciona para todos ellos. Por favor, si usted no pertenece al órgano administrativo responsable de resolver esta incidencia haga caso omiso de este mensaje." @@ -5194,9 +5210,14 @@ msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Esta información es necesaria" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Esta información es necesaria" @@ -5218,7 +5239,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5253,15 +5274,15 @@ msgstr "Ese reporte es duplicado. Por favor, actualizar el reporte original:" msgid "This report is awaiting moderation." msgstr "Esta notificación está pendiente de moderación." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Esta notificación está marcada como abierta." @@ -5270,7 +5291,7 @@ msgstr "Esta notificación está marcada como abierta." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Esta página web también contiene una foto del problema, proporcionada por el usuario." @@ -5285,7 +5306,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Tiempo invertido (en minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5333,7 +5354,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Para ver un mapa de la ubicación precisa de este problema" @@ -5360,9 +5381,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5406,12 +5427,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5428,23 +5449,23 @@ msgstr "" msgid "Unknown" msgstr "Desconocido" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Error desconocido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "ID de problema desconocido" @@ -5461,16 +5482,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Actualizar" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Actualización %s creada para el problema %d; por %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5507,9 +5527,8 @@ msgid "Update marked problem as fixed" msgstr "La actualización marcó el problema como arreglado" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Actualización de estados" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5531,14 +5550,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5546,7 +5566,7 @@ msgid "Updated!" msgstr "¡Actualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5579,23 +5599,27 @@ msgid "Use Open311 update-sending extension" msgstr "Abrir la extension Open311 de envío de actualización" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Ajustar a mi ubicación actual" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Visualizando una ubicación" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5607,22 +5631,22 @@ msgstr "ID de usuario a quien atribuir los comentarios obtenidos" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5635,38 +5659,37 @@ msgstr "La búsqueda ha encontrado coincidencias en nombres de usuarios y direcc msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Usuarios" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Los usuarios pueden realizar las siguientes acciones dentro de sus organismos administrativos o áreas asignadas. " #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "Los usuarios pueden realizar las siguientes acciones dentro de sus organismos administrativos o áreas asignadas. " +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Valores actualizados" @@ -5684,6 +5707,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5693,16 +5720,21 @@ msgstr "" msgid "View report on site" msgstr "Ver notificaciones en el site" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Ver notificaciones por barrio" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Ver notificaciones por barrio" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5722,7 +5754,7 @@ msgstr "Visualizando un problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Barrios de este ayuntamiento" @@ -5735,7 +5767,7 @@ msgstr "Configuración" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5758,7 +5790,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Necesitamos su dirección de email, por favor escríbala debajo." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Somos conscientes de este problema podría ser responsabilidad de %s; sin embargo, actualmente no disponemos de sus datos de contacto. Si conoce la dirección de contacto adecuada, por favor contáctenos." @@ -5779,7 +5811,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Lamentamos que el problema no esté arreglado. ¿Por qué no prueba a escribir directamente a sus representantes locales?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5800,7 +5832,7 @@ msgstr "Una vez editada" msgid "When sent" msgstr "Una vez enviada" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5816,7 +5848,7 @@ msgstr "¿Por qué detenerse ahí? Configure más alertas msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "En las búsquedas de solicitudes, es también posible buscar por agency_responsible para limitar las solicitudes a las enviados a una sola administración. El término de búsqueda es el ID de administración proporcionada por MapIT." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5824,7 +5856,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "¿Quieres contribuir a mejorar FixMyStreet? Nuestro código es abierto y está disponible en fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "¿Quieres recibir otro cuestionario en 4 semanas, recordándote que debes comprobar el estado?" @@ -5841,13 +5873,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "SÍ" @@ -5855,7 +5887,11 @@ msgstr "SÍ" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Usted se está quejando de que la notificación fue innecesariamente moderada:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5881,7 +5917,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Usted puede ver el problema en este sitio." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Puede agregar email del usuario abusivo a la lista de abusones, que oculta de forma automática (y nunca envía) los informes que crean." @@ -5890,7 +5926,7 @@ msgstr "Puede agregar email del usuario abusivo a la lista de abusones, que ocul msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5923,7 +5959,7 @@ msgstr "Puede marcar un organismo como eliminado si no quiere que aparezca activ msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5942,9 +5978,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Ya respondió a esta encuesta. Si tiene alguna pregunta, por favor, póngase en contacto con nosotros, o vea su problema.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Ya ha adjuntado fotos a este informe. Tenga en cuenta que solo puede adjuntar un máximo de 3 a este informe (si intenta subir más, las más antiguas serán desechadas)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5989,7 +6024,7 @@ msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus de msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "No ha notificado nada aún. Notifique un problema ahora." @@ -6028,15 +6063,15 @@ msgstr "Su cuenta" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Su email:" @@ -6044,8 +6079,8 @@ msgstr "Su email:" msgid "Your email address" msgstr "Su dirección de email" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6063,11 +6098,11 @@ msgstr "Su nombre" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6076,8 +6111,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Su contraseña" @@ -6088,13 +6123,12 @@ msgid "Your password has been changed" msgstr "Su contraseña ha cambiado" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "Inicie sesión con su dirección de email, proporcionando una nueva contraseña. Cuando haga click en el enlace en su correo electrónico su clave será actualizada." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6104,18 +6138,18 @@ msgstr "" msgid "Your phone number" msgstr "Su número de teléfono" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Su informe" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Sus notificaciones" @@ -6137,7 +6171,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "Su reporte está guardado para subir cuando tenga una conexión internet." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Sus actualizaciones" @@ -6164,7 +6198,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "todo" @@ -6184,8 +6218,8 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "ayuntamiento" @@ -6198,12 +6232,12 @@ msgstr "no utilizó mapa" msgid "e.g. ‘%s’ or ‘%s’" msgstr "por ejemplo, '%s' o '%s'" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6221,7 +6255,7 @@ msgstr "de %s usuarios diferentes" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "ultima actualización %s" @@ -6246,7 +6280,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "nada" @@ -6256,15 +6290,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opcional)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr " o " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6293,6 +6325,11 @@ msgstr "otras áreas:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6327,7 +6364,7 @@ msgstr "no hay marcador porque el usuario no usó el mapa" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -6361,25 +6398,30 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d" msgid "user is problem owner" msgstr "El usuario es el propietario del problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "barrio" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" msgid_plural "%d addresses" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: perllib/Utils.pm:249 #, perl-format @@ -6387,6 +6429,7 @@ msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dia" msgstr[1] "%d dias" +msgstr[2] "%d dias" #: perllib/Utils.pm:251 #, perl-format @@ -6394,6 +6437,7 @@ msgid "%d hour" msgid_plural "%d hours" msgstr[0] "%d hora" msgstr[1] "%d horas" +msgstr[2] "%d horas" #: perllib/Utils.pm:253 #, perl-format @@ -6401,6 +6445,7 @@ msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "%d minuto" msgstr[1] "%d minutos" +msgstr[2] "%d minutos" #: perllib/Utils.pm:245 #, perl-format @@ -6408,13 +6453,15 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Mostrar foto" -msgstr[1] "Mostrar foto" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6422,6 +6469,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d simpatizante" msgstr[1] "%d simpatizantes" +msgstr[2] "%d simpatizantes" #: perllib/Utils.pm:247 #, perl-format @@ -6429,6 +6477,7 @@ msgid "%d week" msgid_plural "%d weeks" msgstr[0] "%d semana" msgstr[1] "%d semanas" +msgstr[2] "%d semanas" #: perllib/Utils.pm:243 #, perl-format @@ -6436,6 +6485,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d año" msgstr[1] "%d años" +msgstr[2] "%d años" #: templates/web/base/reports/index.html:120 #, perl-format @@ -6443,6 +6493,7 @@ msgid "%s day" msgid_plural "%s days" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/reports/index.html:57 #, perl-format @@ -6450,6 +6501,7 @@ msgid "%s problem marked as fixed" msgid_plural "%s problems marked as fixed" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/reports/index.html:45 #, perl-format @@ -6457,6 +6509,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/reports/index.html:136 #, perl-format @@ -6464,6 +6517,7 @@ msgid "%s report" msgid_plural "%s reports" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6471,13 +6525,15 @@ msgid "%s update on problems" msgid_plural "%s updates on problems" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s arregladas la semana pasada" -msgstr[1] "%s arregladas el mes pasado" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6485,6 +6541,7 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s arregladas la semana pasada" msgstr[1] "%s arregladas el mes pasado" +msgstr[2] "%s arregladas el mes pasado" #: templates/web/base/front/stats.html:8 #, perl-format @@ -6492,6 +6549,7 @@ msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s notificadas la semana pasada" msgstr[1] "%s notificaciones la semana pasada" +msgstr[2] "%s notificaciones la semana pasada" #: templates/web/base/front/stats.html:13 #, perl-format @@ -6499,6 +6557,7 @@ msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s notificadas recientemente" msgstr[1] "%s notificadas recientemente" +msgstr[2] "%s notificadas recientemente" #: templates/web/base/front/stats.html:37 #, perl-format @@ -6506,6 +6565,7 @@ msgid "%s update on reports" msgid_plural "%s updates on reports" msgstr[0] "%s notificaciones actualizadas" msgstr[1] "%s notificaciones actualizadas" +msgstr[2] "%s notificaciones actualizadas" #: perllib/FixMyStreet/App/Form/Field/FileIdPhoto.pm:27 #, perl-format @@ -6513,13 +6573,15 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -6527,6 +6589,7 @@ msgid "We do not yet have details for the other council that co msgid_plural "We do not yet have details for the other councils that cover this location." msgstr[0] "Todavía no tenemos detalles para el Ayuntamiento que cubre esta zona." msgstr[1] "Todavía no tenemos información sobre el ayuntamiento que cubre este área." +msgstr[2] "Todavía no tenemos información sobre el ayuntamiento que cubre este área." #: templates/web/base/report/new/top_message_none.html:3 #, perl-format @@ -6534,20 +6597,23 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Todavía no tenemos detalles para el Ayuntamiento que cubre esta zona." msgstr[1] "Todavía no tenemos información de qué ayuntamientos cubren este área." +msgstr[2] "Todavía no tenemos información de qué ayuntamientos cubren este área." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/email/default/inactive-account.html:18 #, perl-format @@ -6555,6 +6621,7 @@ msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/email/westminster/archive.html:25 #, perl-format @@ -6562,164 +6629,18 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#~ msgid "Received by %s moments later" -#~ msgstr "Recibido por unos %s momentos tarde" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Visualizando una ubicación" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Introduzca el nombre de una calle cercana" - -#~ msgid "Could not find user" -#~ msgstr "No se pudo encontrar el usuario" - -#~ msgid "Flag user" -#~ msgstr "Marca usuario" - -#~ msgid "Home" -#~ msgstr "Inicio" - -#~ msgid "MAP" -#~ msgstr "MAPA" - -#~ msgid "Map" -#~ msgstr " Mapa" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Por favor, sea cortés, conciso y vaya al grano." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ayuntamiento degrada su capacidad de servicio a toda la ciudadanía." - -#~ msgid "Remove flag" -#~ msgstr "Eliminar marca" - -#~ msgid "Satellite" -#~ msgstr "Satélite" - -#~ msgid "Show Photo?" -#~ msgstr "Mostrar foto" - -#~ msgid "User flag removed" -#~ msgstr "Eliminada marca de usuario" - -#~ msgid "User flagged" -#~ msgstr "Usuario marcado" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Escribir su mensaje completamente en mayúsculas o sin signos de puntuación hace que sea difícil de leer." - -#~ msgid "Closed by council" -#~ msgstr "Cerrada por el Ayuntamiento" - -#~ msgid "Filter report list" -#~ msgstr "Filtrar lista de informes" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Valor inválido para agency_responsible %s" - -#~ msgid "Post" -#~ msgstr "Publicar" - -#~ msgid "Traffic management required?" -#~ msgstr "¿Se necesita administración del tráfico?" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Nota: Este informe ha sido enviado y espera una acción. Cualquier cambio realizado no será pasado." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Nota: Este informe aún no se ha sido enviado por una acción. Cualquier cambio realizado podría no pasar." - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Marcar la inspección requerida si se reporta en esta categoríadebe ser inspeccionada antes de ser enviada." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Marcar privado si los reportes en esta categoría no deben ser desplegados en el sitio.\n" -#~ "\n" -#~ "Normalmente, las categorías no son privadas.\n" -#~ "\n" -#~ "Esto resulta útil para los problemas que se pueden ser reportados por un usuario a un órgano, pero para los cuales\n" -#~ "no hay mayor interés en ser desplegados. En el Reino Unido, hemos utilizado esto para servicios como requerir un\n" -#~ "basurero extra en una dirección específica" - -#~ msgid "Coordinates:" -#~ msgstr "Coordenadas:" - -#~ msgid "Defect type" -#~ msgstr "Tipo de defecto" - -#~ msgid "Description:" -#~ msgstr "Descripción:" - -#~ msgid "Didn't use map" -#~ msgstr "No usó el mapa" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Si utiliza un método de envío distinto del email, introduzca el ID de servicio (Open311) o identificador equivalente aquí." - -#~ msgid "Inspection required" -#~ msgstr "Inspección requerida" - -#~ msgid "Internet glitch" -#~ msgstr "Fallo de Internet" - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Permalink" -#~ msgstr "Enlace permanente" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Lo informes hechos por usuarios acreditados serán enviados al organismo administrativo responsable sin ser antes inspeccionados." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "Los informes serán automáticamente enviados sin necesidad de verificar si la reputación del usuario está al nivel o más de este valor. Ajustar a strong>0
si todos los informes deben ser verificados sí o sí. " - -#~ msgid "Reputation threshold" -#~ msgstr "Umbral de reputación" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Prioridades de las respuestas por %s" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Esa notificación no se puede ver en %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "El email indica dónde serán enviadas las notificaciones de esta categoría.\n" -#~ "Otras categorías de este mismo órgano administrativo podrían usar el mismo email." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Hubo un problema con su email/contraseña. Por favor, inténtelo de nuevo." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Este es un sitio para desarrolladores, las cosas podrían romperse en cualquier momento, y la base de datos se eliminará periódicamente." - -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "Acreditado para hacer informes que no requieren inspección" - -#~ msgid "Trusted:" -#~ msgstr "Acreditado:" - -#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -#~ msgstr "Use este campo para registrar detalles que solo se muestran en el administrador. Estas entradas no son públicas y no se enviarán al organismo administrativo." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Descripción" +msgstr[1] "Descripción" +msgstr[2] "Descripción" -#~ msgid "Used map" -#~ msgstr "Mapa usado" +#~ msgid "Place pin on map" +#~ msgstr "Coloque el marcador en el mapa" -#~ msgid "or locate me automatically" -#~ msgstr "o localízame automáticamente" +#~ msgid "Received by %s moments later" +#~ msgstr "Recibido por unos %s momentos tarde" diff --git a/locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po index 18513d2b168..83bc5a004f1 100644 --- a/locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,17 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# amir rezaei , 2020 +# mySociety , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: amir rezaei , 2020\n" -"Language-Team: Persian (Iran) (https://www.transifex.com/mysociety/teams/12067/fa_IR/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Persian (Iran) (https://app.transifex.com/mysociety/teams/12067/fa_IR/)\n" "Language: fa_IR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "و" @@ -65,7 +61,7 @@ msgstr "%dکاربران از پیش وجود داشتند" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr " %s - خلاصه گزارش‌ها" @@ -113,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%sبروزرسانی‌های زنده" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s باز شد، %s بسته شد، %sدرست شد" @@ -122,15 +118,11 @@ msgstr "%s باز شد، %s بسته شد، %sدرست شد" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%sپرسشنامه‌ها ارسال شدند &ndash؛ %s جواب داده شد (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -156,7 +148,7 @@ msgstr "(فقط a-z و فاصله)" msgid "(closed)" msgstr "(بسته شد)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(تقریباً 200.000 نفر را پوشش می‌دهد)" @@ -164,17 +156,15 @@ msgstr "(تقریباً 200.000 نفر را پوشش می‌دهد)" msgid "(fixed)" msgstr "(درست شد)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "این گزارش" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "بروز رسانی شما" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -184,7 +174,7 @@ msgstr "(مانند نقاشی‌های دیواری، دفع غیرقانونی msgid "(no longer exists)" msgstr "(دیگر موجود نیست)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(به شورا ارسال نشده)" @@ -192,19 +182,19 @@ msgstr "(به شورا ارسال نشده)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(اختیاری)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(ارسال به همه)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(ارسال به هردو)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- انتخاب دسته‌بندی --" @@ -275,11 +265,11 @@ msgstr "بلهدارای رمز عبور هستم" msgid "Take or choose existing photo" msgstr "عکس بگیر یا یک عکس موجود را انتخاب کنید" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "دسترسی رد شد" @@ -345,6 +335,11 @@ msgstr "" msgid "Add phone number" msgstr "افزودن شماره تلفن" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "افزودن کاربر" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -369,26 +364,25 @@ msgstr "افزودن به لیست کوتاه" msgid "Add user" msgstr "افزودن کاربر" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "قالب‌های پاسخ‌دهی را اضافه یا ویرایش کنید" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "دسته‌بندی‌های مشکل را ویرایش یا به آن اضافه کنید" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "اولویت‌های پاسخ‌دهی را اضافه یا ویرایش کنید" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "قالب‌های پاسخ‌دهی را اضافه یا ویرایش کنید" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "اضافه شد%s" @@ -406,7 +400,7 @@ msgstr "مدیر" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "دوباره:" @@ -476,10 +470,9 @@ msgstr "همه گزارش‌ها بین %s و %s" msgid "All time" msgstr "همه زمان‌ها" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "گزارش‌های ایجاد شده در این دسته‌بندی را پنهان کنید" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -493,16 +486,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "یک آدرس ایمیل." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "یک بروزرسانی این مشکل را درست شده، علامت‌گذاری کرده." @@ -516,7 +509,7 @@ msgstr "ناشناس" msgid "Anonymous user" msgstr "کاربر ناشناس" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -528,6 +521,10 @@ msgstr "ناشناس:" msgid "Another user" msgstr "کاربر دیگری" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -541,6 +538,7 @@ msgstr "آیا برای لغو این بارگذاری مطمئن هستید؟" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "مطمئن هستید؟" @@ -551,7 +549,7 @@ msgstr "مطمئن هستید؟" msgid "Area covered" msgstr "منطقه پوشش داده شده" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "منطقه:" @@ -564,19 +562,17 @@ msgstr "" msgid "Assign" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "آخرین مشکلات گزارش شده توسط کاربرها" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "خروج از سیستم" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -596,28 +592,24 @@ msgid "Assign to subdivision:" msgstr "" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "خروج از سیستم" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "همه دسته‌بندی‌ها" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "خروج از سیستم" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "همه دسته‌بندی‌ها" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -627,7 +619,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -639,7 +631,7 @@ msgstr "پاسخ خودکار" msgid "Auto-response:" msgstr "پاسخ خودکار:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -672,7 +664,7 @@ msgstr "بازگشت به همه گزارش‌ها" msgid "Background Colour" msgstr "رنگ پس زمینه" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "تحریم کاربر" @@ -680,10 +672,10 @@ msgstr "تحریم کاربر" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -700,12 +692,17 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -716,12 +713,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "نقشه را نمی‌بینید؟ این مرحله را رد کنید" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -736,7 +733,7 @@ msgstr "دسته‌بندی‌ها:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -750,11 +747,11 @@ msgstr "دسته‌بندی‌ها:" msgid "Category" msgstr "دسته‌بندی‌" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "دسته‌بندی و وضعیت" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "تغییر دسته‌بندی از ‘%s’ به ‘%s’ " @@ -779,9 +776,8 @@ msgid "Change" msgstr "تغییر" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "تغییر رمز عبور" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -790,7 +786,7 @@ msgstr "تغییر آدرس ایمیل" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "تغییر رمز عبور" @@ -813,6 +809,12 @@ msgstr "" msgid "Choose another" msgstr "انتخاب دیگری" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -842,7 +844,7 @@ msgstr "برای ورود به سیستم، بر روی پیوند موجود د msgid "Click the link in that email to sign in." msgstr "برای ورود به سیستم روی پیوند موجود در آن ایمیل کلیک کنید." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "برای تنظیم مکان، روی نقشه کلیک کنید یا نشانگر مکان را بکشید" @@ -853,7 +855,7 @@ msgstr "برای تنظیم مکان، روی نقشه کلیک کنید یا ن #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "بسته شد" @@ -891,7 +893,7 @@ msgstr "" msgid "Code" msgstr "کد" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -900,13 +902,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "" @@ -931,7 +935,7 @@ msgstr "" msgid "Confirmation" msgstr "تاییدیه" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -970,6 +974,11 @@ msgstr "تماس با تیم" msgid "Continue" msgstr "ادامه" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "ایجاد گزارش" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "ادامه – یک مشکل جدید گزارش کنید" @@ -995,7 +1004,8 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1023,33 +1033,32 @@ msgstr "ایجاد گزارش" msgid "Create an account" msgstr "ایجاد حساب کاربری" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "ایجاد دسته‌بندی" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "ایجاد قالب" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "ایجاد گزارش‌ها/بروزرسانی‌ها به عنوان کاربر ناشناس" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1070,14 +1079,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "ایجاد شده" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "ایجاد شده" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1087,17 +1094,16 @@ msgstr "ایجاد شده" msgid "Created:" msgstr "ایجاد شده:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "ویرایش کاربر" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "رمز عبور کنونی:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1125,6 +1131,11 @@ msgstr "داشبورد" msgid "Date" msgstr "تاریخ پایان" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "ذخیره تغییرات" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "غیرفعال کردن تایید هویت دو مرحله‌ای" @@ -1137,7 +1148,7 @@ msgstr "" msgid "Default" msgstr "پیش‌فرض" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1146,6 +1157,11 @@ msgstr "" msgid "Delete" msgstr "حذف" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "حذف شده" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1156,7 +1172,7 @@ msgstr "حذف قالب" msgid "Delete theme" msgstr "حذف زمینه" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1172,22 +1188,22 @@ msgstr "" msgid "Description" msgstr "شرح" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "مقصد" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "جزئیات" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1200,7 +1216,7 @@ msgstr "" msgid "Details:" msgstr "جزئیات:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1212,8 +1228,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1221,7 +1237,7 @@ msgstr "" msgid "Disable" msgstr "غیرفعال" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1230,15 +1246,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "گزارش‌های ایجاد شده در این دسته‌بندی را پنهان کنید" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "گزارش‌های ایجاد شده در این دسته‌بندی را پنهان کنید" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1266,7 +1280,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "آیا شما %s رمز عبور دارید؟" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1283,6 +1297,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "گزارش‌های ارسالی به %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1341,33 +1360,32 @@ msgstr "ویرایش" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "مجوزهای سایر کاربران را ویرایش کنید" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "دسته‌بندی گزارش را ویرایش کنید" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "ویرایش گزارش‌ها" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "ویرایش کاربر" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1408,19 +1426,19 @@ msgstr "ویراستار" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "ایمیل" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1438,11 +1456,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "کد ورود را به من ایمیل یا پیامک دهید تا وارد شوم." -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "لینک ورود را به ایمیل من ارسال کنید." @@ -1450,7 +1468,7 @@ msgstr "لینک ورود را به ایمیل من ارسال کنید." msgid "Email verified:" msgstr "ایمیل تایید شد:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1459,7 +1477,7 @@ msgstr "ایمیل تایید شد:" msgid "Email:" msgstr "ایمیل:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1516,7 +1534,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "تاریخ پایان" @@ -1550,7 +1568,7 @@ msgstr " نام خیابان و منطقه‌ای در نزدیکی را وار msgid "Enter details of the problem" msgstr "جزئیات مشکل را وارد کنید" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1593,11 +1611,12 @@ msgstr "" msgid "Expand map" msgstr "گسترش نقشه" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "توضیح دهید مشکل چیست" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "گرفتن خروجی به عنوان فایل CSV" @@ -1627,13 +1646,13 @@ msgstr "" msgid "External team" msgstr "تیم خارجی" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1682,30 +1701,32 @@ msgstr "جزئیات خود را به صورت دستی وارد کنید." msgid "Filter" msgstr "فیلتر" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "بار اول" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "عکس‌های گزارش‌های اخیر در این نزدیکی" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "گزارشات جدید" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +msgid "FixMyStreet ref: %s" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "درست شد" @@ -1722,7 +1743,7 @@ msgstr "درست شد - کاربر" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1731,7 +1752,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1739,12 +1760,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1760,7 +1785,7 @@ msgstr "" msgid "Forgot password" msgstr "فراموش کردن رمز عبور" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1784,7 +1809,7 @@ msgstr "سوالات متداول" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1815,7 +1840,7 @@ msgstr "دریافت بروزرسانی‌های %s مشکلات" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1849,8 +1874,8 @@ msgstr "برو" msgid "Going to send questionnaire?" msgstr "می‌خواهید پرسشنامه ارسال کنید؟" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "به مدیر اجازه دسترسی دهید" @@ -1858,19 +1883,19 @@ msgstr "به مدیر اجازه دسترسی دهید" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "گروه به وسیله ی %s" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "گروه به وسیله‌ ی:" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "آیا این مشکل درست شد؟" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "آیا تاکنون مشکلی را به شورا گزارش داده اید، یا این اولین بار است؟" @@ -1911,7 +1936,7 @@ msgstr "پنهان" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "تمام گزارش‌ها و بروزرسانی‌ها را مخفی کنید" @@ -1943,7 +1968,7 @@ msgstr "نامم را در این گزارش پنهان کنید" msgid "Hide pins" msgstr "پنهان‌سازی نشانگرهای مکان" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "گزارش‌های ایجاد شده در این دسته‌بندی را پنهان کنید" @@ -2063,7 +2088,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2092,7 +2117,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "اگر تغییراتی ایجاد کرده‌اید، در یادداشتی برای دیگر مدیران توضیح دهید که این تغییرات چه هستند" @@ -2126,7 +2151,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "غیرفعال" @@ -2148,7 +2173,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2168,8 +2193,8 @@ msgstr "یاداشت‌های داخلی" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2209,7 +2234,7 @@ msgstr "آخرین ویرایشگر" msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "آخرین بروزرسانی" @@ -2271,12 +2296,12 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "مشکل را بر روی نقشه‌ی منطقه مشخص کنید" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "ورود توسط حساب کاربری فیس بوک" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "ورود توسط حساب کاربری توییتر" @@ -2292,17 +2317,17 @@ msgstr "ورود توسط ایمیل" msgid "Log in with email/text" msgstr "ورود توسط ایمیل/پیامک" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "پایان دادن به تمامی نشست‌های دیگر" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "ورود با %s" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2310,16 +2335,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "در تمام گزارش‌ها و بروزرسانی‌ها ناشناس شوید" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2333,11 +2358,11 @@ msgstr "" msgid "Mark as sent" msgstr "به عنوان ارسال شده، علامت گذاری کنید" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2355,7 +2380,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2372,7 +2397,7 @@ msgstr "" msgid "Moderate" msgstr "اداره کردن" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2395,12 +2420,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "ماه" @@ -2410,9 +2435,9 @@ msgstr "ماه" msgid "Most commented" msgstr "بیشترین نظر داده شده" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2439,12 +2464,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "نام" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2474,12 +2499,12 @@ msgstr "نام نزدیکترین جاده به نشانگر مکان قرار msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "نزدیکترین کدپستی به نشانگر مکان قرار داده شده روی نقشه (به طور خودکار تولید شده توسط): %s (%s کیلومتر دورتر)" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "نزدیکترین جاده به نشانگر مکان قرار داده شده روی نقشه (به طور خودکار با استفاده از Bing Maps تولید شده): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2504,11 +2529,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "آدرس ایمیل جدید:" @@ -2530,13 +2555,18 @@ msgstr "" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "پاک کردن داده‌های آفلاین" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "رمز عبور جدید:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "شماره تلفن جدید:" @@ -2629,18 +2659,18 @@ msgstr "بعدی:" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "خیر" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2648,7 +2678,7 @@ msgstr "" msgid "No account?" msgstr "حساب کاربری ندارید؟" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2674,8 +2704,8 @@ msgstr "" msgid "No further updates" msgstr "بروزرسانی دیگری نیست." -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2700,8 +2730,8 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2709,19 +2739,19 @@ msgstr "" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2729,7 +2759,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2810,7 +2840,7 @@ msgstr "قدیمی‌ترین" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "فقط كاركنان قادر خواهند بود در این دسته‌بندی گزارش اضافه كنند." @@ -2821,7 +2851,7 @@ msgstr "فقط كاركنان قادر خواهند بود در این دسته #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "باز" @@ -2850,7 +2880,7 @@ msgstr "" msgid "Options" msgstr "گزینه‌ها" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "یا مکان دیگری را جستجو کنید" @@ -2858,11 +2888,11 @@ msgstr "یا مکان دیگری را جستجو کنید" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2871,19 +2901,19 @@ msgid "Order" msgstr "ترتیب" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "دیگر" @@ -2927,9 +2957,9 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "رمز عبور (اختیاری)" @@ -2945,7 +2975,7 @@ msgstr "رمز عبور منقضی شد" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2953,20 +2983,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "تلفن:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "شماره تلفن" @@ -2983,7 +3012,7 @@ msgstr "" msgid "Phone verified:" msgstr "تلفن تایید شده:" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2995,13 +3024,20 @@ msgstr "تلفن:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "عکس" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "عکس الزامی است." @@ -3017,6 +3053,16 @@ msgstr "بارگذاری عکس انجام نشد." msgid "Photos" msgstr "عکس‌ها" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "عکس‌ها" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "عکس الزامی" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "عکس‌های گزارش‌های اخیر در این نزدیکی" @@ -3036,33 +3082,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "نشانگر مکان را روی نقشه قرار دهید" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "نشانگر مکان را روی نقشه قرار دهید" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "لطفا رمز عبور را بررسی کنید و دوباره امتحان کنید" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "لطفا بررسی کنید که آدرس ایمیلتان درست باشد" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3072,8 +3111,8 @@ msgstr "لطفا بررسی کنید که شماره تلفنتان درست ب #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "لطفا یک دسته‌بندی انتخاب کنید" @@ -3082,11 +3121,12 @@ msgstr "لطفا یک دسته‌بندی انتخاب کنید" msgid "Please choose a less commonly-used password" msgstr "لطفا یک رمز عبور کمتر رایج استفاده کنید" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "لطفا خطاهای زیر را تصحیح کنید" @@ -3098,14 +3138,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "لطفا یک پیام وارد کنید" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3114,17 +3154,17 @@ msgid "Please enter a mobile number" msgstr "لطفا یک شماره تلفن همراه وارد کنید" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "لطفا یک نام وارد کنید" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "لطفا یک رمز عبور وارد کنید" @@ -3143,9 +3183,9 @@ msgid "Please enter a valid UK phone number" msgstr "لطفا یک ایمیل معتبر یا شماره تلفن وارد کنید" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3158,7 +3198,7 @@ msgid "Please enter a valid email address" msgstr "لطفا یک آدرس ایمیل معتبر وارد کنید" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "لطفا یک ایمیل معتبر یا شماره تلفن وارد کنید" @@ -3173,8 +3213,8 @@ msgstr "لطفاً جزئیات را وارد کنید" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3263,7 +3303,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "لطفا توجه داشته باشید که گزارش شما هنوز ارسال نشده است." -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "لطفا توجه داشته باشید که گزارش شما هنوز ارسال نشده است. یک دسته‌بندی انتخاب کنید و اطلاعات بیشتر را در قسمت زیر وارد کنید و سپس ارسال کنید." @@ -3276,15 +3316,15 @@ msgstr "لطفا توجه داشته باشید که بروزرسانی شما msgid "Please note:" msgstr "لطفا توجه کنید:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "لطفا یک بروزرسانی عمومی، برای این گزارش ارائه دهید." @@ -3330,7 +3370,7 @@ msgid "Please upload an image only" msgstr "لطفا فقط تصویر بارگذاری کنید" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3362,7 +3402,7 @@ msgstr "ارسال شده توسط %s در %s" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3371,11 +3411,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "برای تنظیم مکان، روی نقشه کلیک کنید یا نشانگر مکان را بکشید" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "مانع استفاده گزارش‌های جدید از این دسته‌بندی شوید و همچنین آن را از فیلترهای نقشه حذف کنید." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "مانع استفاده گزارش‌های جدید از این دسته‌بندی شوید اما آن را در فیلترهای نقشه نگهدارید." @@ -3387,7 +3427,7 @@ msgstr "تا زمان پر شدن این قسمت، مانع ارسال فرم msgid "Previous" msgstr "قبلی" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3458,7 +3498,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3466,13 +3506,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "مشکلات" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "مشکلات در یک منطقه" @@ -3488,11 +3528,11 @@ msgstr "مشکلات بر روی نقشه" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "مشکلات در فاصله %.1f کیلومتری %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3511,7 +3551,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "مشکلات در فاصله %s، %s" @@ -3524,11 +3564,11 @@ msgstr "آدرس ملک:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3542,7 +3582,7 @@ msgstr "بروزرسانی ارائه دهید" msgid "Provide update as" msgstr "ارائه به روز رسانی به عنوان" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "ایجاد رمز عبوراختیاری است، اما انجام این کار به شما امکان می‌دهد تا مشکلات و بروزرسانی‌ها را آسان‌تر گزارش دهید و گزارش‌های خود را مدیریت کنید." @@ -3588,9 +3628,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "پرسشنامه تکمیل شده توسط گزارشگر مشکل" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3616,11 +3656,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3653,19 +3693,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr " وقتی روی این مشکل بروزرسانی‌هایی ثبت می‌شود، ایمیل دریافت کنید." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr " وقتی روی این مشکل بروزرسانی‌هایی ثبت می‌شود، ایمیل دریافت کنید." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3698,7 +3737,7 @@ msgstr "گزارش رد شده" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "حذف جزئیات حساب کاربری" @@ -3723,22 +3762,21 @@ msgstr "" msgid "Remove option" msgstr "حذف گزینه" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "حذف عکس ( غیرقابل بازگشت)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "مجوزهای سایر کاربران را ویرایش کنید" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 #, fuzzy msgid "Remove time period" -msgstr "مجوزهای سایر کاربران را ویرایش کنید" +msgstr "حذف گزینه" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3776,8 +3814,8 @@ msgstr "ثبت گزارش در اینجا" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "ثبت به صورت ناشناس" @@ -3817,18 +3855,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "قبلا گزارش شده است" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "گزار شده توسط %s در %s" @@ -3842,27 +3880,27 @@ msgstr "گزارش شده توسط" msgid "Reported in the %s category" msgstr "گزارش شده در %sدسته‌بندی" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "گزارش شده در %sدسته‌بندی %s در %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "گزارش شده از طریق %s ناشناس در %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "گزارش شده از طریق %s توسط %sدر %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3886,17 +3924,17 @@ msgstr "گزارش یک مشکل" msgid "Reporting message" msgstr "گزارش یک مشکل" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "گزارش‌ها" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3910,11 +3948,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "گزارش‌های در انتظار تایید" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3949,6 +3987,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "اگر لازم است مکان را تغییر دهید، سپس گزینه ادامه را بزنید." +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "ضروری" @@ -3958,7 +4000,7 @@ msgstr "ضروری" msgid "Resend report" msgstr "باز ارسال گزارش" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "تنظیم مجدد" @@ -3987,9 +4029,8 @@ msgid "Response Templates for %s" msgstr "" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "نمایش عکس" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4011,9 +4052,8 @@ msgstr "مکان درسته؟" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "گسترش نقشه" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4027,13 +4067,13 @@ msgstr "" msgid "Role" msgstr "نقش" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "نقش:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4043,18 +4083,18 @@ msgstr "نقش‌ها" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "چرخش به چپ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4069,7 +4109,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "ذخیره + بستن به عنوان نسخه دوم" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4085,6 +4125,10 @@ msgstr "ذخیره + بستن به عنوان نسخه دوم" msgid "Save changes" msgstr "ذخیره تغییرات" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4133,7 +4177,7 @@ msgstr "در جستجو کاربری یافت نشد" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "امنیت" @@ -4142,7 +4186,7 @@ msgstr "امنیت" msgid "See our privacy policy" msgstr "سیاست حفظ حریم خصوصی ما را ببینید" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4157,7 +4201,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "یک ناحیه انتخاب کنید" @@ -4166,11 +4210,19 @@ msgstr "یک ناحیه انتخاب کنید" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4185,7 +4237,7 @@ msgid "Select:" msgstr "انتخاب:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "ارسال" @@ -4211,7 +4263,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "ارسال به %s%sبعدا" @@ -4228,7 +4280,7 @@ msgstr "سرویس:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "تعیین رمز عبور" @@ -4251,7 +4303,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4267,7 +4319,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "تمام بروزرسانی‌ها را نشان دهید" @@ -4306,12 +4358,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "ورود" @@ -4328,17 +4380,17 @@ msgstr "به جای آن از طریق ایمیل یا پیامک وارد شو msgid "Sign in or create an account" msgstr "ورود یا ایجاد حساب کاربری" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "ورود با رمز عبور" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "خروج" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4396,7 +4448,7 @@ msgstr "متاسفیم، نتوانستیم مکان را پیدا کنیم." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "متاسفیم، نتوانستیم شما را وارد سیستم کنیم. لطفا فرم زیر را پر کنید." @@ -4407,21 +4459,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "متاسفیم، نتوانستیم فایل(های) شما را ذخیره کنیم، لطفا دوباره امتحان کنید." -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "متاسفانه شما اجازه انجام این کار را ندارید." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4430,16 +4478,16 @@ msgstr "" msgid "Sort by" msgstr "چیدمان براساس" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "فقط کارمندان" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "کارمندان:" @@ -4447,10 +4495,14 @@ msgstr "کارمندان:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "تاریخ شروع" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4458,7 +4510,7 @@ msgstr "تاریخ شروع" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4466,7 +4518,7 @@ msgstr "تاریخ شروع" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4479,7 +4531,7 @@ msgstr "وضعیت" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4495,13 +4547,13 @@ msgstr "وضعیت تغییر داده شد به:" msgid "State:" msgstr "وضعیت:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "وضعیت‌ها" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4547,23 +4599,23 @@ msgstr "موضوع:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "ارسال" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4571,7 +4623,7 @@ msgstr "ارسال" msgid "Submit changes" msgstr "ارسال تغییرات" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "ارسال پرسشنامه‌ها" @@ -4580,15 +4632,15 @@ msgstr "ارسال پرسشنامه‌ها" msgid "Submitted" msgstr "ارسال شد" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "مشترک شدن" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "مشترک شدن توسط ایمیل" @@ -4600,7 +4652,7 @@ msgstr "مشترک شد:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4610,15 +4662,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4630,10 +4683,9 @@ msgstr "" msgid "Summary" msgstr "خلاصه" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "خلاصه‌ی آمارها" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4650,11 +4702,11 @@ msgstr "خلاصه‌ی آمارها" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4678,7 +4730,7 @@ msgstr "" msgid "Template email response:" msgstr "آدرس ایمیل جدید:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4686,18 +4738,16 @@ msgid "Templates" msgstr "قالب‌ها" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "آخرین بروزرسانی‌های اخیر" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "متن" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "متن" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 msgid "Text alert deleted" @@ -4724,9 +4774,8 @@ msgid "Text:" msgstr "متن:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "متن" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4752,7 +4801,7 @@ msgstr "با تشکر از بازخورد شما" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "بابت بارگذاری عکستان متشکریم. اکنون باید مکان مشکل را بیابیم، بنابراین لطفا نام خیابان یا کدپستی را در قسمت بالا   وارد کنید:" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4791,23 +4840,23 @@ msgstr "" msgid "That problem will now be resent." msgstr " این مشکل اکنون دوباره ارسال خواهد شد." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "این گزارش از FixMyStreet حذف شده است." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "کاربر از سیستم خارج شده است." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "اطلاعات شخصی این کاربر حذف شده است." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "گزارش‌ها و بروزرسانی‌های این کاربر پنهان شده است." @@ -4837,8 +4886,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4869,7 +4918,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4929,8 +4978,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "رمز عبورها با هم مطابقت ندارند" @@ -4950,11 +4999,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5014,7 +5063,7 @@ msgstr "هنگام نمایش این صفحه‌ مشکلی رخ داد. لطف msgid "There was a problem with your login information." msgstr "در رابطه با اطلاعات ورود به سیستم مشکلی وجود دارد." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "مشکلی در رابطه با اطلاعات ورود شما وجود داشته. اگر نمی‌توانید رمز عبورتان را به یاد بیاورید، یا رمز عبور ندارید؛ لطفا بخش «نه» فرم را پر کنید." @@ -5096,15 +5145,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5112,9 +5161,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "این اطلاعات ضروری است" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "این اطلاعات ضروری است" @@ -5136,7 +5190,7 @@ msgstr "مشکل این است" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5171,15 +5225,15 @@ msgstr "این گزارش یک نسخه تکراری است. لطفا بروزر msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr " در حال حاضر این گزارش بسته شده است." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr " در حال حاضر این گزارش به عنوان درست شده مشخص شده است." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5188,7 +5242,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "اکنون ایجاد بروزرسانی برای این گزارش بسته شده است." -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "این صفحه وب همچنین حاوی عکسی از مشکل است که توسط کاربر تهیه شده است." @@ -5203,7 +5257,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "زمان سپری شده (به دقیقه):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5251,7 +5305,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "برای ارائه بروزرسانی، لطفا وارد سیستم شوید." -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5278,9 +5332,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "همه" @@ -5324,12 +5378,12 @@ msgstr "تایید هویت دو مرحله‌ای غیرفعال شده است" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5346,23 +5400,23 @@ msgstr "" msgid "Unknown" msgstr "گمنام" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "هشدار ناشناخته" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "خطای ناشناخته" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "شناسه مشکل ناشناخته است" @@ -5379,8 +5433,8 @@ msgid "Up one" msgstr "یکی به بالا" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "بروزرسانی" @@ -5424,9 +5478,8 @@ msgid "Update marked problem as fixed" msgstr "بروزرسانی مشکل مشخص شده به عنوان درست شده" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "بروزرسانی‌ها" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5448,14 +5501,15 @@ msgstr "بروزرسانی شد توسط %s(%s) در %s" msgid "Updated by %s at %s" msgstr "بروزرسانی شد توسط %s در %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5463,7 +5517,7 @@ msgid "Updated!" msgstr "بروزرسانی شد!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5496,23 +5550,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "بر روی مکان فعلی من تنظیم شود" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "یا از موقعیت مکانی من استفاده کنید" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5524,22 +5582,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "کاربر از قبل وجود دارد" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5552,27 +5610,27 @@ msgstr "" msgid "User's alerts" msgstr "هشدارهای کاربر" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "کاربر:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "کاربرها:" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "به کاربران می‌توان یک یا چند نقش اختصاص داد تا همه مجوزهای آن نقش‌ها به آنها داده شود. انتخاب نقش یا نقش‌ها، گزینش اجازه دستی را غیرفعال می‌کند." -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5581,8 +5639,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5600,6 +5658,10 @@ msgstr "تایید آدرس ایمیل" msgid "Verify phone number" msgstr "تایید شماره تلفن" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5609,16 +5671,21 @@ msgstr "تایید شماره تلفن" msgid "View report on site" msgstr "مشاهده گزارش در سایت" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "مشاهده گزارش در سایت" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5638,7 +5705,7 @@ msgstr "مشاهده مشکل" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5651,7 +5718,7 @@ msgstr "تاییدیه" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5674,7 +5741,7 @@ msgstr "یک کد تایید به تلفن شما ارسال کردیم. لطف msgid "We need your email address, please give it below." msgstr " به آدرس ایمیل شما نیاز داریم، لطفا آن را در بخش زیر ارائه دهید." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "اگاه هستیم که مسئولیت این مشکل ممکن است به عهده %s باشد؛ با این وجود، در حال حاضر هیچ اطلاعات تماسی از آنها نداریم. اگر از نحوه ارتباط مناسب اطلاع دارید، لطفاً با ما تماس بگیرید." @@ -5695,7 +5762,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "وب‌سایت" @@ -5716,7 +5783,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5732,7 +5799,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "در بازه زمانی مشخص شده:" @@ -5740,7 +5807,7 @@ msgstr "در بازه زمانی مشخص شده:" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "آیا می‌خواهید 4 هفته دیگر با یادآوری اینکه وضعیت گزارش را بررسی کنید، پرسشنامه دریافت کنید؟" @@ -5757,13 +5824,13 @@ msgstr "آیا می‌خواهید در صورت بروزرسانی یا درس #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "بله" @@ -5771,7 +5838,11 @@ msgstr "بله" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5797,7 +5868,7 @@ msgstr "شما می‌توانید گزارش جدیدی را د msgid "You can view the problem on this site." msgstr "شما می‌توانید مشکل را در این سایت مشاهده کنید." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5806,7 +5877,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5836,7 +5907,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5901,7 +5972,7 @@ msgstr "شما با موفقیت وارد سیستم شده اید؛ لطفا ب msgid "You have successfully verified your phone number." msgstr "شما شماره تلفن خود را با موفقیت تایید کردید." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5937,15 +6008,15 @@ msgstr "حساب شما" msgid "Your account requires two-factor authentication to be set up." msgstr "حساب کاربری شما نیازمند راه‌اندازی تایید هویت دو مرحله‌ای است." -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "ایمیل شما" @@ -5953,8 +6024,8 @@ msgstr "ایمیل شما" msgid "Your email address" msgstr "آدرس ایمیل شما" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "ایمیل یا شماره موبایل شما" @@ -5972,11 +6043,11 @@ msgstr "نام شما" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "نام شما در همه گزارش‌ها و بروزرسانی‌های شما پنهان شده است." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "نام شما پنهان شده است." @@ -5985,8 +6056,8 @@ msgstr "نام شما پنهان شده است." msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "رمز عبور شما" @@ -6000,9 +6071,9 @@ msgstr "رمز عبور شما تغییر کرده است" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "رمز عبور شما منقضی شده است، لطفا یک رمز جدید در زیر ایجاد کنید. وقتی روی پیوند در ایمیل خود کلیک می‌کنید ، رمز ورود شما بروزرسانی می‌شود." -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6012,18 +6083,18 @@ msgstr "" msgid "Your phone number" msgstr "شماره تلفن شما" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "گزارش شما" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "گزارش‌های شما" @@ -6045,7 +6116,7 @@ msgstr "بروز رسانی شما" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "بروزرسانی‌های شما" @@ -6072,7 +6143,7 @@ msgstr "مدیر" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "همه" @@ -6092,8 +6163,8 @@ msgstr "" msgid "by %s" msgstr "توسط %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "شورا (شهر/روستا)" @@ -6106,12 +6177,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "برای مثال ‘%s’ یا ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6129,7 +6200,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "آخرین بروزرسانی %s" @@ -6154,7 +6225,7 @@ msgstr "غیرقابل دسترس" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "هیچ" @@ -6167,8 +6238,8 @@ msgstr "" msgid "optional" msgstr "اختیاری" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "یا" @@ -6199,6 +6270,10 @@ msgstr "مناطق دیگر:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +msgid "ref: %s" +msgstr "" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6233,7 +6308,7 @@ msgstr "" msgid "this location" msgstr "این موقعیت مکانی" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6267,19 +6342,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6315,12 +6394,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "نمایش عکس" -msgstr[1] "نمایش عکس" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6420,7 +6499,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6441,14 +6520,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6469,45 +6548,15 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." -#~ msgstr "ایجاد رمز عبوراختیاری است، اما انجام این کار به شما امکان می‌دهد تا مشکلات آینده و بروزرسانی‌ها را آسان‌تر گزارش دهید و گزارش‌های خود را مدیریت کنید." - -#~ msgid "or use my location" -#~ msgstr "یا از موقعیت مکانی من استفاده کنید" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr " نام خیابان و منطقه‌ای در نزدیکی را وارد کنید" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(ما همچنین فیدهای RSS موجود داریم، برای مشکلات‌هایی در بازه %s )" - -#~ msgid "About the problem" -#~ msgstr "درباره مشکل" - -#~ msgid "Close" -#~ msgstr "بسته" - -#~ msgid "Could not find user" -#~ msgstr "کاربر یافت نشد" - -#~ msgid "Edit report details" -#~ msgstr "جزئیات گزارش را ویرایش کنید" - -#~ msgid "Home" -#~ msgstr "خانه" - -#~ msgid "Map" -#~ msgstr "نقشه" - -#~ msgid "Satellite" -#~ msgstr "ماهواره" - -#~ msgid "Show Photo?" -#~ msgstr "نمایش عکس؟" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "شرح" +msgstr[1] "شرح" -#~ msgid "Filter report list" -#~ msgstr "فیلتر لیست گزارش" +#~ msgid "Place pin on map" +#~ msgstr "نشانگر مکان را روی نقشه قرار دهید" -#~ msgid "Traffic management required?" -#~ msgstr "نیاز به مدیریت ترافیک است؟" +#~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." +#~ msgstr "ایجاد رمز عبوراختیاری است، اما انجام این کار به شما امکان می‌دهد تا مشکلات آینده و بروزرسانی‌ها را آسان‌تر گزارش دهید و گزارش‌های خود را مدیریت کنید." diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index c29c007b0aa..d77303ec62e 100644 --- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,35 +4,30 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 -# ButterflyOfFire, 2019 -# fixmystreetfr , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: fixmystreetfr , 2019\n" -"Language-Team: French (France) (https://www.transifex.com/mysociety/teams/12067/fr_FR/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: French (France) (https://app.transifex.com/mysociety/teams/12067/fr_FR/)\n" "Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: templates/web/base/admin/bodies/form.html:95 msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " et " @@ -66,7 +61,7 @@ msgstr "%d les utilisateurs existent déjà" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Rapports résumés" @@ -114,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s mises à jour en temps réel" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s ouvert, %s fermé, %s fixé" @@ -123,15 +118,11 @@ msgstr "%s ouvert, %s fermé, %s fixé" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s questionnaires envoyés – %s complétés (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s réf : %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap contributeurs" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -157,7 +148,7 @@ msgstr "(Touches a-z et espace uniquement)" msgid "(closed)" msgstr "(fermé)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(couvre environ 200 000 personnes)" @@ -165,17 +156,15 @@ msgstr "(couvre environ 200 000 personnes)" msgid "(fixed)" msgstr "(résolu)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Modérer ce rapport" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Modifiez cette mise à jour" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -185,7 +174,7 @@ msgstr "(comme des graffitis, immondices, trottoirs abimés ou éclairage public msgid "(no longer exists)" msgstr "(n'existe plus)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(non signalé à l’administration)" @@ -193,19 +182,19 @@ msgstr "(non signalé à l’administration)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(facultatif)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(Envoyé à tous)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(envoyé aux deux)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Choisissez une catégorie --" @@ -215,9 +204,8 @@ msgid "-- Pick an option --" msgstr "- Choisissez une option -" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Veuillez sélectionner une administration." +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -280,11 +268,11 @@ msgstr "Oui, j'ai un mot de passe :" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -313,9 +301,8 @@ msgid "Add a contact using the form below." msgstr "Ajouter un contact en utilisant le formulaire ci-dessous." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Ajouter une nouvelle catégorie" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -354,6 +341,11 @@ msgstr "Ajouter une option" msgid "Add phone number" msgstr "Ajouter un téléphone" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Ajouter un interlocuteur" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -378,26 +370,25 @@ msgstr "Ajouter à la liste" msgid "Add user" msgstr "Ajouter un utilisateur" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Ajouter/modifier des modèles de réponse" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Ajouter/modifier des catégories de problèmes" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Ajouter/modifier les priorités de réponse" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Ajouter/modifier des modèles de réponse" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Ajouté %s" @@ -415,7 +406,7 @@ msgstr "Admin" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Encore une fois :" @@ -485,10 +476,9 @@ msgstr "Tous les rapports entre %s et %s" msgid "All time" msgstr "Tout le temps" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Rapporté dans la catégorie %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -502,17 +492,16 @@ msgstr "Alternativement, nous pouvons cacher votre nom sur tous vos rapp msgid "Always fetch all problems" msgstr "Toujours chercher tous les problèmes" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Ajouter une adresse email" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Une mise à jour a marqué ce problème comme résolu" @@ -526,7 +515,7 @@ msgstr "Anonyme" msgid "Anonymous user" msgstr "Utilisateur anonyme" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -538,6 +527,10 @@ msgstr "Anonyme :" msgid "Another user" msgstr "un autre utilisateur" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -551,6 +544,7 @@ msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Êtes-vous sûr ?" @@ -561,7 +555,7 @@ msgstr "Êtes-vous sûr ?" msgid "Area covered" msgstr "Zone couverte" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Région:" @@ -571,24 +565,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Comme ceci est un site de développement et %s est un test, les rapports produits sur ce site seront envoyés au gestionnaire du problème FixMyStreet et non au contact de l'administration indiqué pour la catégorie choisie." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Affecté à %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s problème signalé " +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Affecter des utilisateurs aux zones" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Affecté à %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -608,28 +598,24 @@ msgid "Assign to subdivision:" msgstr "Affecté à la subdivision:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Affecté à %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Affecter des utilisateurs aux zones" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Catégories disponibles" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Affecté à %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Affecté à %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -639,7 +625,7 @@ msgstr "Un maximum de %d requètes sont renvoyées pour chaque tentative. Les re msgid "At the moment only searching for and looking at reports work." msgstr "Pour le moment, seul la recherche et la consultation de rapports sont supportés." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Les utilisateurs autorisés peuvent être associés aux catégories sur lesquelles ils interviennent." @@ -651,7 +637,7 @@ msgstr "Réponse auto" msgid "Auto-response:" msgstr "Réponse automatique:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "Remplir automatiquement le sujet/le détail du rapport" @@ -684,7 +670,7 @@ msgstr "Retour vers tous les rapports" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Bannir un utilisateur" @@ -692,10 +678,10 @@ msgstr "Bannir un utilisateur" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -712,12 +698,17 @@ msgstr "Interlocuteurs" msgid "Body" msgstr "Interlocuteur" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Interlocuteur:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -728,12 +719,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Si vous ne trouvez pas notre e-mail? Vérifiez dans votre dossier spam." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Vous ne pouvez pas voir le plan ? Sautez cette étape" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -748,7 +739,7 @@ msgstr "Catégories:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -762,11 +753,11 @@ msgstr "Catégories:" msgid "Category" msgstr "Catégorie" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Catégorie et Statistique" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Changement de catégorie de ‘%s’ à ‘%s’" @@ -791,9 +782,8 @@ msgid "Change" msgstr "Changer" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Changer le mot de passe" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -802,7 +792,7 @@ msgstr "Changer l'adresse email" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Changer le mot de passe" @@ -812,9 +802,8 @@ msgid "Change phone number" msgstr "Changer le Téléphone" #: templates/web/base/auth/generate_token.html:60 -#, fuzzy msgid "Change two-factor authentication" -msgstr "Activer l’authentification à deux facteurs" +msgstr "" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -829,6 +818,12 @@ msgstr "" msgid "Choose another" msgstr "Choisissez un autre" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -858,7 +853,7 @@ msgstr "Cliquez sur le lien dans notre courriel de confirmation pour vous connec msgid "Click the link in that email to sign in." msgstr "Cliquez sur le lien dans ce courrier électronique pour vous connecter." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Cliquez sur la carte ou glissez le marqueur pour ajuster la localisation" @@ -869,7 +864,7 @@ msgstr "Cliquez sur la carte ou glissez le marqueur pour ajuster la localisation #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Clos" @@ -907,7 +902,7 @@ msgstr "Collaboration :" msgid "Code" msgstr "Code" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -916,13 +911,15 @@ msgstr "" msgid "Collapse map" msgstr "Réduire la carte" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configuration" @@ -947,7 +944,7 @@ msgstr "Confirmez par email à la place, Si vous fournissez un nouveau mot de pa msgid "Confirmation" msgstr "Confirmation" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -986,6 +983,11 @@ msgstr "Contacter l'équipe" msgid "Continue" msgstr "Poursuivre" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Créer un rapport" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Remplacer automatiquement le sujet/le détail du rapport" @@ -1011,7 +1013,8 @@ msgstr "Administration" msgid "Council contacts for %s" msgstr "Contacts de l'administration pour %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Ref. de la mairie : %s" @@ -1039,33 +1042,32 @@ msgstr "Créer un rapport" msgid "Create an account" msgstr "Créer un compte" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Créer une catégorie" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Créer un modèle" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Créer une priorité" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Créer un rapports / une mises à jour en tant qu’utilisateur anonyme" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Créer des rapports/mises à jour de l'administration" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Créer des rapports/mises à jour pour le compte d'un utilisateur" @@ -1086,14 +1088,12 @@ msgstr "Création %d de nouveaux utilisateurs" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Créé" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Créé" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1103,17 +1103,16 @@ msgstr "Créé" msgid "Created:" msgstr "Créé :" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "saisissez l'utilisateur" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Mot de passe actuel:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "Actuellement regroupé par %s" @@ -1141,6 +1140,11 @@ msgstr "Tableau de bord" msgid "Date" msgstr "Date de fin" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Enregistrer les modifications" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Désactiver l’authentification à deux facteurs" @@ -1153,7 +1157,7 @@ msgstr "Traité par la subdivision dans les 5 jours ouvrables" msgid "Default" msgstr "Défaut" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "Par défaut pour créer des rapports/mises à jour en tant que conseil" @@ -1162,6 +1166,11 @@ msgstr "Par défaut pour créer des rapports/mises à jour en tant que conseil" msgid "Delete" msgstr "Effacer" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Effacé" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1169,11 +1178,10 @@ msgid "Delete template" msgstr "Supprimer le modèle" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Supprimer le modèle" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1189,26 +1197,24 @@ msgstr "Décrivez pourquoi vous modérez ceci" msgid "Description" msgstr "Description" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Description" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Les informations détaillées se à %d caractàre." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Détails :" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Questionnaire" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1219,7 +1225,7 @@ msgstr "Questionnaire" msgid "Details:" msgstr "Détails :" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "Dispositif et site" @@ -1231,8 +1237,8 @@ msgstr "Transféré(e)" msgid "Diligency prize league table" msgstr "Tableau d'honneur de la réactivité" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1240,7 +1246,7 @@ msgstr "" msgid "Disable" msgstr "Désactiver" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1249,15 +1255,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Rapporté dans la catégorie %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Rapporté dans la catégorie %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1285,7 +1289,7 @@ msgstr "Ne pas envoyer d'alertes par email concernant les commentaires sur le pr msgid "Do you have a %s password?" msgstr "Avez-vous un mot de passe %s ?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Je ne sais pas" @@ -1302,11 +1306,15 @@ msgstr "" msgid "Down one" msgstr "En bas d’un" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Rapports envoyés à %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Glissez et déposez les photos ici ou cliquer pour les envoyer " +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1364,33 +1372,32 @@ msgstr "Éditer" msgid "Edit body details" msgstr "Editer les détails de l'intelocuteur" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Modifier les autorisations des autres utilisateurs" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Éditer la catégorie des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Éditer la priorité des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Éditer les rapports" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "saisissez l'utilisateur" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "Modifier les détails des utilisateurs/rechercher leurs rapports" @@ -1431,19 +1438,19 @@ msgstr "Éditeur" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1461,11 +1468,11 @@ msgstr "Alerte E-mail créé" msgid "Email alert deleted" msgstr "Alerte E-mail supprimé" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "Envoyez-moi un lien par SMS ou envoyez-moi un code pour vous connecter" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Envoyez-moi un courriel électronique pour me connecter" @@ -1473,7 +1480,7 @@ msgstr "Envoyez-moi un courriel électronique pour me connecter" msgid "Email verified:" msgstr "Email verifié:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1482,7 +1489,7 @@ msgstr "Email verifié:" msgid "Email:" msgstr "Email :" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1550,7 +1557,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Activer cela supprimera le message d’erreur qui est normalement émis lorsqu’une mise à jour n’a pas de description" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Date de fin" @@ -1564,9 +1571,8 @@ msgid "Endpoint" msgstr "destinataire" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Saisir un nom de rue Zücomplet" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1585,7 +1591,7 @@ msgstr "Saisissez un nom de rue proche, la localité ou le code postal" msgid "Enter details of the problem" msgstr "Saisissez les détails du problème" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1628,11 +1634,12 @@ msgstr "Les utilisateurs existants ne seront pas modifiés." msgid "Expand map" msgstr "Agrandir la carte" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Expliquez le problème" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Exporter en tant que CSV" @@ -1662,13 +1669,13 @@ msgstr "Code de’état externe:" msgid "External team" msgstr "Équipe externe" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Champs supplémentaires" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1692,7 +1699,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "Accrédité par les organismes:" +msgstr "Organismes disparus :" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1717,30 +1724,33 @@ msgstr "Introduisez vos informations manuellement" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Première fois" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Photos de rapports récents à proximité" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nouveaux rapports" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Résoudre ceci en chosissant une zone couverte dans le formulaire Saisie des détails interlocuteur ci-dessous." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s réf : %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Résolu" @@ -1757,7 +1767,7 @@ msgstr "Résolu - Usager" msgid "Flag as deleted" msgstr "Signaler comme supprimé" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Signalé" @@ -1766,7 +1776,7 @@ msgstr "Signalé" msgid "Flagged reports and users" msgstr "Rapports signalés et utilisateurs" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Les utilisateurs signalés sont listés dans la page signalé" @@ -1774,12 +1784,17 @@ msgstr "Les utilisateurs signalés sont listés dans la page signal msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Les utilisateurs signalés ne sont pas restreints en aucune façon. il s'agit juste d'une liste d'utilisateurs qui ont été marqués pour attention." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Signalé :" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Suivez un lien de localité pour voir uniquement les rapports à l'intérieur de cette localité" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Suivez un lien de localité pour voir uniquement les rapports à l'intérieur de cette localité" @@ -1795,7 +1810,7 @@ msgstr "Pour plus d'information, Lire flagged." msgstr "Marquer les utilisateurs dont vous voulez surveiller le comportement comme cochés." -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "Marquer les détails du problème" @@ -2397,7 +2407,7 @@ msgstr "Message à l'organisme compétent:" msgid "Message to external body:" msgstr "Message à l'organisme externe compétent:" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2414,7 +2424,7 @@ msgstr "jurisdiction_id manquant" msgid "Moderate" msgstr "Modérer" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "Modérer les détails du rapport" @@ -2437,12 +2447,12 @@ msgstr "Modifiez par %s à %s" msgid "Moderated by division within one working day" msgstr "Modéré par division dans le délai d'un jour ouvrable" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "Historique de la modération" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mois" @@ -2452,9 +2462,9 @@ msgstr "Mois" msgid "Most commented" msgstr "Les plus commentés" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2482,12 +2492,12 @@ msgstr "Le client est injoignable" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Nom" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2517,12 +2527,12 @@ msgstr "Route la plus proche de l'épingle placée sur le plan (génerée automa msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Code postal le plus proche de l'épingle placée sur le plan (géneré automatiquement): %s (à %sm d'ici)" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Route la plus proche de l'épingle placée sur le plan (génerée automatiquement à partir de Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2547,19 +2557,18 @@ msgstr "Presque fini! Maintenant, vérifiez votre téléphone…" msgid "New body added" msgstr "Nouveau body ajouté" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Nouveau contact de catégorie rajouté" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "Nouvelle adresse émail :" #: templates/web/base/admin/extra-metadata-item.html:14 #: templates/web/base/admin/extra-metadata-item.html:20 -#, fuzzy msgid "New field" -msgstr "Sauvegarder de nouveaux champs" +msgstr "" #: templates/web/zurich/admin/report_edit-sdm.html:102 #: templates/web/zurich/admin/reports/edit.html:129 @@ -2574,13 +2583,18 @@ msgstr "Nouveaux problèmes locaux sur FixMyStreet.fr" msgid "New note to DM:" msgstr "Nouvelle note à DM:" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Vos rapports hors ligne" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Nouveau mot de passe :" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "Nouveau numéro de téléphone:" @@ -2673,27 +2687,26 @@ msgstr "Suivant:" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Non" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 -#, fuzzy +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" -msgstr "Groupe" +msgstr "" #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" msgstr "Vous n'avez pas de compte ?" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Aucun intelocuteur" @@ -2719,8 +2732,8 @@ msgstr "Aucun utilisateur coché trouvé." msgid "No further updates" msgstr "Pas d'autres mises à jour" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2747,8 +2760,8 @@ msgstr "" msgid "No supporters" msgstr "Aucun supporter" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2756,12 +2769,12 @@ msgstr "Aucun supporter" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Aucun" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." @@ -2769,8 +2782,8 @@ msgstr "" "Les utilisateurs (publics) ne doivent pas être associés à toute zone .
\n" "Le personnel autorisés peuvent être associés à la zone dans laquelle ils opèrent." -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2782,7 +2795,7 @@ msgstr "" "Suivant l'implémentation, les utilisateurs autorisés peuvent avoir accès au tableau de bord (résumé de \n" "l'activité concernant leur interloculteur), et la faculté de cacher des rapports ou de définir des statuts spéciaux pour les rapports." -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2825,9 +2838,8 @@ msgid "Notice shown to user" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:61 -#, fuzzy msgid "Notice text" -msgstr "Notification" +msgstr "" #: templates/web/base/reports/index.html:127 msgid "Number of problems reported in each category, in the last 7 days." @@ -2864,7 +2876,7 @@ msgstr "Plus anciens" msgid "On behalf of %s" msgstr "De la part de %s" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2875,7 +2887,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ouvert" @@ -2904,7 +2916,7 @@ msgstr "Spécification Open311" msgid "Options" msgstr "Options" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or
search for a different location" msgstr "Ou rechercher un lieu différent" @@ -2912,11 +2924,11 @@ msgstr "Ou rechercher un lieu différent" msgid "Or sign in with password to prefill this information." msgstr "Ou connectez-vous avec un mot de passe pour pré-remplir ces informations." -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "Ou abonnez-vous par RSS" @@ -2925,19 +2937,19 @@ msgid "Order" msgstr "Commander" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Autres" @@ -2974,36 +2986,32 @@ msgid "Parent" msgstr "Parent" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Autres catégories" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Partiel" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Mot de passe (facultatif)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Votre mot de passe a été changé" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Mot de passe (facultatif)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Autorisations :" +msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "Autorisations :" @@ -3011,20 +3019,19 @@ msgstr "Autorisations :" msgid "Permit blank updates" msgstr "Autoriser les mises à jour vierges" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Téléphone" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "Téléphone Reporter:" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Numéro de téléphone" @@ -3041,7 +3048,7 @@ msgstr "Les numéros de téléphone sont limités à %s caractères." msgid "Phone verified:" msgstr "Téléphone vérifié:" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -3053,13 +3060,20 @@ msgstr "Téléphone" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Photo" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "La photo est nécessaire." @@ -3075,6 +3089,16 @@ msgstr "Échec du téléchargement de la photo." msgid "Photos" msgstr "Photos" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Photos" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Photo requise" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Photos de rapports récents à proximité" @@ -3094,33 +3118,26 @@ msgid "Pick your ward" msgstr "Choisissez votre quartier" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Placer l'épingle sur la carte" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Placer l'épingle sur la carte" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Merci de vérifier les mots de passe et de réessayer" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Merci de vérifier que votre adresse email est correcte" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3130,8 +3147,8 @@ msgstr "Veuillez vérifier que votre numéro de téléphone est correct" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Merci de sélectionner une catégorie" @@ -3140,11 +3157,12 @@ msgstr "Merci de sélectionner une catégorie" msgid "Please choose a less commonly-used password" msgstr "Veuillez choisir un mot de passe moins utilisé" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "Merci de corriger les erreurs ci-dessous" @@ -3159,14 +3177,14 @@ msgstr "" "c'est ici Signaler un problème et suivez les instructions." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Merci d'entrer un message" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3175,17 +3193,17 @@ msgid "Please enter a mobile number" msgstr "Merci d’entrer un numéro de téléphone portable" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "Merci d'entrer un nom" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "S'il vous plaît entrez un nom pour cet organisme" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Merci d'entrer un mot de passe :" @@ -3204,9 +3222,9 @@ msgid "Please enter a valid UK phone number" msgstr "Veuillez entrer un email ou un numéro de téléphone valide" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3219,7 +3237,7 @@ msgid "Please enter a valid email address" msgstr "Merci d'entrer une adresse email valide" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "Veuillez entrer un email ou un numéro de téléphone valide" @@ -3234,8 +3252,8 @@ msgstr "Merci d'entrer quelques détails" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3253,9 +3271,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Merci de saisir votre nom complet, les administrations ont besoin de cette information. Si vous ne souhaitez pas que votre nom soit affiché sur ce site, décochez la case ci-dessous" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Merci de saisir votre nom" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3308,9 +3325,8 @@ msgstr "Merci d'indiquer si vous souhaitez recevoir un autre questionnaire" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Merci d'entrer une adresse email valide" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3326,7 +3342,7 @@ msgstr "Nous vous informons que les mises à jour ne sont pas envoyées à l'adm msgid "Please note your report has not yet been sent." msgstr "Veuillez noter que votre rapport n'a pas encore été envoyé ." -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Merci de noter que votre rapport n'a pas été envoyé. Choisissez une catégorie et rajoutez des informations supplémentaires ci-dessous, puis envoyez." @@ -3339,15 +3355,15 @@ msgstr "Veuillez noter que votre mise à jour n'a pas encore été post msgid "Please note:" msgstr "Quelques remarques :" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "Veuillez fournir un ID en double ou une mise à jour publique pour ce rapport." -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "Veuillez fournir une mise à jour publique de ce rapport." @@ -3393,7 +3409,7 @@ msgid "Please upload an image only" msgstr "Veuillez uniquement envoyer une image" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "Merci de vérifier au moins l’un des e-mail/téléphone" @@ -3425,7 +3441,7 @@ msgstr "Envoyé par %s à %s" msgid "Powered by FixMyStreet Platform" msgstr "Powered by FixMyStreet Platform" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3434,11 +3450,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "Cliquez sur la carte ou glissez le marqueur pour ajuster la localisation" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3450,7 +3466,7 @@ msgstr "" msgid "Previous" msgstr "Précédent" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "Priorités" @@ -3492,28 +3508,24 @@ msgid "Problem %d created" msgstr "Problème %d créé" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Ajouter à la liste" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problème %d confirmé" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Problème %d créé" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Problème %d créé" +msgstr "" #: templates/web/base/admin/users/log.html:56 -#, fuzzy msgid "Problem %s removed from shortlist" -msgstr "Supprimer de votre liste" +msgstr "" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3525,7 +3537,7 @@ msgstr "Problème %d signalé à l’administration %s" msgid "Problem breakdown by state" msgstr "Répartition des problèmes par état" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problème signalé comme ouvert." @@ -3533,13 +3545,13 @@ msgstr "Problème signalé comme ouvert." msgid "Problem state change based on survey results" msgstr "Changement état des problèmes d'après résultats sondage" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problèmes" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "Problèmes dans une zone" @@ -3555,11 +3567,11 @@ msgstr "Problèmes sur la carte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problèmes récemment signalés sur FixMyStreet.fr" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "Problèmes entre %.1fkm de %s " -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3578,7 +3590,7 @@ msgstr "Problèmes entre%squartier,%s" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "Problèmes dans %s, %s" @@ -3591,11 +3603,11 @@ msgstr "Adresse de propriété:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3609,7 +3621,7 @@ msgstr "Apporter une mise à jour" msgid "Provide update as" msgstr "Fournir la mise à jour comme" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Un mot de passe n'est pas obligatoire, mais vous permettra de créer, mettre à jour et administrer vos rapports plus facilement." @@ -3632,9 +3644,8 @@ msgid "Publish photo" msgstr "Publier une photo" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Questionnaire" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3656,9 +3667,9 @@ msgstr "Questionnaire %d envoyé pour le problème %s" msgid "Questionnaire filled in by problem reporter" msgstr "Questionnaire rempli par le requérant" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3684,11 +3695,11 @@ msgstr "Flux RSS de %s" msgid "RSS feed of %s, within %s ward" msgstr "Flux RSS de %s, dans la localité %s" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "Flux RSS de problèmes à proximité" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3721,19 +3732,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Etre informé par courriel lorsque ce problème est mis à jour." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Etre informé par courriel lorsque ce problème est mis à jour." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3766,7 +3776,7 @@ msgstr "Rejeter le rapport" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Rappelez-vous que FixMyStreet est principalement destiné au signalement de problèmes physiques qui peuvent être résolus. Si votre problème ne convient pas pour être soumis via ce site, n'oubliez pas que vous pouvez contacter votre administration directement à l'aide de leur propre site web." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Supprimer les détails du compte" @@ -3788,26 +3798,24 @@ msgid "Remove from site" msgstr "Retirer du site" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Retirer le champ" +msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Effacer la photo (ne peut pas être annulé !)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "Modifier les autorisations des autres utilisateurs" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 #, fuzzy msgid "Remove time period" -msgstr "Modifier les autorisations des autres utilisateurs" +msgstr "Retirer le champ" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3845,11 +3853,10 @@ msgstr "Signaler un problème ici" msgid "Report abuse" msgstr "Signaler un abus" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Signalé anonymement à %s" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3863,9 +3870,8 @@ msgid "Report as" msgstr "Signaler comme" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Éditer les détails du rapport" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3888,18 +3894,18 @@ msgstr "Signalez des incidents sur l’espace public et participez à l’améli msgid "Report, view, or discuss local problems" msgstr "Signalez et suivez les problèmes locaux" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Signalé anonymement à %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Signalé avant" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Signalé par %s à %s" @@ -3913,27 +3919,27 @@ msgstr "Rapporté par:" msgid "Reported in the %s category" msgstr "Rapporté dans la catégorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Signalé dans la catégorie %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Signalé dans la catégorie %s par %s à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Signalé par %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Signalé par %s par %s à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Signalé par %s dans la catégorie %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Signalé par %s dans la catégorie %s par %s" @@ -3957,17 +3963,17 @@ msgstr "Signalisation d'un problème" msgid "Reporting message" msgstr "Signalisation d'un problème" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Rapports" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Les rapports sont limités à %s caractères de long. Merci de raccourcir votre texte" @@ -3981,11 +3987,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rapports attendant une validation" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "Rapports par destination" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Selon le type de problème, les rapports à proximité sont envoyés à différentes administrations, " @@ -4020,6 +4026,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obligatoire" @@ -4029,7 +4039,7 @@ msgstr "Obligatoire" msgid "Resend report" msgstr "Renvoyer le rapport" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4058,9 +4068,8 @@ msgid "Response Templates for %s" msgstr "Modèles de réponse pour %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Afficher la photo" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4082,9 +4091,8 @@ msgstr "Lieu correct?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Agrandir la carte" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4098,13 +4106,13 @@ msgstr "L'opérateur pour cette route (selon OpenStreetMAp): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4115,18 +4123,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Les utilisateurs autorisés peuvent être associés aux catégories sur lesquelles ils interviennent." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Pivoter à gauche" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4141,7 +4149,7 @@ msgstr "La rotation de cette photo annulera les modifications non enregistrées msgid "Save + close as duplicate" msgstr "Enregistrer + fermer en double" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4157,6 +4165,10 @@ msgstr "Enregistrer + fermer en double" msgid "Save changes" msgstr "Enregistrer les modifications" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "Sauvegarder de nouveaux champs" @@ -4205,7 +4217,7 @@ msgstr "Aucun utilisateur trouvé lors de la recherche." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "Sécurité" @@ -4214,7 +4226,7 @@ msgstr "Sécurité" msgid "See our privacy policy" msgstr "Voir notre politique de confidentialité" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "Voir les détails des utilisateurs pour les rapports créés en tant que conseil" @@ -4229,7 +4241,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Sélectionnez une zone" @@ -4238,11 +4250,21 @@ msgstr "Sélectionnez une zone" msgid "Select if this is the default priority" msgstr "Sélectionnez si c’est la priorité par défaut" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Sélectionnez plusieurs services pour afficher uniquement les rapports dans ces services." + +#: templates/web/base/reports/body.html:30 +#, fuzzy +msgid "Select multiple divisions?" +msgstr "Sélectionnez plusieurs quartiers?" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "Sélectionnez plusieurs services pour afficher uniquement les rapports dans ces services." -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "Sélectionnez plusieurs quartiers?" @@ -4257,7 +4279,7 @@ msgid "Select:" msgstr "Sélectionner :" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Envoyé" @@ -4283,7 +4305,7 @@ msgstr "L’envoi d’un texte de confirmation a échoué: \"%s\"" msgid "Sent report back" msgstr "Envoyé le rapport en retour" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Envoyé à %s %s plus tard)" @@ -4300,7 +4322,7 @@ msgstr "Service:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Définir un mot de passe" @@ -4323,7 +4345,7 @@ msgstr "" msgid "Shortlist" msgstr "Liste" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "Liste abrégée visible" @@ -4339,7 +4361,7 @@ msgstr "Shortlisté" msgid "Shortlisted by %s" msgstr "Shortlisté par %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Afficher toutes les mises à jour" @@ -4378,12 +4400,12 @@ msgstr "Afficher le nom du déclarant" msgid "Show reports in your area" msgstr "Afficher les rapports dans votre région" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "S'authentifier" @@ -4400,17 +4422,17 @@ msgstr "Connectez-vous par e-mail ou texte, en fournissant un nouveau mot de pas msgid "Sign in or create an account" msgstr "Connectez-vous ou créez un compte" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "Se connecter avec un mot de passe" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Déconnexion" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4470,7 +4492,7 @@ msgstr "Désolé, nous n'avons pas pu trouver cet emplacement." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Désolé, nous ne pouvons pas vous connecter pour le moment. Veuillez compléter le formulaire ci-dessous." @@ -4481,25 +4503,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Désolé, nous n'avons pas pu trouver cet emplacement. Merci de réessayer." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Désolé, nous ne pouvions pas enregistrer votre image(s), veuillez essayer à nouveau." - -#: templates/web/base/offline/fallback.html:6 -#, fuzzy -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -"Désolé, nous n’avons pas une connexion assez bonne pour récupérer cette page ou\n" -"la page n’a pas été trouvée ou il y a eu une erreur de serveur. Veuillez réessayer plus tard." -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Désolé, vous n'êtes pas autorisé à faire cette action." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4508,17 +4522,16 @@ msgstr "" msgid "Sort by" msgstr "Trier par" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Personnel :" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Les utilisateurs du personnel ont la permission de se connecter à l'administration du site." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Personnel :" @@ -4526,10 +4539,14 @@ msgstr "Personnel :" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "Date de début" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4537,7 +4554,7 @@ msgstr "Date de début" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4545,7 +4562,7 @@ msgstr "Date de début" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4558,7 +4575,7 @@ msgstr "État actuel" msgid "State and external status code cannot be used simultaneously." msgstr "L’état et le code d’état externe ne peuvent pas etre utilisés simultanément." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4574,13 +4591,13 @@ msgstr "L’état a changé pour:" msgid "State:" msgstr "État actuel :" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "État" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4626,23 +4643,23 @@ msgstr "Sujet :" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Envoyer" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4650,7 +4667,7 @@ msgstr "Envoyer" msgid "Submit changes" msgstr "Envoyer les modifications" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Envoi du questionnaire" @@ -4659,15 +4676,15 @@ msgstr "Envoi du questionnaire" msgid "Submitted" msgstr "Soumis" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "S'abonner" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "S’abonner par email" @@ -4676,11 +4693,10 @@ msgid "Subscribed:" msgstr "Abonné:" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Les résumés sont limités à {0} caractères. Veuillez raccourcir votre résumé" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4690,15 +4706,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Les résumés sont limités à {0} caractères. Veuillez raccourcir votre résumé" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Résumer le problème" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Résumez vos modifications" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4710,10 +4727,9 @@ msgstr "Résumez vos modifications" msgid "Summary" msgstr "Résumé" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Statistiques récapitulatives" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4727,15 +4743,14 @@ msgid "Summary statistics" msgstr "Statistiques récapitulatives" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Superuser :" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Superuser :" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Supeusers ont l'autorisation d'effectuer des toutes les actions au sein de l'administration du site." @@ -4759,7 +4774,7 @@ msgstr "Modèle «%s»" msgid "Template email response:" msgstr "Nouvelle adresse émail :" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4767,28 +4782,24 @@ msgid "Templates" msgstr "Modèles" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Moins récemment mis à jour" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texte" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Alerte E-mail créé" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Alerte E-mail supprimé" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Champs supplémentaires:" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4807,9 +4818,8 @@ msgid "Text:" msgstr "Texte :" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Texte" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4835,7 +4845,7 @@ msgstr "Merci pour vos commentaires" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Merci d'avoir chargé votre photo. Nous avons besoin maintenant de localiser le problème, saisissez l'adresse et le code postal dans le champ ci-dessus :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Merci, heureux d'apprendre que cela a été résolu ! Pourrions-nous juste vous demander si vous aviez déjà signalé un problème à une administration auparavant ?" @@ -4874,23 +4884,23 @@ msgstr "Ce problème a été marqué comme envoyé." msgid "That problem will now be resent." msgstr "Ce problème va maintenant être renvoyé." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Ce rapport a été retiré de FixMyStreet.fr." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "Cet utilisateur a été déconnecté." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "Cet utilisateur a été rendu anonyme sur tous les rapports et mises à jour." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "Les informations personnelles de cet utilisateur ont été supprimées." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "Les rapports et mises à jour de cet utilisateur ont été masqués." @@ -4924,8 +4934,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4960,10 +4970,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Ce problème a été marqué comme envoyé." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -5021,8 +5030,8 @@ msgstr "Le lien à expiré, ou peut-être vous ne l’avez pas copier coller cor msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La liste des zones disponibles est donnée par le service Mapit de %s. " -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Les mots de passe ne correspondent pas" @@ -5039,15 +5048,14 @@ msgid "The role's name is used to refer to this group of permis msgstr "" #: templates/web/base/admin/users/import.html:68 -#, fuzzy msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" -msgstr "Le fichier CSV téléchargé doit contenir une ligne d'en-tête et les enregistrements doivent avoir les champs suivants (dans cet ordre):" +msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "L'utilisateur n'a pas pu localiser le problème sur une carte, mais pour voir la zone autour de l'endroit qu'il ou elle a entré" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "L’utilisateur a reçu un email de connexion" @@ -5084,9 +5092,8 @@ msgid "There are similar problems nearby that we’re already aware of, is one o msgstr "Nous connaissons déjà des problèmes similaires à proximité. L’un d’eux est-il le vôtre?" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 -#, fuzzy msgid "There is already a template with that title." -msgstr "Il existe déjà un modèle de réponse automatique pour cette catégorie/Emplacement." +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:144 msgid "There is already an auto-response template for this category/state." @@ -5110,7 +5117,7 @@ msgstr "Il y a eu un problème pour afficher cette page. Merci de réessayer ult msgid "There was a problem with your login information." msgstr "Il y avait un problème avec vos informations de connexion." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Il y a un problème avec vos informations de connexion. Si vous ne vous souvenez plus de votre mot de passe ou n’en avez pas, veuillez remplir le champ ‘Non’ du formulaire." @@ -5200,15 +5207,15 @@ msgstr "" "Un interlocuteur ne recevra aucun rapport tant qu'il ne couvre aucune zone." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Cet email a été envoyé aux deux administrations couvrant l'emplacement du problème parce que l'utilisateur ne l'a pas classé ; ignorez-le s'il vous plaît si vous n'êtes pas l'administration responsable pour la question, ou faites-nous savoir la bonne catégorie de problèmes afin que nous puissions l'ajouter à notre système." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Cet email a été envoyé à plus d'une administration couvrant l'emplacement du problème, la catégorie de problème choisie par l'utilisateur étant présente pour chacune d'entre elles ; ignorez-le s'il vous plaît si vous n'êtes pas l'administration responsable pour la question." @@ -5216,9 +5223,14 @@ msgstr "Cet email a été envoyé à plus d'une administration couvrant l'emplac msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Ces renseignements sont nécessaires" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Ces renseignements sont nécessaires" @@ -5240,7 +5252,7 @@ msgstr "Voici le problème" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5275,15 +5287,15 @@ msgstr "Ce rapport est un dupliqua. Veuillez mettre è jour le rapport original: msgid "This report is awaiting moderation." msgstr "Ce rapport attend une modération." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Ce rapport est actuellement marqué comme fermé." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Ce rapport est actuellement marqué comme résolu." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Ce rapport est actuellement marqué comme ouvert." @@ -5292,7 +5304,7 @@ msgstr "Ce rapport est actuellement marqué comme ouvert." msgid "This report is now closed to updates." msgstr "Ce rapport est maintenant fermé aux mises à jour." -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Cette page Web contient également une photo du problème, fournie par l'utilisateur." @@ -5307,7 +5319,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Le temps passé (en minutes):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5352,19 +5364,17 @@ msgid "To limit this collection of fields to a single language, select it here." msgstr "Pour limiter cette collection de champs à une seule langue, sélectionnez-la ici." #: templates/web/base/report/update-form-wrapper.html:5 -#, fuzzy msgid "To provide an update, please sign in." -msgstr "ou se connecter" +msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Pour voir une carte de l'emplacement précis de ce problème" #: templates/web/base/auth/generate_token.html:11 #: templates/web/base/auth/generate_token.html:70 -#, fuzzy msgid "Token" -msgstr "Jeton:" +msgstr "" #: perllib/FixMyStreet/App/Controller/Auth.pm:151 msgid "Too many login attempts. Please wait %d seconds before trying again" @@ -5384,9 +5394,9 @@ msgstr "Les 5 meilleurs quartiers" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5413,9 +5423,8 @@ msgstr "Essayez en nous envoyant un e-mail directement:" #: templates/web/base/auth/2fa/intro.html:6 #: templates/web/base/auth/generate_token.html:40 #: templates/web/base/auth/generate_token.html:53 -#, fuzzy msgid "Two-factor authentication" -msgstr "Activer l’authentification à deux facteurs" +msgstr "" #: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" @@ -5431,12 +5440,12 @@ msgstr "L’authentification à deux facteurs a été désactivée" msgid "Type" msgstr "Type" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "Débannir" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5453,23 +5462,23 @@ msgstr "" msgid "Unknown" msgstr "Inconnu" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Type d'alerte inconnu" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "erreur inconnue" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "ID de problème inconnu" @@ -5486,16 +5495,15 @@ msgid "Up one" msgstr "Remonter d’un" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Mise à jour" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Mise à jour %s créée pour le problème %d; par %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5532,9 +5540,8 @@ msgid "Update marked problem as fixed" msgstr "Une mise à jour a marqué ce problème comme résolu" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Mettre à jour les statuts" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5556,14 +5563,15 @@ msgstr "Mis à par %s (%s) à %s" msgid "Updated by %s at %s" msgstr "Mis à par %s à %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5571,7 +5579,7 @@ msgid "Updated!" msgstr "Mis à jour !" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5604,23 +5612,27 @@ msgid "Use Open311 update-sending extension" msgstr "Utiliser l'extension de mise à jour d'envoi Open311" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Situé à mon emplacement actuel" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "ce lieu" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5632,22 +5644,22 @@ msgstr "ID utilisateur de récupération des commentaires à" msgid "User Import" msgstr "Import utilisateur" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "Utilisateur ajouté à la liste d’abus" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "L’utilisateur existe déjà" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "Utilisateur déjà dans la liste d’abus" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Utilisateur dans le tableau d’abus" @@ -5660,38 +5672,37 @@ msgstr "La recherche utilisateurs parcourt les noms et adresses courriel." msgid "User's alerts" msgstr "Alertes de l'utilisateur" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "Utilisateur:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Utilisateurs" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Les utilisateurs peuvent effectuer les actions suivantes concernant leur administration ou dans la zone affectée." #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "Les utilisateurs peuvent effectuer les actions suivantes concernant leur administration ou dans la zone affectée." +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Valeurs mises à jour" @@ -5709,6 +5720,10 @@ msgstr "Vérifier votre email" msgid "Verify phone number" msgstr "Vérifier votre numéro de téléphone" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5718,16 +5733,21 @@ msgstr "Vérifier votre numéro de téléphone" msgid "View report on site" msgstr "Voir le rapport sur le site" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Afficher les rapports par quartier" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Afficher les rapports par quartier" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "Voir les quartiers" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "Voir / Marquer les rapports privés" @@ -5747,7 +5767,7 @@ msgstr "Consultation d'un problème" msgid "Ward:" msgstr "Quartier:" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Localités de cette administration" @@ -5760,7 +5780,7 @@ msgstr "Configuration" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5783,7 +5803,7 @@ msgstr "Nous avons envoyé un code de confirmation à votre téléphone. Veuille msgid "We need your email address, please give it below." msgstr "Nous avons besoin de votre adresse e-mail, veuillez l'indiquer ci-dessous." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Nous sommes conscients que ce problème pourrait être la responsabilité de %s, mais nous n'avons actuellement pas leurs coordonnées. Si vous connaissez une adresse de contact approprié, faites-le nous savoir s'il vous plaît." @@ -5804,7 +5824,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Nous sommes désolés d’apprendre que le problème n’est pas résolu. Pourquoi ne pas essayer d'écrire directement à vos élus locaux ?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "Website" @@ -5825,7 +5845,7 @@ msgstr "Édité le" msgid "When sent" msgstr "Envoyé le" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "De quels problèmes voulez-vous alerter?" @@ -5841,7 +5861,7 @@ msgstr "Pourquoi arrêter là ? déclarer plus d’alertes < msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Avec les recherches à requètes, il est également possible de rechercher des agency_responsible pour limiter les demandes à celles qui sont envoyées à une administration unique. Le terme de recherche est l'ID de l'administration fourni par MapIt." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "Dans les délais spécifiés:" @@ -5849,7 +5869,7 @@ msgstr "Dans les délais spécifiés:" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Aimeriez-vous contribuer à FixMyStreet? Notre code est open source et disponible sur fixmystreet.org " -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Aimeriez-vous recevoir un autre questionnaire dans 4 semaines, pour vous rappeler de vérifier l'état?" @@ -5866,13 +5886,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Oui" @@ -5880,7 +5900,11 @@ msgstr "Oui" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Vous ne comprenez pas les raisons pour lesquelles ce rapport a été inutilement retiré:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5906,7 +5930,7 @@ msgstr "Vous pouvez créer un nouveau rapport au même endroit.< msgid "You can view the problem on this site." msgstr "Vous pouvez consulter le problème sur ce site." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Vous pouvez ajouter un courriel d'utilisateur abusif dans la liste des abus, qui cache automatiquement (et n'envoie jamais) les rapports qu'ils crèent." @@ -5915,7 +5939,7 @@ msgstr "Vous pouvez ajouter un courriel d'utilisateur abusif dans la liste des a msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Vous pouvez choisir de vous abonner à tous les problèmes signalés dans une zone ou des rapports suivant leur destination." @@ -5948,7 +5972,7 @@ msgstr "Vous pouvez marqué un interlocuteur comme supprimé si vous ne voulez p msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5967,9 +5991,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Vous avez déjà répondu à ce questionnaire. Si vous avez une question, entrez en contact avec nous, ou affichez votre problème.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Vous avez déjà joint les photos de ce rapport. Notez que vous pouvez joindre un maximum de 3 photos par déclaration (si vous en télécharger plus, le plus ancien est supprimé)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -6014,7 +6037,7 @@ msgstr "Vous avez réussi à vous connecter ; veuillez vérifier et confirmer qu msgid "You have successfully verified your phone number." msgstr "Vous avez vérifié votre numéro de téléphone avec succèès." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Vous n'avez encore créés aucun rapport. Rapportez un problème maintenant." @@ -6047,19 +6070,18 @@ msgid "Your account" msgstr "Votre compte" #: templates/web/base/auth/2fa/intro.html:18 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Désactiver l’authentification à deux facteurs" +msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Votre email" @@ -6067,8 +6089,8 @@ msgstr "Votre email" msgid "Your email address" msgstr "Votre adresse email" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "Votre email ou mobile" @@ -6086,11 +6108,11 @@ msgstr "Votre nom" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Votre nom a déjà été envoyé, mais nous pouvons le cacher sur cette page:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "Votre nom a été caché de tous vos rapports et mises à jour." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "Votre nom a été caché." @@ -6099,8 +6121,8 @@ msgstr "Votre nom a été caché." msgid "Your offline reports" msgstr "Vos rapports hors ligne" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Votre mot de passe" @@ -6111,13 +6133,12 @@ msgid "Your password has been changed" msgstr "Votre mot de passe a été changé" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "Connectez-vous par e-mail à la place en fournissant un nouveau mot de passe. Lorsque vous cliquez sur le lien dans votre e-mail, votre mot de passe sera mis à jour." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "Votre mot de passe doit inclure %d ou plus de caractères." @@ -6127,18 +6148,18 @@ msgstr "Votre mot de passe doit inclure %d ou plus de caractères." msgid "Your phone number" msgstr "Votre numéro de téléphone" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Votre rapport" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Vos rapports" @@ -6160,7 +6181,7 @@ msgstr "Votre mise à jour" msgid "Your update has been saved offline for submission when back online." msgstr "Votre mise à jour a été sauvegardée en mode hors connexion pour la soumission en ligne." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Vos mises à jour" @@ -6187,7 +6208,7 @@ msgstr "admin" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "Tous" @@ -6207,8 +6228,8 @@ msgstr "et un défaut soulevé" msgid "by %s" msgstr "par %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "administration" @@ -6221,12 +6242,12 @@ msgstr "n'a pas utilisé le plan" msgid "e.g. ‘%s’ or ‘%s’" msgstr "Par exemple '%s' ou '%s'" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "par exemple. 'Nid de poule de 10cm sur la route St, près de la boîte aux lettres'" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "par exemple. 'Ce nid de poule existe depuis deux mois et…'" @@ -6244,7 +6265,7 @@ msgstr "de %s utilisateurs différents" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "dernière mise à jour %s" @@ -6269,7 +6290,7 @@ msgstr "s.o." #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "aucun" @@ -6279,15 +6300,13 @@ msgstr "pas la responsabilité de l’administration" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(facultatif)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr " ou " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6316,6 +6335,11 @@ msgstr "autres lieux:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s réf : %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6350,7 +6374,7 @@ msgstr "Il n'y a aucune épingle affichée parce que l'utilisateur n'a pas utili msgid "this location" msgstr "ce lieu" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "Ce type de problème local" @@ -6384,25 +6408,30 @@ msgstr "l'utilisateur est de la même administration que le problème - %d" msgid "user is problem owner" msgstr "L'utilisateur est propriétaire du problème" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "utilisateur ne figurant pas dans la liste d’abus" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "utilisateur supprimé de la liste d’abus" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "localité" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" msgid_plural "%d addresses" msgstr[0] "%d adresses" msgstr[1] "%d adresses" +msgstr[2] "%d adresses" #: perllib/Utils.pm:249 #, perl-format @@ -6410,6 +6439,7 @@ msgid "%d day" msgid_plural "%d days" msgstr[0] "%d jour" msgstr[1] "%d jours" +msgstr[2] "%d jours" #: perllib/Utils.pm:251 #, perl-format @@ -6417,6 +6447,7 @@ msgid "%d hour" msgid_plural "%d hours" msgstr[0] "%d heure" msgstr[1] "%d heures" +msgstr[2] "%d heures" #: perllib/Utils.pm:253 #, perl-format @@ -6424,6 +6455,7 @@ msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "%d minute" msgstr[1] "%d minutes" +msgstr[2] "%d minutes" #: perllib/Utils.pm:245 #, perl-format @@ -6431,13 +6463,15 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "%d mois" msgstr[1] "%d mois" +msgstr[2] "%d mois" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Afficher la photo" -msgstr[1] "Afficher la photo" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6445,6 +6479,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d supporter" msgstr[1] "%d supporters" +msgstr[2] "%d supporters" #: perllib/Utils.pm:247 #, perl-format @@ -6452,6 +6487,7 @@ msgid "%d week" msgid_plural "%d weeks" msgstr[0] "%d semaine" msgstr[1] "%d semaines" +msgstr[2] "%d semaines" #: perllib/Utils.pm:243 #, perl-format @@ -6459,6 +6495,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d année " msgstr[1] "%d année" +msgstr[2] "%d année" #: templates/web/base/reports/index.html:120 #, perl-format @@ -6466,6 +6503,7 @@ msgid "%s day" msgid_plural "%s days" msgstr[0] "%s jours" msgstr[1] "%s jours" +msgstr[2] "%s jours" #: templates/web/base/reports/index.html:57 #, perl-format @@ -6473,6 +6511,7 @@ msgid "%s problem marked as fixed" msgid_plural "%s problems marked as fixed" msgstr[0] "%sproblème marqué comme corrigé " msgstr[1] "%s problèmes marqués comme corrigés " +msgstr[2] "%s problèmes marqués comme corrigés " #: templates/web/base/reports/index.html:45 #, perl-format @@ -6480,6 +6519,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "%s problème signalé " msgstr[1] "%s problèmes signalés" +msgstr[2] "%s problèmes signalés" #: templates/web/base/reports/index.html:136 #, perl-format @@ -6487,6 +6527,7 @@ msgid "%s report" msgid_plural "%s reports" msgstr[0] "%s rapports" msgstr[1] "%s rapports" +msgstr[2] "%s rapports" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6494,13 +6535,15 @@ msgid "%s update on problems" msgid_plural "%s updates on problems" msgstr[0] "%s mises à jour des problème" msgstr[1] "%s mises à jour des problème" +msgstr[2] "%s mises à jour des problème" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s résolu le mois passé" -msgstr[1] "%s résolus le mois passé" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6508,6 +6551,7 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s résolu le mois passé" msgstr[1] "%s résolus le mois passé" +msgstr[2] "%s résolus le mois passé" #: templates/web/base/front/stats.html:8 #, perl-format @@ -6515,6 +6559,7 @@ msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s rapport la semaine passée" msgstr[1] "%s rapports la semaine passée" +msgstr[2] "%s rapports la semaine passée" #: templates/web/base/front/stats.html:13 #, perl-format @@ -6522,6 +6567,7 @@ msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s rapport récemment" msgstr[1] "%s rapports récemment" +msgstr[2] "%s rapports récemment" #: templates/web/base/front/stats.html:37 #, perl-format @@ -6529,6 +6575,7 @@ msgid "%s update on reports" msgid_plural "%s updates on reports" msgstr[0] "%s mise à jour de rapport" msgstr[1] "%s mises à jour de rapports" +msgstr[2] "%s mises à jour de rapports" #: perllib/FixMyStreet/App/Form/Field/FileIdPhoto.pm:27 #, perl-format @@ -6536,13 +6583,15 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" msgstr[0] "Signalé %d depuis jours" msgstr[1] "Signalé depuis %d jours" +msgstr[2] "Signalé depuis %d jours" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -6550,6 +6599,7 @@ msgid "We do not yet have details for the other council that co msgid_plural "We do not yet have details for the other councils that cover this location." msgstr[0] "Nous n'avons pas encore de détails pour l'autre administration responsable de ce lieu." msgstr[1] "Nous n'avons pas encore de détails pour les autres administrations responsables de ce lieu." +msgstr[2] "Nous n'avons pas encore de détails pour les autres administrations responsables de ce lieu." #: templates/web/base/report/new/top_message_none.html:3 #, perl-format @@ -6557,20 +6607,23 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Nous n'avons pas encore de détails pour l'administration responsable de ce lieu." msgstr[1] "Nous n'avons pas encore de détails pour les administrations responsables de ce lieu." +msgstr[2] "Nous n'avons pas encore de détails pour les administrations responsables de ce lieu." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "dernier enregistrement %d jours" msgstr[1] "dernière %d mise à jour" +msgstr[2] "dernière %d mise à jour" #: templates/email/default/inactive-account.html:18 #, perl-format @@ -6578,6 +6631,7 @@ msgid "month" msgid_plural "months" msgstr[0] "month" msgstr[1] "mois" +msgstr[2] "mois" #: templates/email/westminster/archive.html:25 #, perl-format @@ -6585,267 +6639,18 @@ msgid "report" msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapports" +msgstr[2] "rapports" -#~ msgid "Received by %s moments later" -#~ msgstr "Reçu par %s un peu plus tard" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "ce lieu" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Saisissez un nom de rue proche, la localité ou le code postal" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(nous avons également des flux RSS pour les problèmes internes%s)" - -#~ msgid "About the problem" -#~ msgstr "A propos du problème" - -#~ msgid "Close" -#~ msgstr "Fermer" - -#~ msgid "Could not find user" -#~ msgstr "Impossible de trouver l'utilisateur" - -#~ msgid "Edit report details" -#~ msgstr "Éditer les détails du rapport" - -#~ msgid "Flag user" -#~ msgstr "Signaler l'usager" - -#~ msgid "Home" -#~ msgstr "Retour" - -#~ msgid "MAP" -#~ msgstr "CARTE" - -#~ msgid "Map" -#~ msgstr "Carte" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Merci d'être poli, concis et précis." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Merci de ne pas être injurieux — Calomnier l'administration dévalue le service pour tous les utilisateurs." - -#~ msgid "Remove flag" -#~ msgstr "Effacer le signalement" - -#~ msgid "Satellite" -#~ msgstr "Satellite" - -#~ msgid "Show Photo?" -#~ msgstr "Afficher la photo ?" - -#~ msgid "User flag removed" -#~ msgstr "Utilisateur dé–signalé" - -#~ msgid "User flagged" -#~ msgstr "Utilisateur signalé" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Si vous rédigez votre message entièrement en capitales, ou sans ponctuation, il sera difficile à lire." - -#~ msgid "Closed by council" -#~ msgstr "Clos par l'administration" - -#~ msgid "Current token:" -#~ msgstr "Jeton actuel:" - -#~ msgid "Filter report list" -#~ msgstr "Liste de filtres de rapport" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Valeur agency_responsible invalide \"%s\"" - -#~ msgid "Post" -#~ msgstr "Envoyer" - -#~ msgid "Traffic management required?" -#~ msgstr "La gestion du trafic est nécessaire ?" - -#~ msgid "(ignored if type is \"String\")" -#~ msgstr "(ignoré si le type est \"String\")" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr " Remarque: Ce rapport a été envoyé pour action. Toutes les modifications apportées ne seront pas transmises." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr " Remarque: Ce rapport n'a pas encore été envoyé pour action. Toutes les modifications apportées ne peuvent pas être transmises." - -#~ msgid "Automated" -#~ msgstr "Automatique" - -#~ msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (meta.datatype_description), you must add it in category_extras_fields.html" -#~ msgstr "Peut être utilisé pour afficher du texte supplémentaire à l'utilisateur le long du champ. Le modèle par défaut ne montre pas ceci (meta.datatype_description), vous devez l’ajouter category_extras_fields.html" - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Vérifiez inspection requise si les rapports dans cette catégorie doivent être inspectés avant d'être envoyés." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Cochez privé si les rapports de cette catégorie ne doivent jamais être affichés sur le site web.\n" -#~ "
\n" -#~ "Normalement, les catégories ne sont pas privées.\n" -#~ "
\n" -#~ "C'est intéressant pour des problèmes pour lesquels vous voulez autoriser les utilisateurs à rapporter à l'interlocuteur, mais pour lesquels il n'y a pas d'intérêt public\n" -#~ "à afficher le rapport. Au Royaume Uni, nous l'avons utilisé pour des services tels que demander une poubelle supplémentaire \n" -#~ "à une adresse donnée." - -#~ msgid "Coordinates:" -#~ msgstr "Coordonnées:" - -#~ msgid "Default priority" -#~ msgstr "Priorité par défaut" - -#~ msgid "Defect type" -#~ msgstr "Type de défaut" - -#~ msgid "Description:" -#~ msgstr "Description :" - -#~ msgid "Didn't use map" -#~ msgstr "Ne pas utiliser la carte" - -#~ msgid "Do you want to automatically raise a defect?" -#~ msgstr "Voulez-vous élever automatiquement un défaut?" - -#~ msgid "For each option, Key is the value which is stored in the database for that option and Name is the value displayed to the user." -#~ msgstr "Pour chaque option, La clé est la valeur qui est stockée dans la base de données pour cette option et Nom est la valeur affichée pour l’utilisateur." - -#~ msgid "Hidden Field" -#~ msgstr "Champ caché" - -#~ msgid "Hint" -#~ msgstr "Allusion" - -#~ msgid "If ticked the user won’t see an input field, just the ‘Description’ text." -#~ msgstr "Si coché, l'utilisateur ne verra pas un champ de saisie, juste le texte 'Description'." - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Si vous utilisez une méthode d'envoi autre que le courriel, saisissez le service ID (Open311) ou un identifiant équivalent ici." - -#~ msgid "Inspection required" -#~ msgstr "inspection requise" - -#~ msgid "Internet glitch" -#~ msgstr "Conflit Internet" - -#~ msgid "Key" -#~ msgstr "Clé" - -#~ msgid "List" -#~ msgstr "Liste" - -#~ msgid "No inspections by that inspector in the selected date range." -#~ msgstr "Aucune inspection effectuée par cet inspecteur dans la fourchette de dates sélectionnée." - -#~ msgid "No inspections in the selected date range." -#~ msgstr "Aucune inspection dans la plage de dates sélectionnée." - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Permalink" -#~ msgstr "Lien permanent" - -#~ msgid "Remove" -#~ msgstr "Retirer" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Les déclarations faites par les utilisateurs de confiance seront envoyés à l'organisme responsable sans être inspecté en premier." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "Les rapports seront automatiquement envoyés sans avoir besoin d'être inspecté si la réputation de l'utilisateur est égale ou supérieure à cette valeur. Réglez sur 0 si tous les rapports doivent être inspectés indépendamment." - -#~ msgid "Reputation threshold" -#~ msgstr "Seuil de réputation" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Priorités de réponse pour %s" - -#~ msgid "Server Set" -#~ msgstr "Définir le serveur" - -#~ msgid "String" -#~ msgstr "Chaîne" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Ce rapport ne peut pas être vu sur %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "Cette adresse courriel est le destinataire à qui le rapport sera envoyé pour cette catégorie. \n" -#~ "D'autres catégories de cet interlocuteur peuvent avoir la même adresse courriel." - -#~ msgid "" -#~ "The group is used for the top-level category field when\n" -#~ " subcategory grouping is enabled." -#~ msgstr "" -#~ "Le groupe est utilisé pour le champ catégorie lorsque\n" -#~ " le regroupement des sous-catégories est activé." - -#~ msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." -#~ msgstr "Le code utilisé pour stocker cette valeur de champ dans la base de données. par exemple. address serait disponible sous la forme problem.extra.address dans les modèles." - -#~ msgid "The field name as shown to the user on the report form." -#~ msgstr "Le nom du champ tel qu’indiqué á l’utilisateur sur le formulaire de rapport." - -#~ msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -#~ msgstr "L’ordre de ce champ sur la page de rapport. Les champs sont affichés en ordre croissant selon cette valeur." - -#~ msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." -#~ msgstr "Le type de champ de saisie à afficher à l’utilisateur.Text est un champ de texte simple, Liste est une sélection déroulante." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Il y a un problème avec votre combinaison email / mot de passe. Réessayez s'il vous plaît." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Ceci est un site en développement, le service peut être interrompu à tout moment, et la base de données sera régulièrement effacée." - -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "Accrédité pour faire des rapports sans être inspectés" - -#~ msgid "Trusted:" -#~ msgstr "Accrédité :" - -#~ msgid "" -#~ "Use confirmed to indicate that this contact has been\n" -#~ "confirmed as correct. If you are not sure of the origin or validity of the\n" -#~ "contact, use unconfirmed. inactive will\n" -#~ "remove the category from use when reporting problems, but keep it available in\n" -#~ "map filters, and deleted will remove the category from there\n" -#~ "as well." -#~ msgstr "" -#~ "L’utilisation confirmed est pour indiquer que ce contact a été\n" -#~ "confirmé comme valide. Si vous n’êtes pas sûr de l’origine ou de la validité du\n" -#~ "contact, utiliser unconfirmed. inactive\n" -#~ "supprimera la catégorie de l’utilisation lors de la déclaration de problèmes, mais la\n" -#~ "conserve dans les filtres de la carte, et deleted supprime la \n" -#~ "catégorie." - -#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -#~ msgstr "Utilisez ce champ pour enregistrer les détails qui sont affichés uniquement dans le portail d'admin du site. L'entrée n'est pas affichée publiquement, et n'est pas envoyée à l'administration." - -#~ msgid "Used map" -#~ msgstr "Carte utilisée" - -#~ msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -#~ msgstr "Indique si le champ est affiché pour l'utilisateur, inclus en tant que champ masqué et renseigné automatiquement ou défini par le serveur lors de la soumission d'Open311. Ce champ est généralement défini automatiquement." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Description" +msgstr[1] "Description" +msgstr[2] "Description" -#~ msgid "Whether the user is required to provide a value for this field." -#~ msgstr "l’utilisateur doit fournir une valeur pour ce domaine." +#~ msgid "Place pin on map" +#~ msgstr "Placer l'épingle sur la carte" -#~ msgid "or locate me automatically" -#~ msgstr "Clickez ici pour vous localiser automatiquement" +#~ msgid "Received by %s moments later" +#~ msgstr "Reçu par %s un peu plus tard" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index 57320ebd4f7..ea875ad0991 100644 --- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,18 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Yaron Shahrabani , 2020 +# mySociety , 2021 +# Yaron Shahrabani , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Yaron Shahrabani , 2020\n" -"Language-Team: Hebrew (Israel) (https://www.transifex.com/mysociety/teams/12067/he_IL/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: Yaron Shahrabani , 2021\n" +"Language-Team: Hebrew (Israel) (https://app.transifex.com/mysociety/teams/12067/he_IL/)\n" "Language: he_IL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +26,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "וגם" @@ -57,7 +53,7 @@ msgstr "%d עריכות מאת %s" #: templates/web/base/pagination.html:7 msgid "%d to %d of %d" -msgstr "" +msgstr "%d עד %d מתוך %d" #: templates/web/base/admin/users/import.html:42 msgid "%d users already existed" @@ -66,7 +62,7 @@ msgstr "%d משתמשים כבר היו קיימים" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - דיווחי סיכום " @@ -108,8 +104,8 @@ msgstr "" msgid "%s live updates" msgstr "%s עדכונים חיים" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -117,15 +113,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© מתנדבי OpenStreetMap" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +143,7 @@ msgstr "(a-z ורווח בלבד)" msgid "(closed)" msgstr "(סגור)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(מכסה בערך 200,000 איש)" @@ -159,17 +151,15 @@ msgstr "(מכסה בערך 200,000 איש)" msgid "(fixed)" msgstr "(מתוקן)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "דיווח שלך" +msgstr "(לדוח הזה)" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "העדכון שלך" +msgstr "(לעדכון הזה)" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -179,7 +169,7 @@ msgstr "(כגון גרפיטי, אשפה לא חוקית, אבני מדרכה ש msgid "(no longer exists)" msgstr "(לא קיים עוד)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "" @@ -187,19 +177,19 @@ msgstr "" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(רשות)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(נשלח לכולם)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(נשלח לשניהם)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- נא לבחור קטגוריה --" @@ -268,13 +258,13 @@ msgstr "כן יש לי ססמה" #. ("JS") #: templates/web/base/js/translation_strings.html:78 msgid "Take or choose existing photo" -msgstr "" +msgstr "צילום או בחירה בתמונה קיימת" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." -msgstr "" +msgstr "מזהה שירות (Open311 ודומיו)." -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "הגישה נדחתה" @@ -340,6 +330,11 @@ msgstr "הוספת אפשרות" msgid "Add phone number" msgstr "הוספת מספר טלפון" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "הוספת משתמש" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -364,26 +359,25 @@ msgstr "הוספה לרשימה מקוצרת" msgid "Add user" msgstr "הוספת משתמש" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "הוספה/עריכה של תבניות תגובה" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "הוספה/עריכה של קטגוריות תקלות" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "הוספה/עריכה של עדיפויות מענה" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "הוספה/עריכה של תבניות תגובה" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "" @@ -399,9 +393,9 @@ msgstr "" #: templates/web/base/js/translation_strings.html:65 #: templates/web/base/maps/openlayers.html:64 msgid "Aerial map" -msgstr "" +msgstr "תצלום אוויר" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "שוב:" @@ -471,7 +465,7 @@ msgstr "כל הדיווחים בין %s לבין %s" msgid "All time" msgstr "מתישהו" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -485,18 +479,18 @@ msgstr "" #: templates/web/base/admin/bodies/open311-form-fields.html:165 msgid "Always fetch all problems" -msgstr "" +msgstr "תמיד למשוך את כל הבעיות" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "כתובת דוא״ל." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "" @@ -510,7 +504,7 @@ msgstr "אלמוני" msgid "Anonymous user" msgstr "משתמש אלמוני" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -522,6 +516,10 @@ msgstr "אלמוני:" msgid "Another user" msgstr "משתמש אחר" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -535,6 +533,7 @@ msgstr "לבטל את ההעלאה הזאת?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "להמשיך?" @@ -545,7 +544,7 @@ msgstr "להמשיך?" msgid "Area covered" msgstr "שטח כיסוי" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "שטח:" @@ -556,20 +555,19 @@ msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 msgid "Assign" -msgstr "" +msgstr "הקצאה" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "" +msgstr "הקצאת דוחות תקלה למשתמשים" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" -msgstr "" +msgstr "הקצאת הנבחרים לתפקיד:" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "יציאה" +msgstr "הקצאה לטובת" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -589,28 +587,24 @@ msgid "Assign to subdivision:" msgstr "" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "יציאה" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "כל הקטגוריות" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "יציאה" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "כל הקטגוריות" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -620,7 +614,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -632,7 +626,7 @@ msgstr "מענה אוטומטי" msgid "Auto-response:" msgstr "מענה אוטומטי:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -665,18 +659,18 @@ msgstr "חזרה לכל הדיווחים" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "חסימת משתמש" #: templates/web/base/admin/extra-metadata-item.html:35 msgid "Behaviour" -msgstr "" +msgstr "התנהגות" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -693,12 +687,17 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -709,12 +708,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "אין לך אפשרות לצפות במפה? ניתן לדלג על שלב זה" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -729,7 +728,7 @@ msgstr "קטגוריות:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -743,11 +742,11 @@ msgstr "קטגוריות:" msgid "Category" msgstr "קטגוריה" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "קטגוריה ומדינה" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -772,9 +771,8 @@ msgid "Change" msgstr "שינוי" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "החלפת ססמה" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -783,7 +781,7 @@ msgstr "החלפת כתובת דוא״ל" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "החלפת ססמה" @@ -806,6 +804,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -835,7 +839,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -846,7 +850,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" @@ -884,7 +888,7 @@ msgstr "מותג משנה:" msgid "Code" msgstr "קוד" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -893,13 +897,15 @@ msgstr "" msgid "Collapse map" msgstr "צמצום המפה" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "תצורה" @@ -924,7 +930,7 @@ msgstr "" msgid "Confirmation" msgstr "אישור" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -963,6 +969,11 @@ msgstr "יצירת קשר עם הצוות" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "יצירת דוח" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -988,7 +999,8 @@ msgstr "עירייה" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1016,33 +1028,32 @@ msgstr "יצירת דוח" msgid "Create an account" msgstr "יצירת חשבון" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "יצירת קטגוריה" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "יצירת תבנית" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "יצירת עדיפות" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "יצירת דיווחים/עדכונים כמשתמש אלמוני" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "יצירת דיווחים/עדכונים בתור הוועדה" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "יצירת דיווחים/עדכונים בתור משתמש" @@ -1063,14 +1074,12 @@ msgstr "נוצרו %d משתמשים חדשים" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "יצירה" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "יצירה" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1080,17 +1089,16 @@ msgstr "יצירה" msgid "Created:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "עריכת משתמש" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "ססמה נוכחית:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "כרגע מקובץ לפי %s" @@ -1118,6 +1126,10 @@ msgstr "לוח מחוונים" msgid "Date" msgstr "מועד סיום" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1130,7 +1142,7 @@ msgstr "" msgid "Default" msgstr "בררת מחדל" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1139,6 +1151,11 @@ msgstr "" msgid "Delete" msgstr "מחיקה" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "נמחק" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1149,7 +1166,7 @@ msgstr "מחיקת תבנית" msgid "Delete theme" msgstr "מחיקת ערכת עיצוב" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1165,22 +1182,22 @@ msgstr "" msgid "Description" msgstr "תיאור" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "יעד" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "פרטים" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1193,7 +1210,7 @@ msgstr "" msgid "Details:" msgstr "פרטים:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "התקן ואתר" @@ -1205,8 +1222,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1214,7 +1231,7 @@ msgstr "" msgid "Disable" msgstr "השבתה" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1223,11 +1240,11 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" msgstr "" @@ -1257,7 +1274,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "לא ידוע לי" @@ -1274,6 +1291,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1332,33 +1353,32 @@ msgstr "עריכה" msgid "Edit body details" msgstr "ערוך פרטי גוף" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "עריכת דוחות" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "עריכת משתמש" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1399,19 +1419,19 @@ msgstr "עורך" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "דוא״ל" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1429,11 +1449,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1441,7 +1461,7 @@ msgstr "" msgid "Email verified:" msgstr "כתובת דוא״ל אומתה:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1450,7 +1470,7 @@ msgstr "כתובת דוא״ל אומתה:" msgid "Email:" msgstr "דוא\"ל:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1507,7 +1527,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "מועד סיום" @@ -1541,7 +1561,7 @@ msgstr "" msgid "Enter details of the problem" msgstr "נא להקליד את פרטי התקלה" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1584,11 +1604,12 @@ msgstr "" msgid "Expand map" msgstr "הרחבת המפה" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "הסבר מה לא תקין" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "יצוא כ־CSV" @@ -1618,13 +1639,13 @@ msgstr "" msgid "External team" msgstr "צוות חיצוני" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "שדות נוספים" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1673,30 +1694,32 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "שם פרטי" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "תמונות של דיווחים אחרונים בקרבת מקום" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "דיווחים חדשים" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +msgid "FixMyStreet ref: %s" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "" @@ -1713,7 +1736,7 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1722,7 +1745,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1730,12 +1753,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1751,7 +1778,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1775,7 +1802,7 @@ msgstr "" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1806,7 +1833,7 @@ msgstr "קבלת עדכונים על %s תקלות" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1840,8 +1867,8 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1849,19 +1876,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "קיבוץ לפי %s" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "קיבוץ לפי:" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "התקלה הזאת תוקנה?" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1902,7 +1929,7 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1934,7 +1961,7 @@ msgstr "הסתרת השם שלי בדוח זה" msgid "Hide pins" msgstr "הסתרת נעצים" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -2054,7 +2081,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2083,7 +2110,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2114,11 +2141,10 @@ msgid "In progress" msgstr "" #: templates/web/base/dashboard/heatmap.html:33 -#, fuzzy msgid "In wards" -msgstr "מחלקה" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "בלתי פעיל" @@ -2140,7 +2166,7 @@ msgstr "" msgid "Inspect report" msgstr "חקירת דוח" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "הנחיית קבלני ביצוע לתיקון תקלות" @@ -2160,8 +2186,8 @@ msgstr "הערות פנימיות" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2176,7 +2202,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" -msgstr "" +msgstr "תווית" #: templates/web/base/admin/bodies/_translations.html:6 #: templates/web/base/admin/reportextrafields/edit.html:45 @@ -2201,7 +2227,7 @@ msgstr "" msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "עדכון אחרון" @@ -2263,12 +2289,12 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "כניסה עם פייסבוק" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "כניסה עם טוויטר" @@ -2284,17 +2310,17 @@ msgstr "כניסה עם דוא״ל" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "חיפוש" @@ -2302,16 +2328,16 @@ msgstr "חיפוש" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2325,11 +2351,11 @@ msgstr "סדר ידני" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2347,7 +2373,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2364,7 +2390,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2387,12 +2413,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "חודש" @@ -2402,9 +2428,9 @@ msgstr "חודש" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2431,12 +2457,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "שם" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2466,12 +2492,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2494,11 +2520,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2520,13 +2546,18 @@ msgstr "" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "הדיווחים הבלתי מקוונים שלך" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "ססמה חדשה:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "מספר טלפון חדש:" @@ -2619,18 +2650,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2638,7 +2669,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2664,8 +2695,8 @@ msgstr "" msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2690,8 +2721,8 @@ msgstr "" msgid "No supporters" msgstr "אין תומכים" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2699,19 +2730,19 @@ msgstr "אין תומכים" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2719,7 +2750,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2800,7 +2831,7 @@ msgstr "" msgid "On behalf of %s" msgstr "בשם %s" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2811,7 +2842,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2840,7 +2871,7 @@ msgstr "פירוט Open311" msgid "Options" msgstr "אפשרויות" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2848,11 +2879,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2861,19 +2892,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "אחר" @@ -2917,9 +2948,9 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "ססמה (רשות)" @@ -2935,7 +2966,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "הרשאות:" @@ -2943,20 +2974,19 @@ msgstr "הרשאות:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "טלפון:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "מספר טלפון" @@ -2973,7 +3003,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2985,13 +3015,20 @@ msgstr "טלפון:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "תמונה" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "נדרשת תמונה." @@ -3007,6 +3044,16 @@ msgstr "" msgid "Photos" msgstr "תמונות" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "תמונות" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "נדרשת תמונה" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "תמונות של דיווחים אחרונים בקרבת מקום" @@ -3026,33 +3073,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "הצבת נעץ על מפה" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "הצבת נעץ על מפה" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3062,8 +3102,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "נא לבחור קטגוריה" @@ -3072,11 +3112,12 @@ msgstr "נא לבחור קטגוריה" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3088,14 +3129,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "נא לכתוב הודעה" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3104,17 +3145,17 @@ msgid "Please enter a mobile number" msgstr "נא להקליד מספר טלפון" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "נא להזין שם" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "נא להקליד ססמה" @@ -3133,9 +3174,9 @@ msgid "Please enter a valid UK phone number" msgstr "נא להקליד כתובת דוא״ל או טלפון תקניים" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3148,7 +3189,7 @@ msgid "Please enter a valid email address" msgstr "נא להקליד כתובת דוא״ל תקנית" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "נא להקליד כתובת דוא״ל או טלפון תקניים" @@ -3163,8 +3204,8 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3253,7 +3294,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3266,15 +3307,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3320,7 +3361,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3352,7 +3393,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3360,11 +3401,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3376,7 +3417,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3447,7 +3488,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3455,13 +3496,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3477,11 +3518,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3500,7 +3541,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3513,11 +3554,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3531,7 +3572,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3577,9 +3618,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3605,11 +3646,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3649,11 +3690,11 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3686,7 +3727,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3711,8 +3752,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3762,8 +3803,8 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3803,18 +3844,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3828,27 +3869,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3868,21 +3909,20 @@ msgid "Reporting a problem" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:60 -#, fuzzy msgid "Reporting message" -msgstr "יצירת תבנית" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3896,11 +3936,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3935,6 +3975,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3944,7 +3988,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -3973,9 +4017,8 @@ msgid "Response Templates for %s" msgstr "" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "הצגת תמונה" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -3997,9 +4040,8 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "הרחבת המפה" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4013,13 +4055,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4029,18 +4071,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4055,7 +4097,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4071,6 +4113,10 @@ msgstr "" msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4119,7 +4165,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "אבטחה" @@ -4128,7 +4174,7 @@ msgstr "אבטחה" msgid "See our privacy policy" msgstr "הצגת מדיניות הפרטיות שלנו" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4143,7 +4189,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "בחירת אזור" @@ -4152,11 +4198,20 @@ msgstr "בחירת אזור" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +#, fuzzy +msgid "Select multiple divisions?" +msgstr "לבחור מספר מחלקות?" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "לבחור מספר מחלקות?" @@ -4170,7 +4225,7 @@ msgid "Select:" msgstr "בחירה:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "שליחה" @@ -4196,7 +4251,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4213,7 +4268,7 @@ msgstr "שירות:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "הגדרת ססמה" @@ -4236,7 +4291,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4252,7 +4307,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "הצגת כל העדכונים" @@ -4291,12 +4346,12 @@ msgstr "הצגת שם המדווח" msgid "Show reports in your area" msgstr "הצגת דיווחים באזור שלך" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "כניסה" @@ -4313,17 +4368,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "כניסה או יצירת חשבון" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "יציאה" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4381,7 +4436,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4392,21 +4447,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4415,16 +4466,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4432,10 +4483,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4443,7 +4498,7 @@ msgstr "שם פרטי" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4451,7 +4506,7 @@ msgstr "שם פרטי" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4464,7 +4519,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4480,13 +4535,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4532,23 +4587,23 @@ msgstr "" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4556,7 +4611,7 @@ msgstr "" msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4565,15 +4620,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4585,7 +4640,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4595,15 +4650,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4615,7 +4671,7 @@ msgstr "" msgid "Summary" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4634,11 +4690,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4661,7 +4717,7 @@ msgstr "" msgid "Template email response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4732,7 +4788,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4771,23 +4827,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4817,8 +4873,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4849,7 +4905,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4909,8 +4965,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4930,11 +4986,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -4994,7 +5050,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5076,15 +5132,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5092,9 +5148,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "נדרשת תמונה." + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -5116,7 +5177,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5151,15 +5212,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5168,7 +5229,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5183,7 +5244,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5231,7 +5292,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5258,9 +5319,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5304,12 +5365,12 @@ msgstr "" msgid "Type" msgstr "סוג" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5326,23 +5387,23 @@ msgstr "" msgid "Unknown" msgstr "לא ידוע" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "סוג ההתרעה אינו מוכר" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "שגיאה לא ידועה" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "מזהה התקלה לא ידוע" @@ -5359,8 +5420,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "עדכון" @@ -5404,9 +5465,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "שליחת ההודעה נכשלה" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5428,14 +5488,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5443,7 +5504,7 @@ msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5476,23 +5537,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "הגדרה למיקום הנוכחי שלי" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "המיקום הזה" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5504,22 +5569,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5532,27 +5597,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5561,8 +5626,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5580,6 +5645,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5589,16 +5658,20 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5618,7 +5691,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5631,7 +5704,7 @@ msgstr "תצורה" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5654,7 +5727,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5675,7 +5748,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "אתר" @@ -5696,7 +5769,7 @@ msgstr "מתי נערך" msgid "When sent" msgstr "מתי נשלח" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "באילו תקלות מעניין אותך להתעדכן?" @@ -5712,7 +5785,7 @@ msgstr "למה לעצור כאן? ניתן להגדיר עו msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "במסגרת הזמן שצוינה:" @@ -5720,7 +5793,7 @@ msgstr "במסגרת הזמן שצוינה:" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5737,13 +5810,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "כן" @@ -5751,7 +5824,11 @@ msgstr "כן" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5777,7 +5854,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5786,7 +5863,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5816,7 +5893,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5881,7 +5958,7 @@ msgstr "נכנסת בהצלחה, נא לבדוק ולאשר שהפרטים של msgid "You have successfully verified your phone number." msgstr "אימתת את מספר הטלפון שלך בהצלחה." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "לא יצרת דיווחים עדיין. ניתן לדווח על תקלה כעת." @@ -5917,15 +5994,15 @@ msgstr "החשבון שלך" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "כתובת הדוא״ל שלך" @@ -5933,8 +6010,8 @@ msgstr "כתובת הדוא״ל שלך" msgid "Your email address" msgstr "כתובת הדוא״ל שלך" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "כתובת הדוא״ל או מספר הנייד שלך" @@ -5952,11 +6029,11 @@ msgstr "השם שלך" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "השם שלך מוסתר בכל הדיווחים והעדכונים שלך." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "השם שלך הוסתר." @@ -5965,8 +6042,8 @@ msgstr "השם שלך הוסתר." msgid "Your offline reports" msgstr "הדיווחים הבלתי מקוונים שלך" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "הססמה שלך" @@ -5980,9 +6057,9 @@ msgstr "הססמה שלך הוחלפה" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "על הססמה שלך להכיל %d תווים או יותר." @@ -5992,18 +6069,18 @@ msgstr "על הססמה שלך להכיל %d תווים או יותר." msgid "Your phone number" msgstr "מס׳ הטלפון שלך" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "דיווח שלך" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "דיווחים שלך" @@ -6025,7 +6102,7 @@ msgstr "העדכון שלך" msgid "Your update has been saved offline for submission when back online." msgstr "העדכון שלך נשמר באופן בלתי מקוון להגשה בעת חידוש החיבור לאינטרנט." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "העדכונים שלך" @@ -6052,7 +6129,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "הכול" @@ -6072,8 +6149,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6086,12 +6163,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6109,7 +6186,7 @@ msgstr "מ־%s משתמשים שונים" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "עדכון אחרון: %s" @@ -6134,7 +6211,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6147,8 +6224,8 @@ msgstr "" msgid "optional" msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "" @@ -6179,6 +6256,10 @@ msgstr "אזורים אחרים:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +msgid "ref: %s" +msgstr "" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6213,7 +6294,7 @@ msgstr "" msgid "this location" msgstr "המיקום הזה" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "סוג זה של בעיה מקומית" @@ -6247,19 +6328,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "מחלקה" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6305,14 +6390,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "הצגת תמונה" -msgstr[1] "הצגת תמונה" -msgstr[2] "הצגת תמונה" -msgstr[3] "הצגת תמונה" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6440,7 +6525,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6467,7 +6552,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6476,7 +6561,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6503,17 +6588,14 @@ msgstr[1] "דיווחים" msgstr[2] "דיווחים" msgstr[3] "דיווחים" -#~ msgid "About the problem" -#~ msgstr "על התקלה" - -#~ msgid "Could not find user" -#~ msgstr "לא ניתן למצוא את המשתמש" - -#~ msgid "Home" -#~ msgstr "בית" - -#~ msgid "Show Photo?" -#~ msgstr "להציג תמונה?" - -#~ msgid "Current token:" -#~ msgstr "אסימון נוכחי:" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "תיאור" +msgstr[1] "תיאור" +msgstr[2] "תיאור" +msgstr[3] "תיאור" + +#~ msgid "Place pin on map" +#~ msgstr "הצבת נעץ על מפה" diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index 3e61f318c87..0b9fa9d3139 100644 --- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Sanja Pavić , 2021 +# mySociety , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Sanja Pavić , 2021\n" -"Language-Team: Croatian (https://www.transifex.com/mysociety/teams/12067/hr/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Croatian (https://app.transifex.com/mysociety/teams/12067/hr/)\n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "i" @@ -66,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Sažetak prijava" @@ -108,8 +103,8 @@ msgstr "%s omogućava pretplate na razne RSS izvore te dojave putem e-maila za l msgid "%s live updates" msgstr "%s ažuriranje uživo" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s otvoreno, %s zatvoreno, %s riješeno" @@ -117,15 +112,11 @@ msgstr "%s otvoreno, %s zatvoreno, %s riješeno" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s Upitnici poslani – %s odgovoreno (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap suradnici" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +142,7 @@ msgstr "(dopušteni znakovi a-z i razmaci)" msgid "(closed)" msgstr "(zatvoreno)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(pokriva otprilike 200,000 ljudi)" @@ -159,17 +150,15 @@ msgstr "(pokriva otprilike 200,000 ljudi)" msgid "(fixed)" msgstr "(popravljeno)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderirajte ovu prijavu" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Moderirajte ovo ažuriranje novosti" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -179,7 +168,7 @@ msgstr "(grafiti, ilegalno odlaganje otpada, oštećeni kolnici, klupe, lampe... msgid "(no longer exists)" msgstr "(više ne postoji)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(nije poslano odgovornom tijelu)" @@ -187,19 +176,19 @@ msgstr "(nije poslano odgovornom tijelu)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(nije obavezno)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(poslano na obje adrese)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberite kategoriju --" @@ -273,11 +262,11 @@ msgstr "Da Imam svoju lozinku." msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -343,6 +332,11 @@ msgstr "Dodajte opciju" msgid "Add phone number" msgstr "Dodajte telefonski broj" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Dodajte tijelo javne vlasti" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -367,26 +361,25 @@ msgstr "" msgid "Add user" msgstr "Dodajte korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Dodajte ili uredite predloške za odgovor" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Dodajte ili uredite kategorije problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Dodajte ili uredite prioritete za odgovor" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Dodajte ili uredite predloške za odgovor" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Dodano %s" @@ -404,7 +397,7 @@ msgstr "Administrator" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Još jednom:" @@ -474,7 +467,7 @@ msgstr "Sve prijave između %s i %s" msgid "All time" msgstr "Sva vremena" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -490,16 +483,16 @@ msgstr "Alternativno, možemo prikriti Vaše ime uz sve Vaše prijave i msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Ažuriranjem je ovaj problem evidentiran kao popravljen." @@ -513,7 +506,7 @@ msgstr "Anonimno" msgid "Anonymous user" msgstr "Anonimni korisnik" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -525,6 +518,10 @@ msgstr "Anonimno:" msgid "Another user" msgstr "Drugi korisnik" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -538,6 +535,7 @@ msgstr "Jeste li sigurni da želite otkazati ovo slanje?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Jeste li sigurni?" @@ -548,7 +546,7 @@ msgstr "Jeste li sigurni?" msgid "Area covered" msgstr "Područje pokrivenosti" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Područje:" @@ -558,23 +556,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Budući da je ovo probno-eksperimentalna stranica i %sne važi, prijave poslane putem ove stranice bit će poslane osobi koja prijavljuje, a ne na adrese navedene kao nadležne za ovu kategoriju problema." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Dodijeljeno %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Posljednji prijavljeni problemi " +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Dodijeljeno %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -594,28 +589,24 @@ msgid "Assign to subdivision:" msgstr "Dodijelite radnoj jedinici:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Dodijeljeno %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Pridodajte korisnike određenom području:" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Sve kategorije" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Dodijeljeno %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Dodijeljeno %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -625,7 +616,7 @@ msgstr "Većinom %d su zahtjevi vraćeni na query. Vraćeni zahtjevi poredani s msgid "At the moment only searching for and looking at reports work." msgstr "Trenutačno radi samo pretraživanje i pregledavanje prijava." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Autorizirani korisnici mogu biti povezani s kategorijama u kojima djeluju." @@ -637,7 +628,7 @@ msgstr "Automatski odgovor" msgid "Auto-response:" msgstr "Automatski odgovor:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -670,7 +661,7 @@ msgstr "Povratak na sve prijave" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Zabranite korisniku pristup" @@ -678,10 +669,10 @@ msgstr "Zabranite korisniku pristup" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -698,12 +689,17 @@ msgstr "Tijela" msgid "Body" msgstr "Tijelo" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Tijelo" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -714,12 +710,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Ne možete pronaći našu e-mail adresu u svom pretincu? Provjerite svoj pretinac za neželjenu poštu (\"spam\") - to je rješenje u 99% slučajeva." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Ne možete vidjeti mapu? Preskoči ovaj korak" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -734,7 +730,7 @@ msgstr "Kategorije: " #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -748,11 +744,11 @@ msgstr "Kategorije: " msgid "Category" msgstr "Kategorija" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Kategorija i stanje" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorija promijenjena iz \"%s\" u \"%s\"" @@ -777,9 +773,8 @@ msgid "Change" msgstr "Promijenite" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Promijenite lozinku" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -788,7 +783,7 @@ msgstr "Promijenite e-mail adresu" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Promijenite lozinku" @@ -811,6 +806,12 @@ msgstr "Odaberite ime kategorije koje ima smisla za javnost (\"rupa na cesti\", msgid "Choose another" msgstr "Odaberite iduće" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -840,7 +841,7 @@ msgstr "Kliknite na poveznicu u e-mailu koji smo Vam poslali kako biste se prija msgid "Click the link in that email to sign in." msgstr "Kliknite na poveznicu u e-mailu koji smo Vam poslali kako biste se prijavili u sustav." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -851,7 +852,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Zatvorene" @@ -889,7 +890,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "Kod / šifra (code)" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -898,13 +899,15 @@ msgstr "" msgid "Collapse map" msgstr "Umanjite prikaz karte" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -929,7 +932,7 @@ msgstr "Provjerite svoj e-mail pretinac i postavite novu lozinku." msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -968,6 +971,11 @@ msgstr "Kontaktiraj tim" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Kreiraj izvješće" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -993,7 +1001,8 @@ msgstr "Vijeće" msgid "Council contacts for %s" msgstr "Kontakti vijeća za %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "odgovorno tijelo ref: %s" @@ -1021,33 +1030,32 @@ msgstr "Kreiraj izvješće" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Izradite predložak" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Izradite prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Izradite izvještaj ili ažurirajte problem kao anonimni korisnik" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Izradite izvještaj ili ažurirajte problem kao tijelo javne vlasti" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Izradite izvještaj ili ažurirajte problem u ime korisnika" @@ -1068,14 +1076,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Kreirano" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Kreirano" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1085,16 +1091,16 @@ msgstr "Kreirano" msgid "Created:" msgstr "Kreirano:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Trenutno važeća lozinka:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "Trenutno grupirano prema %s" @@ -1122,6 +1128,11 @@ msgstr "Nadzorna ploča" msgid "Date" msgstr "Zaključni datum" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Spremi promjene" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Isključite dvo-stupanjsku autentikaciju" @@ -1134,7 +1145,7 @@ msgstr "Riješeno unutar 5 radnih dana" msgid "Default" msgstr "Zadano" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1143,6 +1154,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Izbrisano" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1153,7 +1169,7 @@ msgstr "Izbrišite predložak" msgid "Delete theme" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1169,22 +1185,22 @@ msgstr "Opišite zašto ste odlučili moderirati ovo" msgid "Description" msgstr "Opis" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Detaljni opis ograničen je na %dznakova." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detalji" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1197,7 +1213,7 @@ msgstr "" msgid "Details:" msgstr "Detalji:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "Uređaj i stranica" @@ -1209,8 +1225,8 @@ msgstr "Prenešeno" msgid "Diligency prize league table" msgstr "Ljestvica marljivosti" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1218,7 +1234,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1227,14 +1243,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Primite ažuriranja problema u ovom %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1262,7 +1277,7 @@ msgstr "Nemojte slati e-mail obavijesti o komentarima autoru prijave" msgid "Do you have a %s password?" msgstr "Imate li svoju lozinku?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Ne’znam" @@ -1279,6 +1294,11 @@ msgstr "" msgid "Down one" msgstr "Jedan manje" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Prijave poslane na adresu %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1340,33 +1360,32 @@ msgstr "Uredi" msgid "Edit body details" msgstr "Uredite podatke o tijelu javne vlasti" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Uredite ovlaštenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Uredite kategoriju kojoj pripada prijava" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Uredite razinu prioriteta ove prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Uredite prijave" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Uređivane korisnika %d" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1407,19 +1426,19 @@ msgstr "Urednik" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-mail" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1437,11 +1456,11 @@ msgstr "Izrađeno automatsko obavještavanje e-mailom" msgid "Email alert deleted" msgstr "Izbrisano automatsko obavještavanje e-mailom" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1449,7 +1468,7 @@ msgstr "" msgid "Email verified:" msgstr "Potvrđena e-mail adresa:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1458,7 +1477,7 @@ msgstr "Potvrđena e-mail adresa:" msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1515,7 +1534,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Zaključni datum" @@ -1549,7 +1568,7 @@ msgstr "Unesite ime obližnje ulice i kvarta" msgid "Enter details of the problem" msgstr "Unesite detalje o problemu" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1592,11 +1611,12 @@ msgstr "" msgid "Expand map" msgstr "Proširite prikaz karte" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Opišite što nije u redu:" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Izvoz u CSV formatu" @@ -1626,13 +1646,13 @@ msgstr "" msgid "External team" msgstr "Vanjska ekipa" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Dodatna polja" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1681,30 +1701,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Prvi put" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotografije posljednjih obližnjih prijava" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nove prijave" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Popravite ovo tako da odaberete područje pokrivenosti u obrascu za uređenje podataka za tijelo javne vlasti ispod." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Popravljene" @@ -1721,7 +1744,7 @@ msgstr "Popravljeno - Korisnik" msgid "Flag as deleted" msgstr "Zastavica je izbrisana" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Označen" @@ -1730,7 +1753,7 @@ msgstr "Označen" msgid "Flagged reports and users" msgstr "Označene prijave i korisnici" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Označeni korisnici su izlistani na zasebnoj stranici." @@ -1738,12 +1761,17 @@ msgstr "Označeni korisnici su izlistani na zasebnoj stranici." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Označeni korisnici nisu ograničeni ni na koji način. To je samo popis korisnika na koje treba obratiti pozornost." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Označen:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Kliknite na poveznicu JLS kako biste vidjeli samo prijave unutar granica te samouprave." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Kliknite na poveznicu JLS kako biste vidjeli samo prijave unutar granica te samouprave." @@ -1759,7 +1787,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1783,7 +1811,7 @@ msgstr "Često postavljana pitanja" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1814,7 +1842,7 @@ msgstr "Primite ažuriranja %s problema" msgid "Get updates of problems in this %s" msgstr "Primite ažuriranja problema u ovom %s" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "Pretplatite se na RSS izvor" @@ -1848,8 +1876,8 @@ msgstr "Idi" msgid "Going to send questionnaire?" msgstr "Pošalji upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "Odobri pristup adminu" @@ -1857,19 +1885,19 @@ msgstr "Odobri pristup adminu" msgid "Graph of problem creation by status over time" msgstr "Grafikon nastanka problema prema položaju tijekom vremena" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "Grupirati prema %s" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "Grupirati prema:" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "Je li ovaj problem popravljen?" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Jeste li prije prijavljivali problem odgovornom tijelu ili je ovo prvi put?" @@ -1910,7 +1938,7 @@ msgstr "Skriveno" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Sakriti sve prijave i novosti" @@ -1942,7 +1970,7 @@ msgstr "Sakrijte svoje ime u ovoj prijavi" msgid "Hide pins" msgstr "Sakrij pinove" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -2062,7 +2090,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "Ako želite koristiti ovaj predložak kako biste unaprijed popunili polja za ažuriranje novosti o problemu kod promjene statusa prijave, ovdje odaberite status. !!!" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2091,7 +2119,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2122,11 +2150,10 @@ msgid "In progress" msgstr "" #: templates/web/base/dashboard/heatmap.html:33 -#, fuzzy msgid "In wards" -msgstr "Prikaz mjesnih odbora" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Neaktivno" @@ -2148,7 +2175,7 @@ msgstr "Pogrešno ima_foto vrijednost\"%s\"" msgid "Inspect report" msgstr "Provjerite prijavu" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "Izdajte nalog izvođačima da riješe prijavljene probleme" @@ -2168,8 +2195,8 @@ msgstr "Interne bilješke" msgid "Invalid format %s specified." msgstr "Naveden nevažeći %s format." -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "Neispravna lokacija. Nova lokacija treba biti unutar područja pokrivenosti tijela javne vlasti." @@ -2209,7 +2236,7 @@ msgstr "Posljednji " msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "Zadnje ažuriranje / novosti" @@ -2271,12 +2298,12 @@ msgstr "Lokalna upozorenja" msgid "Locate the problem on a map of the area" msgstr "Precizno locirajte problem na karti područja" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "Prijavite se Facebook računom" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "Prijavite se Twitter računom" @@ -2292,17 +2319,17 @@ msgstr "Prijavite se e-mail računom" msgid "Log in with email/text" msgstr "Prijavite se e-mailom ili SMS-om" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Odjavite se s cijele stranice" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "Potražite" @@ -2310,16 +2337,16 @@ msgstr "Potražite" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "Anonimizirajte korisnika !!! kod svih prijava i ažuriranja novosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2333,11 +2360,11 @@ msgstr "Ručni poredak" msgid "Mark as sent" msgstr "Označite kao poslano" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Označite korisnike na čije ponašanje želite obratiti pažnju." -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2355,7 +2382,7 @@ msgstr "Poruka nadležnom tijelu:" msgid "Message to external body:" msgstr "Poruka vanjskom tijelu:" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2372,7 +2399,7 @@ msgstr "Nedostaje nadležni_ID" msgid "Moderate" msgstr "Moderirajte" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "Moderirajte detalje prijave" @@ -2395,12 +2422,12 @@ msgstr "Moderirao/la %s u %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mjesec" @@ -2410,9 +2437,9 @@ msgstr "Mjesec" msgid "Most commented" msgstr "Najviše komentara" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2440,12 +2467,12 @@ msgstr "Ne možemo kontaktirati mušteriju" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Ime" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2475,12 +2502,12 @@ msgstr "Najbliža imenovana cesta smještena pokraj oznake na karti (automatski msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Najbliži poštanski broj pokraj oznake na karti (automatski generiran): %s (%sm udaljenosti)" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Najbliža cesta smještena pokraj oznake na karti (automatski generirano pomoću Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2505,11 +2532,11 @@ msgstr "Skoro gotovo! Sada pogledajte svoj telefon..." msgid "New body added" msgstr "Dodano novo tijelo javne vlasti" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Novi kontakt dodan u kategoriju" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "Nova e-mail adresa" @@ -2531,13 +2558,18 @@ msgstr "Novi lokalni problemi na Popravi.to" msgid "New note to DM:" msgstr "Nova poruka za DM-a:" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Izbrišite preuzete podatke (offline data)" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Nova lozinka:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "Novi broj telefona:" @@ -2630,18 +2662,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Ne" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2649,7 +2681,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nema tijela javne vlasti" @@ -2675,8 +2707,8 @@ msgstr "Nisu pronađeni posebno označeni korisnici." msgid "No further updates" msgstr "Nema novosti" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2701,8 +2733,8 @@ msgstr "" msgid "No supporters" msgstr "Bez podrške" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2710,19 +2742,19 @@ msgstr "Bez podrške" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Nijedan" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2730,7 +2762,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2811,7 +2843,7 @@ msgstr "Najstarije" msgid "On behalf of %s" msgstr "U ime %s" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2822,7 +2854,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Otvorene" @@ -2851,7 +2883,7 @@ msgstr "Open311 specifikacija" msgid "Options" msgstr "Postavke" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2859,11 +2891,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "Ili se pretplatite na RSS izvor" @@ -2872,19 +2904,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Drugo" @@ -2928,9 +2960,9 @@ msgstr "" msgid "Partial" msgstr "Djelomično" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Lozinka (neobvezno)" @@ -2946,7 +2978,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "Ovlaštenja:" @@ -2954,20 +2986,19 @@ msgstr "Ovlaštenja:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefon:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "Telefonski prijavitelj" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Broj telefona" @@ -2984,7 +3015,7 @@ msgstr "" msgid "Phone verified:" msgstr "Provjeren broj telefona:" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2996,13 +3027,20 @@ msgstr "Telefon:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Fotografija" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "Potrebna je fotografija" @@ -3018,6 +3056,16 @@ msgstr "" msgid "Photos" msgstr "Fotografije:" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Fotografije:" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Potrebna je fotografija" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotografije posljednjih obližnjih prijava" @@ -3037,33 +3085,26 @@ msgid "Pick your ward" msgstr "Odaberite svoju jedinicu lokalne samouprave" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Postavite zastavicu na kartu" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Postavite zastavicu na kartu" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Provjeri lozinku i pokušaj ponovno" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Provjerite je li vaša e-mail adresa točna" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3073,8 +3114,8 @@ msgstr "Molimo da provjerite je li ispravno unesen broj telefona" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Izaberite kategoriju" @@ -3083,11 +3124,12 @@ msgstr "Izaberite kategoriju" msgid "Please choose a less commonly-used password" msgstr "Molimo Vas da odaberete neku rjeđe korištenu lozinku koju je teže \"hakirati\"" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "Molimo Vas da ispravite pogreške koje se nalaze ispod" @@ -3102,14 +3144,14 @@ msgstr "" "Da biste prijavili komunalni problem, molimo da odete na početnu stranicu i pratite upute koje se tamo nalaze." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Unesite poruku" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3118,17 +3160,17 @@ msgid "Please enter a mobile number" msgstr "Molimo da ostavite broj telefona" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "Molimo da unesete ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "Molimo da unesete ime ovog tijela javne vlasti" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Unesite lozinku" @@ -3147,9 +3189,9 @@ msgid "Please enter a valid UK phone number" msgstr "Molimo da unesete valjanu e-mail adresu ili broj telefona" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3162,7 +3204,7 @@ msgid "Please enter a valid email address" msgstr "Unesite valjanu e-mail adresu" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "Molimo da unesete valjanu e-mail adresu ili broj telefona" @@ -3177,8 +3219,8 @@ msgstr "Unesite detalje" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3267,7 +3309,7 @@ msgstr "Napominjemo da se ažuriranja ne šalju odgovornom tijelu." msgid "Please note your report has not yet been sent." msgstr "Molimo da imate na umu da Vaša prijava još nije poslana." -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Napominjemo da vaša prijava još nije poslana. Izaberite kategoriju i navedite dodatne informacije u nastavku te zatim potvrdite." @@ -3280,15 +3322,15 @@ msgstr "Molimo da imate na umu da Vaša prijava još nije objavljena%s na %s" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3374,11 +3416,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3390,7 +3432,7 @@ msgstr "" msgid "Previous" msgstr "Prethodno" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "Prioriteti" @@ -3461,7 +3503,7 @@ msgstr "Problem %s poslan odgovornom tijelu %s" msgid "Problem breakdown by state" msgstr "Analiza problema prema stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -3469,13 +3511,13 @@ msgstr "Problem označen kao otvoren." msgid "Problem state change based on survey results" msgstr "Stanje problema izmijenjeno na temelju rezultata ankete" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "Problemi na ovom području" @@ -3491,11 +3533,11 @@ msgstr "Problemi na karti" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemi nedavno prijavljeni kao popravljeni na Popravi.to" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "Problemi unutar radijusa %.1f km od %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3514,7 +3556,7 @@ msgstr "Problemi unutar %s JLS, %s" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "Problemi unutar %s, %s" @@ -3527,11 +3569,11 @@ msgstr "Adresa objekta:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3545,7 +3587,7 @@ msgstr "Ažuriranje" msgid "Provide update as" msgstr "Pošaljite novosti kao: " -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Lozinka nije obvezna, ali će vam omogućiti lakše prijavljivanje problema, ažuriranja i upravljanje vašim izvješćima." @@ -3591,9 +3633,9 @@ msgstr "Upitnik %d poslan za problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Upitnik popunila osoba koja je prijavila problem" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3619,11 +3661,11 @@ msgstr "RSS izvor za %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS izvor za %s, unutar %s JLS" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "RSS izvor za okolne probleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3656,19 +3698,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Primite e-mail s ažuriranjima ovog problema" +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Primite e-mail s ažuriranjima ovog problema" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3701,7 +3742,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Popravi.to prvenstveno služi za prijavljivanje fizičkih problema koji se mogu popraviti. Ako Vaš problem nije prikladan za prijavljivanje preko ove stranice, uvijek se možete obratiti direktno svojoj lokalnoj samoupravi preko njihove web stranice." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Uklonite detalje računa" @@ -3726,22 +3767,21 @@ msgstr "Uklonite sa stranice" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Ukloni fotografiju (nije moguće poništiti!)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "Uredite ovlaštenja drugih korisnika" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 #, fuzzy msgid "Remove time period" -msgstr "Uredite ovlaštenja drugih korisnika" +msgstr "Uklonite polje" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3779,8 +3819,8 @@ msgstr "" msgid "Report abuse" msgstr "Prijavite zloupotrebu" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3820,18 +3860,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Prijavite, pregledajte ili raspravljajte o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Prijavljeno anonimno %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Prije prijavljeno" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Prijavio %s za %s" @@ -3845,27 +3885,27 @@ msgstr "Prijava od strane: " msgid "Reported in the %s category" msgstr "Prijavljeno u kategoriji %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno %s u kategoriju anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Prijavio %s u kategoriju %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Prijavio %s anonimno %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Prijavio %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Prijavio %s u kategoriju %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavio %s u %s kategoriju %s u %s" @@ -3889,17 +3929,17 @@ msgstr "Prijavljivanje problema" msgid "Reporting message" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Prijave" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Prijave su ograničene na broj od %s znakova duljine. Molimo da skratite svoju prijavu." @@ -3913,11 +3953,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Prijave koje čekaju odobrenje" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "Podjela prijava s obzirom na odredište" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Prijave u blizini %s su poslane različitim tijelima javne vlasti, ovisno o vrsti problema." @@ -3952,6 +3992,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3961,7 +4005,7 @@ msgstr "" msgid "Resend report" msgstr "Ponovno pošalji prijavu" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "Resetirati" @@ -4013,9 +4057,8 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Proširite prikaz karte" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4029,13 +4072,13 @@ msgstr "Cestovni operater za ovu imenovanu cestu (sa OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4046,18 +4089,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Autorizirani korisnici mogu biti povezani s kategorijama u kojima djeluju." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4072,7 +4115,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4088,6 +4131,10 @@ msgstr "" msgid "Save changes" msgstr "Spremi promjene" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4136,7 +4183,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4145,7 +4192,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4160,7 +4207,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4169,11 +4216,21 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Kliknite na poveznicu JLS kako biste vidjeli samo prijave unutar granica te samouprave." + +#: templates/web/base/reports/body.html:30 +#, fuzzy +msgid "Select multiple divisions?" +msgstr "Odabrati više mjesnih odbora?" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "Odabrati više mjesnih odbora?" @@ -4181,14 +4238,14 @@ msgstr "Odabrati više mjesnih odbora?" #: templates/web/base/js/translation_strings.html:116 #, fuzzy msgid "Select report status" -msgstr "Filtriranje popisa prijava" +msgstr "Status prijave: " #: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4214,7 +4271,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Pošalji %s %s naknadno" @@ -4231,7 +4288,7 @@ msgstr "Servis:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4254,7 +4311,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "Popis prioriteta u potpunosti vidljiv" @@ -4270,7 +4327,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4309,12 +4366,12 @@ msgstr "" msgid "Show reports in your area" msgstr "Prikaz prijava u Vašoj okolini" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Prijavite se" @@ -4331,17 +4388,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Prijavite se ili kreirajte korisnički račun" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Odjavite se" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4399,7 +4456,7 @@ msgstr "Žao nam je, ne možemo pronaći tu lokaciju." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4410,21 +4467,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Žao nam je, nije moguće analizirati tu lokaciju. Molimo pokušajte ponovno." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4433,16 +4486,16 @@ msgstr "" msgid "Sort by" msgstr "Kriterij sortiranja" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4450,10 +4503,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4461,7 +4518,7 @@ msgstr "Prvi put" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4469,7 +4526,7 @@ msgstr "Prvi put" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4482,7 +4539,7 @@ msgstr "Stanje" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4498,13 +4555,13 @@ msgstr "" msgid "State:" msgstr "Stanje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4550,23 +4607,23 @@ msgstr "Predmet:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Pošalji" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4574,7 +4631,7 @@ msgstr "Pošalji" msgid "Submit changes" msgstr "Pošalji promjene" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Pošalji upitnik" @@ -4583,15 +4640,15 @@ msgstr "Pošalji upitnik" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4603,7 +4660,7 @@ msgstr "Pretplaćeno:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Sažeci su ograničeni na %d znakova. Molimo skratite vaš sažetak" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "Summaries are limited to %s characters in length. Please shorten your summary" @@ -4613,15 +4670,16 @@ msgstr "Summaries are limited to %s characters in length. Please shorten your su msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Ukratko opišite svoj problem:" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Ukratko opišite unesene izmjene" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4633,10 +4691,9 @@ msgstr "Ukratko opišite unesene izmjene" msgid "Summary" msgstr "Sažetak" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Sažetak prijava" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4653,11 +4710,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Super-korisnici imaju ovlasti da poduzimaju sve radnje u administratorskom sučelju." @@ -4681,7 +4738,7 @@ msgstr "" msgid "Template email response:" msgstr "Nova e-mail adresa" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4689,23 +4746,20 @@ msgid "Templates" msgstr "Predlošci" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Najdavnije uređeno" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Izrađeno automatsko obavještavanje e-mailom" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Izbrisano automatsko obavještavanje e-mailom" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4728,9 +4782,8 @@ msgid "Text:" msgstr "Tekst:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Tekst" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4756,7 +4809,7 @@ msgstr "Hvala Vam na povratnoj informaciji" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Hvala na učitavanju slike. Sada trebamo locirati problem pa Vas molimo da unesete naziv obližnje ulice ili poštanski broj u gornji okvir : :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Hvala, drago nam je čuti da je Vaš problem riješen! Htjeli bismo Vass još samo upitati jeste li do sada prijavljivali problem odgovornom tijelu?" @@ -4795,23 +4848,23 @@ msgstr "Ovaj problem ima oznaku da je poslan nadležnom tijelu na postupanje." msgid "That problem will now be resent." msgstr "Navedeni problem će biti ponovno poslan" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Navedena prijava je uklonjena s Popravi.to" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "Taj korisnik se odjavio iz sustava." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "Osobni podaci tog korisnika su anonimizirani u svim prijavama i ažuriranjima." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "Osobni podaci tog korisnika su uklonjeni." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "Prijave i ažuriranja od strane tog korisnika su označene kao sakrivene." @@ -4841,8 +4894,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4873,7 +4926,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4933,8 +4986,8 @@ msgstr "Poveznica je možda istekla, ili ju niste posve točno upisali." msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Popis dostupnih područja preuzet je sa servisa MapIt %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Lozinke se ne podudaraju" @@ -4954,11 +5007,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Korisnik nije mogao locirati problem na karti, ali možete vidjeti područje oko navedene lokacije" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5018,7 +5071,7 @@ msgstr "Došlo je do problema pri učitavanju ove stranice. Molimo pokušajte po msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5100,15 +5153,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Kako korisnik nije kategorizirao problem, ovaj e-mail je automatski poslan na odgovornim tijelima koja pokrivaju mjesto problema. Molimo Vas da zanemarite e-mail ako problem ne ulazi u Vašu nadležnost ili nam se povratno javite kako bismo u svom sustavu mogli ispravno kategorizirati prijavu." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Kako je odabrana kategorija predviđena za više odgovornih tijela, ovaj e-mail poslan je na adrese nekoliko ureda koje prekrivaju mjesto problema. Molimo Vas da zanemarite e-mail ako problem ne ulazi u Vašu nadležnost ili nam se povratno javite kako bismo u svom sustavu mogli ispravno kategorizirati prijavu." @@ -5116,9 +5169,14 @@ msgstr "Kako je odabrana kategorija predviđena za više odgovornih tijela, ovaj msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Potrebna informacija" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Potrebna informacija" @@ -5140,7 +5198,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5175,15 +5233,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Ova prijava je trenutno označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Prijava je trenutno označena kao popravljena." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Prijava je trenutno označena kao otvorena." @@ -5192,7 +5250,7 @@ msgstr "Prijava je trenutno označena kao otvorena." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Stranica sadrži i fotografiju problem, dodanu od strane korisnika." @@ -5207,7 +5265,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5255,7 +5313,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Karta točne lokacije ovog problema" @@ -5282,9 +5340,9 @@ msgstr "5 najboljih JLS" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Ukupno" @@ -5328,12 +5386,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5350,23 +5408,23 @@ msgstr "" msgid "Unknown" msgstr "Nepoznato" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Nepoznat tip upozorenja" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Nepoznat IB problema" @@ -5383,8 +5441,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Ažuriranje" @@ -5428,9 +5486,8 @@ msgid "Update marked problem as fixed" msgstr "Označite problem kao popravljen / riješen." #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Status ažuriranja" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5452,14 +5509,15 @@ msgstr "Ažurirano od strane %s(%s) na %s" msgid "Updated by %s at %s" msgstr "Ažurirano od strane %s na %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5467,7 +5525,7 @@ msgid "Updated!" msgstr "Ažurirano!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5503,19 +5561,24 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Prikaz lokacije" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "Koristite ovo za probleme za koje želite da korisnici mogu prijaviti, ali za koje nema javnog interesa u prikazivanju prijave, kao što je zahtjev za dodatnom kantom za smeće na specifičnoj adresi. " -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5527,22 +5590,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "Korisnik je dodan na popis zloupotreba." #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5555,27 +5618,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Korisnici" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5584,8 +5647,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Vrijednosti ažurirane" @@ -5603,6 +5666,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5612,16 +5679,21 @@ msgstr "" msgid "View report on site" msgstr "Pogledaj prijave na stranici" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Pregled prijava za ward" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Pregled prijava za ward" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "Prikaz mjesnih odbora" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5641,7 +5713,7 @@ msgstr "Prikaz problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Općine ove županije" @@ -5654,7 +5726,7 @@ msgstr "Konfiguracija" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5677,7 +5749,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Shvaćamo da bi za ovaj problem moglo biti odgovorno% s, međutim, trenutno nemamo nikakve pojedinosti o njihovom kontaktu. Ako znate odgovarajuću kontakt adresu, molimo Vas da nam se javite." @@ -5698,7 +5770,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5719,7 +5791,7 @@ msgstr "Prilikom ažuriranja" msgid "When sent" msgstr "Prilikom slanja" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5735,7 +5807,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Osim pretraživanja prijava, moguće je pretražiti i odgovorne_agencije kako biste ograničili prijave na one poslane određenom uredu. Pojam za pretraživanje je IB pojedinog ureda kojeg možete saznati pomoću MaPit." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5743,7 +5815,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Želite li za 4 tjedna primiti još jedan upitnik koji bi Vas podsjetio da provjerite status?" @@ -5760,13 +5832,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Da" @@ -5774,7 +5846,11 @@ msgstr "Da" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5800,7 +5876,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5809,7 +5885,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Možete se pretplatiti na sve probleme koji su prijavljeni u vašem području, ili na probleme na temelju njihova odredišta." @@ -5839,7 +5915,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5904,7 +5980,7 @@ msgstr "Uspješno ste se prijavili; molimo provjerite i potvrdite točnost Vaši msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Još niste poslali niti jednu prijavu. Pošaljite prijavu sada." @@ -5940,15 +6016,15 @@ msgstr "Vaš profil" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Vaša e-mail adresa:" @@ -5956,8 +6032,8 @@ msgstr "Vaša e-mail adresa:" msgid "Your email address" msgstr "Vaša e-mail adresa" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "Vaš e-mail ili broj telefona" @@ -5975,11 +6051,11 @@ msgstr "Ime" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Vaše ime je već poslano %s, ali možemo ga sakriti na ovoj stranici:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "Vaše ime je sakriveno u svim Vašim prijavama i poslanim novostima" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5988,8 +6064,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Lozinka" @@ -6003,9 +6079,9 @@ msgstr "Vaša lozinka je promijenjena" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6015,18 +6091,18 @@ msgstr "" msgid "Your phone number" msgstr "Vaš broj telefona" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Vaša prijava" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Vaše prijave" @@ -6048,7 +6124,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "Vaše ažuriranje je spremljeno izvan mreže za podnošenje kada se vratite online." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Vaša ažuriranja" @@ -6075,7 +6151,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6095,8 +6171,8 @@ msgstr "" msgid "by %s" msgstr "od %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "odgovorno tijelo" @@ -6109,12 +6185,12 @@ msgstr "nije korištena karta" msgid "e.g. ‘%s’ or ‘%s’" msgstr "npr. ‘%s’ ili‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6132,7 +6208,7 @@ msgstr "od %s različitih korisnika" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6157,7 +6233,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6170,8 +6246,8 @@ msgstr "Nema odgovornosti jedinice lokalne samouprave" msgid "optional" msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "" @@ -6202,6 +6278,11 @@ msgstr "druga područja:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6236,7 +6317,7 @@ msgstr "nema oznake jer korisnik nije označio problem na karti" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "ovaj tip " @@ -6270,19 +6351,23 @@ msgstr "Korisnik je iz istog područja kao i problem - %d" msgid "user is problem owner" msgstr "korisnik je vlasnik problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6323,13 +6408,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Fotografija" -msgstr[1] "Fotografija" -msgstr[2] "Fotografija" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6396,12 +6481,12 @@ msgstr[1] "" msgstr[2] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s popravljeno u posljednjih mjesec dana" -msgstr[1] "%s popravljeno u posljednjih mjesec dana" -msgstr[2] "%s popravaka u posljednjih mjesec dana" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6443,7 +6528,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6467,7 +6552,7 @@ msgstr[0] "Još uvijek nemamo podatke za odgovorno tijelo koja pokriva ovu lokac msgstr[1] "Još uvijek nemamo podatke za odgovorna tijela koja pokrivaju ovu lokaciju." msgstr[2] "Još uvijek nemamo podatke za odgovorna tijela koja pokrivaju ovu lokaciju." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6475,7 +6560,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6499,54 +6584,16 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#~ msgid "Received by %s moments later" -#~ msgstr "Pristiglo kod %s malo kasnije" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Unesite ime obližnje ulice i kvarta" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(također omogućavamo pretplate na RSS izvore za probleme unutar %s)" - -#~ msgid "Closed by council" -#~ msgstr "Zatvorilo je odgovorno tijelo" - -#~ msgid "Could not find user" -#~ msgstr "Nepoznati korisnik" - -#~ msgid "Current token:" -#~ msgstr "Trenutni token:" - -#~ msgid "Flag user" -#~ msgstr "Označi korisnika" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Nevažeća odgovorna_vrijednost agencije %s" - -#~ msgid "MAP" -#~ msgstr "KARTA !!!" - -#~ msgid "Map" -#~ msgstr "Karta" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Molimo da budete jasni i jezgroviti." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Molimo Vas da budete pristojni; vrijeđanje službenika u tijelu javne vlasti nanosi štetu svim budućim korisnicima ovog sustava." - -#~ msgid "Post" -#~ msgstr "Objavi" - -#~ msgid "Remove flag" -#~ msgstr "Ukloni oznaku" - -#~ msgid "User flag removed" -#~ msgstr "Korisnička oznaka uklonjena" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Opis" +msgstr[1] "Opis" +msgstr[2] "Opis" -#~ msgid "User flagged" -#~ msgstr "Korisnik označen" +#~ msgid "Place pin on map" +#~ msgstr "Postavite zastavicu na kartu" -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Podsjećamo, pisanje velikim tiskanim slovima i bez interpunkcijskih znakova čini poruku teško čitljivom." +#~ msgid "Received by %s moments later" +#~ msgstr "Pristiglo kod %s malo kasnije" diff --git a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po index a12df21d481..35e1138cd04 100644 --- a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,18 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Gyula Rácz , 2020 +# mySociety , 2021 +# Gyula Rácz , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Gyula Rácz , 2020\n" -"Language-Team: Hungarian (Hungary) (https://www.transifex.com/mysociety/teams/12067/hu_HU/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: Gyula Rácz , 2022\n" +"Language-Team: Hungarian (Hungary) (https://app.transifex.com/mysociety/teams/12067/hu_HU/)\n" "Language: hu_HU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +26,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " és " @@ -53,7 +49,7 @@ msgstr "maximum %d karakter" #: templates/web/base/admin/bodies/edit-league.html:12 msgid "%d edits by %s" -msgstr "" +msgstr "%d szerkeszti %s" #: templates/web/base/pagination.html:7 msgid "%d to %d of %d" @@ -66,7 +62,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "" @@ -106,10 +102,10 @@ msgstr "" #: templates/web/base/status/stats.html:23 msgid "%s live updates" -msgstr "" +msgstr "%s élő frissítések" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s nyitott, %s lezárt, %s megoldott" @@ -117,15 +113,11 @@ msgstr "%s nyitott, %s lezárt, %s megoldott" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap közreműködők" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +143,7 @@ msgstr "(csak a-z karakterek és szóköz)" msgid "(closed)" msgstr "(lezárva)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -159,8 +151,8 @@ msgstr "" msgid "(fixed)" msgstr "(megoldva)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" msgstr "" @@ -177,38 +169,38 @@ msgstr "" msgid "(no longer exists)" msgstr "(nem létezik többé)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" -msgstr "" +msgstr "(nincs elküldve a tanácsnak)" #: templates/web/base/report/form/photo_upload.html:6 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcionális)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" -msgstr "" +msgstr "(mindenkinek elküldve)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" -msgstr "" +msgstr "(mindkettőnek elküldve)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Válassz kategóriát --" #: templates/web/base/report/new/category_extras_fields.html:19 msgid "-- Pick an option --" -msgstr "" +msgstr "-- Válassz opciót --" #: templates/web/base/contact/enquiry/index.html:35 msgid "-- Please select --" -msgstr "" +msgstr "-- Kérjük, válasszon --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -266,15 +258,15 @@ msgstr "Igen van jelszavam" #. ("JS") #: templates/web/base/js/translation_strings.html:78 msgid "Take or choose existing photo" -msgstr "" +msgstr "Készítsen vagy válasszon meglévő fényképet" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" -msgstr "" +msgstr "Hozzáférés megtagadva" #: templates/web/base/auth/2fa/intro.html:20 #: templates/web/base/auth/generate_token.html:65 @@ -283,7 +275,7 @@ msgstr "Kétfaktoros azonosítás aktiválása" #: templates/web/base/my/my.html:42 templates/web/base/my/my.html:53 msgid "Add" -msgstr "" +msgstr "Hozzáad" #: templates/web/base/admin/bodies/form.html:3 #: templates/web/base/admin/bodies/form.html:4 @@ -310,15 +302,15 @@ msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" -msgstr "" +msgstr "Emailcím hozzáadása" #: templates/web/base/admin/reportextrafields/index.html:24 msgid "Add extra fields" -msgstr "" +msgstr "Extra mező hozzáadása" #: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" -msgstr "" +msgstr "Mező hozzáadása" #: templates/web/base/admin/states/index.html:85 msgid "Add fixed state" @@ -327,21 +319,27 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:140 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" -msgstr "" +msgstr "Új kategória hozzáadása" #: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" -msgstr "" +msgstr "Opció hozzáadása" #: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" -msgstr "" +msgstr "Telefonszám hozzáadása" + +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Felhasználó hozzáadása" #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 +#, fuzzy msgid "Add staff user" -msgstr "" +msgstr "Felhasználó hozzáadása" #: templates/web/base/admin/emergencymessage/edit.html:86 msgid "Add time period" @@ -359,27 +357,27 @@ msgstr "" #: templates/web/base/admin/users/index.html:101 #: templates/web/base/admin/users/index.html:104 msgid "Add user" -msgstr "" +msgstr "Felhasználó hozzáadása" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "" @@ -397,7 +395,7 @@ msgstr "Admin" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Újra:" @@ -416,7 +414,7 @@ msgstr "" #: templates/web/base/admin/reports/_edit_main.html:73 msgid "Alerts:" -msgstr "" +msgstr "Figyelmeztetések:" #: templates/web/base/dashboard/index.html:54 #: templates/web/base/dashboard/index.html:66 @@ -431,11 +429,11 @@ msgstr "Mind" #: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" -msgstr "" +msgstr "Összes riport" #: templates/web/zurich/admin/stats/index.html:47 msgid "All Reports as CSV" -msgstr "" +msgstr "Összes riport CSV -ként" #: templates/web/base/admin/category-multiselect.html:5 #: templates/web/base/admin/responsepriorities/index.html:26 @@ -457,7 +455,7 @@ msgstr "Mindegyik nyelv" #: templates/web/zurich/admin/stats/index.html:11 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" -msgstr "" +msgstr "Összes riport" #: templates/web/zurich/admin/stats/index.html:45 msgid "All reports between %s and %s" @@ -465,15 +463,15 @@ msgstr "" #: templates/web/base/reports/index.html:25 msgid "All time" -msgstr "" +msgstr "Mindig" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" -msgstr "" +msgstr "Már jelentették?" #: templates/web/base/my/anonymize.html:20 msgid "Alternatively, we can hide your name on all of your reports and updates across the site:" @@ -483,16 +481,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "" +msgstr "Egy email címet." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "" @@ -506,7 +504,7 @@ msgstr "Anonymous" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -518,6 +516,10 @@ msgstr "" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -531,9 +533,10 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" -msgstr "" +msgstr "Biztos benne?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 @@ -541,7 +544,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Terület:" @@ -552,9 +555,9 @@ msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 msgid "Assign" -msgstr "" +msgstr "Hozzárendel" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" msgstr "" @@ -564,7 +567,7 @@ msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 msgid "Assign to" -msgstr "" +msgstr "Hozzárendel" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -585,26 +588,23 @@ msgstr "" #: templates/web/base/report/inspect/assignment.html:7 msgid "Assign to:" -msgstr "" +msgstr "Hozzárendel:" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Mindegyik kategória" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Mindegyik kategória" +msgstr "Hozzárendel" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Mindegyik kategória" +msgstr "Hozzárendel:" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -614,19 +614,19 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" #: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" -msgstr "" +msgstr "Automatikus válasz" #: templates/web/base/admin/templates/edit.html:78 msgid "Auto-response:" -msgstr "" +msgstr "Automatikus válasz:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -641,7 +641,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:431 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" -msgstr "" +msgstr "Moderálásra vár" #. ("JS") #: templates/web/base/around/display_location.html:83 @@ -659,7 +659,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -667,10 +667,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -687,12 +687,17 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -703,11 +708,11 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 msgid "Can’t use the map? Skip this step." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -722,7 +727,7 @@ msgstr "Kategóriák:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -736,11 +741,11 @@ msgstr "Kategóriák:" msgid "Category" msgstr "Kategória" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -762,21 +767,20 @@ msgstr "Kategória" #: templates/web/base/my/my.html:44 templates/web/base/my/my.html:47 #: templates/web/base/my/my.html:55 templates/web/base/my/my.html:60 msgid "Change" -msgstr "" +msgstr "Módosít" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Jelszó megváltoztatása" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" -msgstr "" +msgstr "E-mail cím módosítása" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Jelszó megváltoztatása" @@ -799,6 +803,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -828,7 +838,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -839,10 +849,10 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" -msgstr "" +msgstr "Lezárva" #: templates/web/base/admin/reports/_edit_main.html:133 msgid "Closed to updates" @@ -877,7 +887,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -886,19 +896,21 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" -msgstr "" +msgstr "Konfiguráció" #: templates/web/base/admin/bodies/body.html:78 msgid "Confirm" -msgstr "" +msgstr "Megerősít" #: templates/web/base/auth/2fa/form.html:1 #: templates/web/base/auth/smsform.html:1 templates/web/base/auth/token.html:1 @@ -917,7 +929,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -954,6 +966,10 @@ msgstr "" #: templates/web/base/report/new/form_report.html:43 #: templates/web/base/report/new/form_report.html:61 msgid "Continue" +msgstr "Folytat" + +#: templates/web/base/main_nav_items.html:34 +msgid "Continue draft report..." msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:20 @@ -981,7 +997,8 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -999,7 +1016,7 @@ msgstr "" #: templates/web/base/admin/roles/index.html:32 #: templates/web/base/admin/states/index.html:114 msgid "Create" -msgstr "" +msgstr "Létrehoz" #: templates/web/base/email_sent.html:1 msgid "Create a report" @@ -1009,32 +1026,32 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 msgid "Create message" -msgstr "" +msgstr "Üzenet létrehozása" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1070,16 +1087,16 @@ msgstr "" msgid "Created:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1100,12 +1117,16 @@ msgstr "" #: templates/web/base/reports/index.html:15 #: templates/web/base/reports/index.html:18 msgid "Dashboard" -msgstr "" +msgstr "Vezérlőpult" #: templates/web/base/admin/emergencymessage/_ooh.html:40 msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1118,14 +1139,19 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" #: templates/web/base/admin/roles/form.html:31 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" -msgstr "" +msgstr "Töröl" + +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Törölve" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 @@ -1137,11 +1163,11 @@ msgstr "" msgid "Delete theme" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" -msgstr "" +msgstr "Törölve" #: templates/web/base/report/_main.html:112 #: templates/web/base/report/update.html:52 @@ -1151,24 +1177,24 @@ msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 #: templates/web/zurich/admin/_index_table.html:4 msgid "Description" -msgstr "" +msgstr "Leírás" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "" +msgstr "Célállomás" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" -msgstr "" +msgstr "Részletek" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1179,9 +1205,9 @@ msgstr "" #: templates/web/zurich/admin/reports/edit.html:31 #: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" -msgstr "" +msgstr "Részletek:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1193,8 +1219,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1202,7 +1228,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1211,11 +1237,11 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" msgstr "" @@ -1245,7 +1271,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1256,12 +1282,16 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:91 msgid "Done" -msgstr "" +msgstr "Kész" #: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1320,32 +1350,32 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 msgid "Edit user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1385,19 +1415,19 @@ msgstr "" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" -msgstr "" +msgstr "E-mail" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1415,11 +1445,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1427,7 +1457,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1436,7 +1466,7 @@ msgstr "" msgid "Email:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1493,17 +1523,18 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:57 +#, fuzzy msgid "End time" -msgstr "" +msgstr "Mindig" #: templates/web/base/admin/bodies/open311-form-fields.html:21 msgid "Endpoint" -msgstr "" +msgstr "Végpont" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" @@ -1526,7 +1557,7 @@ msgstr "" msgid "Enter details of the problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1554,7 +1585,7 @@ msgstr "" #: templates/web/base/open311/index.html:89 msgid "Examples:" -msgstr "" +msgstr "Példák:" #: templates/web/base/admin/report-category.html:8 msgid "Existing category" @@ -1569,11 +1600,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1603,13 +1635,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1641,44 +1673,48 @@ msgstr "" #: templates/web/base/admin/reportextrafields/edit.html:58 #: templates/web/base/admin/reportextrafields/index.html:9 msgid "Fields" -msgstr "" +msgstr "Mezők" #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:42 msgid "File type not recognised. Please upload an image." -msgstr "" +msgstr "A fájltípus nem ismerhető fel. Kérjük, töltsön fel egy képet." #: templates/web/base/report/form/user_loggedout_password.html:21 #: templates/web/base/report/form/user_loggedout_password.html:8 msgid "Fill in your details manually." -msgstr "" +msgstr "Töltse ki adatait manuálisan." #. ("JS") #: templates/web/base/js/translation_strings.html:71 msgid "Filter" -msgstr "" +msgstr "Szűrő" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" -msgstr "" +msgstr "Először" #: templates/web/base/dashboard/heatmap-list.html:4 msgid "Five most recent commented reports" -msgstr "" +msgstr "Öt legutóbb kommentált riport" #: templates/web/base/dashboard/heatmap-list.html:1 msgid "Five newest reports" -msgstr "" +msgstr "Öt legújabb riport" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +msgid "FixMyStreet ref: %s" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "" @@ -1695,7 +1731,7 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1704,7 +1740,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1712,12 +1748,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1733,7 +1773,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1757,7 +1797,7 @@ msgstr "" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1788,7 +1828,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1822,8 +1862,8 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1831,19 +1871,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1884,7 +1924,7 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1916,7 +1956,7 @@ msgstr "" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -2036,7 +2076,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2065,7 +2105,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2096,11 +2136,10 @@ msgid "In progress" msgstr "" #: templates/web/base/dashboard/heatmap.html:33 -#, fuzzy msgid "In wards" -msgstr "kerület" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2122,7 +2161,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2142,8 +2181,8 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2183,7 +2222,7 @@ msgstr "" msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2245,12 +2284,12 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2266,17 +2305,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2284,16 +2323,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2307,11 +2346,11 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2329,7 +2368,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2346,7 +2385,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2369,12 +2408,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "" @@ -2384,9 +2423,9 @@ msgstr "" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2413,12 +2452,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2448,12 +2487,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2476,11 +2515,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2502,13 +2541,17 @@ msgstr "" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2601,18 +2644,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2620,7 +2663,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2646,8 +2689,8 @@ msgstr "" msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2672,8 +2715,8 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2681,19 +2724,19 @@ msgstr "" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2701,7 +2744,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2782,7 +2825,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2793,7 +2836,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2822,7 +2865,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2830,11 +2873,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2843,19 +2886,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2899,9 +2942,9 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "" @@ -2917,7 +2960,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2925,7 +2968,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 msgid "Phone" msgstr "" @@ -2934,10 +2977,10 @@ msgstr "" msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "" @@ -2954,7 +2997,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2966,13 +3009,20 @@ msgstr "" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -2988,6 +3038,14 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" @@ -3010,29 +3068,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3042,8 +3094,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -3052,11 +3104,12 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3068,14 +3121,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3084,17 +3137,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" @@ -3112,9 +3165,9 @@ msgid "Please enter a valid UK phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3127,7 +3180,7 @@ msgid "Please enter a valid email address" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3142,8 +3195,8 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3232,7 +3285,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3245,15 +3298,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3299,7 +3352,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3331,7 +3384,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3339,11 +3392,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3355,7 +3408,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3426,7 +3479,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3434,13 +3487,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3456,11 +3509,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3479,7 +3532,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3492,11 +3545,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3510,7 +3563,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3556,9 +3609,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3584,11 +3637,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3628,11 +3681,11 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3665,7 +3718,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3690,8 +3743,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3741,8 +3794,8 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3782,18 +3835,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3807,27 +3860,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3847,20 +3900,21 @@ msgid "Reporting a problem" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:60 +#, fuzzy msgid "Reporting message" -msgstr "" +msgstr "Üzenet létrehozása" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3874,11 +3928,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3913,6 +3967,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3922,7 +3980,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -3989,13 +4047,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4005,18 +4063,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4031,7 +4089,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4047,6 +4105,10 @@ msgstr "" msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4095,7 +4157,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4104,7 +4166,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4119,7 +4181,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4128,11 +4190,19 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4146,7 +4216,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4172,7 +4242,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4189,7 +4259,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4212,7 +4282,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4228,7 +4298,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4267,12 +4337,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "" @@ -4289,17 +4359,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4357,7 +4427,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4368,21 +4438,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4391,16 +4457,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4408,17 +4474,22 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 +#, fuzzy msgid "Start time" -msgstr "" +msgstr "Először" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4426,7 +4497,7 @@ msgstr "" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4439,7 +4510,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4455,13 +4526,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4507,23 +4578,23 @@ msgstr "" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4531,7 +4602,7 @@ msgstr "" msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4540,15 +4611,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4560,7 +4631,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4570,15 +4641,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4590,7 +4662,7 @@ msgstr "" msgid "Summary" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4609,11 +4681,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4636,7 +4708,7 @@ msgstr "" msgid "Template email response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4707,7 +4779,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4746,23 +4818,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4792,8 +4864,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4824,7 +4896,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4884,8 +4956,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4905,11 +4977,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -4969,7 +5041,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5051,15 +5123,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5067,9 +5139,13 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -5091,7 +5167,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5126,15 +5202,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5143,7 +5219,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5158,7 +5234,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5206,7 +5282,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5233,9 +5309,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5279,12 +5355,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5299,25 +5375,25 @@ msgstr "" #: templates/web/base/report/banner.html:13 msgid "Unknown" -msgstr "" +msgstr "Ismeretlen" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5334,11 +5410,11 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" -msgstr "" +msgstr "Frissítés" #: templates/web/base/admin/users/log.html:51 msgid "Update %s created for problem %d" @@ -5392,7 +5468,7 @@ msgstr "" #: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" -msgstr "" +msgstr "Frissítve" #: perllib/FixMyStreet/DB/Result/Comment.pm:328 msgid "Updated by %s (%s) at %s" @@ -5402,26 +5478,27 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 msgid "Updated!" -msgstr "" +msgstr "Frissítve!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" -msgstr "" +msgstr "Frissítések" #: perllib/FixMyStreet/DB/Result/Comment.pm:207 msgid "Updates are limited to %s characters in length. Please shorten your update" @@ -5453,19 +5530,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5477,22 +5558,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" -msgstr "" +msgstr "A felhasználó már létezik" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5505,27 +5586,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" -msgstr "" +msgstr "Felhasználók" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5534,14 +5615,14 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" #: templates/web/base/my/my.html:46 templates/web/base/my/my.html:58 msgid "Verify" -msgstr "" +msgstr "Ellenőríz" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:5 @@ -5553,6 +5634,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5562,16 +5647,20 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5591,19 +5680,20 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" #: templates/web/base/admin/waste/index.html:1 +#, fuzzy msgid "WasteWorks Configuration" -msgstr "" +msgstr "Konfiguráció" #: templates/web/base/admin/waste/edit.html:1 msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5626,7 +5716,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5647,9 +5737,9 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" -msgstr "" +msgstr "Weboldal" #: templates/web/base/contact/submit.html:7 msgid "We’ll get back to you as soon as we can." @@ -5668,7 +5758,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5684,7 +5774,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5692,7 +5782,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5709,21 +5799,25 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" -msgstr "" +msgstr "Igen" #: templates/web/base/contact/form.html:33 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5749,7 +5843,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5758,7 +5852,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5788,7 +5882,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5853,7 +5947,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5889,15 +5983,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -5905,8 +5999,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5924,11 +6018,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5937,24 +6031,24 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" -msgstr "" +msgstr "Az Ön jelszava" #: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" -msgstr "" +msgstr "Az Ön jelszava megváltozott" #: templates/web/base/auth/create.html:34 msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -5962,22 +6056,22 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:25 #: templates/web/base/contact/form.html:77 msgid "Your phone number" -msgstr "" +msgstr "Az Ön telefonszáma" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" -msgstr "" +msgstr "Az Ön riportja" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" -msgstr "" +msgstr "Az Ön riportjai" #: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 #: templates/web/base/my/planned.html:5 @@ -5990,16 +6084,16 @@ msgstr "" #: templates/web/base/report/update/form_user.html:6 msgid "Your update" -msgstr "" +msgstr "Az Ön frissítése" #. ("JS") #: templates/web/base/js/translation_strings.html:102 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" -msgstr "" +msgstr "Az Ön frissítései" #: perllib/FixMyStreet/SMS.pm:62 msgid "Your verification code is %s" @@ -6020,13 +6114,13 @@ msgstr "" #: templates/web/base/report/inspect/information.html:10 msgid "admin" -msgstr "" +msgstr "admin" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" -msgstr "" +msgstr "mind" #: perllib/FixMyStreet/DB/Result/Comment.pm:130 #: perllib/FixMyStreet/DB/Result/Comment.pm:295 @@ -6034,7 +6128,7 @@ msgstr "" #: templates/web/base/admin/update_edit.html:95 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" -msgstr "" +msgstr " egy rendszergazda" #: perllib/FixMyStreet/DB/Result/Comment.pm:338 msgid "and a defect raised" @@ -6044,10 +6138,10 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" -msgstr "" +msgstr "tanács" #: templates/web/base/admin/reports/_edit_main.html:30 msgid "didn't use map" @@ -6058,12 +6152,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6081,7 +6175,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6092,7 +6186,7 @@ msgstr "" #: perllib/Utils.pm:226 msgid "less than a minute" -msgstr "" +msgstr "kevesebb, mint egy perc" #: templates/web/base/maps/_map_instructions.html:6 msgid "minus" @@ -6106,23 +6200,23 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:80 msgid "not the council's responsibility" -msgstr "" +msgstr "nem a tanács felelősségi köre" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 msgid "optional" -msgstr "" +msgstr "opcionális" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "" +msgstr "vagy" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6151,17 +6245,21 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +msgid "ref: %s" +msgstr "" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" #: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" -msgstr "" +msgstr "megmutat" #: templates/web/zurich/footer.html:12 msgid "sign out" -msgstr "" +msgstr "kijelentkezés" #: templates/web/base/maps/_map_instructions.html:15 #: templates/web/base/maps/_map_instructions.html:21 @@ -6174,7 +6272,7 @@ msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" -msgstr "" +msgstr "a helyi tanács" #: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:7 @@ -6185,7 +6283,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6195,17 +6293,17 @@ msgstr "ma" #: templates/web/base/report/inspect/_assignment-options.html:11 msgid "unassigned" -msgstr "" +msgstr "nincs hozzárendelve" #. ("JS") #: templates/web/base/js/translation_strings.html:112 msgid "update" -msgstr "" +msgstr "Frissít" #. ("JS") #: templates/web/base/js/translation_strings.html:113 msgid "updates" -msgstr "" +msgstr "Frissítések" #: templates/web/base/admin/reports/_edit_main.html:30 msgid "used map" @@ -6219,19 +6317,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "kerület" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6267,7 +6369,7 @@ msgid_plural "%d months" msgstr[0] "%d hónap" msgstr[1] "%d hónap" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 #, perl-format msgid "%d photo" msgid_plural "%d photos" @@ -6320,8 +6422,8 @@ msgstr[1] "" #, perl-format msgid "%s report" msgid_plural "%s reports" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s riport" +msgstr[1] "%s riportok" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6369,10 +6471,10 @@ msgstr[1] "" #, perl-format msgid "Please supply %s photo" msgid_plural "Please supply %s photos" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Kérjük, küldjön %s fényképet" +msgstr[1] "Kérjük, küldjön %s fényképeket" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6393,14 +6495,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Még nem állnak rendelkezésünkre az ezen a helyen található tanács részletei." msgstr[1] "Még nem állnak rendelkezésünkre az ezen a helyen található tanácsok részletei." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6421,5 +6523,9 @@ msgid_plural "reports" msgstr[0] "riport" msgstr[1] "riportok" -#~ msgid "About the problem" -#~ msgstr "A problémáról" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Leírás" +msgstr[1] "Leírás" diff --git a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po index c0a43778529..9699549968e 100644 --- a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Indonesian (Indonesia) (https://www.transifex.com/mysociety/teams/12067/id_ID/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Indonesian (Indonesia) (https://app.transifex.com/mysociety/teams/12067/id_ID/)\n" "Language: id_ID\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "dan" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Laporan ringkasan" @@ -112,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s pembaruan langsung" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -121,15 +118,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s kuesioner dikirim – %s dijawab (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "Kontributor © OpenStreetMap" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -155,7 +148,7 @@ msgstr "" msgid "(closed)" msgstr "(ditutup)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -163,17 +156,15 @@ msgstr "" msgid "(fixed)" msgstr "(diatasi)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderasi laporan ini" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Moderasi pembaruan ini" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -183,7 +174,7 @@ msgstr "(seperti grafiti, pembuangan ilegal, pelat beton rusak, atau lampu jalan msgid "(no longer exists)" msgstr "(tidak ada lagi)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(tidak dikirim ke dewan)" @@ -191,19 +182,19 @@ msgstr "(tidak dikirim ke dewan)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opsional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(dikirim ke dua-duanya)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -213,9 +204,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Silakan pilih badan." +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -278,11 +268,11 @@ msgstr "Ya Saya punya kata sandi" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -311,9 +301,8 @@ msgid "Add a contact using the form below." msgstr "Tambahkan kontak dengan menggunakan formulir di bawah ini." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Tambahkan kategori baru" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -352,6 +341,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Tambahkan badan" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -376,26 +370,25 @@ msgstr "Tambahkan ke daftar pendek" msgid "Add user" msgstr "Tambahkan pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Tambah/sunting template tanggapan" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Tambah/sunting kategori masalah" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Tambah/sunting prioritas tanggapan" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Tambah/sunting template tanggapan" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "%s ditambahkan" @@ -413,7 +406,7 @@ msgstr "Admin" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Lagi:" @@ -483,10 +476,9 @@ msgstr "Semua laporan di antara %sdan %s" msgid "All time" msgstr "Sepanjang waktu" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Dilaporkan dalam kategori %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -500,17 +492,16 @@ msgstr "Atau, kami dapat menyembunyikan nama Anda pada semua laporan dan msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Ubah alamat surel" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Satu pembaruan menandai masalah ini sebagai diatasi." @@ -524,7 +515,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -536,6 +527,10 @@ msgstr "Anonim:" msgid "Another user" msgstr "Pengguna lain" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -549,6 +544,7 @@ msgstr "Apakah Anda yakin ingin membatalkan unggahan ini?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Apakah Anda yakin?" @@ -559,7 +555,7 @@ msgstr "Apakah Anda yakin?" msgid "Area covered" msgstr "Area cakupan" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Area:" @@ -569,24 +565,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Karena ini adalah situs persiapan dan %s keliru, laporan yang dibuat di situs ini akan dikirimkan ke pelapor masalah, dan bukan kepada kontak yang diberikan untuk kategori laporan." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Ditetapkan ke %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s masalah dilaporkan" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Tetapkan pengguna pada area" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Ditetapkan ke %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -606,28 +598,24 @@ msgid "Assign to subdivision:" msgstr "Tetapkan ke subdivisi:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Ditetapkan ke %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Tetapkan pengguna pada area" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Kategori yang tersedia" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Ditetapkan ke %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Ditetapkan ke %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -637,7 +625,7 @@ msgstr "Sebagian besar permintaan %d dikembalikan ke setiap kueri. Permintaan ya msgid "At the moment only searching for and looking at reports work." msgstr "Untuk saat ini fungsi yang dapat digunakan hanya mencari dan menampilkan laporan." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Staf pengguna yang berwenang dapat dihubungkan dengan kategori yang dioperasikannya." @@ -649,7 +637,7 @@ msgstr "" msgid "Auto-response:" msgstr "Tanggapan otomatis:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -682,7 +670,7 @@ msgstr "Kembali ke semua laporan" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -690,10 +678,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -710,12 +698,17 @@ msgstr "Badan" msgid "Body" msgstr "Badan" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Badan:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -726,12 +719,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Tidak dapat menemukan surel kami? Periksa folder spam Anda  – ini solusi yang tepat di sebagian besar waktu." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Tidak dapat melihat peta? Lewati langkah ini" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -746,7 +739,7 @@ msgstr "Kategori:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -760,11 +753,11 @@ msgstr "Kategori:" msgid "Category" msgstr "Kategori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori diubah dari ‘%s’ menjadi ‘%s’" @@ -789,9 +782,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Ubah kata sandi" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -800,7 +792,7 @@ msgstr "Ubah alamat surel" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Ubah kata sandi" @@ -825,6 +817,12 @@ msgstr "" msgid "Choose another" msgstr "Pilih lainnya" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -854,7 +852,7 @@ msgstr "Klik tautan pada surel konfirmasi kami untuk masuk." msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -865,7 +863,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Ditutup" @@ -903,7 +901,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -912,13 +910,15 @@ msgstr "" msgid "Collapse map" msgstr "Ciutkan peta" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -943,7 +943,7 @@ msgstr "Sebaliknya, konfirmasikan melalui surel dan berikan kata sandi yang baru msgid "Confirmation" msgstr "Konfirmasi" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -982,6 +982,11 @@ msgstr "Hubungi tim" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Buat laporan" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1007,7 +1012,8 @@ msgstr "Dewan" msgid "Council contacts for %s" msgstr "Kontak dewan untuk %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Referensi dewan: %s" @@ -1035,33 +1041,32 @@ msgstr "Buat laporan" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Buat kategori" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Buat template" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Buat prioritas" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Buat laporan/pembaruan sebagai dewan" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Buat laporan/pembaruan mewakili pengguna" @@ -1082,14 +1087,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Dibuat" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Dibuat" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1099,17 +1102,16 @@ msgstr "Dibuat" msgid "Created:" msgstr "Dibuat:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "sunting pengguna" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1136,6 +1138,11 @@ msgstr "Dasbor" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Simpan perubahan" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1148,7 +1155,7 @@ msgstr "Diatasi oleh subdivisi dalam 5 hari kerja" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1157,6 +1164,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Dihapus" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1164,11 +1176,10 @@ msgid "Delete template" msgstr "Hapus template" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Hapus template" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1184,26 +1195,24 @@ msgstr "Jelaskan mengapa Anda memoderasi ini" msgid "Description" msgstr "Deskripsi" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Deskripsi" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detail" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Kuesioner" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1214,7 +1223,7 @@ msgstr "Kuesioner" msgid "Details:" msgstr "Detail:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1226,8 +1235,8 @@ msgstr "Dilimpahkan" msgid "Diligency prize league table" msgstr "Tabel liga kerajinan" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1235,7 +1244,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1244,15 +1253,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Dilaporkan dalam kategori %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Dilaporkan dalam kategori %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1280,7 +1287,7 @@ msgstr "Jangan kirimkan surel peringatan atas komentar yang diambil ke pembuat m msgid "Do you have a %s password?" msgstr "Apakah Anda punya kata sandi %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Tidak tahu" @@ -1297,11 +1304,15 @@ msgstr "" msgid "Down one" msgstr "Turun satu tingkat" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Laporkan tentang %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Tarik dan lepaskan foto di sini atau klik untuk mengunggah" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1359,33 +1370,32 @@ msgstr "Sunting" msgid "Edit body details" msgstr "Sunting detail badan" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Sunting perizinan pengguna lain" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Sunting kategori laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Sunting prioritas laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Sunting laporan" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "sunting pengguna" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1426,19 +1436,19 @@ msgstr "Penyunting" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Surel" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1456,11 +1466,11 @@ msgstr "Surel peringatan dibuat" msgid "Email alert deleted" msgstr "Surel peringatan dihapus" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1468,7 +1478,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1477,7 +1487,7 @@ msgstr "" msgid "Email:" msgstr "Surel:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1541,7 +1551,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1555,9 +1565,8 @@ msgid "Endpoint" msgstr "Titik Akhir" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Masukkan sebuah nama jalan di Zurich" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1576,7 +1585,7 @@ msgstr "Masukkan nama jalan dan kawasan di sekitar" msgid "Enter details of the problem" msgstr "Masukkan detail masalah" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1619,11 +1628,12 @@ msgstr "" msgid "Expand map" msgstr "Perluas peta" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Jelaskan apa yang salah" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Ekspor sebagai CSV" @@ -1653,13 +1663,13 @@ msgstr "" msgid "External team" msgstr "Tim eksternal" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1683,7 +1693,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "Dipercaya oleh badan:" +msgstr "Badan tidak ditemukan:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1708,30 +1718,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Pertama kali" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Foto dari laporan baru-baru ini di sekitar" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Laporan baru" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Atasi ini dengan memilih sebuah area cakupan pada formulir Sunting detail badan di bawah ini." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Diatasi" @@ -1748,7 +1761,7 @@ msgstr "Diatasi - Pengguna" msgid "Flag as deleted" msgstr "Tandai dihapus" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Ditandai" @@ -1757,7 +1770,7 @@ msgstr "Ditandai" msgid "Flagged reports and users" msgstr "Laporan dan pengguna ditandai" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Pengguna yang ditandai ditampilkan pada halaman ditandai." @@ -1765,12 +1778,17 @@ msgstr "Pengguna yang ditandai ditampilkan pada halaman ditandaireport here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4020,7 +4035,7 @@ msgstr "" msgid "Resend report" msgstr "Kirim ulang laporan" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4049,9 +4064,8 @@ msgid "Response Templates for %s" msgstr "Template Tanggapan untuk %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Tampilkan foto" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4073,9 +4087,8 @@ msgstr "Tempat yang benar?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Perluas peta" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4089,13 +4102,13 @@ msgstr "Operator jalan untuk jalan bernama ini (dari OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4106,18 +4119,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Staf pengguna yang berwenang dapat dihubungkan dengan kategori yang dioperasikannya." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Putar Kiri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4132,7 +4145,7 @@ msgstr "Memutar foto ini akan membuang perubahan yang belum disimpan pada lapora msgid "Save + close as duplicate" msgstr "Simpan + tutup sebagai duplikat" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4148,6 +4161,10 @@ msgstr "Simpan + tutup sebagai duplikat" msgid "Save changes" msgstr "Simpan perubahan" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4196,7 +4213,7 @@ msgstr "Tidak ditemukan pengguna." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4205,7 +4222,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Lihat kebijakan privasi kami." -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "Lihat detail pengguna untuk laporan yang dibuat sebagai dewan" @@ -4220,7 +4237,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Pilih area" @@ -4229,11 +4246,20 @@ msgstr "Pilih area" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Ikuti tautan kelurahan untuk menampilkan hanya laporan di dalam kelurahan tersebut." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4248,7 +4274,7 @@ msgid "Select:" msgstr "Pilih:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Kirim" @@ -4274,7 +4300,7 @@ msgstr "" msgid "Sent report back" msgstr "Laporan dikirim kembali" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Dikirimkan ke %s %s kemudian" @@ -4291,7 +4317,7 @@ msgstr "Layanan:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4314,7 +4340,7 @@ msgstr "" msgid "Shortlist" msgstr "Daftar Pendek" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "Tampilkan semua dalam daftar pendek" @@ -4330,7 +4356,7 @@ msgstr "Dimasukkan ke daftar pendek" msgid "Shortlisted by %s" msgstr "Dimasukkan ke daftar pendek oleh %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Tampilkan semua pembaruan" @@ -4369,12 +4395,12 @@ msgstr "Tampilkan nama pelapor" msgid "Show reports in your area" msgstr "Tampilkan laporan di area Anda" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Masuk" @@ -4391,17 +4417,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Masuk atau buat akun" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Keluar" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4461,7 +4487,7 @@ msgstr "Maaf, kami tidak dapat menemukan lokasi tersebut." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Maaf, kami tidak dapat memasukkan Anda ke akun. Silakan isi formulir di bawah ini." @@ -4472,25 +4498,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Maaf, kami tidak dapat mengurai lokasi tersebut. Silakan coba lagi." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Maaf, kami tidak dapat menyimpan gambar Anda, silakan coba lagi." - -#: templates/web/base/offline/fallback.html:6 -#, fuzzy -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -"Maaf, koneksi kami tidak cukup baik untuk menampilkan halaman tersebut, atau\n" -"halaman tidak ditemukan atau telah terjadi kesalahan server. Silakan coba lagi nanti." -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Maaf, Anda tidak memiliki izin untuk melakukannya." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4499,17 +4517,16 @@ msgstr "" msgid "Sort by" msgstr "Sortir berdasarkan" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Staf:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Staf pengguna memiliki izin untuk masuk sebagai admin." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Staf:" @@ -4517,10 +4534,14 @@ msgstr "Staf:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4528,7 +4549,7 @@ msgstr "Pertama kali" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4536,7 +4557,7 @@ msgstr "Pertama kali" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4549,7 +4570,7 @@ msgstr "Wilayah" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4565,13 +4586,13 @@ msgstr "" msgid "State:" msgstr "Wilayah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4617,23 +4638,23 @@ msgstr "Subjek:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Masukkan" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4641,7 +4662,7 @@ msgstr "Masukkan" msgid "Submit changes" msgstr "Masukkan perubahan" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Masukkan kuesioner" @@ -4650,15 +4671,15 @@ msgstr "Masukkan kuesioner" msgid "Submitted" msgstr "Dimasukkan" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Berlangganan" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4667,11 +4688,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Panjang pembaruan dibatasi hingga %s karakter. Mohon persingkat pembaruan Anda." +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4681,15 +4701,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Buat ringkasan masalah" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Buat ringkasan tentang perubahan Anda" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4701,10 +4722,9 @@ msgstr "Buat ringkasan tentang perubahan Anda" msgid "Summary" msgstr "Ringkasan" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Laporan ringkasan" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4718,15 +4738,14 @@ msgid "Summary statistics" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Pengguna Super:" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Pengguna Super:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Pengguna Super memiliki izin untuk melakukan semua tindakan sebagai admin." @@ -4750,7 +4769,7 @@ msgstr "Template «%s»" msgid "Template email response:" msgstr "Alamat surel baru:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4758,23 +4777,20 @@ msgid "Templates" msgstr "Template" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Terlama dari yang baru-baru ini diperbarui" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Teks" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Surel peringatan dibuat" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Surel peringatan dihapus" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4797,9 +4813,8 @@ msgid "Text:" msgstr "Teks:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Teks" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4825,7 +4840,7 @@ msgstr "Terima kasih atas umpan balik Anda" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Terima kasih telah mengunggah foto Anda. Sekarang kami perlu melacak masalah Anda, oleh karena itu mohon masukkan nama jalan terdekat atau kode pos pada kotak di atas :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Terima kasih, kami senang mendengar masalahnya telah diatasi! Dapatkah kami bertanya apakah Anda sudah pernah melaporkan sebuah masalah kepada dewan sebelumnya?" @@ -4864,23 +4879,23 @@ msgstr "Masalah tersebut telah ditandai sebagai terkirim." msgid "That problem will now be resent." msgstr "Masalah tersebut sekarang akan dikirim ulang." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Laporan tersebut telah dihapus dari FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4914,8 +4929,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4950,10 +4965,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Masalah tersebut telah ditandai sebagai terkirim." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -5011,8 +5025,8 @@ msgstr "Tautan ini mungkin telah kedaluwarsa, atau Anda mungkin tidak menyalin d msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Daftar area yang tersedia sedang disiapkan oleh layanan MapIt pada %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Kata sandi tidak cocok" @@ -5032,11 +5046,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Pengguna tidak dapat melacak masalah pada peta, tetapi untuk melihat area di sekitar lokasi yang mereka masukkan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5098,7 +5112,7 @@ msgstr "Terdapat masalah saat menampilkan halaman ini. Silakan coba lagi nanti." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5190,15 +5204,15 @@ msgstr "" " Sebuah badan tidak akan menerima laporan kecuali badan mencakup paling tidak satu area." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Surel ini telah dikirimkan kepada kedua dewan yang mencakup lokasi masalah, karena pengguna tidak memilih kategorinya; silakan abaikan jika Anda bukan dewan yang tepat untuk menangani masalah ini, atau beri tahu kami termasuk ke dalam kategori apakah masalah ini agar kami dapat menambahkannya ke sistem kami." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Surel ini telah dikirimkan kepada beberapa dewan yang mencakup lokasi masalah, karena kategori yang dipilih tersedia untuk semua dewan ini; silakan abaikan jika Anda bukan dewan yang tepat untuk menangani masalah ini." @@ -5206,9 +5220,14 @@ msgstr "Surel ini telah dikirimkan kepada beberapa dewan yang mencakup lokasi ma msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Informasi ini diperlukan" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Informasi ini diperlukan" @@ -5230,7 +5249,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5265,15 +5284,15 @@ msgstr "Laporan ini adalah duplikat. Silakan tambahkan pembaruan pada laporan as msgid "This report is awaiting moderation." msgstr "Laporan ini menunggu moderasi." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Laporan ini saat ini ditandai sebagai ditutup." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Laporan ini saat ini ditandai sebagai diatasi." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Laporan ini saat ini ditandai sebagai terbuka." @@ -5282,7 +5301,7 @@ msgstr "Laporan ini saat ini ditandai sebagai terbuka." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Halaman web ini juga berisi foto masalah yang disediakan oleh pengguna." @@ -5297,7 +5316,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Waktu yang dihabiskan (dalam menit):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5345,7 +5364,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Untuk melihat peta dari lokasi tepat dari masalah ini" @@ -5372,9 +5391,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5418,12 +5437,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5440,23 +5459,23 @@ msgstr "" msgid "Unknown" msgstr "Tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Tipe peringatan tidak diketahui" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Kesalahan tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" @@ -5473,16 +5492,15 @@ msgid "Up one" msgstr "Naik satu tingkat" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Pembaruan" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Pembaruan %s dibuat untuk masalah %d; oleh %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5519,9 +5537,8 @@ msgid "Update marked problem as fixed" msgstr "Pembaruan menandai masalah sebagai diatasi" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Perbarui status" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5543,14 +5560,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5558,7 +5576,7 @@ msgid "Updated!" msgstr "Diperbarui!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5591,23 +5609,27 @@ msgid "Use Open311 update-sending extension" msgstr "Gunakan ekstensi pengiriman pembaruan Open311" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Atur ke lokasi saya saat ini" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Menampilkan lokasi" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5619,22 +5641,22 @@ msgstr "ID Pengguna untuk dikaitkan dengan komentar yang diambil" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5647,38 +5669,37 @@ msgstr "Pencarian pengguna menemukan kecocokan pada nama pengguna dan alamat sur msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Pengguna" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Pengguna dapat melakukan tindakan berikut ini dalam badan atau area yang ditetapkan untuknya." #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "Pengguna dapat melakukan tindakan berikut ini dalam badan atau area yang ditetapkan untuknya." +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Nilai diperbarui" @@ -5696,6 +5717,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5705,16 +5730,21 @@ msgstr "" msgid "View report on site" msgstr "Tampilkan laporan di situs" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Tampilkan laporan berdasarkan kelurahan" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Tampilkan laporan berdasarkan kelurahan" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5734,7 +5764,7 @@ msgstr "Menampilkan masalah" msgid "Ward:" msgstr "Kelurahan:" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Kelurahan di dewan ini" @@ -5747,7 +5777,7 @@ msgstr "Konfigurasi" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5770,7 +5800,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Kami memerlukan alamat surel Anda, silakan masukkan di bawah." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Kami menyadari bahwa masalah ini mungkin merupakan tanggung jawab%s; meski begitu, saat ini kami tidak memiliki detail kontaknya. Jika Anda mengetahui alamat kontak yang tepat, silakan hubungi kami." @@ -5791,7 +5821,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Kami turut menyesal karena masalah belum diatasi. Bagaimana kalau Anda mencoba mengirimkan pesan kepada perwakilan setempat Anda?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5812,7 +5842,7 @@ msgstr "Saat disunting" msgid "When sent" msgstr "Saat dikirim" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5828,7 +5858,7 @@ msgstr "Mengapa berhenti di sana? Atur lebih banyak peringata msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Dengan pencarian permintaan, Anda juga dapat mencari agency_responsible untuk membatasi permintaan pada yang dikirimkan ke satu administrasi. Kata kunci pencarian adalah ID administrasi yang disediakan oleh MapIt." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5836,7 +5866,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Inginkah Anda berkontribusi di FixMyStreet? Kode kami adalah sumber terbuka dan tersedia di fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Inginkah Anda menerima kuesioner lain dalam 4 minggu, mengingatkan Anda untuk memeriksa statusnya?" @@ -5853,13 +5883,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ya" @@ -5867,7 +5897,11 @@ msgstr "Ya" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Anda mengeluhkan bahwa laporan masalah ini dimoderasi meskipun tidak perlu:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5893,7 +5927,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Anda dapat menampilkan masalah di situs ini." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Anda dapat menambahkan surel pengguna yang melanggar aturan ke daftar penyalahgunaan, yang akan otomatis menyembunyikan (dan tidak pernah mengirimkan) laporan yang dibuatnya." @@ -5902,7 +5936,7 @@ msgstr "Anda dapat menambahkan surel pengguna yang melanggar aturan ke daftar pe msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5935,7 +5969,7 @@ msgstr "Anda dapat menandai sebuah badan sebagai dihapus jika Anda tidak ingin b msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5954,9 +5988,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Anda sudah menjawab kuesioner ini. Jika Anda punya pertanyaan, silakan hubungi kami, atau tampilkan masalah Anda.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Anda sudah melampirkan foto pada laporan ini. Harap perhatikan bahwa Anda dapat melampirkan maksimal 3 foto pada laporan ini (jika Anda mencoba untuk mengunggah lebih banyak, foto terlama akan dihapus)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -6001,7 +6034,7 @@ msgstr "Anda telah berhasil masuk; silakan periksa dan konfirmasikan bahwa detai msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Anda belum membuat satu pun laporan. Laporkan sebuah masalah sekarang." @@ -6039,15 +6072,15 @@ msgstr "Akun Anda" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Surel Anda" @@ -6055,8 +6088,8 @@ msgstr "Surel Anda" msgid "Your email address" msgstr "Alamat surel Anda" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6074,11 +6107,11 @@ msgstr "Nama Anda" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Nama Anda sudah dikirim ke %s, tetapi kami dapat menyembunyikannya di halaman ini:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "Nama Anda telah disembunyikan pada semua laporan dan pembaruan Anda." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "Nama Anda telah disembunyikan" @@ -6087,8 +6120,8 @@ msgstr "Nama Anda telah disembunyikan" msgid "Your offline reports" msgstr "Laporan offline Anda" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Kata sandi Anda" @@ -6099,13 +6132,12 @@ msgid "Your password has been changed" msgstr "Kata sandi Anda telah diubah" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "Sebaliknya, masuk dengan surel dan berikan kata sandi baru. Saat Anda mengeklik tautan di surel Anda, kata sandi Anda akan diperbarui." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6115,18 +6147,18 @@ msgstr "" msgid "Your phone number" msgstr "Nomor telepon Anda" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Laporan Anda" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Laporan Anda" @@ -6148,7 +6180,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "Pembaruan Anda telah disimpan secara offline untuk dikirim saat Anda kembali online." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Pembaruan Anda" @@ -6175,7 +6207,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "semua" @@ -6195,8 +6227,8 @@ msgstr "" msgid "by %s" msgstr "oleh %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "dewan" @@ -6209,12 +6241,12 @@ msgstr "tidak menggunakan peta" msgid "e.g. ‘%s’ or ‘%s’" msgstr "mis. ‘%s’ atau ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6232,7 +6264,7 @@ msgstr "dari %s pengguna berbeda" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "terakhir diperbarui %s" @@ -6257,7 +6289,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "tidak ada" @@ -6267,15 +6299,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opsional)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "atau" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6304,6 +6334,11 @@ msgstr "area lainnya:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6338,7 +6373,7 @@ msgstr "tidak ada pin ditampilkan karena pengguna tidak menggunakan peta" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "tipe masalah lokal ini" @@ -6372,19 +6407,23 @@ msgstr "pengguna dari dewan yang sama dengan masalah - %d" msgid "user is problem owner" msgstr "pengguna adalah pemilik masalah" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "kelurahan" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6415,11 +6454,11 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "%d bulan" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Tampilkan foto" +msgstr[0] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6470,10 +6509,10 @@ msgid_plural "%s updates on problems" msgstr[0] "%s pembaruan atas masalah" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s diatasi dalam bulan terakhir" +msgstr[0] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6505,7 +6544,7 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6523,13 +6562,13 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Kami belum memiliki detail mengenai dewan yang mencakup lokasi ini," -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6547,187 +6586,14 @@ msgid "report" msgid_plural "reports" msgstr[0] "laporan" -#~ msgid "Received by %s moments later" -#~ msgstr "Diterima oleh %s beberapa saat kemudian" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Menampilkan lokasi" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Masukkan nama jalan dan kawasan di sekitar" - -#~ msgid "Could not find user" -#~ msgstr "Tidak dapat menemukan pengguna" - -#~ msgid "Flag user" -#~ msgstr "Tandai pengguna" - -#~ msgid "Home" -#~ msgstr "Beranda" - -#~ msgid "MAP" -#~ msgstr "PETA" - -#~ msgid "Map" -#~ msgstr "Peta" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Mohon untuk sopan, singkat, dan langsung ke intinya." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Mohon untuk tidak menggunakan bahasa yang kasar — menggunakan bahasa yang kasar terhadap dewan Anda akan menurunkan mutu layanan bagi semua pengguna." - -#~ msgid "Remove flag" -#~ msgstr "Hapus tanda" - -#~ msgid "Satellite" -#~ msgstr "Satelit" - -#~ msgid "Show Photo?" -#~ msgstr "Tampilkan Foto?" - -#~ msgid "User flag removed" -#~ msgstr "Tanda pada pengguna dihapus" - -#~ msgid "User flagged" -#~ msgstr "Pengguna ditandai" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Menuliskan pesan Anda seluruhnya dalam huruf kapital membuatnya sulit dibaca, begitu juga dengan kurangnya tanda baca." - -#~ msgid "Closed by council" -#~ msgstr "Ditutup oleh dewan" - -#~ msgid "Filter report list" -#~ msgstr "Filter daftar laporan" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Nilai agency_responsible keliru %s" - -#~ msgid "Post" -#~ msgstr "Kirim" - -#~ msgid "Traffic management required?" -#~ msgstr "Perlu manajemen lalu lintas?" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Catatan: Laporan ini telah diteruskan untuk ditindaki. Perubahan apa pun yang dibuat tidak akan diteruskan." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Catatan: Laporan ini belum diteruskan untuk ditindaki. Perubahan apa pun yang dibuat tidak akan diteruskan." - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Beri centang pada inspeksi diperlukan jika laporan dalam kategori iniharus diinspeksi sebelum dikirim." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Beri centang pada pribadi jika laporan dalam kategori ini tidak perlu ditampilkan di situs web.\n" -#~ "
\n" -#~ " Pada umumnya, kategori tidak diatur ke pribadi.\n" -#~ "
\n" -#~ " Ini cocok untuk masalah yang dapat dilaporkan oleh pengguna kepada badan, tetapi laporannya\n" -#~ " bukan merupakan kepentingan publik. Di UK, kami menggunakan ini untuk melayani permohonan seperti tempat sampah tambahan\n" -#~ "di alamat tertentu." - -#~ msgid "Coordinates:" -#~ msgstr "Koordinat:" - -#~ msgid "Defect type" -#~ msgstr "Tipe kerusakan" - -#~ msgid "Description:" -#~ msgstr "Deskripsi:" - -#~ msgid "Didn't use map" -#~ msgstr "Tidak menggunakan peta" - -#~ msgid "Do you want to automatically raise a defect?" -#~ msgstr "Apakah Anda ingin melaporkan kerusakan secara otomatis?" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Jika Anda tidak menggunakan surel sebagai metode pengiriman, masukkan ID layanan (Open311) atau pengenal yang setara di sini." - -#~ msgid "Inspection required" -#~ msgstr "Diperlukan inspeksi" - -#~ msgid "Internet glitch" -#~ msgstr "Kesalahan sistem pada internet" - -#~ msgid "No inspections by that inspector in the selected date range." -#~ msgstr "Tidak dilakukan inspeksi oleh inspektor pada kisaran tanggal yang dipilih." - -#~ msgid "No inspections in the selected date range." -#~ msgstr "Tidak dilakukan inspeksi pada kisaran tanggal yang dipilih." - -#~ msgid "OK" -#~ msgstr "Oke" - -#~ msgid "Permalink" -#~ msgstr "Permalink:" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Laporan yang dibuat oleh pengguna tepercaya akan dikirimkan ke badan yang bertanggung jawab tanpa diinspeksi terlebih dulu." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "Laporan akan otomatis dikirim tanpa memerlukan inspeksi jika reputasi pengguna setara dengan atau lebih dari nilai ini. Atur ke 0 jika semua laporan harus diinspeksi tanpa terkecuali." - -#~ msgid "Reputation threshold" -#~ msgstr "Batas reputasi" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Prioritas Tanggapan untuk %s" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Laporan tersebut tidak dapat ditampilkan di %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "Alamat surel adalah tujuan pengiriman laporan dalam kategori ini. \n" -#~ " Kategori lain untuk badan ini mungkin memiliki alamat surel yang sama." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Silakan coba lagi." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Ini adalah situs pengembang; kesalahan mungkin terjadi kapan saja, dan basis data akan dihapus secara berkala." - -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "Dipercaya membuat laporan yang tidak perlu diinspeksi" - -#~ msgid "Trusted:" -#~ msgstr "Dipercaya:" - -#~ msgid "" -#~ "Use confirmed to indicate that this contact has been\n" -#~ "confirmed as correct. If you are not sure of the origin or validity of the\n" -#~ "contact, use unconfirmed. inactive will\n" -#~ "remove the category from use when reporting problems, but keep it available in\n" -#~ "map filters, and deleted will remove the category from there\n" -#~ "as well." -#~ msgstr "" -#~ "Gunakan dikonfirmasi untuk menunjukkan bahwa kontak ini telah\n" -#~ "dikonfirmasikan benar. Jika Anda tidak yakin mengenai asal atau keabsahan\n" -#~ "kontak, gunakan belum dikonfirmasi. tidak aktif akan\n" -#~ "menghapus kategori sehingga tidak dapat digunakan pada saat melaporkan masalah, tetapi tetap tersedia pada\n" -#~ "filter peta, dan dihapus juga akan menghapus kategori\n" -#~ "dari menu." - -#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -#~ msgstr "Gunakan kolom ini untuk menyimpan detail yang hanya ditampilkan pada admin. Inputan tidak ditampilkan ke publik, dan tidak dikirimkan ke badan." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Deskripsi" -#~ msgid "Used map" -#~ msgstr "Peta digunakan" +#~ msgid "Place pin on map" +#~ msgstr "Pasang pin di peta" -#~ msgid "or locate me automatically" -#~ msgstr "atau lacak saya secara otomatis" +#~ msgid "Received by %s moments later" +#~ msgstr "Diterima oleh %s beberapa saat kemudian" diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index e8fe4f528c5..d41f7959f70 100644 --- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,35 +4,30 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Carmine Rosamilia , 2020 +# mySociety , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Carmine Rosamilia , 2020\n" -"Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Italian (https://app.transifex.com/mysociety/teams/12067/it/)\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: templates/web/base/admin/bodies/form.html:95 msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "e" @@ -66,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Riassunto sulle segnalazioni" @@ -108,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aggiornamenti in tempo reale" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -117,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s questionari inviati – %s compilati (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(chiuso)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -159,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(risolto)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "La tua segnalazione" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Nessun ulteriore aggiornamento" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -179,7 +168,7 @@ msgstr "(come gli atti vandalici, le discariche abusive, la pavimentazione e l'i msgid "(no longer exists)" msgstr "(non esiste più)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(non inviato al Comune)" @@ -187,19 +176,19 @@ msgstr "(non inviato al Comune)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opzionale)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(inviato a tutti)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(inviato ad entrambi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Scegli una categoria --" @@ -270,11 +259,11 @@ msgstr "Si Ho già la password" msgid "Take or choose existing photo" msgstr "Scatta o scegli una foto esistente " -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "Un ID di servizio (Open311 o simile)." -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "Accesso negato" @@ -340,6 +329,11 @@ msgstr "Aggiungi opzione" msgid "Add phone number" msgstr "Aggiungi numero telefonico" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Aggiungi un corpo" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -364,26 +358,25 @@ msgstr "" msgid "Add user" msgstr "Aggiungi un'utente" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Aggiungere/modificare i modelli di risposta" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Aggiungi/modifica categorie di problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Aggiungi/modifica priorità risposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Aggiungere/modificare i modelli di risposta" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Aggiunti %s" @@ -401,7 +394,7 @@ msgstr "Amministratore" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Ancora:" @@ -471,7 +464,7 @@ msgstr "Tutte le segnalazioni tra %s e %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -487,16 +480,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "Un indirizzo e-mail." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Un aggiornamento ha riportato questo problema come risolto." @@ -510,7 +503,7 @@ msgstr "Anonimo" msgid "Anonymous user" msgstr "Utente anonimo" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -522,6 +515,10 @@ msgstr "Anonimo:" msgid "Another user" msgstr "Un altro utente" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -535,6 +532,7 @@ msgstr "Sei sicuro di voler cancellare questo caricamento?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Sei sicuro?" @@ -545,7 +543,7 @@ msgstr "Sei sicuro?" msgid "Area covered" msgstr "Area coperta" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -555,23 +553,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Assegnato a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Gli ultimi problemi segnalati dagli utenti" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "Assegnare il ruolo selezionato:" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Assegnato a %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -591,28 +586,24 @@ msgid "Assign to subdivision:" msgstr "Assegna ad una subdivisione:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Assegnato a %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Assegnare gli utenti alle aree" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Tutte le categorie" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Assegnato a %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Assegnato a %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -622,7 +613,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "Al momento funziona solo la ricerca e la visualizzazione delle segnalazioni." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Gli utenti del personale autorizzato possono essere associati alle categorie in cui operano." @@ -634,7 +625,7 @@ msgstr "Rispondi automaticamente" msgid "Auto-response:" msgstr "Risposta automatica:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "Automatically populate report subject/detail" @@ -667,7 +658,7 @@ msgstr "Torna a tutti i rapporti" msgid "Background Colour" msgstr "Colore di sfondo " -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Segnala utente" @@ -675,10 +666,10 @@ msgstr "Segnala utente" msgid "Behaviour" msgstr "Comportamento" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -695,12 +686,17 @@ msgstr "Corpi" msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Corpo:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -711,12 +707,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Non riesci a vedere la mappa? Salta questo passaggio" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -731,7 +727,7 @@ msgstr "Categorie:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -745,11 +741,11 @@ msgstr "Categorie:" msgid "Category" msgstr "Categoria" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Categoria e Stato" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "La categoria è cambiata da '%s' ad '%s'" @@ -774,9 +770,8 @@ msgid "Change" msgstr "Modifica" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Cambia la password" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -785,7 +780,7 @@ msgstr "Cambia indirizzo email" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Cambia la password" @@ -808,6 +803,12 @@ msgstr "" msgid "Choose another" msgstr "Scegliere un altro" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -837,7 +838,7 @@ msgstr "Clicca il link nella nostra e-mail di conferma per accedere." msgid "Click the link in that email to sign in." msgstr "Clicca il link in quella e-mail per accedere." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Fare clic sulla mappa o trascinare il pin per regolare la posizione" @@ -848,7 +849,7 @@ msgstr "Fare clic sulla mappa o trascinare il pin per regolare la posizione" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Chiuso" @@ -886,7 +887,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "Codice" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -895,13 +896,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configurazione" @@ -926,7 +929,7 @@ msgstr "Confermare via e-mail invece, fornendo una nuova password a quel punto. msgid "Confirmation" msgstr "Conferma" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -965,6 +968,11 @@ msgstr "Contatta il team" msgid "Continue" msgstr "Continua" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Crea una segnalazione" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Continua - segnala un nuovo problema" @@ -990,7 +998,8 @@ msgstr "Comune" msgid "Council contacts for %s" msgstr "I contatti del comune per %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1018,33 +1027,32 @@ msgstr "Crea una segnalazione" msgid "Create an account" msgstr "Crea un account" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Crea template" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crea una priorità" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Crea segnalazioni/aggiornamenti come utente anonimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Creare rapporti/aggiornamenti per conto di un utente" @@ -1065,14 +1073,12 @@ msgstr "Creato %d nuovi utenti" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Creato" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Creato" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1082,17 +1088,16 @@ msgstr "Creato" msgid "Created:" msgstr "Creato:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "Modifica utente" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Password attuale:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1120,6 +1125,11 @@ msgstr "Pannello di controllo" msgid "Date" msgstr "Data di fine" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Salva modifiche" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Disattiva l'autenticazione a due fattori" @@ -1132,7 +1142,7 @@ msgstr "" msgid "Default" msgstr "Default" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1141,6 +1151,11 @@ msgstr "" msgid "Delete" msgstr "Elimina" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Eliminato" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1151,7 +1166,7 @@ msgstr "Cancellare il modello" msgid "Delete theme" msgstr "Cancellare il tema" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1167,22 +1182,22 @@ msgstr "Descrivete il motivo per cui state moderando questo" msgid "Description" msgstr "Descrizione" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "Destinazione" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Le informazioni dettagliate sono limitate a %d caratteri." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Dettagli" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1195,7 +1210,7 @@ msgstr "" msgid "Details:" msgstr "Dettagli:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "Dispositivo e sito" @@ -1207,8 +1222,8 @@ msgstr "Devoluto:" msgid "Diligency prize league table" msgstr "Classifica dei premi di diligenza" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1216,7 +1231,7 @@ msgstr "" msgid "Disable" msgstr "Disabilita" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "Disabilitare il modulo quando questa categoria è selezionata" @@ -1225,15 +1240,13 @@ msgstr "Disabilitare il modulo quando questa categoria è selezionata" msgid "Disable form when this option is selected" msgstr "Disabilitare il modello quando questa opzione è selezionata" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Disabilitare il modulo quando questa categoria è selezionata" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Ottieni gli aggiornamenti dei problemi in questo %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1261,7 +1274,7 @@ msgstr "Non inviare avvisi via e-mail sui commenti ricevuti al creatore del prob msgid "Do you have a %s password?" msgstr "Possiedi una password per accedere a %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Non lo so" @@ -1278,6 +1291,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Segnalazione inviata a %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1336,33 +1354,32 @@ msgstr "Modifica" msgid "Edit body details" msgstr "Modifica dettagli corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Modifica segnalazioni" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Modifica utente" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1403,19 +1420,19 @@ msgstr "Editor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1433,11 +1450,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1445,7 +1462,7 @@ msgstr "" msgid "Email verified:" msgstr "Email verificata:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1454,7 +1471,7 @@ msgstr "Email verificata:" msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1511,7 +1528,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Data di fine" @@ -1545,7 +1562,7 @@ msgstr "Inserisci il nome di una strada nelle vicinanze e una città o solo in n msgid "Enter details of the problem" msgstr "Inserisci i dettagli del problema" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1588,11 +1605,12 @@ msgstr "" msgid "Expand map" msgstr "Ingrandisci mappa" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Spiega la natura del problema" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Esporta come CSV" @@ -1622,13 +1640,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Campi extra" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1677,30 +1695,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Prima volta" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Foto delle piu vicine e recenti segnalazioni" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nuove segnalazioni" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Risolto" @@ -1717,7 +1738,7 @@ msgstr "Risolto - Utente" msgid "Flag as deleted" msgstr "Segna come cancellato" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Segnalato" @@ -1726,7 +1747,7 @@ msgstr "Segnalato" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1734,12 +1755,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Segnalato:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1755,7 +1780,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1779,7 +1804,7 @@ msgstr "Domande Frequenti" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1810,7 +1835,7 @@ msgstr "Ottieni gli aggiornamenti di %s problemi" msgid "Get updates of problems in this %s" msgstr "Ottieni gli aggiornamenti dei problemi in questo %s" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "Dammi un' RSS feed" @@ -1844,8 +1869,8 @@ msgstr "Vai" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1853,19 +1878,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "Raggruppare per:" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "E' stato risolto questo problema?" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Avevi mai segnalato un problema ad un comune precedentemente, o questa è la tua prima volta?" @@ -1906,7 +1931,7 @@ msgstr "Nascosto" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1938,7 +1963,7 @@ msgstr "Nascondi il mio nome in questa segnalazione" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -2058,7 +2083,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2087,7 +2112,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2121,7 +2146,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Non attivo" @@ -2143,7 +2168,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2163,8 +2188,8 @@ msgstr "Note interne" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2204,7 +2229,7 @@ msgstr "Ultima modifica" msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "Ultimo aggiornamento" @@ -2266,12 +2291,12 @@ msgstr "Segnalazioni locali" msgid "Locate the problem on a map of the area" msgstr "Localizza il problema nella mappa della zona" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "Login via Facebook" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "Login via Twitter" @@ -2287,17 +2312,17 @@ msgstr "Login tramite email" msgid "Log in with email/text" msgstr "Login tramite email/testo" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Logout di tutte le sessioni" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2305,16 +2330,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2328,11 +2353,11 @@ msgstr "Ordinamento manuale" msgid "Mark as sent" msgstr "Segna come inviato" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2350,7 +2375,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2367,7 +2392,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2390,12 +2415,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mese" @@ -2405,9 +2430,9 @@ msgstr "Mese" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2435,12 +2460,12 @@ msgstr "Cliente non contattabile" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Nome" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2470,12 +2495,12 @@ msgstr "Il più vicino nome della strada al segno posizionato sulla mappa (autom msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2498,11 +2523,11 @@ msgstr "" msgid "New body added" msgstr "Nuovo corpo aggiunto" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Nuova categoria contatto aggiunta" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "Nuovo indirizzo email:" @@ -2524,13 +2549,18 @@ msgstr "Nuovi problemi locali su FixMyStreet" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Cancella dati offline" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Nuova password:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "Nuovo numero telefonico:" @@ -2623,18 +2653,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "No" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2642,7 +2672,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nessun corpo" @@ -2668,8 +2698,8 @@ msgstr "" msgid "No further updates" msgstr "Nessun ulteriore aggiornamento" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2694,8 +2724,8 @@ msgstr "" msgid "No supporters" msgstr "Nessun sostenitore" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2703,19 +2733,19 @@ msgstr "Nessun sostenitore" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Nessuno" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2723,7 +2753,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2804,7 +2834,7 @@ msgstr "Più vecchi" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2815,7 +2845,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aperto" @@ -2844,7 +2874,7 @@ msgstr "" msgid "Options" msgstr "Opzioni" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2852,11 +2882,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2865,19 +2895,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Altro" @@ -2921,9 +2951,9 @@ msgstr "" msgid "Partial" msgstr "Parziale" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Password (opzionale)" @@ -2939,7 +2969,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2947,20 +2977,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefono:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Numero di telefono" @@ -2977,7 +3006,7 @@ msgstr "" msgid "Phone verified:" msgstr "Telefono verificato:" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2989,13 +3018,20 @@ msgstr "Telefono:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "Fotografia richiesta." @@ -3011,6 +3047,16 @@ msgstr "" msgid "Photos" msgstr "Fotografie" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Fotografie" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Fotografia richiesta" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Foto delle piu vicine e recenti segnalazioni" @@ -3030,33 +3076,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Inserisci il cursore sulla mappa" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Inserisci il cursore sulla mappa" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Per favore controlla la password e prova ancora" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Per favore controlla che il tuo indirizzo email è corretto" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3066,8 +3105,8 @@ msgstr "Assicurati che il tuo numero di telefono sia esatto" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Per favore scegli una categoria" @@ -3076,11 +3115,12 @@ msgstr "Per favore scegli una categoria" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3092,14 +3132,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Per favore inserisci un messaggio" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3108,17 +3148,17 @@ msgid "Please enter a mobile number" msgstr "Inserisci un numero di cellulare" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "Inserire un nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Per favore inserisci la password" @@ -3137,9 +3177,9 @@ msgid "Please enter a valid UK phone number" msgstr "Inserire un numero di telefono oppure un'email valida" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3152,7 +3192,7 @@ msgid "Please enter a valid email address" msgstr "Per favore inserire un indirizzo email valido" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "Inserire un numero di telefono oppure un'email valida" @@ -3167,8 +3207,8 @@ msgstr "Per favore inserire qualche dettaglio " #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3257,7 +3297,7 @@ msgstr "Gli aggiornamenti non verranno inviati al comune." msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "La tua segnalazione non è stata inviata. Scegli una categoria e aggiungi ulteriori informazioni qui di seguito e infine inviala." @@ -3270,15 +3310,15 @@ msgstr "" msgid "Please note:" msgstr "Attenzione:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3324,7 +3364,7 @@ msgid "Please upload an image only" msgstr "Invia un'unica fotografia" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3356,7 +3396,7 @@ msgstr "Postato da %s al %s" msgid "Powered by FixMyStreet Platform" msgstr "Basato sulla piattaforma FixMyStreet" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3365,11 +3405,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "Fare clic sulla mappa o trascinare il pin per regolare la posizione" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3381,7 +3421,7 @@ msgstr "" msgid "Previous" msgstr "Precedente" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "Priorità" @@ -3452,7 +3492,7 @@ msgstr "Problema %s inviato al comune %s" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problema marcato come aperto." @@ -3460,13 +3500,13 @@ msgstr "Problema marcato come aperto." msgid "Problem state change based on survey results" msgstr "Il cambio di stato del problema è basato sui risultati del sondaggio" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3482,11 +3522,11 @@ msgstr "Problemi sulla mappa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemi recentemente segnalati e risolti su FIxMyStreet" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "Problemi entro %.1fkm da %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3505,7 +3545,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3518,11 +3558,11 @@ msgstr "L'indirizzo della proprietà:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3536,7 +3576,7 @@ msgstr "Fornisci un'aggiornamento" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Scegliere una password è opzionale, ma farlo ti acconsentirà di riportare più facilmente le future segnalazioni, di aggiungere degli aggiornamenti e gestire le tue segnalazioni." @@ -3582,9 +3622,9 @@ msgstr "Questionario %d inviato per il problema %d" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3610,11 +3650,11 @@ msgstr "RSS feed di %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed di %s, dentro al quartiere %s " -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "RSS feed dei problemi vicino" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3647,19 +3687,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Ricevi un'email quando gli aggiornamenti sono aggiunti su questa segnalazione." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Ricevi un'email quando gli aggiornamenti sono aggiunti su questa segnalazione." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3692,7 +3731,7 @@ msgstr "Segnalazione rifiutata" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Ricorda che FIxMyStreet serve per segnalare problemi materiali che possono essere risolti. Se il tuo non è un problema appropriato, da segnalare attraverso questo sito, ti ricordiamo che puoi sempre contattare tu direttamente il comune attraverso il suo sito internet." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3717,8 +3756,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3769,8 +3808,8 @@ msgstr "Segnala un problema qui" msgid "Report abuse" msgstr "Segnala un abuso" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3810,18 +3849,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Segnala, conosci e discuti sui problemi della tua città " -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Segnalato anonimamente al %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Segnalati prima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Segnalato da %s al %s" @@ -3835,27 +3874,27 @@ msgstr "Segnalato da:" msgid "Reported in the %s category" msgstr "Riportato nella categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Riportato nella categoria %s anonimamente alle %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Riportato nella categoria %s da %s alle %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Segnalato via %s in modo anonimo il %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Segnalato via %s da %s il %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3879,17 +3918,17 @@ msgstr "Stai segnalando un problema" msgid "Reporting message" msgstr "Stai segnalando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Segnalazioni" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3903,11 +3942,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Segnalazioni in attesa di approvazione" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3942,6 +3981,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3951,7 +3994,7 @@ msgstr "" msgid "Resend report" msgstr "Rinvia la segnalazione" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4003,9 +4046,8 @@ msgstr "E' il posto giusto?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Ingrandisci mappa" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4019,13 +4061,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4036,18 +4078,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Gli utenti del personale autorizzato possono essere associati alle categorie in cui operano." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Ruota a sinistra" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4062,7 +4104,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4078,6 +4120,10 @@ msgstr "" msgid "Save changes" msgstr "Salva modifiche" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4126,7 +4172,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4135,7 +4181,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4150,7 +4196,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleziona un'area" @@ -4159,11 +4205,19 @@ msgstr "Seleziona un'area" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4178,7 +4232,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4204,7 +4258,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4221,7 +4275,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Imposta password" @@ -4244,7 +4298,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4260,7 +4314,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4299,12 +4353,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Entra" @@ -4321,17 +4375,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Entra o crea un nuovo account" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logout" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4389,7 +4443,7 @@ msgstr "Ci scusiamo, non possiamo trovare questa zona." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4400,21 +4454,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Ci scusiamo, non possiamo analizzare questa zona. Per favore prova ancora." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4423,16 +4473,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4440,10 +4490,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4451,7 +4505,7 @@ msgstr "Prima volta" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4459,7 +4513,7 @@ msgstr "Prima volta" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4472,7 +4526,7 @@ msgstr "Stato" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4488,13 +4542,13 @@ msgstr "" msgid "State:" msgstr "Stato:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4540,23 +4594,23 @@ msgstr "Soggetto:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Invia" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4564,7 +4618,7 @@ msgstr "Invia" msgid "Submit changes" msgstr "Invia modifiche" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Invia questionario" @@ -4573,15 +4627,15 @@ msgstr "Invia questionario" msgid "Submitted" msgstr "Inviato" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Sottoscrivi" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4593,7 +4647,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4603,15 +4657,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4623,7 +4678,7 @@ msgstr "" msgid "Summary" msgstr "Sommario" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4642,11 +4697,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4670,7 +4725,7 @@ msgstr "" msgid "Template email response:" msgstr "Nuovo indirizzo email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4686,14 +4741,12 @@ msgid "Text" msgstr "Testo" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Testo" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Segna come cancellato" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4716,9 +4769,8 @@ msgid "Text:" msgstr "Testo:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Testo" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4744,7 +4796,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Grazie per aver aggiunto la tua foto. Abbiamo adesso bisogno di localizzare il problema, quindi inserisci il nome della strada piu vicina o il codice postale nel box qui sopra :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Grazie, è fantastico sapere che è stato risolto! Possiamo soltanto chiederti se avevi gia segnalato altri problemi al tuo comune precedentemente?" @@ -4783,23 +4835,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Quella segnalazione è stata rimossa da FixMyStreet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4829,8 +4881,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4861,7 +4913,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4921,8 +4973,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Le passwords non corrispondono" @@ -4942,11 +4994,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5006,7 +5058,7 @@ msgstr "E' accaduto un problema visualizzando questa pagine. Per favore riprova msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5088,15 +5140,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Questa email è stata inviata ad entrambi i comuni che coprono la zona del problema, visto che l'utente non ha aggiunto una categoria; per favore ignorate l'email se non siete il comune corretto che deve gestire il problema, o fateci sapere qual'e la categoria di questo problema così da poterla aggiungere nel nostro sistema." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5104,9 +5156,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Questa informazione è richiesta" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Questa informazione è richiesta" @@ -5128,7 +5185,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5163,15 +5220,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5180,7 +5237,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5195,7 +5252,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5243,7 +5300,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5270,9 +5327,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Totale" @@ -5316,12 +5373,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5338,23 +5395,23 @@ msgstr "" msgid "Unknown" msgstr "Sconosciuto" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Errore sconosciuto" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5371,8 +5428,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5416,9 +5473,8 @@ msgid "Update marked problem as fixed" msgstr "Aggiorna segnalazione come risolta" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Aggiornamenti" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5440,14 +5496,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5455,7 +5512,7 @@ msgid "Updated!" msgstr "Aggiornato!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5491,19 +5548,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5515,22 +5576,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5543,27 +5604,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Utenti" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5572,8 +5633,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5591,6 +5652,10 @@ msgstr "Verifica indirizzo email" msgid "Verify phone number" msgstr "Verifica numero telefonico" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5600,16 +5665,20 @@ msgstr "Verifica numero telefonico" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5629,7 +5698,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5642,7 +5711,7 @@ msgstr "Configurazione" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5665,7 +5734,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5686,7 +5755,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "Sito web" @@ -5707,7 +5776,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5723,7 +5792,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5731,7 +5800,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5748,13 +5817,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Si" @@ -5762,7 +5831,11 @@ msgstr "Si" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5788,7 +5861,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5797,7 +5870,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5827,7 +5900,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5892,7 +5965,7 @@ msgstr "Ti sei correttamente iscritto; per favore controlla e conferma i tuoi de msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5928,15 +6001,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "La tua email" @@ -5944,8 +6017,8 @@ msgstr "La tua email" msgid "Your email address" msgstr "Tuo indirizzo email" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5963,11 +6036,11 @@ msgstr "Il tuo nome" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5976,8 +6049,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Tua password" @@ -5991,9 +6064,9 @@ msgstr "La tua password è stata cambiata" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6003,18 +6076,18 @@ msgstr "" msgid "Your phone number" msgstr "Il tuo numero di telefono" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "La tua segnalazione" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Tue segnalazioni" @@ -6036,7 +6109,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6063,7 +6136,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6083,8 +6156,8 @@ msgstr "" msgid "by %s" msgstr "da %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "comune" @@ -6097,12 +6170,12 @@ msgstr "mappa non usata" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6120,7 +6193,7 @@ msgstr "da %s utenti differenti" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "ultimo aggiornamento %s" @@ -6145,7 +6218,7 @@ msgstr "non disponibile" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6158,8 +6231,8 @@ msgstr "" msgid "optional" msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "" @@ -6190,6 +6263,11 @@ msgstr "altre aree:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6224,7 +6302,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6258,25 +6336,30 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" msgid_plural "%d addresses" msgstr[0] "%d indirizzo" msgstr[1] "%d indirizzi" +msgstr[2] "%d indirizzi" #: perllib/Utils.pm:249 #, perl-format @@ -6284,6 +6367,7 @@ msgid "%d day" msgid_plural "%d days" msgstr[0] "%d giorno" msgstr[1] "%d giorni" +msgstr[2] "%d giorni" #: perllib/Utils.pm:251 #, perl-format @@ -6291,6 +6375,7 @@ msgid "%d hour" msgid_plural "%d hours" msgstr[0] "%d ora" msgstr[1] "%d ore" +msgstr[2] "%d ore" #: perllib/Utils.pm:253 #, perl-format @@ -6298,6 +6383,7 @@ msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "%d minuto" msgstr[1] "%d minuti" +msgstr[2] "%d minuti" #: perllib/Utils.pm:245 #, perl-format @@ -6305,13 +6391,15 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "%d mese" msgstr[1] "%d mesi" +msgstr[2] "%d mesi" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Foto" -msgstr[1] "Foto" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6319,6 +6407,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: perllib/Utils.pm:247 #, perl-format @@ -6326,6 +6415,7 @@ msgid "%d week" msgid_plural "%d weeks" msgstr[0] "%d settimana" msgstr[1] "%d settimane" +msgstr[2] "%d settimane" #: perllib/Utils.pm:243 #, perl-format @@ -6333,6 +6423,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d anno" msgstr[1] "%d anni" +msgstr[2] "%d anni" #: templates/web/base/reports/index.html:120 #, perl-format @@ -6340,6 +6431,7 @@ msgid "%s day" msgid_plural "%s days" msgstr[0] "%s giorno" msgstr[1] "%s giorni" +msgstr[2] "%s giorni" #: templates/web/base/reports/index.html:57 #, perl-format @@ -6347,6 +6439,7 @@ msgid "%s problem marked as fixed" msgid_plural "%s problems marked as fixed" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/reports/index.html:45 #, perl-format @@ -6354,6 +6447,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/reports/index.html:136 #, perl-format @@ -6361,6 +6455,7 @@ msgid "%s report" msgid_plural "%s reports" msgstr[0] "%s segnalazione" msgstr[1] "%s segnalazioni" +msgstr[2] "%s segnalazioni" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6368,13 +6463,15 @@ msgid "%s update on problems" msgid_plural "%s updates on problems" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s risolti nel mese passato" -msgstr[1] "%s risolti nel mese passato" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6382,6 +6479,7 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s risolti nel mese passato" msgstr[1] "%s risolti nel mese passato" +msgstr[2] "%s risolti nel mese passato" #: templates/web/base/front/stats.html:8 #, perl-format @@ -6389,6 +6487,7 @@ msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s Segnalazione nell'ultima settimana" msgstr[1] "%s Segnalazioni nelle ultime settimane" +msgstr[2] "%s Segnalazioni nelle ultime settimane" #: templates/web/base/front/stats.html:13 #, perl-format @@ -6396,6 +6495,7 @@ msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s segnalazione recente" msgstr[1] "%s segnalazioni recenti" +msgstr[2] "%s segnalazioni recenti" #: templates/web/base/front/stats.html:37 #, perl-format @@ -6403,6 +6503,7 @@ msgid "%s update on reports" msgid_plural "%s updates on reports" msgstr[0] "%s aggiornamento sulle segnalazioni" msgstr[1] "%s aggiornamenti sulle segnalazioni" +msgstr[2] "%s aggiornamenti sulle segnalazioni" #: perllib/FixMyStreet/App/Form/Field/FileIdPhoto.pm:27 #, perl-format @@ -6410,13 +6511,15 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -6424,6 +6527,7 @@ msgid "We do not yet have details for the other council that co msgid_plural "We do not yet have details for the other councils that cover this location." msgstr[0] "Nonabbiamo ancora dettagli per un'altro comune che copre questa zona." msgstr[1] "Nonabbiamo ancora dettagli sugli altri comuni che coprono questa zona." +msgstr[2] "Nonabbiamo ancora dettagli sugli altri comuni che coprono questa zona." #: templates/web/base/report/new/top_message_none.html:3 #, perl-format @@ -6431,20 +6535,23 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Non abbiamo ancora i dettagli sul comune che copre questa zona." msgstr[1] "Non abbiamo ancora i dettagli sui comuni che coprono questa zona." +msgstr[2] "Non abbiamo ancora i dettagli sui comuni che coprono questa zona." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: templates/email/default/inactive-account.html:18 #, perl-format @@ -6452,6 +6559,7 @@ msgid "month" msgid_plural "months" msgstr[0] "mese" msgstr[1] "mesi" +msgstr[2] "mesi" #: templates/email/westminster/archive.html:25 #, perl-format @@ -6459,43 +6567,15 @@ msgid "report" msgid_plural "reports" msgstr[0] "segnalazione" msgstr[1] "segnalazioni" +msgstr[2] "segnalazioni" -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Inserisci il nome di una strada nelle vicinanze e una città o solo in nome della città " - -#~ msgid "Close" -#~ msgstr "Chiudi" - -#~ msgid "Could not find user" -#~ msgstr "Non posso trovare l'utente" - -#~ msgid "Flag user" -#~ msgstr "Utente segnalato" - -#~ msgid "Home" -#~ msgstr "Home" - -#~ msgid "MAP" -#~ msgstr "MAPPA" - -#~ msgid "Map" -#~ msgstr "Mappa" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Per favore cerca di essere educato, conciso e dritto al punto." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Per favore non abusarne — abusandone il comune svaluterà il servizio per tutti gli utenti." - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Scrivere il tuo messaggio interamente con lettere maiuscole diventa di difficile lettura, come anche una mancanza di punteggiatura." - -#~ msgid "Closed by council" -#~ msgstr "Chiuso dal comune" - -#~ msgid "Current token:" -#~ msgstr "Token attuale:" - -#~ msgid "Post" -#~ msgstr "Posta" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Descrizione" +msgstr[1] "Descrizione" +msgstr[2] "Descrizione" + +#~ msgid "Place pin on map" +#~ msgstr "Inserisci il cursore sulla mappa" diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index 43748ecfa16..5a2b3a86fbd 100644 --- a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/mysociety/teams/12067/lt_LT/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Lithuanian (Lithuania) (https://app.transifex.com/mysociety/teams/12067/lt_LT/)\n" "Language: lt_LT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "ir" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Suvestinės ataskaitos" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s tiesioginiai atnaujinimai" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s klausimynai išsiųsti – %s atsakyti (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(uždaryta)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,16 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(atlikta)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Jokių kitų atnaujinimai" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -176,7 +168,7 @@ msgstr "(pavyzdžiui, grafitis, šiukšlės, duobė kelyje ar gatvės apšvietim msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(neišsiųsta tarybai)" @@ -184,19 +176,19 @@ msgstr "(neišsiųsta tarybai)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(pasirinktinai)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(išsiųsta į abu)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Išsirinktite kategorija --" @@ -270,11 +262,11 @@ msgstr "Taip Aš turiu slaptažodį" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -303,9 +295,8 @@ msgid "Add a contact using the form below." msgstr "Pridėkite kontaktą naudodami žemiau pateikta anketa" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Pridėti naują kategoriją" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -344,6 +335,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "pridėti instituciją" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -368,26 +364,25 @@ msgstr "Įdėti į trumpajį sąrašą" msgid "Add user" msgstr "Pridėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Pridėti/redaguoti atsakymo šablonus" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Pridėti/redaguoti problemų kategorijas" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Pridėti/redaguoti atsakymų prioritetus" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Pridėti/redaguoti atsakymo šablonus" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Pridėta %s" @@ -405,7 +400,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Dar kartą:" @@ -475,7 +470,7 @@ msgstr "Visi pranešimai nuo %s ir %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -491,16 +486,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Atnaujinimas - Problema sutvarkyta" @@ -514,7 +509,7 @@ msgstr "Anoniminis" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -526,6 +521,10 @@ msgstr "Anoniminis:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -539,6 +538,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -549,7 +549,7 @@ msgstr "" msgid "Area covered" msgstr "Vietovė pažymėta" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -559,24 +559,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Šiuo metu puslapis ir %s yra neveikiantis, sukurti pranešimai bus išsiųsti problemos siuntėjui, o ne kontaktui pateiktame pranešimo kategorijoje." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Priskirta to %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Flagged reports and users" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Priskirta to %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Priskirta to %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -596,28 +592,24 @@ msgid "Assign to subdivision:" msgstr "Priskirti padaliniui:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Priskirta to %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Priskirta to %s" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Priskirta to %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Priskirta to %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -627,7 +619,7 @@ msgstr " %d prašymai yra grąžinami kiekvienai užklausai. Grąžinti prašyma msgid "At the moment only searching for and looking at reports work." msgstr "Šiuo metu veikia tiktai pranešimų peržiūra ir paieška." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -639,7 +631,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -672,7 +664,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -680,10 +672,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -700,12 +692,17 @@ msgstr "Institucijos" msgid "Body" msgstr "Institucija" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Institucija:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -716,12 +713,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Nematote žemėlapio? Praleiskite šitą žingsnį" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -736,7 +733,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -750,11 +747,11 @@ msgstr "" msgid "Category" msgstr "Kategorija" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -779,9 +776,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Pakeisti slaptažodį" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -790,7 +786,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Pakeisti slaptažodį" @@ -815,6 +811,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -844,7 +846,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -855,7 +857,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Uždaryta" @@ -893,7 +895,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -902,13 +904,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Nustatymai" @@ -933,7 +937,7 @@ msgstr "" msgid "Confirmation" msgstr "Patvirtinimas" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -972,6 +976,11 @@ msgstr "Susisiekite su komanda" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Sukurti pranešimą" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -997,7 +1006,8 @@ msgstr "Taryba" msgid "Council contacts for %s" msgstr "Tarybos kontaktai skirti %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1025,33 +1035,32 @@ msgstr "Sukurti pranešimą" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Sukurti kategoriją" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Sukurti šabloną" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1072,14 +1081,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Sukurta" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Sukurta" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1089,16 +1096,16 @@ msgstr "Sukurta" msgid "Created:" msgstr "Sukurta:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1125,6 +1132,10 @@ msgstr "Įrankių juosta" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1137,7 +1148,7 @@ msgstr "Padalinys atliko per 5 darbo dienas" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1146,6 +1157,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Ištrinta" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1153,11 +1169,10 @@ msgid "Delete template" msgstr "Pašalinti šabloną" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Pašalinti šabloną" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1173,26 +1188,24 @@ msgstr "" msgid "Description" msgstr "Aprašymas" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Aprašymas" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Išsamiau" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Anketa/Klausimynas" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1203,7 +1216,7 @@ msgstr "Anketa/Klausimynas" msgid "Details:" msgstr "Išsamiau:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1215,8 +1228,8 @@ msgstr "Perduota" msgid "Diligency prize league table" msgstr "Diligency prize league table" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1224,7 +1237,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1233,14 +1246,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Gauti problemų atnaujinimus iš %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1268,7 +1280,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Don’t nežinau" @@ -1285,6 +1297,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1346,33 +1362,32 @@ msgstr "Redaguoti" msgid "Edit body details" msgstr "Redaguoti institucijos informaciją" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Redaguoti vartotoją %d" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1413,19 +1428,19 @@ msgstr "Redaktorius" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "El. paštas" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1443,11 +1458,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1455,7 +1470,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1464,7 +1479,7 @@ msgstr "" msgid "Email:" msgstr "El. paštas:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1528,7 +1543,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1541,9 +1556,8 @@ msgid "Endpoint" msgstr "Pabaigos taškas" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Įveskite Zürich gatvės pavadinimą" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1562,7 +1576,7 @@ msgstr "Įveskite artimiausios gatvės pavadinimą ir rajoną" msgid "Enter details of the problem" msgstr "įveskite problemos detales" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1605,11 +1619,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1639,13 +1654,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1693,30 +1708,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Pirmas kartas" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Naujausios gretimų pranešimų nuotraukos" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nauji pranešimai" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Suvarkyti tai pasirenkant pažymėta vietovę Redaguoti informacijąformą." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Sutvarkyta" @@ -1733,7 +1751,7 @@ msgstr "Sutvarkyta - Vartotojas" msgid "Flag as deleted" msgstr "Pažymeti kaip ištrinta" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Pažymėta" @@ -1742,7 +1760,7 @@ msgstr "Pažymėta" msgid "Flagged reports and users" msgstr "Flagged reports and users" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Flagged users are listed on the flagged page." @@ -1750,12 +1768,17 @@ msgstr "Flagged users are listed on the flagged page." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Pažymėta:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Follow a ward link to view only reports within that ward." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Follow a ward link to view only reports within that ward." @@ -1771,7 +1794,7 @@ msgstr "Daugiau informacijos rasite report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3987,7 +4014,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4054,13 +4081,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4070,18 +4097,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4096,7 +4123,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4112,6 +4139,10 @@ msgstr "" msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4160,7 +4191,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4169,7 +4200,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4184,7 +4215,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4193,26 +4224,34 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Follow a ward link to view only reports within that ward." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:116 -#, fuzzy msgid "Select report status" -msgstr "Filtruoti pranešimo sąraša" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4238,7 +4277,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4255,7 +4294,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4278,7 +4317,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4294,7 +4333,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4333,12 +4372,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "" @@ -4355,17 +4394,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4423,7 +4462,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4434,21 +4473,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4457,16 +4492,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4474,10 +4509,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4485,7 +4524,7 @@ msgstr "Pirmas kartas" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4493,7 +4532,7 @@ msgstr "Pirmas kartas" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4506,7 +4545,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4522,13 +4561,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4574,23 +4613,23 @@ msgstr "" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4598,7 +4637,7 @@ msgstr "" msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4607,15 +4646,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4627,7 +4666,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4637,15 +4676,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4657,7 +4697,7 @@ msgstr "" msgid "Summary" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4676,11 +4716,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4704,7 +4744,7 @@ msgstr "Šablonas «%s»" msgid "Template email response:" msgstr "Viešas atsakymas:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4724,9 +4764,8 @@ msgid "Text alert created" msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Pažymeti kaip ištrinta" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4776,7 +4815,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4815,23 +4854,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4861,8 +4900,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4893,7 +4932,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4953,8 +4992,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4974,11 +5013,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5038,7 +5077,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5120,15 +5159,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5136,9 +5175,13 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -5160,7 +5203,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5195,15 +5238,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5212,7 +5255,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5227,7 +5270,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5275,7 +5318,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5302,9 +5345,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5348,12 +5391,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5370,23 +5413,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5403,16 +5446,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Anketa %d išsiųsta dėl problemos %d" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5449,9 +5491,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Prašome įvesti žinutę" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5473,14 +5514,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5488,7 +5530,7 @@ msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5524,19 +5566,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5548,22 +5594,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5576,27 +5622,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5605,8 +5651,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5624,6 +5670,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5633,16 +5683,21 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Ne mano padaliniui" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5662,7 +5717,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5675,7 +5730,7 @@ msgstr "Nustatymai" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5698,7 +5753,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5719,7 +5774,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5740,7 +5795,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5756,7 +5811,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5764,7 +5819,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5781,13 +5836,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "" @@ -5795,7 +5850,11 @@ msgstr "" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5821,7 +5880,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5830,7 +5889,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5860,7 +5919,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5925,7 +5984,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5961,15 +6020,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -5977,8 +6036,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5996,11 +6055,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6009,8 +6068,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -6024,9 +6083,9 @@ msgstr "" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6036,18 +6095,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "" @@ -6069,7 +6128,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6096,7 +6155,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6116,8 +6175,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6130,12 +6189,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6153,7 +6212,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6178,7 +6237,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6188,15 +6247,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(pasirinktinai)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "arba" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6225,6 +6282,11 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6259,7 +6321,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6293,19 +6355,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6351,14 +6417,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Nuotrauka" -msgstr[1] "Nuotrauka" -msgstr[2] "Nuotrauka" -msgstr[3] "Nuotrauka" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6486,7 +6552,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6513,7 +6579,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6522,7 +6588,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6549,65 +6615,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Įveskite artimiausios gatvės pavadinimą ir rajoną" - -#~ msgid "Could not find user" -#~ msgstr "Vartotojas nerastas" - -#~ msgid "Flag user" -#~ msgstr "Pažymėti vartotoją" - -#~ msgid "Home" -#~ msgstr "Pradžia" - -#~ msgid "MAP" -#~ msgstr "MAP" - -#~ msgid "Map" -#~ msgstr "Žemėlapis" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Prašome būti mandagūs, rašyti glaustai ir tiksliai." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Prašome neįžeidinėti — įžeidinėjimai nuvertina paslaugą visiems vartotojams." - -#~ msgid "Closed by council" -#~ msgstr "Uždaryta " - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Invalid agency_responsible value %s" - -#~ msgid "Post" -#~ msgstr "Įkelti" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Pastaba: Šis pranešimas jau išsiūstas vykdymui. Bet kokie pakeitimai nebus perduoti." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Pastaba: Šis pranešimas dar neišsiūstas vykdymui. Bet kokie pakeitimai nebūtinai bus perduoti." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ "Normally, categories are not private.\n" -#~ "
\n" -#~ "This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ "interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ "at a specific address." - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." - -#~ msgid "OK" -#~ msgstr "Gerai" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Aprašymas" +msgstr[1] "Aprašymas" +msgstr[2] "Aprašymas" +msgstr[3] "Aprašymas" + +#~ msgid "Place pin on map" +#~ msgstr "Padėkite smeigtuką ant žemėlapio" diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index 420e4ffc9af..42e87f5c7ea 100644 --- a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Malay (https://www.transifex.com/mysociety/teams/12067/ms/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Malay (https://app.transifex.com/mysociety/teams/12067/ms/)\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " dan " @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Laporan Ringkasan" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s update secara langsung" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s soalan selidik dihantar – %s dijawabi (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ruj; %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(ditutup)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(tetap)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Laporan anda" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Tiada kemaskini baru." +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(seperti graffiti, fly tipping, paving slabs rosak, atau lampu jalan)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(tidak dihantar kepada majlis)" @@ -185,19 +176,19 @@ msgstr "(tidak dihantar kepada majlis)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(tidak diwajibkan)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(hantar kepada kedua-dua)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -271,11 +262,11 @@ msgstr "Ya Aku ada kata laluan" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -301,9 +292,8 @@ msgid "Add a contact using the form below." msgstr "Tambahkan cara hubungan dengan borang dibawah" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Tambah kategori baru" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -342,6 +332,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Tambah badan" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -366,25 +361,25 @@ msgstr "" msgid "Add user" msgstr "Tambah pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "%s telah ditambahi" @@ -402,7 +397,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Sekali lagi:" @@ -472,7 +467,7 @@ msgstr "Semua laporan antara %s dan %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -488,17 +483,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Alamat emel anda" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Ada kemas kini menanda masalah ini sebagai diselesai." @@ -512,7 +506,7 @@ msgstr "Tanpa nama" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -524,6 +518,10 @@ msgstr "Tanpa Nama:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -537,6 +535,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -547,7 +546,7 @@ msgstr "" msgid "Area covered" msgstr "Kawasan dilintungi" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -557,24 +556,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Ditugaskan kepada %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Laporan dan pengguna ditanda" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Ditugaskan kepada %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Ditugaskan kepada %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -594,28 +589,24 @@ msgid "Assign to subdivision:" msgstr "Ditugaskan kepada bahagian bawah:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Ditugaskan kepada %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Ditugaskan kepada %s" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Ditugaskan kepada %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Ditugaskan kepada %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -625,7 +616,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -637,7 +628,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -670,7 +661,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -678,10 +669,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -698,12 +689,17 @@ msgstr "Badan" msgid "Body" msgstr "Badan" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Badan:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -714,11 +710,11 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 msgid "Can’t use the map? Skip this step." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -733,7 +729,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -747,11 +743,11 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -776,9 +772,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Menukar Kata Laluan" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -787,7 +782,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Menukar Kata Laluan" @@ -810,6 +805,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -839,7 +840,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -850,7 +851,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Ditutup" @@ -888,7 +889,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -897,13 +898,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -928,7 +931,7 @@ msgstr "" msgid "Confirmation" msgstr "Pengesahan" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -967,6 +970,11 @@ msgstr "Menghubungi pasukan" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Laporan baru" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -992,7 +1000,8 @@ msgstr "Majlis" msgid "Council contacts for %s" msgstr "Hubungan Majlis untuk %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Rujukan majlis: %s" @@ -1020,33 +1029,32 @@ msgstr "Laporan baru" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori baru" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Sila masukkan pesanan" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1067,14 +1075,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Diwujudkan" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Diwujudkan" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1084,17 +1090,16 @@ msgstr "Diwujudkan" msgid "Created:" msgstr "Diwujudkan:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "edit pengguna" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1121,6 +1126,10 @@ msgstr "Papan pemuka" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1133,7 +1142,7 @@ msgstr "Diuruskan oleh bahagian bawah dalam 5 hari bekerja" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1142,6 +1151,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Dipadam" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1149,11 +1163,10 @@ msgid "Delete template" msgstr "" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Dipadam" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1169,26 +1182,24 @@ msgstr "" msgid "Description" msgstr "Huraian" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Huraian" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Perincian" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Soalan selidik" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1199,7 +1210,7 @@ msgstr "Soalan selidik" msgid "Details:" msgstr "Perincian:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1211,8 +1222,8 @@ msgstr "Didelegasikan" msgid "Diligency prize league table" msgstr "Jadual liga hadiah ketekunan" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1220,7 +1231,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1229,14 +1240,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Dapatkan kemas kini masalah di %" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1264,7 +1274,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Tidak tahu" @@ -1281,6 +1291,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1339,33 +1353,32 @@ msgstr "Menyunting" msgid "Edit body details" msgstr "Edit perincian badah" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "edit pengguna" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1406,19 +1419,19 @@ msgstr "Editor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Emel" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1436,11 +1449,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1448,7 +1461,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1457,7 +1470,7 @@ msgstr "" msgid "Email:" msgstr "Emel:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1514,7 +1527,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1527,9 +1540,8 @@ msgid "Endpoint" msgstr "Endpoint" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Masukkan nama jalan Zürich" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1548,7 +1560,7 @@ msgstr "Masukkan nama jalan dan kawasan terdekat" msgid "Enter details of the problem" msgstr "Masukkan perincian masalah tersebut" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1591,11 +1603,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1625,13 +1638,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1679,30 +1692,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Pertama kali" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Foto laporan terdekat baru-baru ini " +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Laporan baru" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ruj; %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Diselesai" @@ -1719,7 +1735,7 @@ msgstr "Diselesai - Pengguna" msgid "Flag as deleted" msgstr "Tanda sebagai dipadam" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Ditanda" @@ -1728,7 +1744,7 @@ msgstr "Ditanda" msgid "Flagged reports and users" msgstr "Laporan dan pengguna ditanda" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1736,12 +1752,17 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Ditanda:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Ikuti link kawasan pentadbiran untuk melihat laporan dalam kawasan tersebut sahaja." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Ikuti link kawasan pentadbiran untuk melihat laporan dalam kawasan tersebut sahaja." @@ -1757,7 +1778,7 @@ msgstr "Untuk maklumat lanjut, lihat report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3964,7 +3986,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4016,9 +4038,8 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "peta diguna" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4032,13 +4053,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4048,18 +4069,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4074,7 +4095,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4090,6 +4111,10 @@ msgstr "" msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4138,7 +4163,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4147,7 +4172,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4162,7 +4187,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Pilihkan kawasan" @@ -4171,26 +4196,34 @@ msgstr "Pilihkan kawasan" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Ikuti link kawasan pentadbiran untuk melihat laporan dalam kawasan tersebut sahaja." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:116 -#, fuzzy msgid "Select report status" -msgstr "Tapis senarai laporan" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4216,7 +4249,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Dihantar kepada %s %s kemudian" @@ -4233,7 +4266,7 @@ msgstr "Servis:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4256,7 +4289,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4272,7 +4305,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4311,12 +4344,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Log masuk" @@ -4333,17 +4366,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Log masuk atau daftarkan akaun" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Log keluar" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4401,7 +4434,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4412,21 +4445,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4435,16 +4464,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4452,10 +4481,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4463,7 +4496,7 @@ msgstr "Pertama kali" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4471,7 +4504,7 @@ msgstr "Pertama kali" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4484,7 +4517,7 @@ msgstr "Negeri" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4500,13 +4533,13 @@ msgstr "" msgid "State:" msgstr "Negeri:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4552,23 +4585,23 @@ msgstr "Tajuk:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Hantar" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4576,7 +4609,7 @@ msgstr "Hantar" msgid "Submit changes" msgstr "Hantar perubahan" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Hantar soalan selidik" @@ -4585,15 +4618,15 @@ msgstr "Hantar soalan selidik" msgid "Submitted" msgstr "Dihantarkan" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Melanggan" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4605,7 +4638,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4615,15 +4648,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4635,10 +4669,9 @@ msgstr "" msgid "Summary" msgstr "Ringkasan" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Laporan ringkasan" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4655,11 +4688,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4683,7 +4716,7 @@ msgstr "" msgid "Template email response:" msgstr "Tindak balas awam:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4699,14 +4732,12 @@ msgid "Text" msgstr "Teks" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Teks" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Tanda sebagai dipadam" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4729,9 +4760,8 @@ msgid "Text:" msgstr "Teks:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Teks" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4757,7 +4787,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4796,23 +4826,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4842,8 +4872,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4874,7 +4904,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4934,8 +4964,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4955,11 +4985,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5019,7 +5049,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5101,15 +5131,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5117,9 +5147,13 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -5141,7 +5175,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5176,15 +5210,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Laporan ini menunggui sederhana." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Laporan ini ditanda sebagai ditutupi sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Laporan ini ditanda sebagai diselesai sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Laporan ini ditanda sebagai terbuka sekarang." @@ -5193,7 +5227,7 @@ msgstr "Laporan ini ditanda sebagai terbuka sekarang." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Laman web tersebut juga mengandungi foto masalah, dibekalkan oleh pengguna." @@ -5208,7 +5242,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5256,7 +5290,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Melihat lokasi tepat atas peta bagi isu ini" @@ -5283,9 +5317,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Jumlah" @@ -5329,12 +5363,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5351,23 +5385,23 @@ msgstr "" msgid "Unknown" msgstr "Tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Jenis pemberitahuan tak diketahui" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Ralat tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" @@ -5384,16 +5418,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Kemas kini" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Kemaskini %s dibuat untuk masalah %d; oleh %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5430,9 +5463,8 @@ msgid "Update marked problem as fixed" msgstr "Kemas kini menanda masalah sebagai diselesai" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Status kemas kini" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5454,14 +5486,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5469,7 +5502,7 @@ msgid "Updated!" msgstr "Dikemas kinikan!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5502,23 +5535,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "Melihat lokasi" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5530,22 +5567,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5558,27 +5595,27 @@ msgstr "Carian pengguna mencari padanan dalam nama dan alamat emel pengguna." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Pengguna" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5587,8 +5624,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Nilai dikemaskinikan" @@ -5606,6 +5643,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5615,16 +5656,21 @@ msgstr "" msgid "View report on site" msgstr "Melihat laporan di laman" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Melihat laporan dengan kawasan pentadbiran" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Melihat laporan dengan kawasan pentadbiran" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5644,7 +5690,7 @@ msgstr "Melihat masalah" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Kawasan pentadbiran majlis ini" @@ -5657,7 +5703,7 @@ msgstr "Konfigurasi" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5680,7 +5726,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Kita sedar bahawa masalah ini mungkin tanggungjawab %s; tetapi, pada masa kini kita tiada maklumat hubungan mereka. Jika anda tahu hubungan sewajanya, sila menghubungi mereka" @@ -5701,7 +5747,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5722,7 +5768,7 @@ msgstr "Bila diedit" msgid "When sent" msgstr "Bila dihantar" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5738,7 +5784,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5746,7 +5792,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5763,13 +5809,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ya" @@ -5777,7 +5823,11 @@ msgstr "Ya" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5803,7 +5853,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5812,7 +5862,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5842,7 +5892,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5907,7 +5957,7 @@ msgstr "Anda telah berjaya log masuk; sila semak dan pastikan maklumat anda adal msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5946,15 +5996,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Emel Anda" @@ -5962,8 +6012,8 @@ msgstr "Emel Anda" msgid "Your email address" msgstr "Alamat emel anda" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5981,11 +6031,11 @@ msgstr "Nama anda" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5994,8 +6044,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Kata laluan anda" @@ -6009,9 +6059,9 @@ msgstr "Kata laluan anda telah diubahi" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6021,18 +6071,18 @@ msgstr "" msgid "Your phone number" msgstr "Nombor telefon anda" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Laporan anda" @@ -6054,7 +6104,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Kemas kini anda" @@ -6081,7 +6131,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6101,8 +6151,8 @@ msgstr "" msgid "by %s" msgstr "dari %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "majlis" @@ -6115,12 +6165,12 @@ msgstr "tidak mengguna peta" msgid "e.g. ‘%s’ or ‘%s’" msgstr "seperti ‘%s’ atau ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6138,7 +6188,7 @@ msgstr "dari %s pengguna lain" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "kemaskini yang lepas %s" @@ -6163,7 +6213,7 @@ msgstr "tiada" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6173,15 +6223,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(tidak diwajibkan)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr " atau " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6210,6 +6258,11 @@ msgstr "kawasan lain:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ruj; %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6244,7 +6297,7 @@ msgstr "pin tidak ditunjukkan sebab pengguna tidak menggunakan peta" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "jenis masalah tempatan ini" @@ -6278,19 +6331,23 @@ msgstr "pengguna adalah dari majlis yang sama dengan masalah - %d" msgid "user is problem owner" msgstr "pengguna adalah pemilik masalah" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "kawasan pentadbiran" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6321,11 +6378,11 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Foto" +msgstr[0] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6376,10 +6433,10 @@ msgid_plural "%s updates on problems" msgstr[0] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s diselesai di bulan lepas" +msgstr[0] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6411,7 +6468,7 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6429,13 +6486,13 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Kita belum ada maklumat tentang majlis yang menutupi lokasi ini" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6453,46 +6510,11 @@ msgid "report" msgid_plural "reports" msgstr[0] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Melihat lokasi" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Masukkan nama jalan dan kawasan terdekat" - -#~ msgid "Could not find user" -#~ msgstr "Tidak dapat mencari pengguna" - -#~ msgid "Flag user" -#~ msgstr "Tanda pengguna" - -#~ msgid "Home" -#~ msgstr "Home" - -#~ msgid "MAP" -#~ msgstr "PETA" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Sila bersopan, ringkas dan tepat." - -#~ msgid "User flag removed" -#~ msgstr "Tanda pengguna dipadam" - -#~ msgid "User flagged" -#~ msgstr "Pengguna ditanda" - -#~ msgid "Closed by council" -#~ msgstr "Ditutup oleh majlis" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Nilai agency_responsible %s salah" - -#~ msgid "Post" -#~ msgstr "Post" - -#~ msgid "OK" -#~ msgstr "OK" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Huraian" -#~ msgid "or locate me automatically" -#~ msgstr "atau mengesan aku secara automatik" +#~ msgid "Place pin on map" +#~ msgstr "Letakkan pin atas peta" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index 18bc1f7de6a..6901abe0c0b 100644 --- a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Burmese (Myanmar) (https://www.transifex.com/mysociety/teams/12067/my_MM/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Burmese (Myanmar) (https://app.transifex.com/mysociety/teams/12067/my_MM/)\n" "Language: my_MM\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "ႏွင့္" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "အက်ဥ္းခ်ဳပ္ အစီရင္ခံစာမ်ား" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s တိုက္ရိုက္အသစ္ရယူျခင္:" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s စစ်တမ်းမေးခွန်းလွှာပို့ပြီး – %s အဖြေ (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(ပိတ္ထားသည္)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(ျပင္ျပီးျပီ)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "သင္၏ အစီရင္ခံစာမ်ား" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(ဂရပ္ဖီတီ၊ စည္းကမ္းမဲ့ အမိ msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(ေကာင္စီသို႔မပို႔ပါ)" @@ -185,19 +176,19 @@ msgstr "(ေကာင္စီသို႔မပို႔ပါ)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(ႏွစ္ခုလံုးသို႔ပို႔မည္)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" @@ -268,11 +259,11 @@ msgstr "ဟုတ္ကဲ့ ကၽြႏ္ုပ္တြင msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -298,9 +289,8 @@ msgid "Add a contact using the form below." msgstr "ေအာက္ပါပံုစံကိုသံုးျပီးအဆက္အသြယ္တစ္ခုထည့္မည္" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -339,6 +329,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "စာကိုယ္ထည့္မည္" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -363,25 +358,25 @@ msgstr "" msgid "Add user" msgstr "အသံုးျပဳသူထည့္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "%sကိုထည့္ျပီးျပီ" @@ -399,7 +394,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "ထပ္မံ၍-" @@ -469,7 +464,7 @@ msgstr "%s ႏွင့္ %s ၾကားအစီရင္ခံစားအ msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -485,17 +480,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "သင္၏ အီးေမးလ္လိပ္စာ" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "ေျဖရွင္းထားသည့္ ျပႆနာကို အမွတ္အသားျပဳလုပ္ထားသည္။" @@ -509,7 +503,7 @@ msgstr "အမည္မသိ" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -521,6 +515,10 @@ msgstr "အမည္မသိ-" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -534,6 +532,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -544,7 +543,7 @@ msgstr "" msgid "Area covered" msgstr "ဧရိယာလႊမ္းျခံဳ ျခင္း" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -554,24 +553,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "%s သို႔ လြဲအပ္မည္" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "အသံုးျပဳသူမ်ားမွေပးပို႔လာေသာျပႆနာအသစ္မ်ား" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "%s သို႔ လြဲအပ္မည္" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "%s သို႔ လြဲအပ္မည္" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -591,28 +586,24 @@ msgid "Assign to subdivision:" msgstr "အေသးစိတ္နယ္နမိတ္သို႔သတ္မွတ္မည္-" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "%s သို႔ လြဲအပ္မည္" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "%s သို႔ လြဲအပ္မည္" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "%s သို႔ လြဲအပ္မည္" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "%s သို႔ လြဲအပ္မည္" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -622,7 +613,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "အခုေလာေလာဆယ္ အစီရင္ခံစာမ်ားကို ရွာေဖြျခင္း၊ၾကည့္ရႈျခင္းသာျပဳလုပ္ႏိုင္ေသးသည္" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -634,7 +625,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -667,7 +658,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -675,10 +666,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -695,12 +686,17 @@ msgstr "စာကိုယ္မ်ား" msgid "Body" msgstr "စာကိုယ္" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "စာကိုယ္ -" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -711,12 +707,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "ေျမပံုကိုမျမင္ဘူးလား။ ဒီအဆင့္ကိုေက်ာ္မည္ " -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -731,7 +727,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -745,11 +741,11 @@ msgstr "" msgid "Category" msgstr "အမ်ိဳးအစား" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -774,9 +770,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "စကား၀ွက္ေျပာင္းမည္" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -785,7 +780,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "စကား၀ွက္ေျပာင္းမည္" @@ -808,6 +803,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -837,7 +838,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -848,7 +849,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "ပိတ္မည္" @@ -886,7 +887,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -895,13 +896,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" @@ -926,7 +929,7 @@ msgstr "" msgid "Confirmation" msgstr "အတည္ျပဳျခင္း" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -965,6 +968,11 @@ msgstr "အဖြဲ႕ႏွင့္ဆက္သြယ္ပါ" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီးမည္" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -990,7 +998,8 @@ msgstr "ေကာင္စီ" msgid "Council contacts for %s" msgstr "%sအတြက္ေကာင္စီအဆက္အသြယ္" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "ေကာင္စီ ရည္ညႊန္းခ်က္" @@ -1018,33 +1027,32 @@ msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီး msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "အမ်ိဳးအစားဖန္တီးမည္" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "စာတစ္ခုရိုက္ထည့္ပါ" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1065,14 +1073,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "ဖန္တီးမည္" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "ဖန္တီးမည္" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1082,17 +1088,16 @@ msgstr "ဖန္တီးမည္" msgid "Created:" msgstr "ဖန္တီးခဲ့ခ်ိန္-" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "သုံးစြဲသူအား ျပင္ဆင္ျခင္း" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1119,6 +1124,11 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1131,7 +1141,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1140,6 +1150,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "ဖ်က္ျပီးျပီ" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1147,11 +1162,10 @@ msgid "Delete template" msgstr "" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "ဖ်က္ျပီးျပီ" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1167,26 +1181,24 @@ msgstr "" msgid "Description" msgstr "ေဖာ္ျပခ်က္" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "ေဖာ္ျပခ်က္" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "အေသးစိတ္အခ်က္အလက္" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "စစ္တမ္းေမးခြန္းလႊာ" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1197,7 +1209,7 @@ msgstr "စစ္တမ္းေမးခြန္းလႊာ" msgid "Details:" msgstr "အေသးစိတ္အခ်က္အလက္မ်ား-" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1209,8 +1221,8 @@ msgstr "တစ္ေယာက္မွတစ္ေယာက္လက္လြဲ msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1218,7 +1230,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1227,11 +1239,11 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" msgstr "" @@ -1261,7 +1273,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1278,6 +1290,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1336,33 +1352,32 @@ msgstr "ျပင္ဆင္မည္" msgid "Edit body details" msgstr "စာကိုယ္ကိုအေသးစိတ္ျပင္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "သုံးစြဲသူအား ျပင္ဆင္ျခင္း" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1403,19 +1418,19 @@ msgstr "အယ္ဒီတာ" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "အီးေမးလ္" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1433,11 +1448,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1445,7 +1460,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1454,7 +1469,7 @@ msgstr "" msgid "Email:" msgstr "အီးေမးလ္-" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1511,7 +1526,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1524,9 +1539,8 @@ msgid "Endpoint" msgstr "ျပီးဆံုးမွတ္-" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "လမ္းနာမည္ ျဖည့္စြက္ပါ" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1545,7 +1559,7 @@ msgstr "အနီးနားရွိလမ္းအမည္ႏွင့္ဧ msgid "Enter details of the problem" msgstr "ျပႆနာ၏အေသးစိတ္အခ်က္အလက္မ်ားကိုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1588,11 +1602,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1622,13 +1637,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1676,30 +1691,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "ပထမအၾကိမ္" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "မၾကာေသးခင္ကအနီးအနားက အစီရင္ခံစာမ်ား၏ဓာတ္ပံု" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "အစီရင္ခံစာအသစ္မ်ား" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "ေကာင္စီ ရည္ညႊန္းခ်က္" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "ျပင္ျပီးျပီ" @@ -1716,7 +1734,7 @@ msgstr "ျပင္ျပီးျပီ-အသံုးျပဳသူ" msgid "Flag as deleted" msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1725,7 +1743,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "အမွတ္အသားျပဳလုပ္ထားသည့္ အသံုးျပဳသူမ်ားကို ေဖာ္ျပျခင္း" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1733,12 +1751,17 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "အမွတ္အသားျပဳလုပ္ထားျခင္း" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "ရပ္ကြက္ထဲမွအစီရင္ခံစာမ်ားကိုသာၾကည့္ရန္ရပ္ကြက္လင့္ခ္ကိုလိုက္ၾကည့္ပါ" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "ရပ္ကြက္ထဲမွအစီရင္ခံစာမ်ားကိုသာၾကည့္ရန္ရပ္ကြက္လင့္ခ္ကိုလိုက္ၾကည့္ပါ" @@ -1754,7 +1777,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1778,7 +1801,7 @@ msgstr "မၾကာခဏေမးေသာေမးခြန္းမ်ား msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1809,7 +1832,7 @@ msgstr "%ျပႆနာ၏အသစ္မြမ္းမံမႈမ်ား msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "ကၽြႏ္ုပ္ကို RSS Feed ေပးပါ" @@ -1843,8 +1866,8 @@ msgstr "သြားမည္" msgid "Going to send questionnaire?" msgstr "စစ္တမ္းကိုပို႔ေတာ့မွာလား။" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1852,19 +1875,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "ဒီျပႆနာကိုေျဖရွင္းျပီးျပီလား" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "ယခင္က ေကာင္စီထံ ျပႆနာမ်ား အစီရင္ခံဖူးသလား။ သို႔မဟုတ္ ဒါက ပထမဦးဆံုး အႀကိမ္လား?" @@ -1905,7 +1928,7 @@ msgstr "ေဖ်ာက္ထားေသာ" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1937,7 +1960,7 @@ msgstr "" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -2057,7 +2080,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2086,7 +2109,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2117,11 +2140,10 @@ msgid "In progress" msgstr "" #: templates/web/base/dashboard/heatmap.html:33 -#, fuzzy msgid "In wards" -msgstr "အုပ္ခ်ဳပ္ေရးဌာန" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2143,7 +2165,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2152,9 +2174,8 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "အတြင္းမွတ္စု" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2164,8 +2185,8 @@ msgstr "အတြင္းမွတ္စု" msgid "Invalid format %s specified." msgstr "ပံုစံ %s သည္မမွန္ကန္ပါ" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2202,11 +2223,10 @@ msgstr "ေနာက္ဆံုးအယ္ဒီတာ" #: templates/web/base/admin/reports/_edit_main.html:69 #: templates/web/base/admin/reports/_edit_waste.html:31 -#, fuzzy msgid "Last failure:" -msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" +msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2268,12 +2288,12 @@ msgstr "ေဒသတြင္းအသိေပးခ်က္" msgid "Locate the problem on a map of the area" msgstr "ဧရိယာ၏ေျမပံုတစ္ခုတြင္ျပႆနာကိုေနရာသတ္မွတ္မည္" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2289,17 +2309,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2307,16 +2327,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2330,11 +2350,11 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2352,7 +2372,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2369,7 +2389,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2392,12 +2412,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "လ" @@ -2407,9 +2427,9 @@ msgstr "လ" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2436,12 +2456,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "အမည္" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2471,12 +2491,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2499,11 +2519,11 @@ msgstr "" msgid "New body added" msgstr "စာကိုယ္အသစ္ထည့္ျပီးျပီ" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည့္ျပီးျပီ" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2525,13 +2545,17 @@ msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2624,18 +2648,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "မရွိပါ" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2643,7 +2667,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "စာကိုယ္မရွိ" @@ -2669,8 +2693,8 @@ msgstr "" msgid "No further updates" msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2695,8 +2719,8 @@ msgstr "" msgid "No supporters" msgstr "ေထာက္ပံ့ေပးမည့္သူမရွိပါ" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2704,19 +2728,19 @@ msgstr "ေထာက္ပံ့ေပးမည့္သူမရွိပါ" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "ဘာမွမဟုတ္" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2724,7 +2748,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2805,7 +2829,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2816,7 +2840,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "ဖြင့္မည္" @@ -2845,7 +2869,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2853,11 +2877,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2866,19 +2890,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "တျခား" @@ -2915,36 +2939,32 @@ msgid "Parent" msgstr "ပင္မ" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "အမ်ိဳးအစားဖန္တီးမည္" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "တစ္၀က္" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပါ)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလဲၿပီးျဖစ္သည္" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပါ)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "အျမဲတမ္းလင့္ခ္" +msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2952,20 +2972,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "ဖုန္း-" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "ဖုန္းနံပါတ္" @@ -2982,7 +3001,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2994,13 +3013,20 @@ msgstr "ဖုန္း-" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "ဓာတ္ပံု" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -3016,6 +3042,15 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "မၾကာေသးခင္ကအနီးအနားက အစီရင္ခံစာမ်ား၏ဓာတ္ပံု" @@ -3035,33 +3070,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "ေျမပံုတြင္ပင္တစ္ခုထားမည္" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "ေျမပံုတြင္ပင္တစ္ခုထားမည္" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "စကား၀ွက္ကိုျပန္စစ္ေဆးျပီးျပန္ၾကိဳးစားပါ" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "သင္၏အီးေမးလ္လိပ္စာမွန္၊မမွန္ကိုစစ္ေဆးပါ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3071,8 +3099,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" @@ -3081,11 +3109,12 @@ msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3097,14 +3126,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3113,17 +3142,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "စကား၀ွက္တစ္ခုရိုက္ထည့္ပါ" @@ -3142,9 +3171,9 @@ msgid "Please enter a valid UK phone number" msgstr "သင္၏ဖုန္းနံပါတ္ကိုရိုက္ထည့္ပါ" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3157,7 +3186,7 @@ msgid "Please enter a valid email address" msgstr "မွန္ကန္ေသာအီးေမးလ္လိပ္စာတစ္ခုရိုက္ထည့္ပါ" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3172,8 +3201,8 @@ msgstr "တစ္ခ်ိဳ႕အခ်က္အလက္မ်ားကို #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3191,9 +3220,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "သင္၏အမည္ကိုရိုက္ထည့္ပါ" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3246,9 +3274,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "မွန္ကန္ေသာအီးေမးလ္လိပ္စာတစ္ခုရိုက္ထည့္ပါ" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3264,7 +3291,7 @@ msgstr "အသစ္မြမ္းမံမႈမ်ားသည္ေကာင msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3277,15 +3304,15 @@ msgstr "" msgid "Please note:" msgstr "ေက်းဇူးျပဳျပီးမွတ္သားပါ-" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3331,7 +3358,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3363,7 +3390,7 @@ msgstr "%s မွာ %sမွတင္ခဲ့သည္" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3371,11 +3398,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3387,7 +3414,7 @@ msgstr "" msgid "Previous" msgstr "ယခင္က" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3429,23 +3456,20 @@ msgid "Problem %d created" msgstr "ျပႆနာ %dကိုဖန္တီးခဲ့" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပို႔လိုက္ပါျပီ" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "ျပႆနာ %s သည္အတည္ျဖစ္ခဲ့သည္" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "ျပႆနာ %dကိုဖန္တီးခဲ့" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "ျပႆနာ %dကိုဖန္တီးခဲ့" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3461,7 +3485,7 @@ msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပိ msgid "Problem breakdown by state" msgstr "ျပည္နယ္မွ ျပႆနာကိုထပ္မံခြဲစိတ္လိုက္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "ျပႆနာကို ဖြင့္ထားသည္" @@ -3469,13 +3493,13 @@ msgstr "ျပႆနာကို ဖြင့္ထားသည္" msgid "Problem state change based on survey results" msgstr "စစ္ေဆးမႈရလဒ္မ်ားအေပၚတြင္ မူတည္ၿပီး ျပႆနာ အေျခအေန ေျပာင္းလဲသည္။" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "ျပႆနာမ်ား" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3491,11 +3515,11 @@ msgstr "ေျမပံုေပၚက ျပႆနာမ်ား" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet ေပၚတြင္ လတ္တေလာ တင္ျပထားသည့္ ျပႆနာမ်ားကို ျပင္ဆင္ထားၿပီး ျဖစ္သည္။" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3514,7 +3538,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3527,11 +3551,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3545,7 +3569,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "စကားဝွက္ကို မထည့္သြင္းခ်င္လွ်င္ ရသည္။ စကားဝွက္ ထည့္သြင္းပါက ျပႆနာမ်ားကို တင္ျပျခင္း၊ update မ်ား ျပဳလုပ္ျခင္းႏွင့္ အစီရင္ခံစာမ်ား စီမံခန္႔ခြဲျခင္းတို႔ကို ပိုမိုလြယ္ကူစြာ ျပဳလုပ္ႏိုင္မည္။" @@ -3568,9 +3592,8 @@ msgid "Publish photo" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "စစ္တမ္းေမးခြန္းလႊာ" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3592,9 +3615,9 @@ msgstr "%d ျပႆနာ အတြက္ %d ေပးပို႔သည့္ msgid "Questionnaire filled in by problem reporter" msgstr "ျပႆနာ အစီရင္ခံသူ ျဖည့္စြက္ရမည့္ စစ္တမ္းေမးခြန္းလႊာ" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3620,11 +3643,11 @@ msgstr "%s ၏ RSS feed" msgid "RSS feed of %s, within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "အနီးအနားရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3657,19 +3680,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "လက္ရိွ ျပႆနာကို update ျပဳလုပ္ထားသည့္ RSS feed" +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3702,7 +3724,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3727,8 +3749,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3778,11 +3800,10 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3796,9 +3817,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန္" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3821,18 +3841,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "ေဒသတြင္း ျပႆနာမ်ားကို အစီရင္ခံျခင္း၊ ၾကည့္႐ႈျခင္းႏွင့္ ေဆြးေႏြးျခင္း" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3846,27 +3866,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3890,17 +3910,17 @@ msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခ msgid "Reporting message" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခင္း" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3914,11 +3934,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3953,6 +3973,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3962,7 +3986,7 @@ msgstr "" msgid "Resend report" msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4014,9 +4038,8 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "ေျမပံု အသံုးျပဳထားၿပီး" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4030,13 +4053,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4046,18 +4069,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "ဘယ္ဘက္ကို လွည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4072,7 +4095,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4088,6 +4111,10 @@ msgstr "" msgid "Save changes" msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4136,7 +4163,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4145,7 +4172,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4160,7 +4187,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "ဧရိယာတစ္ခုကို ေရြးပါ။" @@ -4169,11 +4196,20 @@ msgstr "ဧရိယာတစ္ခုကို ေရြးပါ။" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "ရပ္ကြက္ထဲမွအစီရင္ခံစာမ်ားကိုသာၾကည့္ရန္ရပ္ကြက္လင့္ခ္ကိုလိုက္ၾကည့္ပါ" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4188,7 +4224,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4214,7 +4250,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4231,7 +4267,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4254,7 +4290,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4270,7 +4306,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4309,12 +4345,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "ဝင္ရန္" @@ -4331,17 +4367,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "ဝင္ရန္ သို႔မဟုတ္ အေကာင့္တစ္ခု ဖန္တီးရန္" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4399,7 +4435,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4410,21 +4446,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4433,16 +4465,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4450,10 +4482,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4461,7 +4497,7 @@ msgstr "ပထမအၾကိမ္" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4469,7 +4505,7 @@ msgstr "ပထမအၾကိမ္" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4482,7 +4518,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4498,13 +4534,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4550,23 +4586,23 @@ msgstr "" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4574,7 +4610,7 @@ msgstr "" msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4583,15 +4619,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4603,7 +4639,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4613,15 +4649,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4633,10 +4670,9 @@ msgstr "" msgid "Summary" msgstr "အက်ဥ္းခ်ဳပ္" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "အစီရင္ခံစာအက်ဥ္းခ်ဳပ္" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4653,11 +4689,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4680,7 +4716,7 @@ msgstr "" msgid "Template email response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4696,14 +4732,12 @@ msgid "Text" msgstr "စာ" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "စာ" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4726,9 +4760,8 @@ msgid "Text:" msgstr "စာ-" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "စာ" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4754,7 +4787,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "ေက်းဇူးတင္ပါသည္။ ျပင္ဆင္ၿပီး ျဖစ္ေၾကာင္း ၾကားသိရ၍ ဝမ္းသာမိပါသည္။ သင့္အေနျဖင့္ ယခင္က ေကာင္စီထံ ျပႆနာတစ္ခုကို အစီရင္ခံတင္ျပဖူးပါသလား?" @@ -4793,23 +4826,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "ထိုျပႆနာကိုယခုပင္ျပန္ပို႔ပါမည္" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4839,8 +4872,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4871,7 +4904,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4931,8 +4964,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "စကား၀ွက္မ်ားသည္မတူညီပါ" @@ -4952,11 +4985,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5016,7 +5049,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5098,15 +5131,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5114,9 +5147,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" @@ -5138,7 +5176,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5173,15 +5211,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "ဒီအစီရင္ခံစာသည္အတည္ျပဳျခင္းကိုေစာင့္ဆိုင္းေနဆဲျဖစ္သည္" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "ဒီျပႆနာကို ပိတ္ထားသည္ဟုေလာေလာဆယ္သတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "ဒီျပႆနာကိုေလာေလာဆယ္ေျဖရွင္းျပီးျပီဟုသတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "ဒီအစီရင္ခံစာကိုယခုေလာေလာဆယ္ဖြင့္ထားသည္" @@ -5190,7 +5228,7 @@ msgstr "ဒီအစီရင္ခံစာကိုယခုေလာေလာ msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "ဒီ web စာမ်က္ႏွာသည္ အသံုးျပဳသူမွရိုက္ထားေသာ ျပႆနာ၏ဓာတ္ပံုတစ္ပံုပါ၀င္သည္" @@ -5205,7 +5243,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5253,7 +5291,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5280,9 +5318,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5326,12 +5364,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5348,23 +5386,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5381,16 +5419,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "%d ျပႆနာ အတြက္ %d ေပးပို႔သည့္ စစ္တမ္းေမးခြန္းလႊာ" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5427,9 +5464,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "စာတစ္ခုရိုက္ထည့္ပါ" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5451,14 +5487,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5466,7 +5503,7 @@ msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5499,23 +5536,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "တည္ေနရာကို စိစစ္ျခင္း" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5527,22 +5568,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5555,27 +5596,27 @@ msgstr "သုံးစြဲသူရွာေဖြမႈသည္ ၎တိ msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "အသံုးျပဳသူမ်ား" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5584,8 +5625,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5603,6 +5644,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5612,16 +5657,21 @@ msgstr "" msgid "View report on site" msgstr "ဆိုက္ေပၚတြင္ အစီရင္ခံစာ ၾကည့္႐ႈျခင္း" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "ဆိုက္ေပၚတြင္ အစီရင္ခံစာ ၾကည့္႐ႈျခင္း" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5641,7 +5691,7 @@ msgstr "ျပႆနာကို စိစစ္ျခင္း" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "ေကာင္စီအဖြဲ႔မ်ား" @@ -5654,7 +5704,7 @@ msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5677,7 +5727,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "မိမိတို႔သည္ %s; ၏တာဝန္ျဖစ္ေၾကာင္း သတိျပဳမိေသာ္လည္း မိမိတို႔တြင္ ၎တို႔ကို ဆက္သြယ္ရန္ အေသးစိတ္ မရွိေသးပါ။ အကယ္၍ သင့္ေတာ္သည့္ လိပ္စာရွိပါက ေက်းဇူးျပဳၿပီး ဆက္သြယ္ေပးပါ။" @@ -5698,7 +5748,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5719,7 +5769,7 @@ msgstr "ျပင္ဆင္ခဲ့သည့္ အခ်ိန္" msgid "When sent" msgstr "ေပးပို႔ခဲ့သည့္ အခ်ိန္" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5737,7 +5787,7 @@ msgstr "" "ေတာင္းဆို ရွာေဖြမႈမ်ားႏွင့္ အတူ အုပ္ခ်ဳပ္ေရးတစ္ခုစီကို ေပးပို႔သည့္ ေတာင္းဆိုခ်က္မ်ားကို ကန္႔သတ္ရန္ ေအဂ်င္စီတာဝန္ အတြက္ရွာေဖြမႈမ်ားလည္း ျဖစ္\n" "ႏိုင္ေခ် ျဖစ္သည္။ ရွာေဖြမႈသည္ အုပ္ခ်ဳပ္ေရး အေထာက္အထားျဖစ္ၿပီး MaPit မွေထာက္ပံ့ ေပးထားသည္။" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5745,7 +5795,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "သင့္အေနျဖင့္ ေလးပတ္အတြင္း အျခားေမးခြန္းမ်ား ရရွိလိုၿပီး အေျခအေနကို သတိရေစရန္ သတိေပးလိုပါသလား။" @@ -5762,13 +5812,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "ဟုတ္သည္။" @@ -5776,7 +5826,11 @@ msgstr "ဟုတ္သည္။" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5802,7 +5856,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "သင့္အေနျဖင့္ ယခုဆိုက္တြင္ ျပႆနာကို ၾကည့္ရူႏိုင္သည္။" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "သင့္အေနျဖင့္ ယဥ္ေက်းမႈမရွိေသာ သုံးစြဲသူ၏ အီးေမးလ္ကို ၎တို႔ဖန္တီးထားေသာ အလိုအေလ်ာက္ ဖုံးထားေသာ(မေပးပို႔ေသာ) အစီရင္ခံစာမ်ား ျဖစ္သည့္ ယဥ္ေက်းမႈမရွိေသာ စာရင္းတြင္ ထည့္သြင္းထားႏိုင္သည္။" @@ -5811,7 +5865,7 @@ msgstr "သင့္အေနျဖင့္ ယဥ္ေက်းမႈမရ msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5841,7 +5895,7 @@ msgstr "ဆိုက္ေပၚတြင္ ရွိေနမေစခ်င msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5911,7 +5965,7 @@ msgstr "သင္ ေအာင္ျမင္စြာ ဝင္ေရာက္ msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5947,15 +6001,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "သင္၏ အီးေမးလ္" @@ -5963,8 +6017,8 @@ msgstr "သင္၏ အီးေမးလ္" msgid "Your email address" msgstr "သင္၏ အီးေမးလ္လိပ္စာ" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5982,11 +6036,11 @@ msgstr "သင့္အမည္" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5995,8 +6049,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "သင္၏ စကားဝွက္" @@ -6010,9 +6064,9 @@ msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလ msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6022,18 +6076,18 @@ msgstr "" msgid "Your phone number" msgstr "သင္၏ ဖုန္းနံပါတ္" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "သင္၏ အစီရင္ခံစာမ်ား" @@ -6055,7 +6109,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "သင္၏ မြမ္းမံျပင္ဆင္ထားမႈမ်ား" @@ -6082,7 +6136,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6102,8 +6156,8 @@ msgstr "" msgid "by %s" msgstr "%s မွ" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "ေကာင္စီ" @@ -6116,12 +6170,12 @@ msgstr "ေျမပံု မသံုးခဲ့ပါ" msgid "e.g. ‘%s’ or ‘%s’" msgstr "ဥပမာ ‘%s’ သို႔မဟုတ္ ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6139,7 +6193,7 @@ msgstr "%s မွ မတူညီေသာ သုံးစြဲသူမ်ာ msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "ေနာက္ဆုံး ျပဳျပင္မြမ္းမံမႈမ်ား" @@ -6164,7 +6218,7 @@ msgstr "မအားေသးပါ" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6174,15 +6228,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "သို႔မဟုတ္" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6211,6 +6263,11 @@ msgstr "အျခား ဧရိယာမ်ား" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "ေကာင္စီ ရည္ညႊန္းခ်က္" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6245,7 +6302,7 @@ msgstr "အသုံးျပဳသူ မသုံးသည့္ ေျမပ msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "ေဒသတြင္း ျပႆနာသာျဖစ္သည္။" @@ -6279,19 +6336,23 @@ msgstr "အသုံးျပဳသူသည္ တူညီသည့္ ေက msgid "user is problem owner" msgstr "အသုံးျပဳသူပ ျပႆနာပိုင္ရွင္ ျဖစ္သည္" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "အုပ္ခ်ဳပ္ေရးဌာန" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6322,11 +6383,11 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "ဓာတ္ပံု" +msgstr[0] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6377,10 +6438,10 @@ msgid_plural "%s updates on problems" msgstr[0] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s ၿပီးခဲ့သည့္လက ျပဳျပင္ထားမႈ" +msgstr[0] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6412,7 +6473,7 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6430,13 +6491,13 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "ကၽြႏု္ပ္တို႔သည္ ယခုေနရာကိုႏွင့္ ပတ္သက္သည့္ ေကာင္စီမ်ားအတြက္ အေသးစိတ္မရွိေသးပါ" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6454,52 +6515,11 @@ msgid "report" msgid_plural "reports" msgstr[0] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "တည္ေနရာကို စိစစ္ျခင္း" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "အနီးနားရွိလမ္းအမည္ႏွင့္ဧရိယာကိုရိုက္ထည့္ပါ" - -#~ msgid "Could not find user" -#~ msgstr "အသံုးျပဳသူရွာမေတြ႕ပါ" - -#~ msgid "Flag user" -#~ msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ" - -#~ msgid "Home" -#~ msgstr "ပင္မ" - -#~ msgid "MAP" -#~ msgstr "ေျမပံု" - -#~ msgid "User flag removed" -#~ msgstr "သုံးစြဲသူ အမွတ္အသား ျပဳလုပ္ျခင္းကို ဖယ္ရွားလိုက္သည္။" - -#~ msgid "User flagged" -#~ msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳလုပ္ျခင္း" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "မက္ေဆ့ခ်္ တစ္ခုလုံးကို စာလုံးအႀကီးမ်ား ျဖင့္ ေရးျခင္းသည္ ဖတ္ရခက္ခဲၿပီး ပုဒ္ျဖတ္ပုဒ္ရပ္ ကိုလည္း ေပ်ာက္ေစသည္။" - -#~ msgid "Closed by council" -#~ msgstr "ေကာင္စီမွပိတ္ထားသည္" - -#~ msgid "Filter report list" -#~ msgstr "အစီရင္ခံစာစာရင္းကိုစစ္ထုတ္မည္" - -#~ msgid "Post" -#~ msgstr "တင္မည္" - -#~ msgid "OK" -#~ msgstr "အိုေက" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္မၾကည့္ႏိုင္ပါ" - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွက္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ ျပန္လည္ ႀကိဳးစားပါ။" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "ေဖာ္ျပခ်က္" -#~ msgid "or locate me automatically" -#~ msgstr "သို႔မဟုတ္ အလိုအေလ်ာက္ လမ္းညႊန္ပါ" +#~ msgid "Place pin on map" +#~ msgstr "ေျမပံုတြင္ပင္တစ္ခုထားမည္" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index afc84f6e163..79cd31fc0ab 100644 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/mysociety/teams/12067/nb_NO/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Norwegian Bokmål (Norway) (https://app.transifex.com/mysociety/teams/12067/nb_NO/)\n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " og " @@ -64,7 +61,7 @@ msgstr "%d brukere fantes fra før" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - oppsummeringsrapporter" @@ -110,8 +107,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aktive oppdateringer" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "åpnet %s, lukket %s, fikset %s" @@ -119,15 +116,11 @@ msgstr "åpnet %s, lukket %s, fikset %s" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s spørreskjema sendt – %s besvart (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap -bidragsytere" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -153,7 +146,7 @@ msgstr "(kun a-z og mellomrom)" msgid "(closed)" msgstr "(lukket)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(dekker cirka 200 000 folk)" @@ -161,17 +154,15 @@ msgstr "(dekker cirka 200 000 folk)" msgid "(fixed)" msgstr "(løst)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderer denne rapporten" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Ingen flere oppdateringer" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -181,7 +172,7 @@ msgstr "(som tagging, søppel, hull i veien, eller ødelagte gatelys)" msgid "(no longer exists)" msgstr "(eksisterer ikke lenger)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(ikke rapportert til administrasjonen)" @@ -189,19 +180,19 @@ msgstr "(ikke rapportert til administrasjonen)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(valgfritt)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(sendt til alle)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Velg en kategori --" @@ -211,9 +202,8 @@ msgid "-- Pick an option --" msgstr "-- Velg --" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Velg en administrasjon." +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -273,11 +263,11 @@ msgstr "Ja, jeg har et passord" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -303,9 +293,8 @@ msgid "Add a contact using the form below." msgstr "Legg til en kontakt ved å bruke formen under." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Legg til ny kategori" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -344,6 +333,11 @@ msgstr "Legg til valg" msgid "Add phone number" msgstr "Legg til telefonnummer" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Legg til administrasjon" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -368,26 +362,25 @@ msgstr "Legg i hurtiglisten" msgid "Add user" msgstr "Legg til bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Legg til / endre responsmaler" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Legg til / endre problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Legg til / endre responsprioriteter" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Legg til / endre responsmaler" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "La til %s" @@ -405,7 +398,7 @@ msgstr "Admin" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Gjenta:" @@ -475,10 +468,9 @@ msgstr "Alle rapporter mellom %s og %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Rapportert i kategorien %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -492,17 +484,16 @@ msgstr "Vi kan alternativt skjule navnet ditt fra alle dine rapportering msgid "Always fetch all problems" msgstr "Hent alltid alle problemer" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Legg til e-postadresse" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "En oppdatering markerte dette problemet som fikset." @@ -516,7 +507,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonym bruker" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -528,6 +519,10 @@ msgstr "Anonym:" msgid "Another user" msgstr "En annen bruker" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -541,6 +536,7 @@ msgstr "Er du sikker på at du vil avbryte opplastingen?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Er du sikker?" @@ -551,7 +547,7 @@ msgstr "Er du sikker?" msgid "Area covered" msgstr "Dekket område" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Område:" @@ -561,24 +557,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Da dette er en reproduksjonsside og %s er usann, vil meldinger som blir laget her, bli sendt til problemrapportøren, og ikke til kontakten som er gitt for meldingformålet." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Tildelt %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "De siste problemene rapportert av brukere" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Tilordne brukere til områder" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Tildelt %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -598,28 +590,24 @@ msgid "Assign to subdivision:" msgstr "Tildelt underavdeling:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Tildelt %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Tilordne brukere til områder" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Tilgjengelige kategorier" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Tildelt %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Tildelt %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -629,7 +617,7 @@ msgstr "På det meste blir %d forespørsler returnert i hver spørring. De retu msgid "At the moment only searching for and looking at reports work." msgstr "For øyeblikket er det kun søk etter og å se på rapporter som fungerer." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Autorisert personale kan bli assosiert med en kategori hvor de operer." @@ -641,7 +629,7 @@ msgstr "Autorespons" msgid "Auto-response:" msgstr "Auto-svar:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -674,7 +662,7 @@ msgstr "Tilbake til alle rapporter" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Bannlys bruker" @@ -682,10 +670,10 @@ msgstr "Bannlys bruker" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -702,12 +690,17 @@ msgstr "Administrasjoner" msgid "Body" msgstr "Administrasjon" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Administrasjon:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -718,12 +711,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Finner du ikke e-posten? Sjekk mappen for uønsket post. Det løser problemet i 99% av tilfellene." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Hvis du ikke kan se kartet, hopp over dette steget." -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -738,7 +731,7 @@ msgstr "Kategorier:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -752,11 +745,11 @@ msgstr "Kategorier:" msgid "Category" msgstr "Kategori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Kategori og tilstand" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori endret fra '%s' til '%s'" @@ -781,9 +774,8 @@ msgid "Change" msgstr "Endre" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Bytt passord" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -792,7 +784,7 @@ msgstr "Endre epostadresse" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Bytt passord" @@ -802,9 +794,8 @@ msgid "Change phone number" msgstr "Endre telefonnummer" #: templates/web/base/auth/generate_token.html:60 -#, fuzzy msgid "Change two-factor authentication" -msgstr "Aktiver totrinns pålogging" +msgstr "" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -816,6 +807,12 @@ msgstr "Velg et kategorinavn som gir mening for innbyggerne (f. msgid "Choose another" msgstr "Velg en annen" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -845,7 +842,7 @@ msgstr "Klikk lenken i bekreftelses-eposten for å logge inn." msgid "Click the link in that email to sign in." msgstr "Klikk på lenka i eposten for å logge inn." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Klikk i kartet eller dra markøren for å tilpasse beliggenheten" @@ -856,7 +853,7 @@ msgstr "Klikk i kartet eller dra markøren for å tilpasse beliggenheten" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Lukket" @@ -894,7 +891,7 @@ msgstr "Merkevaresamarbeid:" msgid "Code" msgstr "Kode" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -903,13 +900,15 @@ msgstr "" msgid "Collapse map" msgstr "Minimer kart" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Oppsett" @@ -934,7 +933,7 @@ msgstr "Bekreft via e-post isteden, ved å oppgi et nytt passord da. Når du bek msgid "Confirmation" msgstr "Bekreftelse" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -973,6 +972,11 @@ msgstr "Kontakt prosjektgruppen" msgid "Continue" msgstr "Fortsett" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Lag en rapport" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -998,7 +1002,8 @@ msgstr "Administrasjon" msgid "Council contacts for %s" msgstr "Administrasjonskontakter for %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "administrasjonsreferanse: %s" @@ -1026,33 +1031,32 @@ msgstr "Lag en rapport" msgid "Create an account" msgstr "Opprett konto" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Lag mal" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Opprett prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Opprett rapporter/oppdateringer som myndigheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Opprett rapporter/oppdateringer på vegne av en bruker" @@ -1073,14 +1077,12 @@ msgstr "Opprettet %d nye brukere" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Opprettet" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Opprettet" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1090,17 +1092,16 @@ msgstr "Opprettet" msgid "Created:" msgstr "Opprettet:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "rediger bruker" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Gjeldende passord:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1128,6 +1129,11 @@ msgstr "Oversikt" msgid "Date" msgstr "Sluttdato" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Lagre endringer" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Slå av totrinns pålogging" @@ -1140,7 +1146,7 @@ msgstr "Behandlet av underavdeling innen 5 arbeidsdager" msgid "Default" msgstr "Standard" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1149,6 +1155,11 @@ msgstr "" msgid "Delete" msgstr "Slett" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Slettet" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1156,11 +1167,10 @@ msgid "Delete template" msgstr "Slett mal" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Slett mal" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1176,26 +1186,24 @@ msgstr "Beskriv hvorfor du moderer dette" msgid "Description" msgstr "Beskrivelse" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Beskrivelse" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Detaljert informasjon er begrenset til %d tegn." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Spørreskjema" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1206,7 +1214,7 @@ msgstr "Spørreskjema" msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "Enhet og side" @@ -1218,8 +1226,8 @@ msgstr "Delegert" msgid "Diligency prize league table" msgstr "Arbeidshester" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1227,7 +1235,7 @@ msgstr "" msgid "Disable" msgstr "Slå av" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1236,15 +1244,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Rapportert i kategorien %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Rapportert i kategorien %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1272,7 +1278,7 @@ msgstr "Ikke send epostvarsel på innhentede kommentarer til den som opprettet p msgid "Do you have a %s password?" msgstr "Har du et %s-passord?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Vet ikke" @@ -1289,11 +1295,15 @@ msgstr "" msgid "Down one" msgstr "Én ned" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Rapport på %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Dra og slipp bilder hit eller klikk for å laste opp" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1351,33 +1361,32 @@ msgstr "Rediger" msgid "Edit body details" msgstr "Rediger detaljer for administrasjon" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Endre andre brukeres rettigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Endre rapportkategori" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Endre rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Endre rapporter" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "rediger bruker" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1418,19 +1427,19 @@ msgstr "Oppdatert av" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-post" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1448,11 +1457,11 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "Send meg en lenke eller kode via epost/SMS for å logge inn" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Send meg ei lenke på epost for å logge inn" @@ -1460,7 +1469,7 @@ msgstr "Send meg ei lenke på epost for å logge inn" msgid "Email verified:" msgstr "Epost bekreftet:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1469,7 +1478,7 @@ msgstr "Epost bekreftet:" msgid "Email:" msgstr "E-post:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1532,7 +1541,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Sluttdato" @@ -1546,9 +1555,8 @@ msgid "Endpoint" msgstr "Endepunkt" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Skriv inn et veinavn i Zürich" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1567,7 +1575,7 @@ msgstr "Skriv inn et veinavn og sted" msgid "Enter details of the problem" msgstr "Legg inn detaljer om problemet" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1610,11 +1618,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Forklar hva som er galt" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1644,13 +1653,13 @@ msgstr "" msgid "External team" msgstr "Eksternt lag" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1674,7 +1683,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "Klarert av administrasjoner:" +msgstr "Manglende administrasjoner:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1699,30 +1708,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Første gang" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Bilder av nye problemer i nærheten" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nye rapporter" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Fiks dette ved å velge en area covered i Edit body details-skjemaet nedenfor." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Løst" @@ -1739,7 +1751,7 @@ msgstr "Løst - Bruker" msgid "Flag as deleted" msgstr "Merk som slettet" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flagget" @@ -1748,7 +1760,7 @@ msgstr "Flagget" msgid "Flagged reports and users" msgstr "Flaggede rapporter og brukere" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Flaggede brukere er listet opp på flaggede-siden." @@ -1756,12 +1768,17 @@ msgstr "Flaggede brukere er listet opp på flaggede-siden." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flaggede brukere er ikke begrenset på noe måte. Dette er bare en liste med brukere som har blitt markert for å gi dem oppmerksomhet." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Flagget:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Følg en bydelslenke for å kun se rapporter innenfor den bydelen." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Følg en bydelslenke for å kun se rapporter innenfor den bydelen." @@ -1777,7 +1794,7 @@ msgstr "For mer informasjon, se report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4009,7 +4023,7 @@ msgstr "" msgid "Resend report" msgstr "Send rapport på nytt" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4061,9 +4075,8 @@ msgstr "Riktig sted?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "brukte kart" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4077,13 +4090,13 @@ msgstr "Veioperatør for denne navngitte veien (fra OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4094,18 +4107,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Autorisert personale kan bli assosiert med en kategori hvor de operer." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Roter til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4120,7 +4133,7 @@ msgstr "Hvis du roterer dette bildet, mister du ikke lagrede endringer til rappo msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4136,6 +4149,10 @@ msgstr "" msgid "Save changes" msgstr "Lagre endringer" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4184,7 +4201,7 @@ msgstr "Søket fant ingen brukere." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4193,7 +4210,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Se personvernreglene våre" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4208,7 +4225,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Velg et område" @@ -4217,11 +4234,20 @@ msgstr "Velg et område" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Følg en bydelslenke for å kun se rapporter innenfor den bydelen." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4236,7 +4262,7 @@ msgid "Select:" msgstr "Velg:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4262,7 +4288,7 @@ msgstr "" msgid "Sent report back" msgstr "Rapport sendt tilbake" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" @@ -4279,7 +4305,7 @@ msgstr "Tjeneste:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4302,7 +4328,7 @@ msgstr "" msgid "Shortlist" msgstr "Hurtigliste" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4318,7 +4344,7 @@ msgstr "I hurtiglisten" msgid "Shortlisted by %s" msgstr "I hurtiglisten til %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4357,12 +4383,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Logg inn" @@ -4379,17 +4405,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Logg inn eller opprett en konto" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logg ut" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4450,7 +4476,7 @@ msgstr "Beklager, vi kunne ikke finne det stedet." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Beklager, vi kunne ikke logge deg inn. Vennligst fyll in skjemaet nedenfor." @@ -4461,22 +4487,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Beklager, vi kunne ikke tolke den posisjonen. Vennligst prøv på nytt." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Beklager, vi kunne ikke lagre bildet ditt. Forsøk igjen." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Beklager, du mangler rettigheter til å gjøre dette." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4485,17 +4506,16 @@ msgstr "" msgid "Sort by" msgstr "Sorter etter" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Personale:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Personale har mulighet til å logge admingrensesnittet." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Personale:" @@ -4503,10 +4523,14 @@ msgstr "Personale:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4514,7 +4538,7 @@ msgstr "Første gang" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4522,7 +4546,7 @@ msgstr "Første gang" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4535,7 +4559,7 @@ msgstr "Tilstand" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4551,13 +4575,13 @@ msgstr "" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4603,23 +4627,23 @@ msgstr "Emne:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4627,7 +4651,7 @@ msgstr "Send inn" msgid "Submit changes" msgstr "Send inn endringer" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Send inn spørreskjema" @@ -4636,15 +4660,15 @@ msgstr "Send inn spørreskjema" msgid "Submitted" msgstr "Sendt inn" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4653,11 +4677,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Oppdateringer er begrenset til %s tegn i lengde. Vennligst skriv en kortere tekst." +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4667,15 +4690,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Oppsummer problemet" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Oppsummer dine endringer" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4687,10 +4711,9 @@ msgstr "Oppsummer dine endringer" msgid "Summary" msgstr "Oppsummering" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Oppsummeringsrapporter" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4704,15 +4727,14 @@ msgid "Summary statistics" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Superbruker:" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Superbruker:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superbrukere har tilgang til å utføre alle handlinger i admingrensesnittet." @@ -4736,7 +4758,7 @@ msgstr "Mal «%s»" msgid "Template email response:" msgstr "Ny epostadresse:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4744,28 +4766,24 @@ msgid "Templates" msgstr "Maler" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Minst nylig oppdatert" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Epostvarsel laget" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Epostvarsel slettet" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Legg til ekstra felter" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4784,9 +4802,8 @@ msgid "Text:" msgstr "Tekst:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Tekst" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4812,7 +4829,7 @@ msgstr "Takk for din tilbakemelding" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Takk for at du lastet opp ditt bilde. Vi må nå plassere ditt problem, så vær så snill å skrive inn navnet på en vei eller et postnummer i området i boksen ovenfor :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Takk, glad for å høre at problemet er fikset! Vi vil gjerne spørre deg om du har rapportert et problem til en administrasjon tidligere?" @@ -4851,23 +4868,23 @@ msgstr "Det problemer har blitt markert som sendt." msgid "That problem will now be resent." msgstr "Det problemet vil nå bli sendt på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har blitt fjernet fra FiksGataMi." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4901,8 +4918,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4937,10 +4954,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Det problemer har blitt markert som sendt." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -5002,8 +5018,8 @@ msgstr "Denne lenken har kanskje gått ut på tid, eller kanskje du ikke kopiert msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listen over tilgjengelige områder kommer fra MapIt-tjenesten på %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Passordene er ikke like" @@ -5023,11 +5039,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukeren kunne ikke plassere problemet på et kart, men sjekk området rundt stedet de skrev inn" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5089,7 +5105,7 @@ msgstr "Det var problemer med å vise denne siden. Vennligst prøv igjen senere. msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5180,15 +5196,15 @@ msgstr "" "En instans vil ikke få noen meldinger om det ikke dekker minst ett område." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-posten har blitt sendt til begge administrasjonene som dekker stedet for problemet, da brukeren ikke kategoriserte det. Vær så snill å ignorere den hvis dere ikke er korrekt administrasjon for å håndtere denne saken, eller gi oss beskjed om hvilken kategori av problemer dette er så vi kan legge det til i vårt system." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-posten har blitt sendt til flere administrasjoner som dekker stedet for problemet, da den valgte kategorien er tilgjengelig for disse. Vær så snill å ignorere e-posten hvis dere ikke er korrekt administrasjon for å håndtere denne saken." @@ -5196,9 +5212,14 @@ msgstr "Denne e-posten har blitt sendt til flere administrasjoner som dekker ste msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Denne informasjonen er påkrevd" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Denne informasjonen er påkrevd" @@ -5220,7 +5241,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5255,15 +5276,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Denne rapporten avventer moderasjon" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tiden markert som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tiden markert som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tiden markert som åpen." @@ -5272,7 +5293,7 @@ msgstr "Denne rapporten er for tiden markert som åpen." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Denne nettsiden inneholder også et bilde av problemet, sendt inn av brukeren." @@ -5287,7 +5308,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Tid brukt (i minutter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5335,7 +5356,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "For å se et kart med en mer presis plassering for dette problemet." @@ -5362,9 +5383,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Totalt" @@ -5391,9 +5412,8 @@ msgstr "Forsøk å sende epost direkte til oss:" #: templates/web/base/auth/2fa/intro.html:6 #: templates/web/base/auth/generate_token.html:40 #: templates/web/base/auth/generate_token.html:53 -#, fuzzy msgid "Two-factor authentication" -msgstr "Aktiver totrinns pålogging" +msgstr "" #: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" @@ -5409,12 +5429,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5431,23 +5451,23 @@ msgstr "" msgid "Unknown" msgstr "Ukjent" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Ukjent varsel-type" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Ukjent feil" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Ukjent problem-Id" @@ -5464,16 +5484,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Oppdatering" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Oppdatering %s opprettet for problem %d, av %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5510,9 +5529,8 @@ msgid "Update marked problem as fixed" msgstr "En oppdatering markerte dette problemet som fikset." #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Oppdater tilstanden" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5534,14 +5552,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5549,7 +5568,7 @@ msgid "Updated!" msgstr "Oppdatert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5582,23 +5601,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Sett til nåværende plassering" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Ser på et sted" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5610,22 +5633,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5638,38 +5661,37 @@ msgstr "Brukersøk leter etter treff gjennom brukernavn og epostadresser. " msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Brukere" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Brukere kan gjøre følgende handlinger innenfor deres tildelte administrasjon eller område" #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "Brukere kan gjøre følgende handlinger innenfor deres tildelte administrasjon eller område" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Verdier oppdatert" @@ -5687,6 +5709,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5696,16 +5722,21 @@ msgstr "" msgid "View report on site" msgstr "Se rapport på nettstedet" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Se rapport per bydel" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Se rapport per bydel" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5725,7 +5756,7 @@ msgstr "Ser på et problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Bydeler innenfor denne administrasjonen" @@ -5738,7 +5769,7 @@ msgstr "Oppsett" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5761,7 +5792,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Vi behøver din epost-adresse, vennligst oppgi den nedenfor." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi innser at %s kan være ansvarlig for dette problemet, men vi mangler for tiden kontaktinformasjon for dem. Hvis du vet om en egnet kontaktadresse, så ta kontakt med oss." @@ -5782,7 +5813,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Det gjør oss triste å høre at problemet ikke er løst. Hva med å forsøke å skrive til dine lokale representanter?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5803,7 +5834,7 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5819,7 +5850,7 @@ msgstr "Hvorfor stoppe der? Sett opp flere varsler grati msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Når du søker etter forespørsler, så er det også mulig å søke etter agency_responsible for å begrense det til forespørsler som er sendt til en enkelt adminstrasjon. Søketermen er administrasjons-IDen som oppgitt av MaPit." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5827,7 +5858,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Kunne du tenke deg å bidra til FiksGataMi? Kildekoden vår er fri programvare og tilgjengelig via fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Kunne du tenke deg å motta en ny forespørsel om 4 uker, som minner deg om å sjekke status?" @@ -5844,13 +5875,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5858,7 +5889,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Du klager over at denne problemrapporten ble moderert uten grunn:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5884,7 +5919,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Du kan lese om problemet på denne siden." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Du kan legge en misbrukers epostadresse til misbrukslista, hvilket automatisk skjuler (og aldri sender) rapporter vedkommende oppretter." @@ -5893,7 +5928,7 @@ msgstr "Du kan legge en misbrukers epostadresse til misbrukslista, hvilket autom msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5925,7 +5960,7 @@ msgstr "Du kan markere en administrasjon som slettet hvis du ikke vil at den ska msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5944,9 +5979,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Du har allerede besvart dette spørreskjemaet. Hvis du har spørsmål, vennligst ta kontakt, eller se på ditt problem.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Du har allerede lagt ved bilder til denne rapporten. Merk at du kan maksimalt legge ved 3 til rapporten (hvis du laster opp flere blir det eldste slettet)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5991,7 +6025,7 @@ msgstr "Du har lykkes med å logge inn. Vennligst sjekk og bekreft at dine detal msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har ikke laget en rapport ennå. Rapporter et problem nå." @@ -6026,19 +6060,18 @@ msgid "Your account" msgstr "Din konto" #: templates/web/base/auth/2fa/intro.html:18 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Slå av totrinns pålogging" +msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Din e-post" @@ -6046,8 +6079,8 @@ msgstr "Din e-post" msgid "Your email address" msgstr "Din e-postadresse" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6065,11 +6098,11 @@ msgstr "Ditt navn" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6078,8 +6111,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Ditt passord" @@ -6090,13 +6123,12 @@ msgid "Your password has been changed" msgstr "Ditt passord har blitt endret" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "Logg inn med epost i stedet, og oppgi et nytt passord. Når du besøker lenken du fikk i epost vil passordet ditt bli oppdatert." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6106,18 +6138,18 @@ msgstr "" msgid "Your phone number" msgstr "Ditt telefonnummer" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Din rapport" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Dine oppdateringer" @@ -6139,7 +6171,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Dine oppdateringer" @@ -6166,7 +6198,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "alle" @@ -6186,8 +6218,8 @@ msgstr "" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "administrasjon" @@ -6200,12 +6232,12 @@ msgstr "brukte ikke kart" msgid "e.g. ‘%s’ or ‘%s’" msgstr "for eksempel «%s» eller «%s»" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6223,7 +6255,7 @@ msgstr "fra %s forskjellige brukere" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "sist oppdatert %s" @@ -6248,7 +6280,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "ingen" @@ -6258,15 +6290,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(valgfritt)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr " eller " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6295,6 +6325,11 @@ msgstr "andre områder:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6329,7 +6364,7 @@ msgstr "Det vises ingen nål på grunn av at brukeren ikke brukte kartet" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "denne type lokalt problem" @@ -6363,19 +6398,23 @@ msgstr "bruker er fra samme administrasjon som problemet - %d" msgid "user is problem owner" msgstr "bruker er eier av problemet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "bydel" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6411,12 +6450,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Bilde" -msgstr[1] "Bilde" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6475,11 +6514,11 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s fikset siste måned" -msgstr[1] "%s fikset siste måned" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6516,7 +6555,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6537,14 +6576,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Vi har ennå ikke detaljer for administrasjonen som dekker dette stedet." msgstr[1] "Vi har ennå ikke detaljer for administrasjonene som dekker dette stedet." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6565,173 +6604,15 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#~ msgid "Received by %s moments later" -#~ msgstr "Mottatt av %s øyeblikk senere" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Ser på et sted" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Skriv inn et veinavn og sted" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(vi har også RSS-strømmer for problemer innenfor %s)" - -#~ msgid "About the problem" -#~ msgstr "Om problemet" - -#~ msgid "Could not find user" -#~ msgstr "Kunne ikke finne bruker" - -#~ msgid "Flag user" -#~ msgstr "Flag bruker" - -#~ msgid "Home" -#~ msgstr "Hjem" - -#~ msgid "MAP" -#~ msgstr "KART" - -#~ msgid "Map" -#~ msgstr "Kart" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Vær høflig, poengtert og kortfattet." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Ikke vær ufin — å kjefte på din administrasjon skader verdien av tjenesten for alle brukerne." - -#~ msgid "Remove flag" -#~ msgstr "Fjern flagg" - -#~ msgid "Satellite" -#~ msgstr "Satelitt" - -#~ msgid "User flag removed" -#~ msgstr "Brukerflagg fjernet" - -#~ msgid "User flagged" -#~ msgstr "Bruker flagget" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Når du skriver meldingen din med kun store bokstaver blir den vanskelig å lese. Det samme gjelder manglende tegnsetting." - -#~ msgid "Closed by council" -#~ msgstr "(ikke rapportert til administrasjonen)" - -#~ msgid "Current token:" -#~ msgstr "Gjeldende nøkkel:" - -#~ msgid "Filter report list" -#~ msgstr "Filtrer rapportliste" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Ugyldig agency_responsible-verdi %s" - -#~ msgid "Post" -#~ msgstr "Send inn" - -#~ msgid "Traffic management required?" -#~ msgstr "Trafikkstyring kreves?" - -#~ msgid "(ignored if type is \"String\")" -#~ msgstr "(ignorert hvis typen er \"String\")" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Merk: Denne rapporten er sendt videre for å få noe til å skje. Ingen endringer sendes videre." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Merk: Denne rapporten har ikke blitt sent videre for handling. Det er ikke sikkert eventuelle endringer vil bli levert." - -#~ msgid "Automated" -#~ msgstr "Automatisk" - -#~ msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (meta.datatype_description), you must add it in category_extras_fields.html" -#~ msgstr "Kan brukes for å vise ekstra tekst til brukeren sammen med feltet. Standardmalen viser ikke dette (meta.datatype_description), du må legge det til i category_extras_fields.html" - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Marker trenger inspeksjon hvis rapporter i denne kategorien må inspiseres før de sendes." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Sjekk private hvis meldinger i denne gruppen ikke skal vises på nettsidene.\n" -#~ "
\n" -#~ "Normalt er ikke kategorier interne
\n" -#~ "Dette passer når du ønsker å tillate brukere å sende inn melding til administrasjonen, men ikke vil vise\n" -#~ "den utad. I UK, har de brukt dette for oppgaver som å be om en ekstra papirkurv på et bestemt sted." - -#~ msgid "Coordinates:" -#~ msgstr "Koordinater:" - -#~ msgid "Default priority" -#~ msgstr "Standard prioritet" - -#~ msgid "Description:" -#~ msgstr "Beskrivelse:" - -#~ msgid "Didn't use map" -#~ msgstr "Brukte ikke kart" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Hvis du bruker en sendemetode som ikke er e-post, skriv inn tjeneste-ID (Open311) eller ekvivalent identifikator her." - -#~ msgid "Inspection required" -#~ msgstr "Trenger inspeksjon" - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Permalink" -#~ msgstr "Permalink" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Rapporter laget av klarerte brukere vil bli sendt til den ansvarlige administrasjonen uten å bli sjekket først." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "Rapporter vil automatisk bli send uten å måtte sjekkes hvis brukerens omdømme er på eller over denne verdien. Sett den til 0 hvis alle rapporter må sjekkes uansett." - -#~ msgid "Reputation threshold" -#~ msgstr "Omdømme terskel" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Responsprioriteter for %s" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Den rapporten kan ikke ses på %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "Meldinger om denne kategorien blir sendt til E-postadressen.\n" -#~ "For denne administrasjonen kan også andre kategorier ha samme e-postadresse." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Det var problemer med din epost/passord-kombinasjon. Vær så snill å forsøke igjen." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Dette er et utviklernettsted. Ting kan knekke når som helst og databasen vil bli periodisk slettet." - -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "Klarert til å lage rapporter som ikke må sjekkes" - -#~ msgid "Trusted:" -#~ msgstr "Klarert:" - -#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -#~ msgstr "Bruk dette feltet for å legge inn detaljer som kun blir vist i admingrensesnittet, og ikke blir sendt til administrasjonen." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Beskrivelse" +msgstr[1] "Beskrivelse" -#~ msgid "Used map" -#~ msgstr "Brukte kart" +#~ msgid "Place pin on map" +#~ msgstr "Plasser tegnestiften på kartet" -#~ msgid "or locate me automatically" -#~ msgstr "eller finn min posisjon automatisk" +#~ msgid "Received by %s moments later" +#~ msgstr "Mottatt av %s øyeblikk senere" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index 452b7087771..364d44e39fb 100644 --- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/mysociety/teams/12067/nl_NL/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Dutch (Netherlands) (https://app.transifex.com/mysociety/teams/12067/nl_NL/)\n" "Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "en" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Overzichtsverslagen" @@ -106,8 +103,8 @@ msgstr "%s heeft diverse RSS feeds en e-mail meldingen voor lokale problemen zoa msgid "%s live updates" msgstr "%s live updates" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s vragenlijsten verzonden – %s beantwoord (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "&Rechten; OpenStreetMap bijdragende partijen" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(gesloten)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(opgelost)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Jouw meldingen" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Jouw updates" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(zoals graffiti, zwerfafval, losliggende tegels of straatverlichting) " msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(niet verstuurd naar de gemeente)" @@ -185,19 +176,19 @@ msgstr "(niet verstuurd naar de gemeente)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(optioneel)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(verstuurd naar beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kies een categorie --" @@ -271,11 +262,11 @@ msgstr "JaTake or choose existing photo
" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -303,9 +294,8 @@ msgid "Add a contact using the form below." msgstr "Voeg een contactpersoon toe" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Voeg een nieuwe categorie toe" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -344,6 +334,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Voeg openbaar lichaam toe" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -368,26 +363,25 @@ msgstr "Voeg aan favorieten toe" msgid "Add user" msgstr "Gebruiker toevoegen" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Voeg toe/wijzig antwoordstramien" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Voeg toe/wijzig categoriën" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Voeg toe/wijzig beantwoordingsprioriteiten" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Voeg toe/wijzig antwoordstramien" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "%s toegevoegd" @@ -405,7 +399,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Nogmaals:" @@ -475,10 +469,9 @@ msgstr "Alle rapporten tussen %s en %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Toegewezen aan categorie %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -492,17 +485,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Verander emailadres" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Een update heeft dit probleem als opgelost gemarkeerd." @@ -516,7 +508,7 @@ msgstr "Anoniem" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -528,6 +520,10 @@ msgstr "Anoniem:" msgid "Another user" msgstr "Andere gebruiker" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -541,6 +537,7 @@ msgstr "Weet je zeker dat je de bestandsoverdracht wil afbreken?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Weet je het zeker?" @@ -551,7 +548,7 @@ msgstr "Weet je het zeker?" msgid "Area covered" msgstr "Bestreken gebied" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Gebied:" @@ -561,24 +558,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Dit is een website in opbouw! %s is false. Rapportages op deze site worden doorgegeven aan de rapporteur, niet aan het opgegeven aanspreekpunt." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Toegewezen aan %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Laatste problemen gemeld door gebruikers" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Toegewezen aan %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Toegewezen aan %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -598,28 +591,24 @@ msgid "Assign to subdivision:" msgstr "Toegewezen aan afdeling:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Toegewezen aan %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Beschikbare categoriën" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Toegewezen aan %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Toegewezen aan %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -629,7 +618,7 @@ msgstr "Ten hoogste %d aanvragen worden per query teruggegeven. The teruggegeven msgid "At the moment only searching for and looking at reports work." msgstr "Op dit moment kan je alleen zoeken naar meldingen en deze bekijken." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -641,7 +630,7 @@ msgstr "" msgid "Auto-response:" msgstr "Automatisch antwoord:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -674,7 +663,7 @@ msgstr "Terug naar alle rapportages" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -682,10 +671,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -702,12 +691,17 @@ msgstr "Openbare lichamen" msgid "Body" msgstr "Openbaar lichaam" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Openbaar lichaam:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -718,12 +712,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Kun je onze email niet vinden? Check je spamfolder. Dat is oplossing in 99% van de gevallen." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Kan je de kaart niet zien? Sla deze stap over" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -738,7 +732,7 @@ msgstr "Categoriën:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -752,11 +746,11 @@ msgstr "Categoriën:" msgid "Category" msgstr "Categorie" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categorie veranderd van '%s' in '%s'" @@ -781,9 +775,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Verander Wachtwoord" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -792,7 +785,7 @@ msgstr "Verander emailadres" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Verander Wachtwoord" @@ -815,6 +808,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -844,7 +843,7 @@ msgstr "Klik op de link in onze bevestigingsemail om in te loggen." msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -855,7 +854,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Gesloten" @@ -893,7 +892,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -902,13 +901,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configuratie" @@ -933,7 +934,7 @@ msgstr "" msgid "Confirmation" msgstr "Bevestiging" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -972,6 +973,11 @@ msgstr "Neem contact op met het team" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Maak een melding" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -997,7 +1003,8 @@ msgstr "Gemeente" msgid "Council contacts for %s" msgstr "Gemeente contactpersongen voor %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "gemeente ref.: %s" @@ -1025,33 +1032,32 @@ msgstr "Maak een melding" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Maak een categorie" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Maak een sjabloon" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1072,14 +1078,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Aangemaakt" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Aangemaakt" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1089,16 +1093,16 @@ msgstr "Aangemaakt" msgid "Created:" msgstr "Aangemaakt:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1125,6 +1129,11 @@ msgstr "Dashboard" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Wijzigingen opslaan" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1137,7 +1146,7 @@ msgstr "Door een afdeling behandeld binnen 5 werkdagen" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1146,6 +1155,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Verwijderd" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1153,11 +1167,10 @@ msgid "Delete template" msgstr "Verwijder sjabloon" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Verwijder sjabloon" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1173,26 +1186,24 @@ msgstr "" msgid "Description" msgstr "Beschrijving" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Beschrijving" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Details" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Vragenlijst" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1203,7 +1214,7 @@ msgstr "Vragenlijst" msgid "Details:" msgstr "Details:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1215,8 +1226,8 @@ msgstr "Overgedragen" msgid "Diligency prize league table" msgstr "Toewijdingsranglijst" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1224,7 +1235,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1233,15 +1244,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Toegewezen aan categorie %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Toegewezen aan categorie %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1269,7 +1278,7 @@ msgstr "Zend bij eventueel commentaar geen email waarschuwingen naar degene die msgid "Do you have a %s password?" msgstr "Heb je een %s wachtwoord?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Geen idee" @@ -1286,11 +1295,15 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Meld op %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Plaats de fotos hier om ze te verzenden" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1345,33 +1358,32 @@ msgstr "Bewerk" msgid "Edit body details" msgstr "Wijzig openbaar lichaam details" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Bewerk gebruiker %d" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1412,19 +1424,19 @@ msgstr "Redacteur" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1442,11 +1454,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1454,7 +1466,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1463,7 +1475,7 @@ msgstr "" msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1520,7 +1532,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1533,9 +1545,8 @@ msgid "Endpoint" msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Geef dichtstbijzijnde straatnaam en plaats" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1554,7 +1565,7 @@ msgstr "Geef dichtstbijzijnde straatnaam en plaats" msgid "Enter details of the problem" msgstr "Geef details van het probleem" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1597,11 +1608,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1631,13 +1643,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1686,15 +1698,14 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Eerste keer" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Foto's van recente meldingen dichtbij" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 msgid "Five newest reports" @@ -1704,11 +1715,16 @@ msgstr "" msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Opgelost" @@ -1725,7 +1741,7 @@ msgstr "Opgelost - Gebruiker" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Gemarkeerd" @@ -1734,7 +1750,7 @@ msgstr "Gemarkeerd" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1742,12 +1758,17 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Gemarkeerd:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Klik op de link voor een wijk om alleen problemen in die wijk te bekijken." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Klik op de link voor een wijk om alleen problemen in die wijk te bekijken." @@ -1763,7 +1784,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1787,7 +1808,7 @@ msgstr "Veelgestelde Vragen" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1818,7 +1839,7 @@ msgstr "Updates over %s problemen ontvangen" msgid "Get updates of problems in this %s" msgstr "Updates in deze %s ontvangen" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "Geef me een RSS feed" @@ -1852,8 +1873,8 @@ msgstr "Gaan" msgid "Going to send questionnaire?" msgstr "Vragenlijst versturen?" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1861,19 +1882,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Grafiek van problemen aangemaakt per status na verloop van tijd" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "Is dit probleem opgelost?" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Heb je al eens eerder een probleem aan de gemeente gemeld, of is dit jouw eerste keer?" @@ -1914,7 +1935,7 @@ msgstr "Verborgen" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1946,10 +1967,9 @@ msgstr "" msgid "Hide pins" msgstr "Verberg spelden" -#: templates/web/base/admin/bodies/contact-form.html:85 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" -msgstr "Toegewezen aan categorie %s" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -2067,7 +2087,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2096,7 +2116,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2130,7 +2150,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2152,7 +2172,7 @@ msgstr "Ongeldige has_photo waarde \"%s\"" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2161,9 +2181,8 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Interne notities" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2173,8 +2192,8 @@ msgstr "Interne notities" msgid "Invalid format %s specified." msgstr "Ongeldig formaat %s gespecifieerd" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2211,11 +2230,10 @@ msgstr "Laatste bewerker" #: templates/web/base/admin/reports/_edit_main.html:69 #: templates/web/base/admin/reports/_edit_waste.html:31 -#, fuzzy msgid "Last failure:" -msgstr "Laatste update:" +msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2277,12 +2295,12 @@ msgstr "Lokale melding" msgid "Locate the problem on a map of the area" msgstr "Vind het probleem op de kaart van de omgeving" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2298,17 +2316,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2316,16 +2334,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2339,11 +2357,11 @@ msgstr "" msgid "Mark as sent" msgstr "Markeren als verzonden" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2361,7 +2379,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2378,7 +2396,7 @@ msgstr "Vermiste jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2401,12 +2419,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Maand" @@ -2416,9 +2434,9 @@ msgstr "Maand" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2446,12 +2464,12 @@ msgstr "Klant kan niet bereikt worden" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Naam" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2481,12 +2499,12 @@ msgstr "Dichtstbijzijnde straat met naam voor lokatie op de kaart (automatisch g msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Dichtstbijzijnde postcode voor lokatie op de kaart (automatisch gegenereerd): %s (%sm afstand)" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Dichtstbijzijnde straat voor lokatie op de kaart (automatisch gegenereerd via Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2511,11 +2529,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Nieuw contactpersonen voor categorie toegevoegd" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2537,13 +2555,17 @@ msgstr "Nieuwe lokale problemen op FixMyStreet" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2636,18 +2658,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Nee" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2655,7 +2677,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2681,8 +2703,8 @@ msgstr "" msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2707,8 +2729,8 @@ msgstr "" msgid "No supporters" msgstr "Geen medestanders" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2716,19 +2738,19 @@ msgstr "Geen medestanders" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Geen" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2736,7 +2758,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2817,7 +2839,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2828,7 +2850,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Open" @@ -2857,7 +2879,7 @@ msgstr "Open311 specificatie" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2865,11 +2887,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2878,19 +2900,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Anders" @@ -2927,35 +2949,32 @@ msgid "Parent" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Alle categoriën" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Gedeeltelijk" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Wachtwoord (optioneel)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Je wachtwoord is gewijzigd" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Wachtwoord (optioneel)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2963,20 +2982,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefoonnummer:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "" @@ -2993,7 +3011,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -3005,13 +3023,20 @@ msgstr "Telefoonnummer:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -3027,6 +3052,14 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Foto's van recente meldingen dichtbij" @@ -3049,29 +3082,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Controleer de wachtwoorden en probeer opnieuw" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Controleer of je e-mailadres klopt" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3081,8 +3108,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kies een categorie" @@ -3091,11 +3118,12 @@ msgstr "Kies een categorie" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3107,14 +3135,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Geef bericht in" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3123,17 +3151,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Geef wachtwoord" @@ -3152,9 +3180,9 @@ msgid "Please enter a valid UK phone number" msgstr "Geef een geldig e-mailadres" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3167,7 +3195,7 @@ msgid "Please enter a valid email address" msgstr "Geef een geldig e-mailadres" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3182,8 +3210,8 @@ msgstr "Geef details" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3201,9 +3229,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Geef je volledige naam, gemeentes hebben deze informatie nodig. Mocht je niet willen dat je naam op de site getoond wordt, haal dan de vink beneden weg." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Geef je naam" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3256,9 +3283,8 @@ msgstr "Geef aan of je een vragenlijst wilt ontvangen" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Geef een geldig e-mailadres" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3274,7 +3300,7 @@ msgstr "Let op, updates worden niet aan de gemeente verzonden." msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Let op dat je melding nog niet is verzonden. Kies een categorie en vermeld verdere informatie hierbeneden en klik op insturen." @@ -3287,15 +3313,15 @@ msgstr "" msgid "Please note:" msgstr "Let op:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3341,7 +3367,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3373,7 +3399,7 @@ msgstr "Geplaatst door %s bij %s" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3381,11 +3407,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3397,7 +3423,7 @@ msgstr "" msgid "Previous" msgstr "Vorige" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3439,23 +3465,20 @@ msgid "Problem %d created" msgstr "Probleem %d gemaakt" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Voeg aan favorieten toe" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Probleem %s bevestigd" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Probleem %d gemaakt" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Probleem %d gemaakt" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3471,7 +3494,7 @@ msgstr "Probleem %s verzonden naar gemeente %s" msgid "Problem breakdown by state" msgstr "Probleem verdeeld per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Probleem gemarkeerd als open" @@ -3479,13 +3502,13 @@ msgstr "Probleem gemarkeerd als open" msgid "Problem state change based on survey results" msgstr "Probleem status gewijzigd op basis van onderzoeksresultaten" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemen" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3501,11 +3524,11 @@ msgstr "Problemen op de kaart" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Recent gemelde problemen op FixMyStreet" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3524,7 +3547,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3537,11 +3560,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3555,7 +3578,7 @@ msgstr "Geef een update" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Het is optioneel om een wachtwoord op de geven, maar hiermee is het makkelijker om in de toekomst problemen te melden, updates te plaatsen en je meldingen te beheren." @@ -3578,9 +3601,8 @@ msgid "Publish photo" msgstr "Foto publiceren" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Vragenlijst" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3602,9 +3624,9 @@ msgstr "Vragenlijst %d verzonden voor probleem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Vragenlijst ingevuld door melder" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3630,11 +3652,11 @@ msgstr "RSS feed van %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed van %s, binnen wijk %s" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "RSS feed van nabije problemen" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3667,19 +3689,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Ontvang een e-mail als updates worden achtergelaten bij dit probleem." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Ontvang een e-mail als updates worden achtergelaten bij dit probleem." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3712,7 +3733,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Onthoud dat FixMyStreet zich richt op het melden van fysieke problemen die opgelost kunnen worden. Als jouw probleem niet gepast is voor het melden via onze site kun je altijd direct contact opnemen met de gemeente via hun eigen website." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3737,8 +3758,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3788,11 +3809,10 @@ msgstr "" msgid "Report abuse" msgstr "Meld misbruik" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Anoniem gemeld bij %s" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3806,9 +3826,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Meld misbruik" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3831,18 +3850,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Meld, bekijk of discussier over lokale problemen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Anoniem gemeld bij %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Eerder gemeld" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Gemeld door %s bij %s" @@ -3856,27 +3875,27 @@ msgstr "Gemeld door:" msgid "Reported in the %s category" msgstr "Toegewezen aan categorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Anoniem gemeld in de categorie %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Gemeld in de categorie %s door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Anoniem door %s gemeld bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Gemeld door %s door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Anoniem gemeld bij %s in de categorie %s door %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeld door %s in de categorie %s door %s bij %s" @@ -3900,17 +3919,17 @@ msgstr "Meld een probleem" msgid "Reporting message" msgstr "Meld een probleem" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Meldingen" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3924,11 +3943,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3963,6 +3982,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3972,7 +3995,7 @@ msgstr "" msgid "Resend report" msgstr "Herstuur melding" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4024,9 +4047,8 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Gebruikte kaart" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4040,13 +4062,13 @@ msgstr "Wegbeheerder voor deze straat (uit OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4056,18 +4078,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Linksom roteren" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4082,7 +4104,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4098,6 +4120,10 @@ msgstr "" msgid "Save changes" msgstr "Wijzigingen opslaan" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4146,7 +4172,7 @@ msgstr "Geen gebruikers gevonden." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4155,7 +4181,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4170,7 +4196,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecteer een gebied" @@ -4179,11 +4205,20 @@ msgstr "Selecteer een gebied" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Klik op de link voor een wijk om alleen problemen in die wijk te bekijken." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4198,7 +4233,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4224,7 +4259,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Verzonden aan %s %s later" @@ -4241,7 +4276,7 @@ msgstr "Service:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4264,7 +4299,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4280,7 +4315,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4319,12 +4354,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Inloggen" @@ -4341,17 +4376,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Inloggen of maak een account" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Uitloggen" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4409,7 +4444,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4420,21 +4455,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4443,16 +4474,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4460,10 +4491,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4471,7 +4506,7 @@ msgstr "Eerste keer" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4479,7 +4514,7 @@ msgstr "Eerste keer" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4492,7 +4527,7 @@ msgstr "Staat" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4508,13 +4543,13 @@ msgstr "" msgid "State:" msgstr "Staat:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4560,23 +4595,23 @@ msgstr "Onderwerp:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Opslaan" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4584,7 +4619,7 @@ msgstr "Opslaan" msgid "Submit changes" msgstr "Wijzigingen opslaan" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Vragenlijst opslaan" @@ -4593,15 +4628,15 @@ msgstr "Vragenlijst opslaan" msgid "Submitted" msgstr "Opgeslagen" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4613,7 +4648,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4623,15 +4658,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4643,7 +4679,7 @@ msgstr "" msgid "Summary" msgstr "Samenvatting" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4662,11 +4698,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4689,7 +4725,7 @@ msgstr "" msgid "Template email response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4760,7 +4796,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4799,23 +4835,23 @@ msgstr "Het probleem is gemarkeerd als verzonden." msgid "That problem will now be resent." msgstr "Het probleem wordt opnieuw verzonden." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4845,8 +4881,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4877,10 +4913,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Het probleem is gemarkeerd als verzonden." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4938,8 +4973,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Wachtwoorden komen niet overeen" @@ -4959,11 +4994,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "The gebruiker kon het probleem niet vinden op de kaart, maar het gebied rond de lokatie wordt op de kaart getoond" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5023,7 +5058,7 @@ msgstr "Er was een probleem bij het tonen van deze pagina. Probeer het later nog msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5105,15 +5140,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïnteresseerd zijn in deze lokatie omdat de gebruiker geen categorie heeft aangegeven. Negeer deze melding als je niet de juiste contactpersoon bent, of laat ons weten in welke categorie dit probleem valt zodat we dit kunnen toevoegen aan ons systeem." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïnteresseerd zijn in deze lokatie. Negeer deze melding als je niet de juiste contactpersoon bent." @@ -5121,9 +5156,14 @@ msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïn msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Deze informatie is verplicht" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Deze informatie is verplicht" @@ -5145,7 +5185,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5180,15 +5220,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Deze melding is momenteel gemarkeerd als gesloten." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Deze melding is momenteel gemarkeerd als opgelost." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Deze melding is momenteel gemarkeerd als openstaand." @@ -5197,7 +5237,7 @@ msgstr "Deze melding is momenteel gemarkeerd als openstaand." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Deze pagina bevat een door de gebruiker aangeleverde foto van het probleem." @@ -5212,7 +5252,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Gespendeerde tijd (in minuten):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5260,7 +5300,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5287,9 +5327,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Totaal" @@ -5333,12 +5373,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5355,23 +5395,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5388,16 +5428,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Vragenlijst %d verzonden voor probleem %d" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5434,9 +5473,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Geef bericht in" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5458,14 +5496,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5473,7 +5512,7 @@ msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5509,19 +5548,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5533,22 +5576,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5561,27 +5604,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Gebruikers" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5590,8 +5633,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5609,6 +5652,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5618,16 +5665,20 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5647,7 +5698,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5660,7 +5711,7 @@ msgstr "Configuratie" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5683,7 +5734,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5704,7 +5755,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5725,7 +5776,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5741,7 +5792,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5749,7 +5800,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5766,13 +5817,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5780,7 +5831,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5806,7 +5861,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5815,7 +5870,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5845,7 +5900,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5910,7 +5965,7 @@ msgstr "Je bent ingelogd; controleer of je gegevens nog kloppen:" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5946,15 +6001,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Jouw e-mail" @@ -5962,8 +6017,8 @@ msgstr "Jouw e-mail" msgid "Your email address" msgstr "Jouw e-mailadres" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5981,11 +6036,11 @@ msgstr "Jouw naam" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5994,8 +6049,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Jouw wachtwoord" @@ -6009,9 +6064,9 @@ msgstr "Je wachtwoord is gewijzigd" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6021,18 +6076,18 @@ msgstr "" msgid "Your phone number" msgstr "Je telefoonnummer" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Jouw meldingen" @@ -6054,7 +6109,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Jouw updates" @@ -6081,7 +6136,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6101,8 +6156,8 @@ msgstr "" msgid "by %s" msgstr "door %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "gemeente" @@ -6115,12 +6170,12 @@ msgstr "kaart niet gebruikt" msgid "e.g. ‘%s’ or ‘%s’" msgstr "bv. '%s' of '%s'" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6138,7 +6193,7 @@ msgstr "door %s verschillende gebruikers" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6163,7 +6218,7 @@ msgstr "n/b" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6173,15 +6228,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(optioneel)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "of" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6210,6 +6263,11 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6244,7 +6302,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6278,19 +6336,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6326,12 +6388,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Foto" -msgstr[1] "Foto" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6431,7 +6493,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6452,14 +6514,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6480,54 +6542,9 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Geef dichtstbijzijnde straatnaam en plaats" - -#~ msgid "Could not find user" -#~ msgstr "Kan de gebruiker niet vinden" - -#~ msgid "Flag user" -#~ msgstr "Gemarkeerde gebruikr" - -#~ msgid "MAP" -#~ msgstr "Kaart" - -#~ msgid "Map" -#~ msgstr "Kaart" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Wees beleefd, precies en beknopt" - -#~ msgid "Remove flag" -#~ msgstr "Verwijder markering" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Je bericht is moeilijk leesbaar als deze alleen uit hoofdletters bestaat of geen interpunctie heeft." - -#~ msgid "Closed by council" -#~ msgstr "Gesloten door gemeente" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Ongeldige agency_responsible waarde %s" - -#~ msgid "Post" -#~ msgstr "Bericht" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "N.B: Deze rapportage is verzonden opdat actie wordt ondernomen. Veranderingen worden daarom niet meer meegenomen." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "N.B:Deze rapportage is nog niet verzonden om actie te ondernemen. Veranderingen worden mogelijk niet doorgegeven." - -#~ msgid "Description:" -#~ msgstr "Beschrijving:" - -#~ msgid "Didn't use map" -#~ msgstr "Kaart niet gebruikt" - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Probeer het later nog eens." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Dit is een ontwikkelingssite; er kunnen mogelijk problemen optreden, en de database wordt regelmatig opgeschoond." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Beschrijving" +msgstr[1] "Beschrijving" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index df69f740db4..78a6bd4345a 100644 --- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/mysociety/teams/12067/nn_NO/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Norwegian Nynorsk (Norway) (https://app.transifex.com/mysociety/teams/12067/nn_NO/)\n" "Language: nn_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " og " @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s – oppsummeringsrapportar" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aktive oppdateringar" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s spørjeskjema sendt – %s svart (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(lukka)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(løyst)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Oppdateringane dine" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Oppdateringane dine" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(som tagging, søppel, hol i vegen, eller øydelagte gatelys)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(ikkje rapportert til administrasjonen)" @@ -185,19 +176,19 @@ msgstr "(ikkje rapportert til administrasjonen)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(valfritt)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vel ein kategori --" @@ -268,11 +259,11 @@ msgstr "Ja, eg har eit passord" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -298,9 +289,8 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Legg til ny kategori" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -339,11 +329,14 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +msgid "Add row" +msgstr "" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 -#, fuzzy msgid "Add staff user" -msgstr "Redigerer brukar %d" +msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:86 msgid "Add time period" @@ -363,25 +356,25 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "La til %s" @@ -399,7 +392,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Gjenta:" @@ -469,10 +462,9 @@ msgstr "" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Rapportert i kategorien %s av %s %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -486,16 +478,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Ei oppdatering markerte dette problemet som løyst." @@ -509,7 +501,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -521,6 +513,10 @@ msgstr "Anonym:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -534,6 +530,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -544,7 +541,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -557,10 +554,9 @@ msgstr "" msgid "Assign" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Dei siste problema rapportert av brukarar" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" @@ -591,24 +587,21 @@ msgstr "" msgid "Assign to:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Legg til ny kategori" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Legg til ny kategori" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Legg til ny kategori" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -618,7 +611,7 @@ msgstr "På det meste vert %d førespurnader returnert i kvar spørring. Dei ret msgid "At the moment only searching for and looking at reports work." msgstr "For augneblunken går det berre an å søkja etter og å sjå på rapportar." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -630,7 +623,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -663,7 +656,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -671,10 +664,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -691,12 +684,17 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -707,11 +705,11 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 msgid "Can’t use the map? Skip this step." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -726,7 +724,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -740,11 +738,11 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -769,9 +767,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Byt passord" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -780,7 +777,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Byt passord" @@ -803,6 +800,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -832,7 +835,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -843,7 +846,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Lukka" @@ -881,7 +884,7 @@ msgstr "Merkevaresamarbeid:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -890,13 +893,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "" @@ -921,7 +926,7 @@ msgstr "" msgid "Confirmation" msgstr "Stadfesting" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -960,6 +965,11 @@ msgstr "Kontakt prosjektgruppa" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Lag ein rapport" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -985,7 +995,8 @@ msgstr "Administrasjon" msgid "Council contacts for %s" msgstr "Administrasjonskontaktar for %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1013,33 +1024,32 @@ msgstr "Lag ein rapport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Ver venleg og skriv ei melding" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1060,14 +1070,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Oppretta" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Oppretta" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1077,16 +1085,16 @@ msgstr "Oppretta" msgid "Created:" msgstr "Oppretta:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1113,6 +1121,11 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Lagra endringar" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1125,7 +1138,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1134,6 +1147,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Sletta" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1141,11 +1159,10 @@ msgid "Delete template" msgstr "" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Sletta" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1161,25 +1178,24 @@ msgstr "" msgid "Description" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Spørjeskjema" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1190,7 +1206,7 @@ msgstr "Spørjeskjema" msgid "Details:" msgstr "Detaljar:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1202,8 +1218,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Arbeidshestar" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1211,7 +1227,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1220,15 +1236,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Rapportert i kategorien %s av %s %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Rapportert i kategorien %s av %s %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1256,7 +1270,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Veit ikkje" @@ -1273,6 +1287,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Rapport på %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1331,33 +1350,32 @@ msgstr "Rediger" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Redigerer brukar %d" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1398,19 +1416,19 @@ msgstr "Oppdatert av" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-post" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1428,11 +1446,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1440,7 +1458,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1449,7 +1467,7 @@ msgstr "" msgid "Email:" msgstr "E-post:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1506,7 +1524,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1539,7 +1557,7 @@ msgstr "" msgid "Enter details of the problem" msgstr "Legg inn detaljar om problemet" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1582,11 +1600,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1616,13 +1635,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1670,15 +1689,14 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Første gong" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Bilete av nye problem i nærleiken" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 msgid "Five newest reports" @@ -1688,11 +1706,16 @@ msgstr "" msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Løyst" @@ -1709,7 +1732,7 @@ msgstr "Løyst – Brukar" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flagga:" @@ -1718,7 +1741,7 @@ msgstr "Flagga:" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1726,12 +1749,17 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Flagga:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Følg ei bydellenkje for å berre sjå rapportar innanfor den bydelen." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Følg ei bydellenkje for å berre sjå rapportar innanfor den bydelen." @@ -1747,7 +1775,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1771,7 +1799,7 @@ msgstr "Ofte spurde spurnader" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1802,7 +1830,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "Gje meg ein RSS-straum" @@ -1836,8 +1864,8 @@ msgstr "Hald fram" msgid "Going to send questionnaire?" msgstr "Skal spørjeskjemaet sendast?" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1845,19 +1873,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "Har dette problemet vorte løyst?" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Har du rapportert eit problem til ein administrasjon før, eller er dette første gongen?" @@ -1898,7 +1926,7 @@ msgstr "Skjult" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1930,10 +1958,9 @@ msgstr "" msgid "Hide pins" msgstr "Skjul nåler" -#: templates/web/base/admin/bodies/contact-form.html:85 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" -msgstr "Rapportert i kategorien %s av %s %s" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -2051,7 +2078,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2080,7 +2107,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2111,11 +2138,10 @@ msgid "In progress" msgstr "" #: templates/web/base/dashboard/heatmap.html:33 -#, fuzzy msgid "In wards" -msgstr "bydel" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2137,7 +2163,7 @@ msgstr "Feil has_photo-verdi «%s»" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2157,8 +2183,8 @@ msgstr "" msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgjeve." -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2195,11 +2221,10 @@ msgstr "Sist redigert av" #: templates/web/base/admin/reports/_edit_main.html:69 #: templates/web/base/admin/reports/_edit_waste.html:31 -#, fuzzy msgid "Last failure:" -msgstr "Siste oppdatering:" +msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2261,12 +2286,12 @@ msgstr "Lokale varsel" msgid "Locate the problem on a map of the area" msgstr "Lokaliser problemet på kartet over området" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2282,17 +2307,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2300,16 +2325,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2323,11 +2348,11 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2345,7 +2370,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2362,7 +2387,7 @@ msgstr "Manglar jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2385,12 +2410,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Månad" @@ -2400,9 +2425,9 @@ msgstr "Månad" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2429,12 +2454,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Namn" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2464,12 +2489,12 @@ msgstr "Næraste namngjevne veg til nålen plassert på kartet (automatisk gener msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Næraste postnummer til nålen plassert på kartet (automatisk generert): %s (%sm unna)" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Næraste veg til nålen plassert på karta (automatisk generert ved hjelp av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2492,11 +2517,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2518,13 +2543,17 @@ msgstr "Nye lokale problem på FiksGataMi" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2617,18 +2646,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Nei" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2636,7 +2665,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2662,8 +2691,8 @@ msgstr "" msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2688,8 +2717,8 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2697,19 +2726,19 @@ msgstr "" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Ingen" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2717,7 +2746,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2798,7 +2827,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2809,7 +2838,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Opne" @@ -2838,7 +2867,7 @@ msgstr "Open311-spesifikasjon" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2846,11 +2875,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2859,19 +2888,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Anna" @@ -2908,24 +2937,22 @@ msgid "Parent" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Lag kategori" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Delvis" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Passordet ditt har vorte endra" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 msgid "Password expired" @@ -2935,7 +2962,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2943,20 +2970,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefon:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "" @@ -2973,7 +2999,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2985,13 +3011,20 @@ msgstr "Telefon:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -3007,6 +3040,14 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Bilete av nye problem i nærleiken" @@ -3029,29 +3070,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Ver venleg og sjekk passorda og prøv igjen" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Ver venleg og sjekk at du har skrive ei gyldig e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3061,8 +3096,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vel ein kategori" @@ -3071,11 +3106,12 @@ msgstr "Vel ein kategori" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3087,14 +3123,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Ver venleg og skriv ei melding" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3103,17 +3139,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Skriv inn eit passord" @@ -3132,9 +3168,9 @@ msgid "Please enter a valid UK phone number" msgstr "Ver venleg og legg til ein gyldig e-post" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3147,7 +3183,7 @@ msgid "Please enter a valid email address" msgstr "Ver venleg og legg inn e-postadressa di" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3162,8 +3198,8 @@ msgstr "Ver venleg og legg inn opplysningar om problemet" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3181,9 +3217,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Ver venleg og legg inn namnet ditt" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3238,9 +3273,8 @@ msgstr "Ver venleg og indiker om du ynskjer å motta eit nytt spørjeskjema" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Ver venleg og legg inn e-postadressa di" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3256,7 +3290,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Merk at rapporten din enno ikkje er send%s %s" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3363,11 +3397,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3379,7 +3413,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3421,23 +3455,20 @@ msgid "Problem %d created" msgstr "Problem %d oppretta" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Problem %s sendt til administrasjon %s" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s stadfesta" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Problem %d oppretta" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Problem %d oppretta" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3453,7 +3484,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problem markert som ope." @@ -3461,13 +3492,13 @@ msgstr "Problem markert som ope." msgid "Problem state change based on survey results" msgstr "Endring av problemtilstand basert på spørjeundersøkingsresultat" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3483,11 +3514,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problem nyleg rapportert fiksa på FiksGataMi" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3506,7 +3537,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3519,11 +3550,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3537,7 +3568,7 @@ msgstr "Bidra med ei oppdatering" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Det er valfritt å oppgje eit passord, men om du gjer det vil det verta enklare for deg å rapportera problem, leggja inn oppdateringar og halda oversyn over rapportane dine" @@ -3560,9 +3591,8 @@ msgid "Publish photo" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Spørjeskjema" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3584,9 +3614,9 @@ msgstr "Spørjeskjema %d sendt for problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Spørjeskjema fylt inn av feilrapportøren" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3612,11 +3642,11 @@ msgstr "RSS-straum frå %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS-straum av %s, innanfor %s bydel" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "RSS-straum med problem i nærleiken" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3649,19 +3679,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Motta e-post når det er oppdateringar på dette problemet" +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Motta e-post når det er oppdateringar på dette problemet" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3694,7 +3723,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Hugs at FiksGataMi primert er laga for å rapportera fysiske problem som kan fiksast. Viss problemet ditt ikkje er eigna for å senda inn via denne tenesta, hugs at du kan kontakta administrasjonen direkte via deira eiga nettside." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3719,8 +3748,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3770,11 +3799,10 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Rapportert anonymt %s" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3788,9 +3816,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Rapport på %s" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3813,18 +3840,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Rapportert tidlegare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" @@ -3838,27 +3865,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Rapportert av %s i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" @@ -3882,17 +3909,17 @@ msgstr "Legger til eit problem" msgid "Reporting message" msgstr "Legger til eit problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3906,11 +3933,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3945,6 +3972,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3954,7 +3985,7 @@ msgstr "" msgid "Resend report" msgstr "Send rapport på nytt" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4006,9 +4037,8 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "brukte kart" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4022,13 +4052,13 @@ msgstr "Vegoperatør for denne namngjevne vegen (frå OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4038,18 +4068,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4064,7 +4094,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4080,6 +4110,10 @@ msgstr "" msgid "Save changes" msgstr "Lagra endringar" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4128,7 +4162,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4137,7 +4171,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4152,7 +4186,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4161,11 +4195,20 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Følg ei bydellenkje for å berre sjå rapportar innanfor den bydelen." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4179,7 +4222,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4205,7 +4248,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Sendt til %s %s seinare" @@ -4222,7 +4265,7 @@ msgstr "Teneste:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4245,7 +4288,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4261,7 +4304,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4300,12 +4343,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Logg inn" @@ -4322,17 +4365,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Logg inn eller opprett ein konto" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logg ut" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4390,7 +4433,7 @@ msgstr "Orsak, vi kunne ikkje finna den staden." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4401,22 +4444,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Orsak, vi kunne ikkje tolka den posisjonen. Ver venleg og prøv på nytt." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Orsak, vi kunne ikkje tolka den posisjonen. Ver venleg og prøv på nytt." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4425,16 +4463,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4442,10 +4480,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4453,7 +4495,7 @@ msgstr "Første gong" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4461,7 +4503,7 @@ msgstr "Første gong" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4474,7 +4516,7 @@ msgstr "Tilstand" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4490,13 +4532,13 @@ msgstr "" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4542,23 +4584,23 @@ msgstr "Emne:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4566,7 +4608,7 @@ msgstr "Send inn" msgid "Submit changes" msgstr "Send inn endringar" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Send inn spørjeskjema" @@ -4575,15 +4617,15 @@ msgstr "Send inn spørjeskjema" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4595,7 +4637,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4605,15 +4647,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4625,10 +4668,9 @@ msgstr "" msgid "Summary" msgstr "Oppsummering" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Oppsummeringsrapportar" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4645,11 +4687,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4672,7 +4714,7 @@ msgstr "" msgid "Template email response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4688,9 +4730,8 @@ msgid "Text" msgstr "Tekst" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Tekst" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 msgid "Text alert deleted" @@ -4717,9 +4758,8 @@ msgid "Text:" msgstr "Tekst:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Tekst" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4748,7 +4788,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Takk, glad for å høyra at problemet er løyst! Vi vil gjerne spørja deg om du har rapportert eit problem til ein administrasjon tidlegare?" @@ -4787,23 +4827,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "Det problemet vil no sendast på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4833,8 +4873,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4865,7 +4905,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4925,8 +4965,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Passorda er ikkje like" @@ -4946,11 +4986,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukaren kunne ikkje plassera problemet på eit kart, men sjekk områdde rundt staden dei skreiv inn" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5010,7 +5050,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5092,15 +5132,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-posten er sendt til begge administrasjonane som dekkjer staden for problemet, sidan brukaren ikkje kategoriserte det. Ver venleg og ignorer e-posten viss de ikkje er korrekt administrasjon for å handtera denne saka, eller gjev oss melding om kva for ein kategori av problem dette er så vi kan leggja det til i systemet vårt." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-posten er sendt til fleire administrasjonar som dekkjer staden for problemet, sidan den valde kategorien er tilgjengeleg for desse. Ver venleg og ignorer e-posten viss de ikkje er korrekt administrasjon for å handtera denne saka." @@ -5108,9 +5148,14 @@ msgstr "Denne e-posten er sendt til fleire administrasjonar som dekkjer staden f msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Denne informasjonen er påkravd" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Denne informasjonen er påkravd" @@ -5132,7 +5177,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5167,15 +5212,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tida markert som lukka." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tida markert som fiksa." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tida markert som open." @@ -5184,7 +5229,7 @@ msgstr "Denne rapporten er for tida markert som open." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Denne nettsida inneheld òg eit bilete av problemet, sendt inn av brukaren." @@ -5199,7 +5244,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5247,7 +5292,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "For å sjå eit kart med ei meir presis plassering for dette problemet" @@ -5274,9 +5319,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Totalt" @@ -5320,12 +5365,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5342,23 +5387,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Ukjend varsel-type" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Ukjend problem-ID" @@ -5375,16 +5420,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Oppdatering %s oppretta for problem %d, av %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5421,9 +5465,8 @@ msgid "Update marked problem as fixed" msgstr "Ei oppdatering markerte dette problemet som fiksa." #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Oppdater tilstanden" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5445,14 +5488,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5460,7 +5504,7 @@ msgid "Updated!" msgstr "Oppdatert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5493,23 +5537,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "Ser på ein stad" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5521,22 +5569,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5549,27 +5597,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Brukarar" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5578,8 +5626,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Verdi oppdatert" @@ -5597,6 +5645,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5606,16 +5658,21 @@ msgstr "" msgid "View report on site" msgstr "Sjå rapport på nettstaden" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Sjå rapport på nettstaden" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5635,7 +5692,7 @@ msgstr "Ser på eit problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Bydelar innanfor denne administrasjonen" @@ -5648,7 +5705,7 @@ msgstr "Stadfesting" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5671,7 +5728,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi innser at %s kan vera ansvarleg for dette problemet, men vi manglar for tida kontaktinformasjon for dei. Viss du veit om ei eigna kontaktadresse, ta kontakt med oss." @@ -5692,7 +5749,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5713,7 +5770,7 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5729,7 +5786,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Når du søkjer etter førespurnader, så er det òg mogleg å søkja etter agency_responsible for å avgrensa det til førespurnader som er sendt til ein einskild adminstrasjon. Søkjetermen er administrasjonssida som du får frå MaPit." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5737,7 +5794,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Kunne du tenkja deg å motta ein ny førespurnad om 4 veker, som minner deg om å sjekka status?" @@ -5754,13 +5811,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5768,7 +5825,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5794,7 +5855,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5803,7 +5864,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5833,7 +5894,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5898,7 +5959,7 @@ msgstr "Du har no logga inn. Ver venleg og sjekk og stadfest at detaljane dine e msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5934,15 +5995,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -5950,8 +6011,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5969,11 +6030,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5982,8 +6043,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -5997,9 +6058,9 @@ msgstr "Passordet ditt har vorte endra" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6009,18 +6070,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Oppdateringane dine" @@ -6042,7 +6103,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Oppdateringane dine" @@ -6069,7 +6130,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6089,8 +6150,8 @@ msgstr "" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "administrasjon" @@ -6103,12 +6164,12 @@ msgstr "brukte ikkje kart" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6126,7 +6187,7 @@ msgstr "frå %s ulike brukarar" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6151,7 +6212,7 @@ msgstr "i/t" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6161,15 +6222,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(valfritt)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr " eller " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6198,6 +6257,11 @@ msgstr "andre område:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6232,7 +6296,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "denne typen lokalt problem" @@ -6266,19 +6330,23 @@ msgstr "brukaren er frå same administrasjon som problemet – %d" msgid "user is problem owner" msgstr "brukaren er eigaren av problemet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "bydel" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6314,7 +6382,7 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 #, perl-format msgid "%d photo" msgid_plural "%d photos" @@ -6378,11 +6446,11 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s løyst siste månad" -msgstr[1] "%s løyst siste månad" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6419,7 +6487,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6440,14 +6508,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Vi har enno ikkje detaljar for administrasjonen som dekkjer denne staden." msgstr[1] "Vi har enno ikkje detaljar for administrasjonane som dekkjer denne staden." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6468,42 +6536,9 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Ser på ein stad" - -#~ msgid "Could not find user" -#~ msgstr "Kunne ikkje finna brukaren" - -#~ msgid "Flag user" -#~ msgstr "Flagg brukar" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Ver høfleg, poengtert og kortfatta." - -#~ msgid "Remove flag" -#~ msgstr "Fjern flagg" - -#~ msgid "User flag removed" -#~ msgstr "Brukarflagg fjerna" - -#~ msgid "User flagged" -#~ msgstr "Brukar flagga" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Når du skriv meldinga di med berre store bokstavar vert ho vanskeleg å lesa. Det same gjeld manglande tegnsetting." - -#~ msgid "Closed by council" -#~ msgstr "(ikkje rapportert til administrasjonen)" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Ugyldig agency_responsible-verdi %s" - -#~ msgid "Post" -#~ msgstr "Send inn" - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Det var problem med e-post/passord-kombinasjonen din. Ver venleg og prøv igjen." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Dette er ein utviklarnettstad. Ting kan knekka når som helst og databasen vil verta periodisk sletta." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po index 3c7e23262af..49df98c6972 100644 --- a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Wrobel Wroblasty , 2020 +# mySociety , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Wrobel Wroblasty , 2020\n" -"Language-Team: Polish (Poland) (https://www.transifex.com/mysociety/teams/12067/pl_PL/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Polish (Poland) (https://app.transifex.com/mysociety/teams/12067/pl_PL/)\n" "Language: pl_PL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "i" @@ -66,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "" @@ -108,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s otwarte, %s zamknięte, %s naprawione" @@ -117,15 +112,11 @@ msgstr "%s otwarte, %s zamknięte, %s naprawione" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap współtwórcy" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(zamknięte)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -159,8 +150,8 @@ msgstr "" msgid "(fixed)" msgstr "(naprawione)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" msgstr "" @@ -177,7 +168,7 @@ msgstr "(taie jak graffiti, śmietniska, uszkodzony bruk czy niedziałające lat msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "" @@ -185,19 +176,19 @@ msgstr "" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcjonalnie)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(wyślij do wszystkich)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wybierz Kategorie --" @@ -268,11 +259,11 @@ msgstr "TakPosiadam hasło" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "Dostęp odrzucony" @@ -338,6 +329,11 @@ msgstr "Dodaj opcje" msgid "Add phone number" msgstr "Dodaj numer telefonu" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Dodaj ciało" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -362,25 +358,25 @@ msgstr "" msgid "Add user" msgstr "Dodaj użytkownika" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Dodaj/edytuj kategorię problemu" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Dodano %s" @@ -398,7 +394,7 @@ msgstr "Administrator" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Znów:" @@ -468,7 +464,7 @@ msgstr "Wszystkie reporty " msgid "All time" msgstr "Cały czas" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -484,16 +480,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "" @@ -507,7 +503,7 @@ msgstr "Anonimowy" msgid "Anonymous user" msgstr "Anonimowy użytkownik" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -519,6 +515,10 @@ msgstr "Anonimowy:" msgid "Another user" msgstr "Inny użytkownik" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -532,6 +532,7 @@ msgstr "Czy jesteś pewien, chcesz cofnąć wgrywanie?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Czy jesteś pewien?" @@ -542,7 +543,7 @@ msgstr "Czy jesteś pewien?" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Arena:" @@ -555,7 +556,7 @@ msgstr "" msgid "Assign" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" msgstr "" @@ -588,24 +589,21 @@ msgstr "" msgid "Assign to:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Wszystkie kategorie" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Wszystkie kategorie" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Wszystkie kategorie" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -615,7 +613,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -627,7 +625,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -660,7 +658,7 @@ msgstr "Cofnij do wszystkich zgłoszeń" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Blokada użytkownika" @@ -668,10 +666,10 @@ msgstr "Blokada użytkownika" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -688,12 +686,17 @@ msgstr "" msgid "Body" msgstr "Ciało" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Ciało:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -704,12 +707,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Nie możesz zobaczyć mapy? Pomiń ten krok" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -724,7 +727,7 @@ msgstr "Kategorie:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -738,11 +741,11 @@ msgstr "Kategorie:" msgid "Category" msgstr "Kategoria" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategoria zmieniona z '%s' do '%s'" @@ -767,9 +770,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Wybierz hasło" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -778,7 +780,7 @@ msgstr "Wybierz adres email" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Wybierz hasło" @@ -801,6 +803,12 @@ msgstr "" msgid "Choose another" msgstr "Wybierz inne" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -830,7 +838,7 @@ msgstr "Kliknij link w wiadomości na mailu aby się zarejestrować." msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -841,7 +849,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Zamknięte" @@ -879,7 +887,7 @@ msgstr "" msgid "Code" msgstr "Kod" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -888,13 +896,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfiguracja" @@ -919,7 +929,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -958,6 +968,11 @@ msgstr "Skontaktuj się z zespołem" msgid "Continue" msgstr "Kontynuuj" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Stwórz zgłoszenie" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Kontynuuj -- zgłoś nowy problem" @@ -983,7 +998,8 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1011,33 +1027,32 @@ msgstr "Stwórz zgłoszenie" msgid "Create an account" msgstr "Stwórz konto" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Stwórz kategorie" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Stwórz zgłoszenie" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1058,14 +1073,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Stworzone" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Stworzone" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1075,16 +1088,16 @@ msgstr "Stworzone" msgid "Created:" msgstr "Stworzone:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Obecne hasło:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1111,6 +1124,10 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1123,7 +1140,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1132,6 +1149,11 @@ msgstr "" msgid "Delete" msgstr "Usuń" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Usunięte" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1142,7 +1164,7 @@ msgstr "" msgid "Delete theme" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1158,22 +1180,22 @@ msgstr "" msgid "Description" msgstr "Opis" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1186,7 +1208,7 @@ msgstr "" msgid "Details:" msgstr "" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1198,8 +1220,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1207,7 +1229,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1216,11 +1238,11 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" msgstr "" @@ -1250,7 +1272,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1267,6 +1289,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1325,33 +1351,32 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Dodaj użytkownika" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1392,19 +1417,19 @@ msgstr "Edytor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1422,11 +1447,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1434,7 +1459,7 @@ msgstr "" msgid "Email verified:" msgstr "Weryfikacja emaila:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1443,7 +1468,7 @@ msgstr "Weryfikacja emaila:" msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1500,7 +1525,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1534,7 +1559,7 @@ msgstr "Wpisz nazwę ulicy lub dzielnicy" msgid "Enter details of the problem" msgstr "Opisz problem" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1577,11 +1602,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1611,13 +1637,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1666,8 +1692,8 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "" @@ -1676,19 +1702,23 @@ msgid "Five most recent commented reports" msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nowe zgłoszenia" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "" @@ -1705,7 +1735,7 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1714,7 +1744,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1722,12 +1752,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1743,7 +1777,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1767,7 +1801,7 @@ msgstr "" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1798,7 +1832,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1832,8 +1866,8 @@ msgstr "Idź" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1841,19 +1875,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1894,7 +1928,7 @@ msgstr "Ukryte" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1926,7 +1960,7 @@ msgstr "" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -2046,7 +2080,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2075,7 +2109,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2109,7 +2143,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2131,7 +2165,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2151,8 +2185,8 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2192,7 +2226,7 @@ msgstr "Ostatni edytor" msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2254,12 +2288,12 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "Oznacz problem na mapie" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "Zaloguj przez Facebook" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "Zaloguj przez Twitter" @@ -2275,17 +2309,17 @@ msgstr "Zaloguj przez email" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "Zaloguj przez %s" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2293,16 +2327,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2316,11 +2350,11 @@ msgstr "" msgid "Mark as sent" msgstr "Oznacz jako przeczytane" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2338,7 +2372,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2355,7 +2389,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2378,12 +2412,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Miesiąc" @@ -2393,9 +2427,9 @@ msgstr "Miesiąc" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2422,12 +2456,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2457,12 +2491,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2485,11 +2519,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "Nowy adres email:" @@ -2511,13 +2545,17 @@ msgstr "" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Nowe hasło:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2610,18 +2648,18 @@ msgstr "Następne:" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Nie" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2629,7 +2667,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2655,8 +2693,8 @@ msgstr "" msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2681,8 +2719,8 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2690,19 +2728,19 @@ msgstr "" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2710,7 +2748,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2791,7 +2829,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2802,7 +2840,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2831,7 +2869,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2839,11 +2877,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2852,19 +2890,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2908,9 +2946,9 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "" @@ -2926,7 +2964,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2934,7 +2972,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 msgid "Phone" msgstr "" @@ -2943,10 +2981,10 @@ msgstr "" msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "" @@ -2963,7 +3001,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2975,13 +3013,20 @@ msgstr "" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -2997,6 +3042,14 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" @@ -3019,29 +3072,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3051,8 +3098,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -3061,11 +3108,12 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3077,14 +3125,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3093,17 +3141,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" @@ -3121,9 +3169,9 @@ msgid "Please enter a valid UK phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3136,7 +3184,7 @@ msgid "Please enter a valid email address" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3151,8 +3199,8 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3241,7 +3289,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3254,15 +3302,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3308,7 +3356,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3340,7 +3388,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3348,11 +3396,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3364,7 +3412,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3435,7 +3483,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3443,13 +3491,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3465,11 +3513,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3488,7 +3536,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3501,11 +3549,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3519,7 +3567,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3565,9 +3613,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3593,11 +3641,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3637,11 +3685,11 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3674,7 +3722,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3699,8 +3747,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3750,8 +3798,8 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3791,18 +3839,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Raportuj, przeglądaj i dyskutuj o lokalnych problemach" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3816,27 +3864,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3856,21 +3904,20 @@ msgid "Reporting a problem" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:60 -#, fuzzy msgid "Reporting message" -msgstr "Stwórz zgłoszenie" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3884,11 +3931,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3923,6 +3970,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3932,7 +3983,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -3999,13 +4050,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4015,18 +4066,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4041,7 +4092,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4057,6 +4108,10 @@ msgstr "" msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4105,7 +4160,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4114,7 +4169,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4129,7 +4184,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4138,11 +4193,19 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4156,7 +4219,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4182,7 +4245,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4199,7 +4262,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4222,7 +4285,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4238,7 +4301,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4277,12 +4340,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "" @@ -4299,17 +4362,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4367,7 +4430,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4378,21 +4441,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4401,16 +4460,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4418,17 +4477,21 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 msgid "Start time" msgstr "" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4436,7 +4499,7 @@ msgstr "" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4449,7 +4512,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4465,13 +4528,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4517,23 +4580,23 @@ msgstr "" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4541,7 +4604,7 @@ msgstr "" msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4550,15 +4613,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4570,7 +4633,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4580,15 +4643,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4600,7 +4664,7 @@ msgstr "" msgid "Summary" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4619,11 +4683,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4647,7 +4711,7 @@ msgstr "" msgid "Template email response:" msgstr "Nowy adres email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4718,7 +4782,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4757,23 +4821,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4803,8 +4867,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4835,7 +4899,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4895,8 +4959,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4916,11 +4980,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -4980,7 +5044,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5062,15 +5126,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5078,9 +5142,13 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -5102,7 +5170,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5137,15 +5205,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5154,7 +5222,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5169,7 +5237,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5217,7 +5285,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5244,9 +5312,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5290,12 +5358,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5312,23 +5380,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5345,8 +5413,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5413,14 +5481,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5428,7 +5497,7 @@ msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5464,19 +5533,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5488,22 +5561,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5516,27 +5589,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5545,8 +5618,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5564,6 +5637,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5573,16 +5650,20 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5602,7 +5683,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5615,7 +5696,7 @@ msgstr "Konfiguracja" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5638,7 +5719,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5659,7 +5740,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5680,7 +5761,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5696,7 +5777,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5704,7 +5785,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5721,13 +5802,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "" @@ -5735,7 +5816,11 @@ msgstr "" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5761,7 +5846,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5770,7 +5855,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5800,7 +5885,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5865,7 +5950,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5901,15 +5986,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -5917,8 +6002,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5936,11 +6021,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5949,8 +6034,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -5964,9 +6049,9 @@ msgstr "" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -5976,18 +6061,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "" @@ -6009,7 +6094,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6036,7 +6121,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6056,8 +6141,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6070,12 +6155,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6093,7 +6178,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6118,7 +6203,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6131,8 +6216,8 @@ msgstr "" msgid "optional" msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "" @@ -6163,6 +6248,11 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6197,7 +6287,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6231,19 +6321,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6289,7 +6383,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 #, perl-format msgid "%d photo" msgid_plural "%d photos" @@ -6371,13 +6465,13 @@ msgstr[2] "" msgstr[3] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s naprawiony w zeszłym miesiącu" -msgstr[1] "%s naprawionych w zeszłym miesiącu" -msgstr[2] "%s naprawionych w zeszłym miesiącu" -msgstr[3] "%s naprawionych w zeszłym miesiącu" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6424,7 +6518,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6451,7 +6545,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6460,7 +6554,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6487,24 +6581,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Wpisz nazwę ulicy lub dzielnicy" - -#~ msgid "About the problem" -#~ msgstr "O problemie" - -#~ msgid "Close" -#~ msgstr "Zamknij" - -#~ msgid "Could not find user" -#~ msgstr "Nie można znaleźć użytkownika" - -#~ msgid "Home" -#~ msgstr "Główna" - -#~ msgid "MAP" -#~ msgstr "MAPA" - -#~ msgid "Map" -#~ msgstr "Mapa" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Opis" +msgstr[1] "Opis" +msgstr[2] "Opis" +msgstr[3] "Opis" diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po index 1ad57773eef..6df4e106cfb 100644 --- a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,35 +4,31 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 -# Hugo Sousa , 2020 -# ruifigueiredo , 2020 +# mySociety , 2021 +# Ricardo Silva, 2023 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: ruifigueiredo , 2020\n" -"Language-Team: Portuguese (https://www.transifex.com/mysociety/teams/12067/pt/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: Ricardo Silva, 2023\n" +"Language-Team: Portuguese (https://app.transifex.com/mysociety/teams/12067/pt/)\n" "Language: pt\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" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: templates/web/base/admin/bodies/form.html:95 msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "e" @@ -61,19 +57,19 @@ msgstr "%d de %d de %d" #: templates/web/base/admin/users/import.html:42 msgid "%d users already existed" -msgstr "%d utilizador já existe" +msgstr "%d utilizadores já existem" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" -msgstr "%s - relatórios resumidos" +msgstr "%s - relatórios de síntese" #. ("%s here is the site name") #: templates/web/base/admin/navigation.html:3 msgid "%s admin:" -msgstr "%s admin:" +msgstr "%s administrador:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" @@ -95,8 +91,8 @@ msgid "" "problems, including alerts for all problems within a particular ward, or all\n" "problems within a certain distance of a particular location." msgstr "" -"%s tem uma variedade de RSS feeds e alertas de email para problemas locais,\n" -"incluindo alertas para todos os problemas dentro de um departamento especifico,\n" +"%s tem uma variedade de fluxos RSS e alertas de email para problemas locais,\n" +"incluindo alertas para todos os problemas dentro de uma divisão administrativa,\n" " ou todos os problemas dentro de uma determinada distancia ou localização específica." #. ("%s is the site name") @@ -114,24 +110,20 @@ msgstr "" msgid "%s live updates" msgstr "%s atualizações directas" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s aberto, %s fechado, %s consertado" #: templates/web/base/status/stats.html:25 msgid "%s questionnaires sent – %s answered (%s%%)" -msgstr "%s questionários enviados - %s respondeu (%s%%)" - -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" +msgstr "%s questionários enviados - %s respondidos (%s%%)" #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "&copiar; OpenStreetMap contribuidores" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,13 +143,13 @@ msgstr "(Sem número de telefone)" #: templates/web/base/admin/states/index.html:95 msgid "(a-z and space only)" -msgstr "(a-z e espaço)" +msgstr "(apenas a-z e espaço)" #: templates/web/zurich/report/_item.html:21 msgid "(closed)" msgstr "(fechado)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(abrange cerca de 200.000 pessoas)" @@ -165,47 +157,45 @@ msgstr "(abrange cerca de 200.000 pessoas)" msgid "(fixed)" msgstr "(Corrigido)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderar este relatório" +msgstr "(para este relatório)" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Moderar esta atualização" +msgstr "(para esta atualização)" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" -msgstr "(Como ruas e pavimentos esburacados, grafitis, árvores caídas, lajes partidas, entulhos, lixo, sinais transito, vandalismo, postes caídos, vazamentos de agua e esgotos, iluminação pública ou qualquer outro problema)" +msgstr "(Como ruas e pavimentos esburacados, grafitis, árvores caídas, lajes partidas, entulhos, lixo, sinais trânsito, vandalismo, postes caídos, vazamentos de água e esgotos, iluminação pública ou qualquer outro problema)" #: templates/web/base/reports/index.html:82 msgid "(no longer exists)" msgstr "(não existe mais)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" -msgstr "(Não reportar ao município)" +msgstr "(não reportar ao município)" #: templates/web/base/report/form/photo_upload.html:6 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(enviado para todos)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" -msgstr "(remeter para ambos)" +msgstr "(enviado para ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -215,13 +205,12 @@ msgid "-- Pick an option --" msgstr "-- Escolha uma opcão --" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Por favor, selecione um corpo." +msgstr "-- Por favor selecione --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" -msgstr "--Escolher um template--" +msgstr "-- Escolher um modelo --" #: templates/web/base/admin/bodies/form.html:50 #: templates/web/base/admin/bodies/form.html:51 @@ -273,25 +262,25 @@ msgstr "Não Deixe-me confirmar as minhas atualizações por em #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" -msgstr " Sim Eu tenho uma password" +msgstr " Sim eu tenho uma password" #. ("JS") #: templates/web/base/js/translation_strings.html:78 msgid "Take or choose existing photo" -msgstr "" +msgstr "Tirar fotografia ou escolher uma fotografia existente" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." -msgstr "" +msgstr "Um identificador de serviço (Open311 ou similar)." -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" -msgstr "" +msgstr "Acesso negado" #: templates/web/base/auth/2fa/intro.html:20 #: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" -msgstr "Ativar a autenticação dois-factores" +msgstr "Ativar a autenticação de dois fatores" #: templates/web/base/my/my.html:42 templates/web/base/my/my.html:53 msgid "Add" @@ -312,9 +301,8 @@ msgid "Add a contact using the form below." msgstr "Adicione um contato usando o formulário abaixo." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Adicionar nova categoria" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -353,6 +341,11 @@ msgstr "Adicionar opção" msgid "Add phone number" msgstr "Adicionar numero de telefone" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Adicionar" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -377,26 +370,25 @@ msgstr "Adicionar a lista sumário" msgid "Add user" msgstr "Adicionar user" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Adicionar/editar templates de resposta" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Adicionar/editar categoria de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Adicionar/editar prioridades de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Adicionar/editar templates de resposta" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Adicionado %s" @@ -414,7 +406,7 @@ msgstr "Admin" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Novamente:" @@ -484,10 +476,9 @@ msgstr "Todos os relatórios entre %s e %s" msgid "All time" msgstr "Tempo todo" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Relatado na categoria %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -501,17 +492,16 @@ msgstr "Como alternativa, podemos ocultar seu nome em de todos os seus r msgid "Always fetch all problems" msgstr "Pesquisar sempre em todos os problemas." -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Adicionar endereço de email" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Uma atualização marcada, problema esta resolvido" @@ -525,7 +515,7 @@ msgstr "Anonimo" msgid "Anonymous user" msgstr "Utilizador anonimo" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -537,6 +527,10 @@ msgstr "Anonimo:" msgid "Another user" msgstr "Outro Utilizador" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -550,6 +544,7 @@ msgstr "Tem certeza que deseja cancelar este upload?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Tem a certeza?" @@ -560,7 +555,7 @@ msgstr "Tem a certeza?" msgid "Area covered" msgstr "Área coberta" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Área:" @@ -570,24 +565,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Como este é um site de preparação e %s é falso, os relatórios feitos neste site serão enviados a quem reportou o problema e não ao contacto fornecido para a categoria do relatório." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Designado para %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s problem reportado" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Atribuir utilizadores a áreas" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Designado para %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -607,28 +598,24 @@ msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Designado para %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Atribuir utilizadores a áreas" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Categorias disponíveis" +msgstr "Apenas categorias atribuídas" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Designado para %s" +msgstr "Atribuído a" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Designado para %s" +msgstr "Atribuído a:" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -638,7 +625,7 @@ msgstr "No máximo %d pedidos são retornados em cada consulta. Os pedidos retor msgid "At the moment only searching for and looking at reports work." msgstr "Neste momento, apenas procurando e olhando para os relatórios de trabalho." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Utilizadores autorizados da equipa podem ser associados às categorias em que operam." @@ -650,7 +637,7 @@ msgstr "Resposta Automatica" msgid "Auto-response:" msgstr "Resposta-Automatica:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "Preencher automaticamente o assunto / detalhe do relatório" @@ -683,7 +670,7 @@ msgstr "Voltar a todos os relatórios" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Banir utilizador" @@ -691,10 +678,10 @@ msgstr "Banir utilizador" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -711,12 +698,17 @@ msgstr "Organismos" msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Corpo:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -727,12 +719,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Não recebeu o email de confirmação? Verifique o SPAM da sua caixa de correio." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Não pode ver a localizaçao no mapa Salte esta etapa " -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -747,7 +739,7 @@ msgstr "Categorias:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -761,11 +753,11 @@ msgstr "Categorias:" msgid "Category" msgstr "Categoria" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de '%s' para '%s'" @@ -790,9 +782,8 @@ msgid "Change" msgstr "Alterar" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Mudar password" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -801,7 +792,7 @@ msgstr "Alterar endereço de email" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Mudar password" @@ -811,9 +802,8 @@ msgid "Change phone number" msgstr "Alterar o numero de telefone" #: templates/web/base/auth/generate_token.html:60 -#, fuzzy msgid "Change two-factor authentication" -msgstr "Ativar a autenticação dois-factores" +msgstr "Alterar a autenticação de dois fatores" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -825,6 +815,12 @@ msgstr "Escolha um nome de categoria que faça sentido para o msgid "Choose another" msgstr "Escolher outra" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -854,7 +850,7 @@ msgstr "Clique no link do email de confirmação para entrar" msgid "Click the link in that email to sign in." msgstr "Clique no link desse email para fazer login." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Clique no mapa ou arraste o alfinete para ajustar a localização" @@ -865,7 +861,7 @@ msgstr "Clique no mapa ou arraste o alfinete para ajustar a localização" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Fechado" @@ -903,7 +899,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "Codigo" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -912,13 +908,15 @@ msgstr "" msgid "Collapse map" msgstr "Fechar mapa" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configuração" @@ -943,7 +941,7 @@ msgstr "Confirme por e-mail abaixo, proporcionando uma nova senha nesse ponto. Q msgid "Confirmation" msgstr "Confirmação" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -982,6 +980,11 @@ msgstr "Fale com a equipe" msgid "Continue" msgstr "Continuar" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Criar um report" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Continuar - reportar nova sitaução" @@ -1007,7 +1010,8 @@ msgstr "Município" msgid "Council contacts for %s" msgstr "Contactos do município para %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Município ref: %s" @@ -1035,33 +1039,32 @@ msgstr "Criar um report" msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Criar template" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Criar prioridade" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Criar relatório/atualizar como um utilizador anónimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Crie relatórios / atualizações como município" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Criar relatórios / atualizações em nome de um utilizador" @@ -1082,14 +1085,12 @@ msgstr "Criado %d novo utilizador" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Criado" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Criado" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1099,17 +1100,16 @@ msgstr "Criado" msgid "Created:" msgstr "Criado:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "editar utilizador" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Passowrd atual:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "Atualmente agrupados por %s" @@ -1137,9 +1137,14 @@ msgstr "Painel de instrumentos" msgid "Date" msgstr "Data final" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Salvar alterações" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" -msgstr "Desactivar autenticação de dois fatores" +msgstr "Desativar autenticação de dois fatores" #: templates/web/zurich/admin/stats/index.html:56 msgid "Dealt with by subdivision within 5 working days" @@ -1149,7 +1154,7 @@ msgstr "Tratadas pelas subdivisões dentro de 5 dias úteis" msgid "Default" msgstr "Defeito" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "Padrão para criar relatórios / atualizações como município" @@ -1158,6 +1163,11 @@ msgstr "Padrão para criar relatórios / atualizações como município" msgid "Delete" msgstr "Apagar" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Excluidos" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1165,11 +1175,10 @@ msgid "Delete template" msgstr "Apagar template" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Apagar template" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1185,26 +1194,24 @@ msgstr "Descreva por que você está moderando isto" msgid "Description" msgstr "Descrição detalhada do problema" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Descrição detalhada do problema" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Informações detalhadas estão limitadas a %d caracteres.." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detalhes" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Questionario" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1215,7 +1222,7 @@ msgstr "Questionario" msgid "Details:" msgstr "Detalhes:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "Dispositivo e Site" @@ -1227,8 +1234,8 @@ msgstr "Delegada" msgid "Diligency prize league table" msgstr "Diligency prêmio tabela classificativa" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1236,7 +1243,7 @@ msgstr "" msgid "Disable" msgstr "Desativar" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1245,15 +1252,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Relatado na categoria %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Relatado na categoria %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1281,7 +1286,7 @@ msgstr "Não envie alertas de email sobre comentários pesquisados ao criador do msgid "Do you have a %s password?" msgstr "Já tem uma password?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Não sei" @@ -1298,11 +1303,15 @@ msgstr "" msgid "Down one" msgstr "Descer um" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Relatórios enviados para %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Arraste e solte fotos aqui ou clique para upload" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1360,33 +1369,32 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar os detalhes do corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Editar permissões de outros utilizadores" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Editar categoria do relatório" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Editar priorirade do relatório" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Editar relatórios" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "editar utilizador" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "Edite os detalhes dos utilizadores / pesquise os seus relatórios" @@ -1427,19 +1435,19 @@ msgstr "Editar" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1457,11 +1465,11 @@ msgstr "Criado alerta email" msgid "Email alert deleted" msgstr "Apagado alerta email" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "Envie-me um link por email ou envie-me um texto para entrar" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Envie-me um link para entrar" @@ -1469,7 +1477,7 @@ msgstr "Envie-me um link para entrar" msgid "Email verified:" msgstr "Email confirmado:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1478,7 +1486,7 @@ msgstr "Email confirmado:" msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1535,7 +1543,7 @@ msgstr "Habilite essa configuração pode ser devolvida se um msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Activar isto suprimirá a mensagem de erro que normalmente é emitida quando uma atualização não tem descrição" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Data final" @@ -1549,9 +1557,8 @@ msgid "Endpoint" msgstr "Endpoint" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Digite um nome de uma rua de Mindelo" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1570,7 +1577,7 @@ msgstr "Digite um nome de rua nas proximidades e área" msgid "Enter details of the problem" msgstr "Escreva de forma detalhada o problema, incluindo uma fotografia" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1613,11 +1620,12 @@ msgstr "Os utilizadores existentes não serão modificados." msgid "Expand map" msgstr "Expandir Mapa" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Explicar o que está errado" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Exportar como CSV" @@ -1647,13 +1655,13 @@ msgstr "Código status externo" msgid "External team" msgstr "Equipa Externa" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Campos Extra" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1677,7 +1685,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "Confiável pelo pelo organismo:" +msgstr "Faltam organismos:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1702,30 +1710,33 @@ msgstr "Preencha seus dados manualmente." msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Primeiro Nome" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotos de relatórios recentes mais proximos" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Novos reports" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Corrija isso escolhendo uma área coberta no formulário Editar detalhes do organismo abaixo." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Corrigido" @@ -1742,7 +1753,7 @@ msgstr "Corrigido - Usuario" msgid "Flag as deleted" msgstr "Marcar como apagado" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1751,7 +1762,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Relatórios e utilizadores sinalizados" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Utilizadores sinalizados são listados na página." @@ -1759,12 +1770,17 @@ msgstr "Utilizadores sinalizados são listados na página." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Utilizadores sinalizados não são de forma alguma bloqueados. Esta é apenas uma lista de utilizadores que foram marcados para seren analisados com atenção." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Marcado:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Siga um departamento para ver apenas os relatórios desse departamento." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Siga um departamento para ver apenas os relatórios desse departamento." @@ -1780,7 +1796,7 @@ msgstr "Para obter mais informações, consultenot yet been sent." msgstr "Atenção que o seu relatório ainda não foi enviado." -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Por favor, note o relatório ainda não foi enviado . Escolha uma categoria e acrescentar mais informações abaixo, em seguida, enviar." @@ -3316,15 +3333,15 @@ msgstr "Atenção que a sua actualização ainda não foi submetida%s em %s" msgid "Powered by FixMyStreet Platform" msgstr "Distribuído por Plataforma FixMyStreet " -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3411,11 +3428,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "Clique no mapa ou arraste o alfinete para ajustar a localização" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3427,7 +3444,7 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "Prioridades" @@ -3469,28 +3486,24 @@ msgid "Problem %d created" msgstr "Problema %d criado" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Adicionar a lista sumário" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problema %s confirmado" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Problema %d criado" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Problema %d criado" +msgstr "" #: templates/web/base/admin/users/log.html:56 -#, fuzzy msgid "Problem %s removed from shortlist" -msgstr "Remover da lista restrita" +msgstr "" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3502,7 +3515,7 @@ msgstr "Problema %s enviado ao município %s" msgid "Problem breakdown by state" msgstr "Colapso problema por estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problema marcado como aberto." @@ -3510,13 +3523,13 @@ msgstr "Problema marcado como aberto." msgid "Problem state change based on survey results" msgstr "Mudança de estado do problema com base nos resultados da pesquisa" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "Problemas em uma área" @@ -3532,11 +3545,11 @@ msgstr "Problemas no mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas relatados recentemente fixados em FixMyStreetMindelo" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "Problemas em %.1fkm de %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3555,7 +3568,7 @@ msgstr "Problemas do departamento%s, %s" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "Problemas em %s, %s" @@ -3568,11 +3581,11 @@ msgstr "Endereço do imóvel:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3586,7 +3599,7 @@ msgstr "Fornecer uma atualização" msgid "Provide update as" msgstr "Forneça a atualização como" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Fornecer uma password é opcional, mas isso vai permitir reportar problemas de forma mais fácil, actualizar e gerir os seus relatórios." @@ -3609,9 +3622,8 @@ msgid "Publish photo" msgstr "Publicar foto" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Questionario" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3633,9 +3645,9 @@ msgstr "Questionário %d enviou para o problema de %d" msgid "Questionnaire filled in by problem reporter" msgstr "Questionário preenchido por problema repórter" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3661,11 +3673,11 @@ msgstr "RSS feed de %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed de %s, %s problemas pendentes" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "RSS feed dos problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3698,19 +3710,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "RSS feed dos problemas locais recentes" +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "RSS feed dos problemas locais recentes" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3743,7 +3754,7 @@ msgstr "Rejeitar caso" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Lembre-se que FixMyStreet é principalmente para relatar problemas físicos que podem ser corrigidos. Se o seu problema não é apropriado para a apresentação através deste site, lembre-se que você pode contactar o seu município diretamente usando seu próprio site." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Apagar detalhes da conta" @@ -3765,26 +3776,24 @@ msgid "Remove from site" msgstr "Remover do site" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Remover campo" +msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Remover foto (não pode ser desfeita!)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "Editar permissões de outros utilizadores" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 #, fuzzy msgid "Remove time period" -msgstr "Editar permissões de outros utilizadores" +msgstr "Remover campo" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3822,11 +3831,10 @@ msgstr "Reporte o problema aqui" msgid "Report abuse" msgstr "Abusivo" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Relatado anonimamente em %s" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3840,9 +3848,8 @@ msgid "Report as" msgstr "Reportar como" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Editar detalhes do relatório" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3865,18 +3872,18 @@ msgstr "Reportar, visualizar e discutir problemas locais." msgid "Report, view, or discuss local problems" msgstr "Reportar, ver ou discutir problemas locais" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Relatado anonimamente em %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Relatado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Relatado por %s em %s" @@ -3890,27 +3897,27 @@ msgstr "Reportado por\\:" msgid "Reported in the %s category" msgstr "Relatado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Relatado na categoria %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Relatado na categoria %s por %s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Relatado por %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Relatado por %s por%s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Relatado por %s na categoria %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Relatado por %s na categoria %s por %s em %s" @@ -3934,17 +3941,17 @@ msgstr "Relatando um problema" msgid "Reporting message" msgstr "Relatando um problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Relatórios" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Relatórios são limitados a %s caracteres. Por favor reduza o seu relatório" @@ -3958,11 +3965,11 @@ msgstr "Relatórios são limitados a {0} caracteres. Por favor reduza-o" msgid "Reports awaiting approval" msgstr "Relatórios aguardando aprovação" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "Relatórios por destino" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Relatórios na próximidade de %s são enviados para municípios diferentes, dependendo do tipo de problema." @@ -3997,6 +4004,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Necessário" @@ -4006,7 +4017,7 @@ msgstr "Necessário" msgid "Resend report" msgstr "Reenviar relatório" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4035,9 +4046,8 @@ msgid "Response Templates for %s" msgstr "Template de resposta para %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Mostrar a foto" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4059,9 +4069,8 @@ msgstr "Lugar certo?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Expandir Mapa" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4075,13 +4084,13 @@ msgstr "Operador de estrada por esta estrada chamada (a partir de OpenStreetMap) msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4092,18 +4101,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Utilizadores autorizados da equipa podem ser associados às categorias em que operam." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar para a esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4118,7 +4127,7 @@ msgstr "Rodar esta foto descartará as alterações não gravadas deste relatór msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4134,6 +4143,10 @@ msgstr "Salvar + fechar como duplicado" msgid "Save changes" msgstr "Salvar alterações" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "Salvar novos campos" @@ -4182,7 +4195,7 @@ msgstr "A pesquisa não encontrou usuários." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "Segurança" @@ -4191,7 +4204,7 @@ msgstr "Segurança" msgid "See our privacy policy" msgstr "Veja nossa política de privacidade" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "Consulte os detalhes do utilizador para relatórios criados como município " @@ -4206,7 +4219,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecione uma área" @@ -4215,11 +4228,21 @@ msgstr "Selecione uma área" msgid "Select if this is the default priority" msgstr "Selecione se esta é a prioridade padrão" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Selecione vários departamentos para visualizar apenas os relatórios desses departamentos." + +#: templates/web/base/reports/body.html:30 +#, fuzzy +msgid "Select multiple divisions?" +msgstr "Seleccionar multiplos departamentos?" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "Selecione vários departamentos para visualizar apenas os relatórios desses departamentos." -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "Seleccionar multiplos departamentos?" @@ -4234,7 +4257,7 @@ msgid "Select:" msgstr "Escolher\\:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Enviar" @@ -4260,7 +4283,7 @@ msgstr "O envio de um texto de confirmação falhou\\:\"%s\" " msgid "Sent report back" msgstr "Relatório enviado de volta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Enviado para %s %s mais tarde" @@ -4277,7 +4300,7 @@ msgstr "Srerviço:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Definir a palavra pass" @@ -4300,7 +4323,7 @@ msgstr "" msgid "Shortlist" msgstr "Sumário" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "Lista final visível" @@ -4316,7 +4339,7 @@ msgstr "Pré-selecionado" msgid "Shortlisted by %s" msgstr "Selecionado por %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Mostrar todas as atualizações" @@ -4355,12 +4378,12 @@ msgstr "Mostrar o nome do utilizador" msgid "Show reports in your area" msgstr "Ver os relatórios na sua área" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Entrar" @@ -4377,17 +4400,17 @@ msgstr "Entre por email ou texto, fornecendo uma nova senha. Quando você clica msgid "Sign in or create an account" msgstr "Entrar e criar uma conta" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "Inicie sessão com a password" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Sair " -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4445,7 +4468,7 @@ msgstr "Desculpe, não conseguimos encontrar esse local." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Desculpe, não foi possível fazer o login. Por favor, preencha o formulário abaixo." @@ -4456,25 +4479,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Desculpe, mas não foi possível analisar esse local. Por favor, tente novamente." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Não foi possível salvar suas imagens. Tente novamente." - -#: templates/web/base/offline/fallback.html:6 -#, fuzzy -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -"Lamentamos, não temos uma conexão suficientemente boa para pesquisar essa página, ou\n" -"a página não foi encontrada ou ocorreu um erro no servidor. Por favor, tente novamente mais tarde." -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Desculpe, você não tem permissões para fazer isso." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4483,17 +4498,16 @@ msgstr "" msgid "Sort by" msgstr "Ordernado por" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Equipa\\:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Os utilizadores da equipa têm permissão para efetuar login no administrador." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Equipa\\:" @@ -4501,10 +4515,14 @@ msgstr "Equipa\\:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "Data de inicio" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4512,7 +4530,7 @@ msgstr "Data de inicio" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4520,7 +4538,7 @@ msgstr "Data de inicio" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4533,7 +4551,7 @@ msgstr "Estado" msgid "State and external status code cannot be used simultaneously." msgstr "Estado e código de estado externo não podem ser utilizados em simultaneo." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4549,13 +4567,13 @@ msgstr "Estado alterado para:" msgid "State:" msgstr "Estado" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "Estados" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4601,23 +4619,23 @@ msgstr "Assunto:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Submeter" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4625,7 +4643,7 @@ msgstr "Submeter" msgid "Submit changes" msgstr "Submeter alteraçoes" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Submeter questionario" @@ -4634,15 +4652,15 @@ msgstr "Submeter questionario" msgid "Submitted" msgstr "Submitido" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Subscrever" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "Subscrever por e-mail" @@ -4651,11 +4669,10 @@ msgid "Subscribed:" msgstr "Subscrever\\:" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Os resumos estão limitados a%s caracteres. Por favor reduza seu resumo" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "Os resumos estão limitados a%s caracteres. Por favor reduza seu resumo" @@ -4665,15 +4682,16 @@ msgstr "Os resumos estão limitados a%s caracteres. Por favor reduza seu resumo" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Os resumos são limitados a {0} caracteres. Reduza seu resumo" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Resuma o problema" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Resuma suas alterações" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4685,10 +4703,9 @@ msgstr "Resuma suas alterações" msgid "Summary" msgstr "Resumo" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Estatísticas resumidas" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4702,15 +4719,14 @@ msgid "Summary statistics" msgstr "Estatísticas resumidas" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "SuperUtilizador\\:" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "SuperUtilizador\\:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Super-utilizadoreshave têm permissão para executar todas as ações dentro do administrador." @@ -4734,7 +4750,7 @@ msgstr "Modelo «%s»;" msgid "Template email response:" msgstr "Novo endereço de email:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4742,28 +4758,24 @@ msgid "Templates" msgstr "Templates" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Atualizado recentemente" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Criado alerta email" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Apagado alerta email" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Campos Extra" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4782,9 +4794,8 @@ msgid "Text:" msgstr "Texto:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Texto" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4810,14 +4821,14 @@ msgstr "Obrigado pelo seu feedback" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Obrigado por upload de sua foto. Precisamos agora de localizar o seu problema, então digite um nome de rua nas proximidades ou código postal na caixa acima:" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Obrigado, gratos em ouvir que o problema foi corrigido! Podemos apenas perguntar se você já relatou um problema para um município antes?" #: templates/web/base/auth/2fa/intro.html:11 #: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." -msgstr "" +msgstr "Obrigado, você ativou com sucesso a autenticação de dois fatores para a sua conta." #: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." @@ -4849,23 +4860,23 @@ msgstr "Esse problema foi marcado como enviado." msgid "That problem will now be resent." msgstr "Esse problema agora será reenviado e reportado ao conselho." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Esse relatório foi removido FixMyStreetMIndelo" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "Esse utilizador foi desconectado." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "Esse utilizador foi anonimizado em todos os relatórios e atualizações." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "Os detalhes pessoais desse utilizador foram removidos." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "Os relatórios e atualizações desse utilizador foram ocultados." @@ -4895,8 +4906,8 @@ msgstr "A jurisdição será necessária apenas se o terminal msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4927,10 +4938,9 @@ msgstr "O nome do corpo identifica o corpo (por exemplo, msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Esse problema foi marcado como enviado." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4988,8 +4998,8 @@ msgstr "O link pode ter expirado ou talvez você não o tenha copiado e colado c msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "A lista de áreas disponíveis está a ser fornecida pelo serviço MapIt %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "As passwords não são iguais" @@ -5006,15 +5016,14 @@ msgid "The role's name is used to refer to this group of permis msgstr "" #: templates/web/base/admin/users/import.html:68 -#, fuzzy msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" -msgstr "O ficheiro CSV carregado deve conter uma linha de cabeçalho e os registros devem ter os seguintes campos (nesta ordem):" +msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "O usuário não conseguiu localizar o problema em um mapa, localizar a area mais proxima do local" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "O utilizador recebeu um email de login" @@ -5049,9 +5058,8 @@ msgid "There are similar problems nearby that we’re already aware of, is one o msgstr "Temos conhecimento de que existem problemas semelhantes nas proximidades. Algum deles é o seu?" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 -#, fuzzy msgid "There is already a template with that title." -msgstr "Já existe um modelo de resposta automática para esta categoria / estado." +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:144 msgid "There is already an auto-response template for this category/state." @@ -5075,11 +5083,10 @@ msgstr "Houve um problema mostrada nesta página. Por favor, tente novamente mai msgid "There was a problem with your login information." msgstr "Ocorreu um problema com suas informações de login." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 -#, fuzzy msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." -msgstr "Verificou-se um problema com os seus dados de login. Se não se lembra da sua password ou a perdeu, preencha a opção 'Não' do formulário." +msgstr "" #: perllib/FixMyStreet/App/Controller/Report/Update.pm:385 msgid "There was a problem with your update. Please try again." @@ -5158,15 +5165,15 @@ msgid "" msgstr "Este organismo receberá apenas relatórios de problemas localizados na área coberta . Um organismo não receberá nenhum relatório, a menos que cubra pelo menos uma área." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este e-mail foi enviado para ambos os municípios que cobrem o local do problema, uma vez que o utilizador não conseguiu identificar em qual dos dois se verifica a ocorrência. Por favor queura ignorar caso não seja o município correto para lidar com este problema, ou deixe-nos saber que categoria de problema se trata para que possamos adicioná-la ao nosso sistema." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este e-mail foi enviado para vários municípios que cobrem o local do problema, uma vez que a categoria selecionada é fornecida para todos eles. Por favor queira ignorar se você não é o município correto para lidar com este problema." @@ -5174,9 +5181,14 @@ msgstr "Este e-mail foi enviado para vários municípios que cobrem o local do p msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Esta informação é necessária" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Esta informação é necessária" @@ -5198,9 +5210,9 @@ msgstr "Este é o problema" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." -msgstr "" +msgstr "Isto significa que o utilizador apenas verá funcionalidades frontend (tal como o formulário de inspeção) para as categorias que lhe estão atribuídas." #: templates/web/base/admin/users/import.html:65 msgid "This page is a quick way to create many new staff users in one go." @@ -5233,15 +5245,15 @@ msgstr "Este relatório é um duplicado. Por favor deixe as suas atualizações msgid "This report is awaiting moderation." msgstr "Este relatório está aguardando moderação." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Este relatório está marcado como fechado." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Este relatório está marcado como fixo." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Este relatório está marcado como aberto." @@ -5250,7 +5262,7 @@ msgstr "Este relatório está marcado como aberto." msgid "This report is now closed to updates." msgstr "Este relatório agora está fechado para atualizações." -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Esta página também contém uma foto do problema, fornecido pelo usuário." @@ -5265,7 +5277,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Tempo gasto(em minutos)\\:" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5310,19 +5322,17 @@ msgid "To limit this collection of fields to a single language, select it here." msgstr "Para limitar essa coleção de campos a um único idioma, selecione-o aqui." #: templates/web/base/report/update-form-wrapper.html:5 -#, fuzzy msgid "To provide an update, please sign in." -msgstr "ou Entrar" +msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Para ver no mapa a localização exata desse problema" #: templates/web/base/auth/generate_token.html:11 #: templates/web/base/auth/generate_token.html:70 -#, fuzzy msgid "Token" -msgstr "Token\\:" +msgstr "" #: perllib/FixMyStreet/App/Controller/Auth.pm:151 msgid "Too many login attempts. Please wait %d seconds before trying again" @@ -5342,9 +5352,9 @@ msgstr "Top 5 departamentos" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5371,9 +5381,8 @@ msgstr "Tente enviar-nos um e-mail diretamente:" #: templates/web/base/auth/2fa/intro.html:6 #: templates/web/base/auth/generate_token.html:40 #: templates/web/base/auth/generate_token.html:53 -#, fuzzy msgid "Two-factor authentication" -msgstr "Ativar a autenticação dois-factores" +msgstr "Autenticação de dois fatores" #: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" @@ -5389,12 +5398,12 @@ msgstr "A autenticação de dois fatores foi desativada" msgid "Type" msgstr "Tipo" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "Desbloquear" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5411,23 +5420,23 @@ msgstr "" msgid "Unknown" msgstr "Desconhecido" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Erro desconhecido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Desconhecido problema com ID" @@ -5444,16 +5453,15 @@ msgid "Up one" msgstr "Um" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Actualizar" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Atualize %s criado para o problema de %d; por %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5490,9 +5498,8 @@ msgid "Update marked problem as fixed" msgstr "Atualizaçao do problema marcado como fixo" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Atualizar status" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5514,14 +5521,15 @@ msgstr "Actualizado por %s (%s) em %s" msgid "Updated by %s at %s" msgstr "Actualizado por %s em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5529,7 +5537,7 @@ msgid "Updated!" msgstr "Actualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5562,23 +5570,27 @@ msgid "Use Open311 update-sending extension" msgstr "Use a extensão de envio de atualização do Open311" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Definir para minha localização atual" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "esta localização" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." -msgstr "" +msgstr "Utilize isto se desejar que apenas os utilizadores atribuídos a esta categoria possam ver funcionalidades de gestão (tal como o formulário de inspeção) no frontend." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5590,22 +5602,22 @@ msgstr "ID do utilizador para atribuir comentários pesquisados" msgid "User Import" msgstr "Importar o utilizador" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "Utilizador adicionado à lista de abuso" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "Utilizador já existe" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "Utilizador já se encontra na lista de suspensa" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Utilizador já se encontra na lista de suspensa" @@ -5618,38 +5630,37 @@ msgstr "A pesquisa do utilizador encontra correspondências nos nomes e endereç msgid "User's alerts" msgstr "Alertas de utilizadores" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "Utilizador:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Usuários" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." -msgstr "" +msgstr "Aos utilizadores podem ser atribuídas uma ou mais funções, para dar-lhes todas as permissões associadas a essas funções. Selecionar uma função ou funções desativará a seleção manual de permissões." -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." -msgstr "Os utilizadores podem executar as seguintes ações na sua zona ou área atribuída." +msgstr "Os utilizadores podem executar as seguintes ações na sua entidade ou área atribuída." #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "Os utilizadores podem executar as seguintes ações na sua zona ou área atribuída." +msgstr "Utilizadores com esta função podem executar as seguintes ações dentro da entidade ou área atribuída." #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Valores atualizados" @@ -5667,6 +5678,10 @@ msgstr "Verificar endereço de email" msgid "Verify phone number" msgstr "Verificar telemóvel" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5676,16 +5691,21 @@ msgstr "Verificar telemóvel" msgid "View report on site" msgstr "Ver relatório no site" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Exibir relatórios por departamento" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Exibir relatórios por departamento" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "Vizualizar departamentos" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "Ver / marcar relatórios privados" @@ -5705,7 +5725,7 @@ msgstr "Visualizando um problema" msgid "Ward:" msgstr "Departamento:" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Departamentos deste município " @@ -5718,7 +5738,7 @@ msgstr "Configuração" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5741,7 +5761,7 @@ msgstr "Enviámos um código de confirmação para o seu telemóvel. Por favor i msgid "We need your email address, please give it below." msgstr "Necessitamos do seu endereço de e-mail. Por favor introduza-o abaixo." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Percebemos este problema pode ser da responsabilidade do %s, no entanto, nós não possuímos nenhuma informação de contato deles. Se você souber de um endereço de contato apropriado, favor fornecer esse contacto. Obrigado." @@ -5762,7 +5782,7 @@ msgstr "Utilizaremos as suas informações pessoais apenas de acordo com nossa < msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Lamentamos saber que o problema não foi resolvido. Poderá tentar escrever uma carta registada para os seus representantes locais?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "Website" @@ -5783,7 +5803,7 @@ msgstr "Quando editar" msgid "When sent" msgstr "Quando enviar" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "Para quais problemas deseja receber alertas?" @@ -5799,7 +5819,7 @@ msgstr "Porquê parar por aqui? Configure mais alertas gr msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Com o pedido de pesquisa, também é possível pesquisar agency_responsavel para limitar as solicitações às enviados para uma única administração. O termo de pesquisa é a identificação de administração fornecidos pela MapIt ." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "Dentro do prazo especificado\\:" @@ -5807,7 +5827,7 @@ msgstr "Dentro do prazo especificado\\:" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Deseja contribuir para o FixMyStreet? O nosso código fonte é de código aberto e está disponível em fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Gostaria de receber um questionário em 4 semanas, lembrando que você verifique o status?" @@ -5824,13 +5844,13 @@ msgstr "Deseja ser notificado quando este problema for atualizado ou corrigido?" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Sim" @@ -5838,7 +5858,11 @@ msgstr "Sim" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Você está reclamando que este problema reportado não foi moderado como deveria ser\\:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5864,7 +5888,7 @@ msgstr "Pode criar um novo relatório no mesmo local." msgid "You can view the problem on this site." msgstr "Você pode ver o problema neste site ." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Pode adicionar o email de um utilizador abusador à lista de abusos, que oculta automaticamente (e nunca envia) relatórios que eles criem." @@ -5873,7 +5897,7 @@ msgstr "Pode adicionar o email de um utilizador abusador à lista de abusos, que msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Pode optar por subscrever todos os problemas reportados numa área ou relatórios com base no seu destino." @@ -5906,7 +5930,7 @@ msgstr "Você pode marcar um organismo como excluído se não quiser que ele sej msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5925,9 +5949,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Você já respondeu a este questionário. Se você tem uma pergunta, por favor entrar em contato , ou ver o seu problema . \n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Já anexou fotos a este relatório. Atenção que pode anexar no máximo 3 fotos a este relatório (se tentar carregar mais de 3, a mais antiga será removida)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5972,7 +5995,7 @@ msgstr "Você se inscreveu com sucesso nos, por favor, verificar e confirmar os msgid "You have successfully verified your phone number." msgstr "Você verificou seu número de telefone com sucesso." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Ainda não criou qualquer relatório. Reportar um problema agora." @@ -6008,19 +6031,18 @@ msgid "Your account" msgstr "A minha conta" #: templates/web/base/auth/2fa/intro.html:18 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Desactivar autenticação de dois fatores" +msgstr "A sua conta requer autenticação em dois fatores para ser configurada." -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "O seu e-mail" @@ -6028,8 +6050,8 @@ msgstr "O seu e-mail" msgid "Your email address" msgstr "O seu endereço de email" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "O seu email ou o seu telemóvel" @@ -6047,11 +6069,11 @@ msgstr "Nome" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "O seu nome já foi enviado para %s, mas podemos ocultá-lo nesta página:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "Seu nome foi oculto de todos os seus relatórios e atualizações." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "Seu nome foi ocultado." @@ -6060,8 +6082,8 @@ msgstr "Seu nome foi ocultado." msgid "Your offline reports" msgstr "Os seus relatórios offline" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Password" @@ -6072,13 +6094,12 @@ msgid "Your password has been changed" msgstr "Sua password foi alterada" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "Faça o login por e-mail, fornecendo uma nova senha. Quando você clica no link do seu email, sua senha será atualizada." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "A sua password deverá incluir %d ou mais caractéres." @@ -6088,18 +6109,18 @@ msgstr "A sua password deverá incluir %d ou mais caractéres." msgid "Your phone number" msgstr "Telefone " -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Relatório" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Os meus relatórios" @@ -6121,7 +6142,7 @@ msgstr "Atualização" msgid "Your update has been saved offline for submission when back online." msgstr "Sua atualização foi salva offline para envio quando voltar a estar online." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Suas atualizações" @@ -6148,7 +6169,7 @@ msgstr "admin" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "todo" @@ -6168,8 +6189,8 @@ msgstr "e um defeito gerado" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "município" @@ -6182,12 +6203,12 @@ msgstr "não usar o mapa" msgid "e.g. ‘%s’ or ‘%s’" msgstr "por exemplo '%s' ou '%s'" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "por exemplo. 'Buraco de 10 centímetros no Avenida de exemplo, próximo ao código postal'" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "por exemplo. 'Este buraco está aqui há dois meses e ...'" @@ -6205,7 +6226,7 @@ msgstr "e %s usuários diferentes" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "Última atualizada %s" @@ -6230,7 +6251,7 @@ msgstr "n / a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "nenhuma" @@ -6240,15 +6261,13 @@ msgstr "não é da responsabilidade do município" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opcional)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "ou" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6277,6 +6296,11 @@ msgstr "outras áreas:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6311,7 +6335,7 @@ msgstr "não há nenhum fix pin para o usuario usar no mapa" msgid "this location" msgstr "esta localização" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -6321,7 +6345,7 @@ msgstr "de hoje" #: templates/web/base/report/inspect/_assignment-options.html:11 msgid "unassigned" -msgstr "" +msgstr "não atribuído" #. ("JS") #: templates/web/base/js/translation_strings.html:112 @@ -6345,25 +6369,30 @@ msgstr "utilizador é da mesmo município do problema - %d" msgid "user is problem owner" msgstr "usuário é proprietário problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "utilizador não se encontra na lista de suspenção" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "utilizador removido da lista de suspenção" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "departamento" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" msgid_plural "%d addresses" msgstr[0] "%d endereço" msgstr[1] "%d endereços" +msgstr[2] "%d endereços" #: perllib/Utils.pm:249 #, perl-format @@ -6371,6 +6400,7 @@ msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dia" msgstr[1] "%d dias" +msgstr[2] "%d dias" #: perllib/Utils.pm:251 #, perl-format @@ -6378,6 +6408,7 @@ msgid "%d hour" msgid_plural "%d hours" msgstr[0] "%d hora" msgstr[1] "%d horas" +msgstr[2] "%d horas" #: perllib/Utils.pm:253 #, perl-format @@ -6385,6 +6416,7 @@ msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "%d minuto" msgstr[1] "%d minutos" +msgstr[2] "%d minutos" #: perllib/Utils.pm:245 #, perl-format @@ -6392,13 +6424,15 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "%d mes" msgstr[1] "%d meses" +msgstr[2] "%d meses" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Mostrar a foto" -msgstr[1] "Mostrar a foto" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6406,6 +6440,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d suppoter" msgstr[1] "%d supporters" +msgstr[2] "%d supporters" #: perllib/Utils.pm:247 #, perl-format @@ -6413,6 +6448,7 @@ msgid "%d week" msgid_plural "%d weeks" msgstr[0] "%d semana" msgstr[1] "%d semanas" +msgstr[2] "%d semanas" #: perllib/Utils.pm:243 #, perl-format @@ -6420,6 +6456,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d ano" msgstr[1] "%d anos" +msgstr[2] "%d anos" #: templates/web/base/reports/index.html:120 #, perl-format @@ -6427,6 +6464,7 @@ msgid "%s day" msgid_plural "%s days" msgstr[0] "%s dia" msgstr[1] "%s dias" +msgstr[2] "%s dias" #: templates/web/base/reports/index.html:57 #, perl-format @@ -6434,6 +6472,7 @@ msgid "%s problem marked as fixed" msgid_plural "%s problems marked as fixed" msgstr[0] "%s problema marcado como corrigido" msgstr[1] "%s problemas marcados como corrigidos" +msgstr[2] "%s problemas marcados como corrigidos" #: templates/web/base/reports/index.html:45 #, perl-format @@ -6441,6 +6480,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "%s problem reportado" msgstr[1] "%s problemas reportados" +msgstr[2] "%s problemas reportados" #: templates/web/base/reports/index.html:136 #, perl-format @@ -6448,6 +6488,7 @@ msgid "%s report" msgid_plural "%s reports" msgstr[0] "%s relatório" msgstr[1] "%s relatórios" +msgstr[2] "%s relatórios" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6455,13 +6496,15 @@ msgid "%s update on problems" msgid_plural "%s updates on problems" msgstr[0] "%s atualização sobre problemas" msgstr[1] "%s atualizações sobre problemas" +msgstr[2] "%s atualizações sobre problemas" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s fixado no mês passado" -msgstr[1] "%sArranjado no mês passado" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6469,6 +6512,7 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s fixado no mês passado" msgstr[1] "%sArranjado no mês passado" +msgstr[2] "%sArranjado no mês passado" #: templates/web/base/front/stats.html:8 #, perl-format @@ -6476,6 +6520,7 @@ msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s Relatório de semana passada" msgstr[1] "%s Relatórios da semana passada" +msgstr[2] "%s Relatórios da semana passada" #: templates/web/base/front/stats.html:13 #, perl-format @@ -6483,6 +6528,7 @@ msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s Relatorio recentemente" msgstr[1] "%s Relatorios recentemente" +msgstr[2] "%s Relatorios recentemente" #: templates/web/base/front/stats.html:37 #, perl-format @@ -6490,6 +6536,7 @@ msgid "%s update on reports" msgid_plural "%s updates on reports" msgstr[0] "%s atualização em relatório" msgstr[1] "%sAtualização dos relatórios" +msgstr[2] "%sAtualização dos relatórios" #: perllib/FixMyStreet/App/Form/Field/FileIdPhoto.pm:27 #, perl-format @@ -6497,13 +6544,15 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" msgstr[0] "Reportado %d dias atrás" msgstr[1] "Reportado %d dias atrás" +msgstr[2] "Reportado %d dias atrás" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -6511,6 +6560,7 @@ msgid "We do not yet have details for the other council that co msgid_plural "We do not yet have details for the other councils that cover this location." msgstr[0] "Fazemos não ainda tem detalhes para os outros conselhos que cobrem este local." msgstr[1] "Ainda não temos detalhes para o outro município que cobre esta localização." +msgstr[2] "Ainda não temos detalhes para o outro município que cobre esta localização." #: templates/web/base/report/new/top_message_none.html:3 #, perl-format @@ -6518,20 +6568,23 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Nós ainda não temos detalhes para o conselho, que abrange este local." msgstr[1] "Ainda não temos detalhes sobre o município abrangido por esta localização." +msgstr[2] "Ainda não temos detalhes sobre o município abrangido por esta localização." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "atualizado %d dia atrás" msgstr[1] "atualizado %d dias atrás" +msgstr[2] "atualizado %d dias atrás" #: templates/email/default/inactive-account.html:18 #, perl-format @@ -6539,6 +6592,7 @@ msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" +msgstr[2] "meses" #: templates/email/westminster/archive.html:25 #, perl-format @@ -6546,258 +6600,24 @@ msgid "report" msgid_plural "reports" msgstr[0] "relatorio" msgstr[1] "relatorios" +msgstr[2] "relatorios" + +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Descrição detalhada do problema" +msgstr[1] "Descrição detalhada do problema" +msgstr[2] "Descrição detalhada do problema" + +#~ msgid "(unassigned)" +#~ msgstr "(não atribuído)" + +#~ msgid "Place pin on map" +#~ msgstr "Coloque a fix pin no mapa" #~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." #~ msgstr "A introdução de uma password é opcional, no entanto isso permitirá que relate mais facilmente problemas futuros, efctue atualizações e faça a gestão dos seus relatórios." #~ msgid "Received by %s moments later" #~ msgstr "Recebido à %satrás" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "esta localização" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Digite um nome de rua nas proximidades e área" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(também temos feeds RSS para problemas dentro 1%s)" - -#~ msgid "About the problem" -#~ msgstr "Sobre o problema" - -#~ msgid "Close" -#~ msgstr "Fechar" - -#~ msgid "Could not find user" -#~ msgstr "Não foi possível encontrar usuário" - -#~ msgid "Edit report details" -#~ msgstr "Editar detalhes do relatório" - -#~ msgid "Flag user" -#~ msgstr "Bandeira - Usuario" - -#~ msgid "Home" -#~ msgstr "Home" - -#~ msgid "MAP" -#~ msgstr "Mapa" - -#~ msgid "Map" -#~ msgstr "Mapa" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Por favor, seja educado, objectivo, conciso e direto ao ponto." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "" -#~ "Por favor, o Faça Localidade: Não relatar Problemas atraves dEste Formulário; Point Of Sale de ir par \n" -#~ "a Equipe POR Trás FixMyStreet, Nao hum município . Pará relatar hum Problema, \n" -#~ " ir par a Página Inicial e como SIGA INSTRUÇÕES." - -#~ msgid "Remove flag" -#~ msgstr "Remover bandeira" - -#~ msgid "Satellite" -#~ msgstr "Satélite" - -#~ msgid "Show Photo?" -#~ msgstr "Mostrar a foto?" - -#~ msgid "User flag removed" -#~ msgstr "Bandeira usuário removida" - -#~ msgid "User flagged" -#~ msgstr "Usuário sinalizado" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Escrever a mensagem inteiramente em letras maiúsculas torna difícil de ler, assim como a falta de pontuação." - -#~ msgid "Closed by council" -#~ msgstr "Fechado pelo Município" - -#~ msgid "Current token:" -#~ msgstr "Token atual:" - -#~ msgid "Filter report list" -#~ msgstr "Filtrar relatório" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Agencia_responsavel valor %s inválido" - -#~ msgid "Post" -#~ msgstr "Postar" - -#~ msgid "Traffic management required?" -#~ msgstr "Gestão de tráfego é necessária?" - -#~ msgid "(ignored if type is \"String\")" -#~ msgstr "(ignorado se o tipo for \"String\")" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Nota:Este relatório foi enviado para uma accão posterior. Quaisquer alterações feitas agora serão perdidas. " - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Nota:Este relatório ainda não foi enviado para acção. Quaisquer alterações feitas poderão ser perdidas. " - -#~ msgid "Automated" -#~ msgstr "Automatizada" - -#~ msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (meta.datatype_description), you must add it in category_extras_fields.html" -#~ msgstr "Pode ser usado para exibir lateralmente texto extra ao utilizador. Por defeito não é mostrado (meta.datatype_description), terá de adicioná-lo em category_extras_fields.html" - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Marque como análise necessária se os relatórios desta categoria tiverem de ser analisados antes de serem enviados." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "Marque privado se os relatórios desta categoria nunca devem ser exibidos no site .
Normalmente, as categorias não são particulares.
Isso é adequado para os problemas que você deseja permitir que os utilizadores relatem ao corpo, mas para os quais não há interesse público em exibir o relatório. No Reino Unido, usamos isso para serviços como solicitar uma lixeira extra em um endereço específico." - -#~ msgid "Coordinates:" -#~ msgstr "Cordenadas:" - -#~ msgid "Default priority" -#~ msgstr "Prioridade defeito" - -#~ msgid "Defect type" -#~ msgstr "Tipo de defeito" - -#~ msgid "Description:" -#~ msgstr "Descrição:" - -#~ msgid "Didn't use map" -#~ msgstr "Não usou o mapa" - -#~ msgid "Do you want to automatically raise a defect?" -#~ msgstr "Deseja gerar um falha automaticamente?" - -#~ msgid "For each option, Key is the value which is stored in the database for that option and Name is the value displayed to the user." -#~ msgstr "Para cada opção, Key é o valor armazenado na base de dados para essa opção e Name é o valor exibido para o utilizador." - -#~ msgid "Hidden Field" -#~ msgstr "Campos escondidos" - -#~ msgid "Hint" -#~ msgstr "Sugestão" - -#~ msgid "If ticked the user won’t see an input field, just the ‘Description’ text." -#~ msgstr "Se o utilizador for seleccionado não verá um campo de entrada, apenas o texto \"Descrição\"." - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Se você estiver usando um método de envio que não é email , digite o ID do serviço (Open311) ou identificador equivalente aqui." - -#~ msgid "Inspection required" -#~ msgstr "Inspeção necessária" - -#~ msgid "Internet glitch" -#~ msgstr "Falha na Internet" - -#~ msgid "Key" -#~ msgstr "Chave" - -#~ msgid "List" -#~ msgstr "Lista" - -#~ msgid "No inspections by that inspector in the selected date range." -#~ msgstr "Não existem inspecções desse inspetor na localização seleccionada." - -#~ msgid "No inspections in the selected date range." -#~ msgstr "Não existem inspecçõesna localização seleccionada." - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Permalink" -#~ msgstr "LinkPermanente" - -#~ msgid "Remove" -#~ msgstr "Remover" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Relatórios feitos por utilizadores de confiança serão enviados ao órgão responsável sem serem previamente analisados." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "Os relatórios serão enviados automaticamente sem a necessidade de análise prévia se a reputação do utilizador igual ou acima desse valor. Defina como 0 se independentemente da sua reputação todos os relatórios devam ser inspecionados previamente." - -#~ msgid "Reputation threshold" -#~ msgstr "Limite de reputação" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Prioridades de resposta para %s" - -#~ msgid "Server Set" -#~ msgstr "Conjunto de servidores" - -#~ msgid "String" -#~ msgstr "Palavra" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Esse relatório não pode ser visualizado em %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "O endereço de email é o destino para o qual os relatórios sobre esta categoria serão enviados. Outras categorias para este organismo podem ter o mesmo endereço de e-mail." - -#~ msgid "" -#~ "The group is used for the top-level category field when\n" -#~ " subcategory grouping is enabled." -#~ msgstr "" -#~ "Ogrupo é usado para o campo de categoria de nível superior quando\n" -#~ " o agrupamento de subcategorias está ativado." - -#~ msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." -#~ msgstr "O código usado para armazenar esse valor do campo no banco de dados. por exemplo. endereço estaria disponível como problem.extra.address nos modelos." - -#~ msgid "The field name as shown to the user on the report form." -#~ msgstr "O nome do campo, como é mostrado ao utilizador no formulário de relatório." - -#~ msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -#~ msgstr "A ordem deste campo na página do relatório. Os campos são mostrados em ordem crescente de acordo com este valor." - -#~ msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." -#~ msgstr "O tipo de campo de entrada a ser mostrado ao utilizador. Texto é um campo de texto simples, Lista é uma seleção suspensa." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Houve um problema com o email / combinação de senha. Por favor, tente novamente." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Este é um site do desenvolvedor, as coisas podem quebrar a qualquer momento, e o banco de dados serão apagados periodicamente." - -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "De confiança para fazer relatórios que não precisam ser inspecionados" - -#~ msgid "Trusted:" -#~ msgstr "Confiança\\:" - -#~ msgid "" -#~ "Use confirmed to indicate that this contact has been\n" -#~ "confirmed as correct. If you are not sure of the origin or validity of the\n" -#~ "contact, use unconfirmed. inactive will\n" -#~ "remove the category from use when reporting problems, but keep it available in\n" -#~ "map filters, and deleted will remove the category from there\n" -#~ "as well." -#~ msgstr "Use confirmado para indicar que este contato foi confirmado como correto. Se você não tiver certeza da origem ou validade do contato, use não confirmado . inativo removerá a categoria do uso ao relatar problemas, mas manterá disponível em filtros de mapa, e excluído também removerá a categoria de lá." - -#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -#~ msgstr "Use este campo para registrar detalhes que são exibidos apenas na administração. Os dados inseridos não são mostrados publicamente e não serão enviados ao organismo." - -#~ msgid "Used map" -#~ msgstr "Mapa utilizado" - -#~ msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -#~ msgstr "Se o campo é exibido ao usuário, incluído como um campo oculto e preenchido automaticamente, ou definido pelo servidor após o envio do Open311. Este campo geralmente é definido automaticamente." - -#~ msgid "Whether the user is required to provide a value for this field." -#~ msgstr "Se o utilizador é obrigado a fornecer um valor para este campo." - -#~ msgid "or locate me automatically" -#~ msgstr "ou localizár-me automaticamente" diff --git a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po index 4dbaeb7379c..cd763b9efe5 100644 --- a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -1,39 +1,33 @@ # FixMyStreet original .po file, autogenerated by gettext-extract. # Copyright (C) 2011 UK Citizens Online Democracy # This file is distributed under the same license as the main FixMyStreet code. +# Matthew Somerville , 2011-06-03. # # Translators: +# mySociety , 2021 # -# Matthew Somerville , 2011-06-03. -# mySociety , 2019. -# Eugenio Pierazzoli , 2019. -# Kennet Calixto , 2020. +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-09-01 17:04-0300\n" -"Last-Translator: Kennet Calixto \n" -"Language-Team: English \n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/mysociety/teams/12067/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 2.4.1\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: templates/web/base/admin/bodies/form.html:95 msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " e " @@ -67,7 +61,7 @@ msgstr "%d usuários já existem" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "Denúncias resumidas" @@ -115,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s atualizações" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s aberto, %s fechado, %s consertado" @@ -124,15 +118,11 @@ msgstr "%s aberto, %s fechado, %s consertado" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s questionários enviados – %s respondidos (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%sref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap contribuidores" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -158,7 +148,7 @@ msgstr "(a-z e espaço somente)" msgid "(closed)" msgstr "(fechado)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(cobre cerca de 200.000 pessoas)" @@ -166,17 +156,15 @@ msgstr "(cobre cerca de 200.000 pessoas)" msgid "(fixed)" msgstr "(consertado)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderar esta denúncia" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Moderar esta atualização" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -186,7 +174,7 @@ msgstr "(como grafite, despejo ilegal, blocos de pavimentação quebrados ou ilu msgid "(no longer exists)" msgstr "(não existe mais)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(não enviado ao órgão)" @@ -194,19 +182,19 @@ msgstr "(não enviado ao órgão)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(enviar para todos)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(enviar ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -280,11 +268,11 @@ msgstr "Sim Eu tenho uma senha" msgid "Take or choose existing photo" msgstr "Tire ou escolha uma foto existente" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "Um ID de serviço (Open311 ou similar)." -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "Acesso negado" @@ -353,6 +341,11 @@ msgstr "Adicionar opção" msgid "Add phone number" msgstr "Adicionar número de telefone" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Adicionar corpo" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -377,26 +370,25 @@ msgstr "Adicione para lista de atalhos" msgid "Add user" msgstr "Adicione usuário" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Adicionar / editar modelos de resposta" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Adicionar / editar categorias de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Adicionar / editar prioridades de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Adicionar / editar modelos de resposta" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "%s Adicionado" @@ -414,7 +406,7 @@ msgstr "Administrador" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Novamente:" @@ -484,10 +476,9 @@ msgstr "Todas as denúncias entre %s e %s" msgid "All time" msgstr "Todo o período" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Esconder denúncias feitas nesta categoria" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -501,16 +492,16 @@ msgstr "Como alternativa, podemos ocultar o seu nome de todas as suas de msgid "Always fetch all problems" msgstr "Sempre buscar todos os problemas" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "Um endereço de e-mail ou ID de serviço (Open311 ou similar)." -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "Adicionar e-mail." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Uma atualização marcou este problema como solucionado." @@ -524,7 +515,7 @@ msgstr "Anônimo" msgid "Anonymous user" msgstr "Usuário anônimo" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -536,6 +527,10 @@ msgstr "Anônimo:" msgid "Another user" msgstr "Outro usuário" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -549,6 +544,7 @@ msgstr "Tem certeza de que deseja cancelar este upload?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Você tem certeza?" @@ -559,7 +555,7 @@ msgstr "Você tem certeza?" msgid "Area covered" msgstr "Área coberta" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Área:" @@ -569,23 +565,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Como este é um site de testes e %s é falso, as denúncias feitas neste site serão enviadas para o relator do problema, não para o contato fornecido na categoria da denúncia." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Atribuído a: %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s problema denunciado" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "Atribuir usuários à áreas:" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Atribuído a: %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -605,28 +598,24 @@ msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Atribuído a: %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Atribuir usuários à áreas" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Categorias disponíveis" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Atribuído a: %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Atribuído a: %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -636,7 +625,7 @@ msgstr "No máximo %d requisições são retornadas em cada consulta. As requisi msgid "At the moment only searching for and looking at reports work." msgstr "No momento, apenas a pesquisa e a visualização de denúncias funcionam." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Usuários autorizados podem ser associados às categorias em que operam." @@ -648,7 +637,7 @@ msgstr "Auto Resposta" msgid "Auto-response:" msgstr "Auto-repsosta:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "Preencher automaticamente o detalhe/assunto da denúncia" @@ -681,7 +670,7 @@ msgstr "Voltar para todas as denúncias" msgid "Background Colour" msgstr "Cor de fundo" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Banir usuário" @@ -689,10 +678,10 @@ msgstr "Banir usuário" msgid "Behaviour" msgstr "Comportamento" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -709,12 +698,17 @@ msgstr "Órgãos" msgid "Body" msgstr "Órgão" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Órgão:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -725,12 +719,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Não encontrou nosso e-mail? Cheque sua pasta de spam – esta é a solução em 99% das vezes." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Não consegue ver o mapa? Pular este passo" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -745,7 +739,7 @@ msgstr "Categorias:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -759,11 +753,11 @@ msgstr "Categorias:" msgid "Category" msgstr "Categoria" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de ‘%s’ para ‘%s’" @@ -788,9 +782,8 @@ msgid "Change" msgstr "Alterar" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Alterar senha" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -799,7 +792,7 @@ msgstr "Alterar e-mail" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Alterar senha" @@ -822,6 +815,12 @@ msgstr "Escolha o nome de uma categoria que faça sentido para msgid "Choose another" msgstr "Escolher outro(a)" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -851,7 +850,7 @@ msgstr "Clique no link de seu e-mail de confirmação para entrar." msgid "Click the link in that email to sign in." msgstr "Clique no link do e-mail para entrar." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Clique no mapa ou arraste o pino para ajustar a localização" @@ -862,7 +861,7 @@ msgstr "Clique no mapa ou arraste o pino para ajustar a localização" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Fechado" @@ -900,7 +899,7 @@ msgstr "Multimarca:" msgid "Code" msgstr "Código" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -909,13 +908,15 @@ msgstr "" msgid "Collapse map" msgstr "Recolher mapa" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Configuração" @@ -940,7 +941,7 @@ msgstr "Confirme por e-mail, fornecendo uma nova senha nesse ponto. Quando você msgid "Confirmation" msgstr "Confirmação" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -979,6 +980,11 @@ msgstr "Contactar o time" msgid "Continue" msgstr "Continuar" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Criar uma denúncia" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Continuar - denunciar um novo problema" @@ -1004,7 +1010,8 @@ msgstr "Órgão" msgid "Council contacts for %s" msgstr "Contratos municipais para %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Ref municipal: %s" @@ -1032,33 +1039,32 @@ msgstr "Criar uma denúncia" msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Criar template" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Criar prioridade" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Criar denúncias/atualizações como usuário anônimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Criar denúncias/atualizações como o órgão" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Criar denúncia/atualização em nome de um usuário" @@ -1079,14 +1085,12 @@ msgstr "%d novos usuários criados" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Criado" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Criado" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1096,17 +1100,16 @@ msgstr "Criado" msgid "Created:" msgstr "Criado:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "editar usuário" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Senha atual:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "Atualmente agrupado por %s" @@ -1134,6 +1137,11 @@ msgstr "Painel de Controle" msgid "Date" msgstr "Data Final" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Salvar mudanças" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Desativar autenticação de duas etapas" @@ -1146,7 +1154,7 @@ msgstr "Processado por subdivisão em 5 dias úteis" msgid "Default" msgstr "Padrão" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "Padrão para criação de denúncias/atualizações como o: órgão" @@ -1155,6 +1163,11 @@ msgstr "Padrão para criação de denúncias/atualizações como o: órgão" msgid "Delete" msgstr "Excluír" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Deletado" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1165,7 +1178,7 @@ msgstr "Deletar template" msgid "Delete theme" msgstr "Deletar tema" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1181,25 +1194,24 @@ msgstr "Descreva por que você está moderando isto" msgid "Description" msgstr "Descrição" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "Destino" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Informações detalhadas são limitadas a %d caracteres." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detalhes" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Questionário" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1210,7 +1222,7 @@ msgstr "Questionário" msgid "Details:" msgstr "Detalhes:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "Dispositivo e Site" @@ -1222,8 +1234,8 @@ msgstr "Desenvolvido" msgid "Diligency prize league table" msgstr "Tabela da liga de prêmios de diligência" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1231,7 +1243,7 @@ msgstr "" msgid "Disable" msgstr "Desabilitar" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "Desabilitar formulário quando esta categoria é selecionada" @@ -1240,15 +1252,13 @@ msgstr "Desabilitar formulário quando esta categoria é selecionada" msgid "Disable form when this option is selected" msgstr "Desabilitar formulário quando esta opção é selecionada" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Esconder denúncias feitas nesta categoria" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Esconder denúncias feitas nesta categoria" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1276,7 +1286,7 @@ msgstr "Não enviar alertas de e-mail sobre comentários para o criador de probl msgid "Do you have a %s password?" msgstr "Você tem uma %s senha?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Não sabe" @@ -1293,6 +1303,11 @@ msgstr "" msgid "Down one" msgstr "Descer um" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Denúncias enviadas para %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1355,33 +1370,32 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar detalhes do órgão" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Editar a permissão de outros usuários" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Editar categoria da denúncia" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Editar prioridade da denúncia" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Editar denúncias" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "editar usuário" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "Editar os detalhes dos usuários/pesquisas para suas denúncias" @@ -1422,19 +1436,19 @@ msgstr "Editor" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-mail" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1452,11 +1466,11 @@ msgstr "Alerta de e-mail criado" msgid "Email alert deleted" msgstr "Alerta de e-mail deletado" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "Me envie um e-mail ou um código por mensagem de texto para entrar" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Me envie um e-mail para entrar" @@ -1464,7 +1478,7 @@ msgstr "Me envie um e-mail para entrar" msgid "Email verified:" msgstr "E-mail verificado:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1473,7 +1487,7 @@ msgstr "E-mail verificado:" msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1546,7 +1560,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Habilitar isto irá suprimir a mensagem de erro que normalmente é mostrada quando uma atualização não tem descrição" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Data Final" @@ -1580,7 +1594,7 @@ msgstr "Digite um nome de rua e área próximas" msgid "Enter details of the problem" msgstr "Digite detalhes do problema" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1623,11 +1637,12 @@ msgstr "Usuários existentes não serão modificados." msgid "Expand map" msgstr "Expandir mapa" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Explique o que está acontecendo" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Exportar como CSV" @@ -1657,13 +1672,13 @@ msgstr "Código de status externo:" msgid "External team" msgstr "Time externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Campos Extras" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1712,30 +1727,33 @@ msgstr "Preencha seus detalhes manualmente." msgid "Filter" msgstr "Filtro" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Primeira vez" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotos das denúncias recentes nas proximidades" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Novas denúncias" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Corriga isto escolhendo uma área coberta no formulário Editar detalhes do órgão abaixo." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%sref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Resolvido" @@ -1752,7 +1770,7 @@ msgstr "Resolvido - Usuário" msgid "Flag as deleted" msgstr "Marcar como deletado" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1761,7 +1779,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Usuários e denúncias marcadas" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Usuários marcados são listados na página de marcação." @@ -1769,12 +1787,17 @@ msgstr "Usuários marcados são listados na página de marcaçãousuário AjeitaMinhaRua será atribuído como o criador dessas atualizações\n" " quando eles são mostrados no site. Digite o ID (número) desse usuário." -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "Se você fez mudanças, deixe uma descrição explicando o que foi modificado, para que outros administradores vejam." @@ -2167,11 +2190,10 @@ msgid "In progress" msgstr "" #: templates/web/base/dashboard/heatmap.html:33 -#, fuzzy msgid "In wards" -msgstr "Ver sinalizadores" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inativo" @@ -2193,7 +2215,7 @@ msgstr "Valor %s incorreto para o campo has_photo" msgid "Inspect report" msgstr "Inspecionar denúncia" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "Instruir empreiteiros para corrigir o problema" @@ -2213,8 +2235,8 @@ msgstr "Notas internas" msgid "Invalid format %s specified." msgstr "Fromato inválido % especificado." -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "Localização inválida. A nova localização deve ser coberta pelo mesmo deparatmento/secretaria." @@ -2254,7 +2276,7 @@ msgstr "Último editor" msgid "Last failure:" msgstr "Última falha:" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "Última atualização" @@ -2316,12 +2338,12 @@ msgstr "Alertas locais" msgid "Locate the problem on a map of the area" msgstr "Localize o problema no mapa da área" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "Entrar com o Facebook" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "Entrar com o Twitter" @@ -2337,17 +2359,17 @@ msgstr "Entrar com o e-mail" msgid "Log in with email/text" msgstr "Entrar com e-mail/sms" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Sair de todas as sessões" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "Logado como %s" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "Procurar" @@ -2355,16 +2377,16 @@ msgstr "Procurar" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "Tornar anônimo em todas as denúncias e atualizações" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "Gerenciar lista de atalhos" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "Tema de Manifesto" @@ -2378,11 +2400,11 @@ msgstr "Ordem manual" msgid "Mark as sent" msgstr "Marcar como enviado" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Marcar usuários cujo comportamento você deseja uma verificação sobre como sinalizado." -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "Detalhes do problema de marcação" @@ -2400,7 +2422,7 @@ msgstr "Mensagem ao organismo competente:" msgid "Message to external body:" msgstr "Mensagem para o corpo externo:" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "Mensagem a ser mostrada quando o formulário é desabilitado (HTML é permitido)" @@ -2417,7 +2439,7 @@ msgstr "Ausência do campo: jurisdiction_id" msgid "Moderate" msgstr "Moderado" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "Detalhes moderados da denúncia" @@ -2440,12 +2462,12 @@ msgstr "Moderado por %s às %s" msgid "Moderated by division within one working day" msgstr "Moderado por divisão dentro de um dia útil" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "Histórico de moderação" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mês" @@ -2455,9 +2477,9 @@ msgstr "Mês" msgid "Most commented" msgstr "Mais comentados" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "Múltiplos Grupos" @@ -2485,12 +2507,12 @@ msgstr "Cliente não contatável" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Nome" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2520,12 +2542,12 @@ msgstr "Estrada com nome mais próximo do marcador colocado no mapa (gerado auto msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Código postal mais próximo do marcador colocado no mapa (gerado automaticamente): %s (%sm de distância)" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Estrada mais próxima do marcador colocado no mapa (gerado automaticamente pelo Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2550,11 +2572,11 @@ msgstr "Quase pronto! Agora verifique seu telefone…" msgid "New body added" msgstr "Novo órgão adicionado" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Nova categoria de contato adicionada" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "Novo endereço de e-mail:" @@ -2576,13 +2598,18 @@ msgstr "Novos problemas locais no AjeitaMinhaRua" msgid "New note to DM:" msgstr "Nova nota para DM:" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Suas denúncias offline" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Nova senha:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "Novo número de telefone:" @@ -2675,18 +2702,18 @@ msgstr "Próximo:" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Não" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "Sem grupo" @@ -2694,7 +2721,7 @@ msgstr "Sem grupo" msgid "No account?" msgstr "Sem conta?" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nenhum órgão" @@ -2720,8 +2747,8 @@ msgstr "Nenhum usuário sinalizado foi encontrado." msgid "No further updates" msgstr "Nenhuma atualização adicional" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "Nenhum dado pessoal será guardado, e você não receberá atualizações sobre esta denúncia." @@ -2748,8 +2775,8 @@ msgstr "" msgid "No supporters" msgstr "Sem apoiadores" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2757,12 +2784,12 @@ msgstr "Sem apoiadores" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Nada" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." @@ -2770,8 +2797,8 @@ msgstr "" "Usuários normais (públicos) não devem ser associados a nenhuma área.\n" " Os usuários autorizados da equipe podem ser associados à área na qual operam." -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2783,7 +2810,7 @@ msgstr "" "                 Dependendo da implementação, os usuários da equipe podem ter acesso ao painel (resumo da atividade \n" "em todo o corpo), a capacidade de ocultar denúncias ou definir status de denúncias especiais." -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2864,7 +2891,7 @@ msgstr "Mais antigo" msgid "On behalf of %s" msgstr "Em nome de %s" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "Apenas membros da equipe serão capazes de adicionar denúncias nesta categoria." @@ -2875,7 +2902,7 @@ msgstr "Apenas membros da equipe serão capazes de adicionar denúncias nesta ca #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Abrir" @@ -2904,7 +2931,7 @@ msgstr "Especificação Open311" msgid "Options" msgstr "Opções" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or
search for a different location" msgstr "Ou buscar por uma localização diferente" @@ -2912,11 +2939,11 @@ msgstr "Ou buscar por uma localização diferente" msgid "Or sign in with password to prefill this information." msgstr "Ou entre com uma senha para preencher previamente essas informações." -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "Ou se inscreva pelo RSS" @@ -2925,19 +2952,19 @@ msgid "Order" msgstr "Ordem" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Outro" @@ -2981,9 +3008,9 @@ msgstr "Categoria Pai" msgid "Partial" msgstr "Parcial" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Senha (opcional)" @@ -2999,7 +3026,7 @@ msgstr "Senha expirada" msgid "Permissions" msgstr "Permissões" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "Permissões:" @@ -3007,20 +3034,19 @@ msgstr "Permissões:" msgid "Permit blank updates" msgstr "Permitir atualizações em branco" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefone:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "Quem fez a denúncia:" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Número de telefone" @@ -3037,7 +3063,7 @@ msgstr "Números de telefone são limitados a %s caracteres." msgid "Phone verified:" msgstr "Telefone verificado:" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -3049,13 +3075,20 @@ msgstr "Telefone:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "Foto é requerida." @@ -3071,6 +3104,16 @@ msgstr "Falha ao enviar a foto." msgid "Photos" msgstr "Fotos" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Fotos" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Foto requerida" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos das denúncias recentes nas proximidades" @@ -3090,33 +3133,26 @@ msgid "Pick your ward" msgstr "Escolha seu sinalizador" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Coloque o pino no mapa" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Coloque o pino no mapa" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "Por favor, cheque as mudanças e resolva qualquer diferença." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Por favor, verifique a senha e tente novamente" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Por favor, verifique se seu e-mail está correto" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3126,8 +3162,8 @@ msgstr "Por favor, verifique se seu telefone está correto" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Por favor escolha uma categoria" @@ -3136,11 +3172,12 @@ msgstr "Por favor escolha uma categoria" msgid "Please choose a less commonly-used password" msgstr "Por favor, escolha uma senha menos comum" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "Por favor, corrija os erros abaixo" @@ -3155,14 +3192,14 @@ msgstr "" "vá para a página inicial e siga as instruções." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Por favor, especifique uma mensagem" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3171,17 +3208,17 @@ msgid "Please enter a mobile number" msgstr "Por favor, digite um número de telefone" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "Por favor, digite um nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "Por favor, digite um nome para este órgão" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Por favor, especifique uma senha" @@ -3200,9 +3237,9 @@ msgid "Please enter a valid UK phone number" msgstr "Por favor, digite um e-mail válido ou número de telefone" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3215,7 +3252,7 @@ msgid "Please enter a valid email address" msgstr "Por favor, digite um endereço de e-mail válido" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "Por favor, digite um e-mail válido ou número de telefone" @@ -3230,8 +3267,8 @@ msgstr "Por favor, especifique alguns detalhes" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3320,7 +3357,7 @@ msgstr "Atenção: as atualizações não são enviadas ao órgão." msgid "Please note your report has not yet been sent." msgstr "Atenção: sua denúncia ainda não foi enviada." -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Atenção: sua denúncia ainda não foi enviada. Escolha uma categoria e adicione mais informações abaixo, e então enive." @@ -3333,15 +3370,15 @@ msgstr "Atenção: sua atualização ainda não foi postada." msgid "Please note:" msgstr "Atenção:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "Por favor, forneça um ID ou uma atualização pública para esta denúncia." -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "Por favor, forneça uma atualização pública para esta denúncia." @@ -3387,7 +3424,7 @@ msgid "Please upload an image only" msgstr "Por favor, envie apenas uma imagem" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "Por favor, confirme pelo menos um dos e-mail/telefone" @@ -3419,7 +3456,7 @@ msgstr "Postado por %s às %s" msgid "Powered by FixMyStreet Platform" msgstr "Powered by AjeitaMinhaRua" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3428,11 +3465,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "Clique no mapa ou arraste o pino para ajustar a localização" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "Impede que esta categoria seja usada em novas denúncias, e também a remove dos filtros dos mapa." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "Impede que esta categoria seja usada em novas denúncias, mas se mantém ativa no filtro dos mapas." @@ -3444,7 +3481,7 @@ msgstr "Impede que o usuário envie o formulário sem preencher este campo." msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "Prioridades" @@ -3515,7 +3552,7 @@ msgstr "Problema % enviado ao órgão %s" msgid "Problem breakdown by state" msgstr "Problemas separados por estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problema marcado em aberto." @@ -3523,13 +3560,13 @@ msgstr "Problema marcado em aberto." msgid "Problem state change based on survey results" msgstr "O estado do problema muda de acordo com o resultado das pesquisas" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "Problemas na minha área" @@ -3545,11 +3582,11 @@ msgstr "Problemas no mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas recentes resolvidos que foram denúnciados no AjeitaMinhaRua" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "Problemas dentro de %.1fkm de %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3568,7 +3605,7 @@ msgstr "Problemas no sinalizador %s, %s" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "Problemas em %s, %s" @@ -3581,12 +3618,11 @@ msgstr "Endereço da propriedade:" msgid "Protect from Open311 changes" msgstr "Proteger de mudanças no Open311" -#: templates/web/base/admin/bodies/contact-form.html:128 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" -msgstr "Proteger o nome desta categoria e grupos de mudanças no Open311" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "Proteger o nome desta categoria e grupos de mudanças no Open311" @@ -3600,7 +3636,7 @@ msgstr "Forneça uma atualização" msgid "Provide update as" msgstr "Forneça uma atualização como" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Fornecer um nome e uma senha é opcional, mas isto te permitirá denunciar problemas, fornecer atualizações ou administrar suas denúncias de maneira mais fácil." @@ -3646,9 +3682,9 @@ msgstr "Questionário %s enviado para o problema %d" msgid "Questionnaire filled in by problem reporter" msgstr "Questionário preenchido pelo relator do problema" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3674,11 +3710,11 @@ msgstr "Feed RSS de %s" msgid "RSS feed of %s, within %s ward" msgstr "Feed RSS no %s, dentro do sinalizador %s" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "Feed RSS de problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3711,19 +3747,18 @@ msgid "Reason:" msgstr "Razão:" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Receber e-mails quando atualizações forem cadastradas neste problema." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Receber e-mails quando atualizações forem cadastradas neste problema." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3756,7 +3791,7 @@ msgstr "Rejeitar denúncia" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Lembre-se de que o AjeitaMinhaRua é usado para relatar problemas físicos que podem ser corrigidos. Se o seu problema não for apropriado para ser submetido através deste site, você pode entrar em contato com o seu município diretamente usando o próprio site da prefeitura." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Remover detalhes da conta" @@ -3781,22 +3816,21 @@ msgstr "Remover do site" msgid "Remove option" msgstr "Remover opção" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Remover foto (não pode ser desfeito!)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "Editar a permissão de outros usuários" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 #, fuzzy msgid "Remove time period" -msgstr "Editar a permissão de outros usuários" +msgstr "Remover campo" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3834,8 +3868,8 @@ msgstr "Denunciar um problema aqui" msgid "Report abuse" msgstr "Denunciar abuso" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "Denunciado anonimamente" @@ -3875,18 +3909,18 @@ msgstr "Denuncie, veja e discuta problemas locais." msgid "Report, view, or discuss local problems" msgstr "Denuncie, veja ou discuta problemas locais" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Denunciado anonimamente às %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Denunciado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Denunciado por %s às %s" @@ -3900,27 +3934,27 @@ msgstr "Denunciado por:" msgid "Reported in the %s category" msgstr "Denunciado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Denunciado anonimamente às %s na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Denunciado por %s às %s na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Denunciado anonimamente às %s via %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Denunciado por %s às %s via %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Denúnciado anonimamente as %s via %s na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Denunciado via %s na categoria %s por %s as %s" @@ -3944,17 +3978,17 @@ msgstr "Denunciando um problema" msgid "Reporting message" msgstr "Denunciando um problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Denúncias" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Denúncias são limitados a %s caracteres. Por favor, seja mais breve" @@ -3968,11 +4002,11 @@ msgstr "Denúncias são limitados a {0} caracteres. Por favor, seja mais breve" msgid "Reports awaiting approval" msgstr "Denúncias aguardando aprovação" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "Denúncias por destino" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Denúncias próximas à %s são enviadas para órgãos diferentes, dependendo do tipo do problema." @@ -4007,6 +4041,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "Reposicione se necessário e clique em Continuar" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obrigatório" @@ -4016,7 +4054,7 @@ msgstr "Obrigatório" msgid "Resend report" msgstr "Reenviar denúncia" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "Redefinir" @@ -4045,9 +4083,8 @@ msgid "Response Templates for %s" msgstr "Modelos de Repostas para %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Mostrar foto" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4069,9 +4106,8 @@ msgstr "Lugar certo?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Expandir mapa" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4085,13 +4121,13 @@ msgstr "Operador rodoviário para esta estrada nomeada (a partir do OpenStreetMa msgid "Role" msgstr "Função" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "Função:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4102,18 +4138,18 @@ msgstr "Funções" msgid "Roles can be associated with the categories in which they operate." msgstr "Usuários autorizados podem ser associados às categorias em que operam." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar Para a Esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4128,7 +4164,7 @@ msgstr "Rotacionar esta foto fará com que você perca mudanças não salvas na msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4144,6 +4180,10 @@ msgstr "Salvar + fechar como duplicado" msgid "Save changes" msgstr "Salvar mudanças" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "Salvar novos campos" @@ -4192,7 +4232,7 @@ msgstr "A busca não encontrou nenhum usuário." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "Segurança" @@ -4201,7 +4241,7 @@ msgstr "Segurança" msgid "See our privacy policy" msgstr "Veja nossa poítica de privacidade" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "Veja detalhes do usuário para dennúncias criadas como: órgão" @@ -4216,7 +4256,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecionar uma área" @@ -4225,11 +4265,21 @@ msgstr "Selecionar uma área" msgid "Select if this is the default priority" msgstr "Selecione se esta é a prioridade padrão" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Selecionar múltiplos sinalizadores para ver apenas denúncias destes sinalizadores." + +#: templates/web/base/reports/body.html:30 +#, fuzzy +msgid "Select multiple divisions?" +msgstr "Selecionar múltiplos sinalizadores?" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "Selecionar múltiplos sinalizadores para ver apenas denúncias destes sinalizadores." -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "Selecionar múltiplos sinalizadores?" @@ -4244,7 +4294,7 @@ msgid "Select:" msgstr "Selecionar:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Enviar" @@ -4270,7 +4320,7 @@ msgstr "O envio de um texto de confirmação falhou: \"%s\"" msgid "Sent report back" msgstr "Enviado denúncia de volta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Enviar para %s %s depois" @@ -4287,7 +4337,7 @@ msgstr "Serviço:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Definir senha" @@ -4310,7 +4360,7 @@ msgstr "Abreviação" msgid "Shortlist" msgstr "Lista de atalhos" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "Lista toda visível" @@ -4326,7 +4376,7 @@ msgstr "Favoritado" msgid "Shortlisted by %s" msgstr "Listado por %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Mostrar todas as atualizações" @@ -4365,12 +4415,12 @@ msgstr "Mostrar nome de de quem denunciou" msgid "Show reports in your area" msgstr "Mostrar denúncias em sua área" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Entrar" @@ -4387,17 +4437,17 @@ msgstr "Faça login por e-mail ou sms, fornecendo uma nova senha. Quando você c msgid "Sign in or create an account" msgstr "Entrar ou criar uma conta" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "Entrar com uma senha" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Sair" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4457,7 +4507,7 @@ msgstr "Desculpe, nós não conseguimos encontrar esta localização." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Desculpe, não conseguimod fazer seu login. Preencha o formulário abaixo." @@ -4468,21 +4518,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Desculpe, não foi possível encontrar esta localização. Por favor tente novamente." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Desculpe, não conseguimos salvar seus arquivos, por favor tente novamente." -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "Desculpe, não conseguimos abrir a página por problema de conexão." - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Desculpe, você não tem permissão para fazer isto." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "Ops! Você não tem permissão para fazer isso. Se você denunciou o problema, ou é um membro da equipe, por favor clique em Entrar para ver esta denúncia." @@ -4491,16 +4537,16 @@ msgstr "Ops! Você não tem permissão para fazer isso. Se você denunciou o pro msgid "Sort by" msgstr "Ordenar por" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "Apenas a equipe" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Os usuários da equipe têm permissão para fazer login no painel de administração." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Equipe:" @@ -4508,10 +4554,14 @@ msgstr "Equipe:" msgid "Staging site" msgstr "Área de teste" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "Data Início" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4519,7 +4569,7 @@ msgstr "Data Início" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4527,7 +4577,7 @@ msgstr "Data Início" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4540,7 +4590,7 @@ msgstr "Estado" msgid "State and external status code cannot be used simultaneously." msgstr "O estado e o código de status externo não podem ser usados ​​simultaneamente." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4556,13 +4606,13 @@ msgstr "Estado modificado para:" msgid "State:" msgstr "Estado:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "Estados" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4608,23 +4658,23 @@ msgstr "Assunto:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4632,7 +4682,7 @@ msgstr "Enviar" msgid "Submit changes" msgstr "Enviar mudanças" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Enviar questionário" @@ -4641,15 +4691,15 @@ msgstr "Enviar questionário" msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Se inscreva" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "Se inscreva por e-mail" @@ -4661,7 +4711,7 @@ msgstr "Inscrito:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Resumos são limitados a %d caracteres. Por favor, seja mais breve" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "Resumos são limitados a %s caracteres. Por favor, seja mais breve" @@ -4671,15 +4721,16 @@ msgstr "Resumos são limitados a %s caracteres. Por favor, seja mais breve" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Resumos são limitados a {0} caracteres. Por favor, seja mais breve" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Resumir o problema" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Resumir suas mudanças" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4691,10 +4742,9 @@ msgstr "Resumir suas mudanças" msgid "Summary" msgstr "Resumo" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Resumo de estatísticas" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4708,15 +4758,14 @@ msgid "Summary statistics" msgstr "Resumo de estatísticas" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Superusuário:" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Superusuário:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superusuários tem permissão para executar qualquer ação dentro da administração." @@ -4740,7 +4789,7 @@ msgstr "Modelo «%s»" msgid "Template email response:" msgstr "Novo endereço de e-mail:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4748,23 +4797,20 @@ msgid "Templates" msgstr "Modelos" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Menos atualizado recentemente" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Alerta de e-mail criado" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Alerta de e-mail deletado" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4787,9 +4833,8 @@ msgid "Text:" msgstr "Texto:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Texto" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4815,7 +4860,7 @@ msgstr "Obrigado por sua opinião" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Obrigado por enviar sua foto. Agora precisamos localizar o seu problema, então insira o nome de uma rua próxima ou cep na caixaacima:" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Obrigado, ficamos felizes em saber que foi corrigido! Podería apenas nos dizer se você já denunciou um problema para um órgão antes?" @@ -4854,23 +4899,23 @@ msgstr "O problema foi marcado como enviado." msgid "That problem will now be resent." msgstr "Este problema será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "A denúncia foi removida do AjeitaMinhaRua." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "Este usuário deslogou." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "Esse usuário foi tornado anônimo em todas as denúncias e atualizações." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "Os detalhes pessoais deste usuário foram removidos." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "As denúncias e atualizações desse usuário foram escondidos." @@ -4904,8 +4949,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "O name é uma cadeia de caracteres que representa o nome da aplicação web como é mostrada para o usuário (ex., numa lista de aplicativos, ou como um rótulo para um ícone)." -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4940,7 +4985,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "O código usado para armazenar o valor deste campo no banco de dados." -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "O contato foi confirmado como correto." @@ -5000,8 +5045,8 @@ msgstr "O link pode ter expirado, ou talvez você não tenha copiado e colado co msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "A lista de áreas disponíveis está sendo fornecida pelo serviço MapIt em %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "As senhas não são iguais" @@ -5021,11 +5066,11 @@ msgstr "O nome da função name é usado para se referir a este msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "O arquivo CSV carregado deve conter uma linha de cabeçalho e os registros podem ter os seguintes campos:" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "O usuário não conseguiu localizar o problema no mapa, apenas a área ao redor da localização que ele especificou" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "O usuário recebeu um e-mail de login" @@ -5087,7 +5132,7 @@ msgstr "Houve um problema ao tentar mostrar esta página. Por favor tente novame msgid "There was a problem with your login information." msgstr "Houve um problema com sua informação de login." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Houve um problema com suas informações de login. Se você não se lembrar de sua senha ou não tiver uma, preencha a seção 'Não' do formulário." @@ -5179,15 +5224,15 @@ msgstr "" " Um órgão não receberá nenhuma denúncia a menos que cubra pelo menos uma área." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este e-mail foi enviado aos dois órgãos que cobrem a localização do problema, pois o usuário não o categorizou; por favor ignore isto se você não for o órgão correto para lidar com o problema, ou diga-nos qual é a categoria do problema para que possamos adicioná-lo ao nosso sistema." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este e-mail foi enviado para diversos orgãos que cobrem a área do problema, de acordo com a categoria selecionada e fornecida por todos eles; por favor ignore este email se você não é o órgão correto para lidar com este problema." @@ -5195,9 +5240,14 @@ msgstr "Este e-mail foi enviado para diversos orgãos que cobrem a área do prob msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Esta informação é necessária" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Esta informação é necessária" @@ -5219,7 +5269,7 @@ msgstr "Este é o problema" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5254,15 +5304,15 @@ msgstr "Esta denúncia está duplicada. Por favor, deixe atualizações na denú msgid "This report is awaiting moderation." msgstr "Esta denúncia está aguardando moderação." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Esta denúncia está atualmente marcada como fechada." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Esta denúncia está atualmente marcada como resolvida." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Esta denúncia está atualmente marcada como aberta." @@ -5271,7 +5321,7 @@ msgstr "Esta denúncia está atualmente marcada como aberta." msgid "This report is now closed to updates." msgstr "Esta denúncia está fechada para atualizações." -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Esta página da web também contém uma foto do problema, fornecida pelo usuário." @@ -5286,7 +5336,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Tempo gasto (em minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5334,7 +5384,7 @@ msgstr "Para limitar esta coleção de campos a um único idioma, selecione aqui msgid "To provide an update, please sign in." msgstr "Para fornecer uma atualização, por favor entre." -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Para ver uma localização precisa deste problema no mapa" @@ -5361,9 +5411,9 @@ msgstr "Top 5 sinalizadores" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5407,12 +5457,12 @@ msgstr "A autenticação de duas etapas foi desativada" msgid "Type" msgstr "Tipo" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "Desbanir" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5429,23 +5479,23 @@ msgstr "" msgid "Unknown" msgstr "Desconhecido" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Erro desconhecido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "ID de problema não encontrado" @@ -5462,8 +5512,8 @@ msgid "Up one" msgstr "Subir um" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Atualização" @@ -5507,9 +5557,8 @@ msgid "Update marked problem as fixed" msgstr "Atualizar problema marcado como resolvido" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Status de atualização" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5531,14 +5580,15 @@ msgstr "Atualizado por %s (%s) em %s" msgid "Updated by %s at %s" msgstr "Atualizado por %s em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5546,7 +5596,7 @@ msgid "Updated!" msgstr "Atualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5579,23 +5629,27 @@ msgid "Use Open311 update-sending extension" msgstr "Use a extensão de envio de atualizações do Open311" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Definir para minha localização atual" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "ou usar minha localização" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "Use isso para problemas que você deseja permitir que os usuários denunciem, mas para os quais não há interesse público em exibir a denúncia, como solicitar uma lixeira extra em um endereço específico." -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5607,22 +5661,22 @@ msgstr "ID do usuário para atribuir comentários buscados a" msgid "User Import" msgstr "Importar Usuário" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "Usuário adicionado à lista de abuso" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "Usuário já existe" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "Usuário já se encontra na lista de abuso" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Usuário na tabela de abuso" @@ -5635,27 +5689,27 @@ msgstr "A pesquisa do usuário encontra resultados de nomes de usuários e ender msgid "User's alerts" msgstr "Alerta de usuários" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "Usuário:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Usuários" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "Os usuários podem ser atribuídos uma ou mais funções, para dar-lhes todas as permissões dessas funções. Selecionar uma função ou funções desativará a seleção de permissões manuais." -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Os usuários podem executar as seguintes ações dentro de seu órgão ou área designada." @@ -5664,8 +5718,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "Usuários com esta função podem executar as seguintes ações dentro de seu orgão ou área designada." #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Valores atualizados" @@ -5683,6 +5737,10 @@ msgstr "Verificar endereço de e-mail" msgid "Verify phone number" msgstr "Verificar número de telefone" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5692,16 +5750,21 @@ msgstr "Verificar número de telefone" msgid "View report on site" msgstr "Ver denúncia no site" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Ver denúncias por sinalizadores" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Ver denúncias por sinalizadores" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "Ver sinalizadores" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "Ver/Marcar denúncias privadas" @@ -5721,7 +5784,7 @@ msgstr "Vendo um problema" msgid "Ward:" msgstr "Sinalizador:" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Sinalizadores deste órgão" @@ -5734,7 +5797,7 @@ msgstr "Configuração" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5757,7 +5820,7 @@ msgstr "Enviamos um código de confirmação para seu telefone. Por favor digite msgid "We need your email address, please give it below." msgstr "Nós precisamos do seu endereço de e-mail, por favor, especifique-o abaixo." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Percebemos que esse problema pode ser responsabilidade de %s; no entanto, atualmente não temos quaisquer detalhes de contato deles. Se você souber de um endereço de contato apropriado, por favor, entre em contato conosco." @@ -5778,7 +5841,7 @@ msgstr "Nós só usaremos sua informação pessoal de acordo com nossa Adicione mais alertas gra msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Com as buscas de solicitação, é possível usar agency_responsible para limitar as solicitações enviados a uma única administração. O termo de pesquisa é o ID de administração fornecido pela MaPit.." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "Dentro do tempo especificado:" @@ -5823,7 +5886,7 @@ msgstr "Dentro do tempo especificado:" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Você gostaria de contribuir com o AjeitaMinhaRua? Nosso código é aberto e disponível em fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Você gostaria de receber outro questionário em 4 semanas, te lembrando de chegar o status?" @@ -5840,13 +5903,13 @@ msgstr "Você gostaria de ser notificado quando o problema for resolvido ou atua #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Sim" @@ -5854,7 +5917,11 @@ msgstr "Sim" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Você informou que esta denúncia foi moderada de forma desnecessária:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "Você não tem certeza da origem ou validade do contato." @@ -5880,7 +5947,7 @@ msgstr "Você pode criar uma nova denúncia na mesma localizaçã msgid "You can view the problem on this site." msgstr "Você pode ver o problema no site." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Você pode adicionar o e-mail de um usuário abusivo à lista de abusos, que oculta automaticamente (e nunca envia) as denúncias criados por ele." @@ -5889,7 +5956,7 @@ msgstr "Você pode adicionar o e-mail de um usuário abusivo à lista de abusos, msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Você pode escolher se inscrever em todos os problemas denunciados dentro de uma área, ou denúncias baseadas em seu destino." @@ -5922,7 +5989,7 @@ msgstr "Você pode marcar um órgão como deletado se você não deseja mais vê msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "Você não pode renomear uma categoria para uma com um nome já existente" @@ -5987,7 +6054,7 @@ msgstr "Você efetuou login com sucesso; por favor, verifique e confirme se suas msgid "You have successfully verified your phone number." msgstr "Você verificou seu número de telefone com sucesso." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Você ainda não criou nenhuma denúncia. Denunciar um problema agora." @@ -6026,15 +6093,15 @@ msgstr "Sua conta" msgid "Your account requires two-factor authentication to be set up." msgstr "Sua conta requer autenticação em duas etapas para ser criada." -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Seu e-mail" @@ -6042,8 +6109,8 @@ msgstr "Seu e-mail" msgid "Your email address" msgstr "Seu endereço de e-mail" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "Seu e-mail ou telefone" @@ -6061,11 +6128,11 @@ msgstr "Seu nome" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Seu nome já foi enviado para %s, mas nós podemos escondê-lo nesta página:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "Seu nome foi ocultado de todas as suas denúncias e atualizações." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "Seu nome foi ocultado." @@ -6074,8 +6141,8 @@ msgstr "Seu nome foi ocultado." msgid "Your offline reports" msgstr "Suas denúncias offline" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Sua senha" @@ -6089,9 +6156,9 @@ msgstr "Sua senha foi alterada" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "Sua senha expirou, por favor, crie uma nova abaixo. Quando você clicar no link do seu e-mail, sua senha será atualizada." -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "Sua senha deve ter %d ou mais caracteres." @@ -6101,18 +6168,18 @@ msgstr "Sua senha deve ter %d ou mais caracteres." msgid "Your phone number" msgstr "Seu número de telefone" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Sua denúncia" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Suas denúncias" @@ -6134,7 +6201,7 @@ msgstr "Sua atualização" msgid "Your update has been saved offline for submission when back online." msgstr "Sua atualização foi salva offline para envio quando você estiver online novamente." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Suas atualizações" @@ -6161,7 +6228,7 @@ msgstr "administrador" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "tudo" @@ -6181,8 +6248,8 @@ msgstr "e um defeito gerado" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "órgão" @@ -6195,12 +6262,12 @@ msgstr "não usou o mapa" msgid "e.g. ‘%s’ or ‘%s’" msgstr "por exemplo ‘%s’ or ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "por exemplo: ‘Buraco de 10 centímetros nao Rua Manoel Vitorino, próximo ao telefone público’" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "por exemplo: ‘Este buraco está aqui há dois meses e ...’" @@ -6218,7 +6285,7 @@ msgstr "de %s usuários diferentes" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "última atualização %s" @@ -6243,7 +6310,7 @@ msgstr "n/d" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "nada" @@ -6256,8 +6323,8 @@ msgstr "não é responsabilidade do órgão" msgid "optional" msgstr "(opcional)" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "ou" @@ -6288,6 +6355,11 @@ msgstr "outras áreas:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%sref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6322,7 +6394,7 @@ msgstr "não tem marcador mostrado como o usuário não usou o mapa" msgid "this location" msgstr "esta localização" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "esse tipo de problema local" @@ -6356,25 +6428,30 @@ msgstr "usuário é do mesmo órgão que o problema - %d" msgid "user is problem owner" msgstr "usuário é proprietário do problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "usuário fora da lista de abuso" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "usuário removido da lista de abuso" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "sinalizador" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" msgid_plural "%d addresses" msgstr[0] "%d endereço" msgstr[1] "%d endereços" +msgstr[2] "%d endereços" #: perllib/Utils.pm:249 #, perl-format @@ -6382,6 +6459,7 @@ msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dia" msgstr[1] "%d dias" +msgstr[2] "%d dias" #: perllib/Utils.pm:251 #, perl-format @@ -6389,6 +6467,7 @@ msgid "%d hour" msgid_plural "%d hours" msgstr[0] "%d hora" msgstr[1] "%d horas" +msgstr[2] "%d horas" #: perllib/Utils.pm:253 #, perl-format @@ -6396,6 +6475,7 @@ msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "%d minuto" msgstr[1] "%d minutos" +msgstr[2] "%d minutos" #: perllib/Utils.pm:245 #, perl-format @@ -6403,13 +6483,15 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "%d mês" msgstr[1] "%d meses" +msgstr[2] "%d meses" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Mostrar foto" -msgstr[1] "Mostrar foto" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6417,6 +6499,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d apoiador" msgstr[1] "%d apoiadores" +msgstr[2] "%d apoiadores" #: perllib/Utils.pm:247 #, perl-format @@ -6424,6 +6507,7 @@ msgid "%d week" msgid_plural "%d weeks" msgstr[0] "%d semana" msgstr[1] "%d semanas" +msgstr[2] "%d semanas" #: perllib/Utils.pm:243 #, perl-format @@ -6431,6 +6515,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d ano" msgstr[1] "%d anos" +msgstr[2] "%d anos" #: templates/web/base/reports/index.html:120 #, perl-format @@ -6438,6 +6523,7 @@ msgid "%s day" msgid_plural "%s days" msgstr[0] "%s dia" msgstr[1] "%s dias" +msgstr[2] "%s dias" #: templates/web/base/reports/index.html:57 #, perl-format @@ -6445,6 +6531,7 @@ msgid "%s problem marked as fixed" msgid_plural "%s problems marked as fixed" msgstr[0] "%s problema marcado como resolvido" msgstr[1] "%s problemas marcados como resolvidos" +msgstr[2] "%s problemas marcados como resolvidos" #: templates/web/base/reports/index.html:45 #, perl-format @@ -6452,6 +6539,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "%s problema denunciado" msgstr[1] "%s problemas denunciados" +msgstr[2] "%s problemas denunciados" #: templates/web/base/reports/index.html:136 #, perl-format @@ -6459,6 +6547,7 @@ msgid "%s report" msgid_plural "%s reports" msgstr[0] "%s denúncia" msgstr[1] "%s denúncias" +msgstr[2] "%s denúncias" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6466,13 +6555,15 @@ msgid "%s update on problems" msgid_plural "%s updates on problems" msgstr[0] "%s atualização em problemas" msgstr[1] "%s atualizações em problemas" +msgstr[2] "%s atualizações em problemas" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s resolvido no mês passado" -msgstr[1] "%s resolvidos no mês passado" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6480,6 +6571,7 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s resolvido no mês passado" msgstr[1] "%s resolvidos no mês passado" +msgstr[2] "%s resolvidos no mês passado" #: templates/web/base/front/stats.html:8 #, perl-format @@ -6487,6 +6579,7 @@ msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s denúncia na semana passada" msgstr[1] "%s denúncias na semana passada" +msgstr[2] "%s denúncias na semana passada" #: templates/web/base/front/stats.html:13 #, perl-format @@ -6494,6 +6587,7 @@ msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s denuncia recente" msgstr[1] "%s denuncias recentes" +msgstr[2] "%s denuncias recentes" #: templates/web/base/front/stats.html:37 #, perl-format @@ -6501,6 +6595,7 @@ msgid "%s update on reports" msgid_plural "%s updates on reports" msgstr[0] "%s atualização nas denúncias" msgstr[1] "%s atualizações nas denúncias" +msgstr[2] "%s atualizações nas denúncias" #: perllib/FixMyStreet/App/Form/Field/FileIdPhoto.pm:27 #, perl-format @@ -6508,13 +6603,15 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" msgstr[0] "Denunciado %d dia atrás" msgstr[1] "Denunciado %d dias atrás" +msgstr[2] "Denunciado %d dias atrás" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -6522,6 +6619,7 @@ msgid "We do not yet have details for the other council that co msgid_plural "We do not yet have details for the other councils that cover this location." msgstr[0] "Ainda não temos detalhes de outro órgão que cobre este local." msgstr[1] "Ainda não temos detalhes para os outros conselhos que cobrem este local." +msgstr[2] "Ainda não temos detalhes para os outros conselhos que cobrem este local." #: templates/web/base/report/new/top_message_none.html:3 #, perl-format @@ -6529,20 +6627,23 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Ainda não temos detalhes para o órgão que cobre este local." msgstr[1] "Ainda não temos detalhes para os conselhos que cobrem este local." +msgstr[2] "Ainda não temos detalhes para os conselhos que cobrem este local." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "atualizado pela última vez a %d dia atrás" msgstr[1] "atualizado pela última vez %d dias atŕas" +msgstr[2] "atualizado pela última vez %d dias atŕas" #: templates/email/default/inactive-account.html:18 #, perl-format @@ -6550,6 +6651,7 @@ msgid "month" msgid_plural "months" msgstr[0] "mês" msgstr[1] "meses" +msgstr[2] "meses" #: templates/email/westminster/archive.html:25 #, perl-format @@ -6557,6 +6659,18 @@ msgid "report" msgid_plural "reports" msgstr[0] "denúncia" msgstr[1] "denúncias" +msgstr[2] "denúncias" + +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Descrição" +msgstr[1] "Descrição" +msgstr[2] "Descrição" + +#~ msgid "Place pin on map" +#~ msgstr "Coloque o pino no mapa" #~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." #~ msgstr "Fornecer uma senha é opcional, mas definir uma vai te denunciar problemas no futuro, assim como atualizar e administrar suas denúncias com mais facilidade." @@ -6564,145 +6678,5 @@ msgstr[1] "denúncias" #~ msgid "Received by %s moments later" #~ msgstr "Recebido por %s momentos depois" -#~ msgid "or use my location" -#~ msgstr "ou usar minha localização" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Digite um nome de rua e área próximas" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(também temos Feeds RSS para problemas internos %s)" - -#~ msgid "About the problem" -#~ msgstr "Sobre o problema" - -#~ msgid "Close" -#~ msgstr "Fechar" - -#~ msgid "Could not find user" -#~ msgstr "Não foi possível encontrar o usuário" - -#~ msgid "Edit report details" -#~ msgstr "Editar detalhes da denúncia" - -#~ msgid "Flag user" -#~ msgstr "Marcar usuário" - -#~ msgid "Home" -#~ msgstr "Início" - -#~ msgid "MAP" -#~ msgstr "MAPA" - -#~ msgid "Map" -#~ msgstr "Mapa" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Por favor, seja educado, conciso e objetivo." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Por favor, não seja desrespeitoso — desrespeitar um órgão tira a credibilidade do serviço para todos os usuários." - -#~ msgid "Remove flag" -#~ msgstr "Remover marcação" - -#~ msgid "Satellite" -#~ msgstr "Satélite" - -#~ msgid "Show Photo?" -#~ msgstr "Mostrar Foto?" - -#~ msgid "User flag removed" -#~ msgstr "Marcação removida do usuário" - -#~ msgid "User flagged" -#~ msgstr "Usuário marcado" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Escrever toda sua mensagem em maiúsculas dificulta a leitura, assim como a falta de pontuação." - -#~ msgid "Closed by council" -#~ msgstr "Fechado pelo órgão responsável" - -#~ msgid "Current token:" -#~ msgstr "Código de acesso atual:" - -#~ msgid "Filter report list" -#~ msgstr "Filtrar lista de denúncias" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Valor %s incorreto para o campo agency_responsible" - -#~ msgid "Post" -#~ msgstr "Postar" - -#~ msgid "Traffic management required?" -#~ msgstr "É necessário gerenciamento de tráfego?" - -#~ msgid "(ignored if type is \"String\")" -#~ msgstr "(ignorado se o tipo for \"String\")" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Nota: Esta denúncia foi enviada para a ação. Quaisquer alterações feitas não serão repassadas." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Nota: Esta denúncia ainda não foi enviado para ação. Quaisquer alterações feitas podem não ser repassadas." - -#~ msgid "Automated" -#~ msgstr "Automatizado" - -#~ msgid "Coordinates:" -#~ msgstr "Coordenadas:" - -#~ msgid "Default priority" -#~ msgstr "Prioridade padrão" - -#~ msgid "Description:" -#~ msgstr "Descrição:" - -#~ msgid "Hidden Field" -#~ msgstr "Campo Escondido" - -#~ msgid "Hint" -#~ msgstr "Dica" - -#~ msgid "Inspection required" -#~ msgstr "Inspeção requerida" - -#~ msgid "Internet glitch" -#~ msgstr "Falha na Internet" - -#~ msgid "List" -#~ msgstr "Lista" - -#~ msgid "No inspections by that inspector in the selected date range." -#~ msgstr "Nenhuma inspeção por esse inspetor no intervalo de datas selecionado." - -#~ msgid "No inspections in the selected date range." -#~ msgstr "Nenhuma inspeção no período selecionado." - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Remove" -#~ msgstr "Remover" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Prioridades de Resposta para %s" - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "O endereço de e-mail é o destino para o qual as denúncias desta categoria serão enviados.\n" -#~ "Outras categorias para este orgão podem ter o mesmo endereço de e-mail." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Houve um problema com a combinação do seu email/senha. Por favor tente novamente." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Este é um site de desenvolvedor; as coisas podem quebrar a qualquer momento e o banco de dados será excluído periodicamente." - -#~ msgid "or locate me automatically" -#~ msgstr "ou me encontre automaticamente" +#~ msgid "Sorry, we don’t have a good enough connection to fetch that page." +#~ msgstr "Desculpe, não conseguimos abrir a página por problema de conexão." diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index dc2d73c5e93..ab7616473f0 100644 --- a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Romanian (Romania) (https://www.transifex.com/mysociety/teams/12067/ro_RO/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Romanian (Romania) (https://app.transifex.com/mysociety/teams/12067/ro_RO/)\n" "Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "şi" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - rapoarte de sinteză" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s actualizări" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s chestionare trimise – %s completate (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(închis)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,8 +150,8 @@ msgstr "" msgid "(fixed)" msgstr "(rezolvat)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" msgstr "" @@ -175,7 +168,7 @@ msgstr "(cum ar fi graffiti, gunoaie depozitate ilegal, pavaj spart sau iluminat msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(netrimis)" @@ -183,19 +176,19 @@ msgstr "(netrimis)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opțional)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Alege o categorie --" @@ -266,11 +259,11 @@ msgstr "" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -296,9 +289,8 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Adaugă o categorie nouă" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -337,6 +329,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Adaugă utilizator" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -361,25 +358,25 @@ msgstr "" msgid "Add user" msgstr "Adaugă utilizator" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "" @@ -397,7 +394,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "" @@ -467,7 +464,7 @@ msgstr "" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" msgstr "" @@ -483,16 +480,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "" @@ -506,7 +503,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -518,6 +515,10 @@ msgstr "" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -531,6 +532,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -541,7 +543,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -554,7 +556,7 @@ msgstr "" msgid "Assign" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" msgstr "" @@ -587,24 +589,21 @@ msgstr "" msgid "Assign to:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Adaugă o categorie nouă" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Adaugă o categorie nouă" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Adaugă o categorie nouă" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -614,7 +613,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -626,7 +625,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -659,7 +658,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -667,10 +666,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -687,12 +686,17 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -703,11 +707,11 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 msgid "Can’t use the map? Skip this step." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -722,7 +726,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -736,11 +740,11 @@ msgstr "" msgid "Category" msgstr "" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -775,7 +779,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "" @@ -798,6 +802,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -827,7 +837,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -838,7 +848,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" @@ -876,7 +886,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -885,13 +895,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "" @@ -916,7 +928,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -955,6 +967,10 @@ msgstr "" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +msgid "Continue draft report..." +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -980,7 +996,8 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1008,7 +1025,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -1022,18 +1039,18 @@ msgstr "" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1069,16 +1086,16 @@ msgstr "" msgid "Created:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1105,6 +1122,10 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1117,7 +1138,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1126,6 +1147,10 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +msgid "Delete draft" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1136,7 +1161,7 @@ msgstr "" msgid "Delete theme" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1152,22 +1177,22 @@ msgstr "" msgid "Description" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" msgstr "" @@ -1180,7 +1205,7 @@ msgstr "" msgid "Details:" msgstr "" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1192,8 +1217,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1201,7 +1226,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1210,11 +1235,11 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" msgstr "" @@ -1244,7 +1269,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1261,6 +1286,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1319,33 +1348,32 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Adaugă utilizator" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1385,19 +1413,19 @@ msgstr "" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1415,11 +1443,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1427,7 +1455,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1436,7 +1464,7 @@ msgstr "" msgid "Email:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1493,7 +1521,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1526,7 +1554,7 @@ msgstr "" msgid "Enter details of the problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1569,11 +1597,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1603,13 +1632,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1657,8 +1686,8 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "" @@ -1674,11 +1703,16 @@ msgstr "" msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "" @@ -1695,7 +1729,7 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1704,7 +1738,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1712,12 +1746,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1733,7 +1771,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1757,7 +1795,7 @@ msgstr "" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1788,7 +1826,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1822,8 +1860,8 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1831,19 +1869,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1884,7 +1922,7 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1916,7 +1954,7 @@ msgstr "" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" msgstr "" @@ -2036,7 +2074,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2065,7 +2103,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2099,7 +2137,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2121,7 +2159,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2141,8 +2179,8 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2182,7 +2220,7 @@ msgstr "" msgid "Last failure:" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "" @@ -2244,12 +2282,12 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "" @@ -2265,17 +2303,17 @@ msgstr "" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 msgid "Login with %s" msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "" @@ -2283,16 +2321,16 @@ msgstr "" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2306,11 +2344,11 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2328,7 +2366,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2345,7 +2383,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2368,12 +2406,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "" @@ -2383,9 +2421,9 @@ msgstr "" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2412,12 +2450,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2447,12 +2485,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2475,11 +2513,11 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" @@ -2501,13 +2539,17 @@ msgstr "" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2600,18 +2642,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2619,7 +2661,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2645,8 +2687,8 @@ msgstr "" msgid "No further updates" msgstr "" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2671,8 +2713,8 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2680,19 +2722,19 @@ msgstr "" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2700,7 +2742,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2781,7 +2823,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2792,7 +2834,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2821,7 +2863,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2829,11 +2871,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2842,19 +2884,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2898,9 +2940,9 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "" @@ -2916,7 +2958,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2924,7 +2966,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 msgid "Phone" msgstr "" @@ -2933,10 +2975,10 @@ msgstr "" msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "" @@ -2953,7 +2995,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2965,13 +3007,20 @@ msgstr "" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -2987,6 +3036,14 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" @@ -3009,29 +3066,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3041,8 +3092,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -3051,11 +3102,12 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3067,14 +3119,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3083,17 +3135,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" @@ -3111,9 +3163,9 @@ msgid "Please enter a valid UK phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3126,7 +3178,7 @@ msgid "Please enter a valid email address" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3141,8 +3193,8 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3231,7 +3283,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3244,15 +3296,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3298,7 +3350,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3330,7 +3382,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3338,11 +3390,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3354,7 +3406,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3425,7 +3477,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "" @@ -3433,13 +3485,13 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3455,11 +3507,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3478,7 +3530,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3491,11 +3543,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3509,7 +3561,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3555,9 +3607,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3583,11 +3635,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3627,11 +3679,11 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3664,7 +3716,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3689,8 +3741,8 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3740,8 +3792,8 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" msgstr "" @@ -3781,18 +3833,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3806,27 +3858,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3849,17 +3901,17 @@ msgstr "" msgid "Reporting message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3873,11 +3925,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3912,6 +3964,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3921,7 +3977,7 @@ msgstr "" msgid "Resend report" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -3988,13 +4044,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4004,18 +4060,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4030,7 +4086,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4046,6 +4102,10 @@ msgstr "" msgid "Save changes" msgstr "" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4094,7 +4154,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4103,7 +4163,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4118,7 +4178,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -4127,11 +4187,19 @@ msgstr "" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4145,7 +4213,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4171,7 +4239,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4188,7 +4256,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4211,7 +4279,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4227,7 +4295,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4266,12 +4334,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "" @@ -4288,17 +4356,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4356,7 +4424,7 @@ msgstr "" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4367,21 +4435,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4390,16 +4454,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4407,17 +4471,21 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 msgid "Start time" msgstr "" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4425,7 +4493,7 @@ msgstr "" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4438,7 +4506,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4454,13 +4522,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4506,23 +4574,23 @@ msgstr "" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4530,7 +4598,7 @@ msgstr "" msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4539,15 +4607,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4559,7 +4627,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4569,15 +4637,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4589,7 +4658,7 @@ msgstr "" msgid "Summary" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4608,11 +4677,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4635,7 +4704,7 @@ msgstr "" msgid "Template email response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4706,7 +4775,7 @@ msgstr "" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4745,23 +4814,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4791,8 +4860,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4823,7 +4892,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4883,8 +4952,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "" @@ -4904,11 +4973,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -4968,7 +5037,7 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5050,15 +5119,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5066,9 +5135,13 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "" @@ -5090,7 +5163,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5125,15 +5198,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5142,7 +5215,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5157,7 +5230,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5205,7 +5278,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5232,9 +5305,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5278,12 +5351,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5300,23 +5373,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5333,8 +5406,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5401,14 +5474,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5416,7 +5490,7 @@ msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5452,19 +5526,23 @@ msgstr "" msgid "Use my current location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5476,22 +5554,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5504,27 +5582,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5533,8 +5611,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5552,6 +5630,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5561,16 +5643,20 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5590,7 +5676,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5602,7 +5688,7 @@ msgstr "" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5625,7 +5711,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5646,7 +5732,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5667,7 +5753,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5683,7 +5769,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5691,7 +5777,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5708,13 +5794,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "" @@ -5722,7 +5808,11 @@ msgstr "" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5748,7 +5838,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5757,7 +5847,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5787,7 +5877,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5852,7 +5942,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5888,15 +5978,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -5904,8 +5994,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5923,11 +6013,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5936,8 +6026,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -5951,9 +6041,9 @@ msgstr "" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -5963,18 +6053,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "" @@ -5996,7 +6086,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6023,7 +6113,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6043,8 +6133,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6057,12 +6147,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6080,7 +6170,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6105,7 +6195,7 @@ msgstr "indisponibil" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6115,15 +6205,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opțional)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "sau" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6152,6 +6240,11 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6186,7 +6279,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6220,19 +6313,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6273,7 +6370,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 #, perl-format msgid "%d photo" msgid_plural "%d photos" @@ -6393,7 +6490,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6417,7 +6514,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6425,7 +6522,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6449,5 +6546,10 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#~ msgid "or locate me automatically" -#~ msgstr "sau găseşte-mă în mod automat" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index 04fa3e7b031..ace965efd00 100644 --- a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,18 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 +# Andrej Shadura , 2022 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Russian (https://www.transifex.com/mysociety/teams/12067/ru/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: Andrej Shadura , 2022\n" +"Language-Team: Russian (https://app.transifex.com/mysociety/teams/12067/ru/)\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +26,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "и" @@ -64,7 +62,7 @@ msgstr "пользователей уже зарегистрировано" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Итоговые отчеты" @@ -93,9 +91,9 @@ msgid "" "problems, including alerts for all problems within a particular ward, or all\n" "problems within a certain distance of a particular location." msgstr "" -"На сайте %s можно подписаться на RSS-фиды,\n" +"На сайте %s можно подписаться на RSS-лен,\n" "а также на уведомления по электронной почте. Информация в уведомлениях\n" -"может касаться как неисправностей в вашем районе, так и неполадок, которые были зафиксированы в пределах определенного расстояния от заданной точки." +"может касаться как неисправностей в вашем районе, так и неполадок, которые были зафиксированы в пределах определенного расстояния от заданной точки.ты" #. ("%s is the site name") #: templates/web/base/alert/_index_text.html:7 @@ -104,16 +102,16 @@ msgid "" "alerts for all problems within a particular ward or council, or all problems\n" "within a certain distance of a particular location." msgstr "" -"На сайте %s можно подписаться на RSS-фид,\n" +"На сайте %s можно подписаться на RSS-ленту,\n" "а также на уведомления по электронной почте. Информация в уведомлениях\n" -"может касаться как неисправностей в вашем районе или округе, так и неполадок, которые были зафиксированыв пределах определенного расстояния от заданной точки." +"может касаться как неисправностей в вашем районе или округе, так и неполадок, которые были зафиксированы в пределах определенного расстояния от заданной точки." #: templates/web/base/status/stats.html:23 msgid "%s live updates" msgstr "%s обновлений" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -121,15 +119,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "Отправлено опросов: %s – получено ответов: %s (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" -msgstr "© участники проекта OpenStreetMap" +msgstr "© Участники проекта OpenStreetMap" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "(closed)" msgstr "(закрыто)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -163,17 +157,15 @@ msgstr "" msgid "(fixed)" msgstr "(исправлено)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Ваши обращения" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Пока нет обновлений" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -183,7 +175,7 @@ msgstr "(например: граффити, мусор в неположенн msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(не отправлено в органы самоуправления)" @@ -191,19 +183,19 @@ msgstr "(не отправлено в органы самоуправления) #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(необязательно)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(отправлено в обе инстанции)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Выберите категорию --" @@ -213,9 +205,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Выберите учреждение." +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -278,11 +269,11 @@ msgstr "Да У меня есть пароль" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -311,9 +302,8 @@ msgid "Add a contact using the form below." msgstr "Добавить контакт с помощью формы." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Добавить категорию" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -352,6 +342,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Добавить учреждение" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -376,25 +371,25 @@ msgstr "" msgid "Add user" msgstr "Добавить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Добавлено: %s" @@ -412,7 +407,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Снова:" @@ -482,10 +477,9 @@ msgstr "Все отчеты с %s по %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Обращение отнесено к категории: %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -499,17 +493,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "новый адрес электронной почты" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "В обновлении эта неполадка помечена как исправленная." @@ -523,7 +516,7 @@ msgstr "Анонимно" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -535,6 +528,10 @@ msgstr "Анонимно:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -548,6 +545,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -558,7 +556,7 @@ msgstr "" msgid "Area covered" msgstr "Зона покрытия" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -568,24 +566,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Поскольку это отладочный сайт и в параметре %s значение False, все обращения, оставленные на сайте, будут отправлены их авторам, а не в учреждения, обозначенные в категориях." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Направлено сюда: %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Недавние обращения пользователей" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Направлено сюда: %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Направлено сюда: %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -605,28 +599,24 @@ msgid "Assign to subdivision:" msgstr "Направить в подразделение:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Направлено сюда: %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Направлено сюда: %s" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Направлено сюда: %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Направлено сюда: %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -636,7 +626,7 @@ msgstr "Как правило, количество результатов, ко msgid "At the moment only searching for and looking at reports work." msgstr "Сейчас можно только искать и просматривать обращения" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -648,7 +638,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -681,7 +671,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -689,10 +679,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -709,12 +699,17 @@ msgstr "Учреждения" msgid "Body" msgstr "Учреждение" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Учреждение:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -725,12 +720,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Письмо не пришло? Оно могло попасть в папку «Спам»." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Карта не отображается? Пропустите этот шаг" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -745,7 +740,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -759,11 +754,11 @@ msgstr "" msgid "Category" msgstr "Категория" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -788,9 +783,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Сменить пароль" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -799,7 +793,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Сменить пароль" @@ -824,6 +818,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -853,7 +853,7 @@ msgstr "Чтобы войти, пройдите по ссылке, указан msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -864,7 +864,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Закрыто" @@ -902,7 +902,7 @@ msgstr "Кобренд:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -911,13 +911,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -942,7 +944,7 @@ msgstr "" msgid "Confirmation" msgstr "Подтверждение" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -981,6 +983,11 @@ msgstr "Свяжитесь с командой" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Создать обращение" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1006,7 +1013,8 @@ msgstr "Орган самоуправления" msgid "Council contacts for %s" msgstr "Контакты органа самоуправления для %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Ссылка на орган самоуправления: %s" @@ -1034,33 +1042,32 @@ msgstr "Создать обращение" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Создать категорию" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Создать шаблон" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1081,14 +1088,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Создано" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Создано" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1098,17 +1103,16 @@ msgstr "Создано" msgid "Created:" msgstr "Создано:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "редактировать информацию о пользователе" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1135,6 +1139,11 @@ msgstr "Панель управления" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Сохранить изменения" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1147,7 +1156,7 @@ msgstr "Вопрос решен подразделением в течение 5 msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1156,6 +1165,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Удалено" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1163,11 +1177,10 @@ msgid "Delete template" msgstr "Удалить шаблон" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Удалить шаблон" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1183,26 +1196,24 @@ msgstr "" msgid "Description" msgstr "Описание" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Описание" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Дополнительная информация" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Опрос" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1213,7 +1224,7 @@ msgstr "Опрос" msgid "Details:" msgstr "Дополнительная информация:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1225,8 +1236,8 @@ msgstr "Передано" msgid "Diligency prize league table" msgstr "Таблица самых активных пользователей" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1234,7 +1245,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1243,15 +1254,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Обращение отнесено к категории: %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Обращение отнесено к категории: %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1279,7 +1288,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "У вас есть пароль на сайте %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Не знаю" @@ -1296,6 +1305,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Сообщить о пользователе: %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1358,33 +1372,32 @@ msgstr "Редактировать" msgid "Edit body details" msgstr "Редактировать информацию об учреждении" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "редактировать информацию о пользователе" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1425,19 +1438,19 @@ msgstr "Редактор" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Адрес эл. почты" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1455,11 +1468,11 @@ msgstr "Создано уведомление по эл. почте" msgid "Email alert deleted" msgstr "Уведомление по эл. почте удалено" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1467,7 +1480,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1476,7 +1489,7 @@ msgstr "" msgid "Email:" msgstr "Адрес эл. почты:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1540,7 +1553,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1553,9 +1566,8 @@ msgid "Endpoint" msgstr "Конечная точка" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Введите название улицы в Цюрихе" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1574,7 +1586,7 @@ msgstr "Введите название ближайшей улицы и рег msgid "Enter details of the problem" msgstr "Подробно опишите проблему" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1617,11 +1629,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1651,13 +1664,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1706,30 +1719,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Впервые" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Фотографии происшествий поблизости, размещенные в недавних обращениях" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Новые обращения" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Исправьте это, выбрав зону покрытия в форме Редактирование информации об учреждении, расположенной ниже." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Исправлено" @@ -1746,7 +1762,7 @@ msgstr "Исправлено (пользователь)" msgid "Flag as deleted" msgstr "Пометить как удаленное" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Помечено" @@ -1755,7 +1771,7 @@ msgstr "Помечено" msgid "Flagged reports and users" msgstr "Помеченные обращения и профили пользователей" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Список помеченных профилей пользователей находится на странице Помеченное." @@ -1763,12 +1779,17 @@ msgstr "Список помеченных профилей пользовате msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "На помеченные аккаунты пользователей не накладываются ограничения. Это просто аккаунты, к которым проявляется повышенное внимание." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Помечено:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Чтобы посмотреть только обращения, относящиеся к определенному району, перейдите по ссылке на этот район." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Чтобы посмотреть только обращения, относящиеся к определенному району, перейдите по ссылке на этот район." @@ -1784,7 +1805,7 @@ msgstr "Подробнее читайте в разделе report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4011,7 +4033,7 @@ msgstr "" msgid "Resend report" msgstr "Отправить обращение еще раз" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4063,9 +4085,8 @@ msgstr "Место указано верно?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "карта использована" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4079,13 +4100,13 @@ msgstr "Дорога находится в ведении (информация msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4095,18 +4116,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернуть влево" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4121,7 +4142,7 @@ msgstr "Перед поворотом фото необходимо сохран msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4137,6 +4158,10 @@ msgstr "" msgid "Save changes" msgstr "Сохранить изменения" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4185,7 +4210,7 @@ msgstr "Пользователи не найдены." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4194,7 +4219,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4209,7 +4234,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Выберите местность" @@ -4218,11 +4243,20 @@ msgstr "Выберите местность" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Чтобы посмотреть только обращения, относящиеся к определенному району, перейдите по ссылке на этот район." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4237,7 +4271,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4263,7 +4297,7 @@ msgstr "" msgid "Sent report back" msgstr "Обращение возвращено" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Отправлено позже: %s %s" @@ -4280,7 +4314,7 @@ msgstr "Сервис:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4303,7 +4337,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4319,7 +4353,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4358,12 +4392,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Вход" @@ -4380,17 +4414,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Войдите или создайте аккаунт" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Выход" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4450,7 +4484,7 @@ msgstr "Не удалось найти это местоположение." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4461,22 +4495,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Не удалось проанализировать это местоположение. Повторите попытку." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Не удалось сохранить фото. Повторите попытку." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4485,16 +4514,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4502,10 +4531,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4513,7 +4546,7 @@ msgstr "Впервые" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4521,7 +4554,7 @@ msgstr "Впервые" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4534,7 +4567,7 @@ msgstr "Статус" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4550,13 +4583,13 @@ msgstr "" msgid "State:" msgstr "Статус:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4602,23 +4635,23 @@ msgstr "Тема:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Отправить" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4626,7 +4659,7 @@ msgstr "Отправить" msgid "Submit changes" msgstr "Отправить изменения" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Отправить опрос" @@ -4635,15 +4668,15 @@ msgstr "Отправить опрос" msgid "Submitted" msgstr "Отправлено" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Подписаться" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4652,11 +4685,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Текст обновления ограничен %s симв. Напишите более короткое сообщение" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4666,15 +4698,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4686,10 +4719,9 @@ msgstr "" msgid "Summary" msgstr "Итог" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Отчеты об итогах" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4706,11 +4738,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4734,7 +4766,7 @@ msgstr "Шаблон «%s»" msgid "Template email response:" msgstr "новый адрес электронной почты" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4750,14 +4782,12 @@ msgid "Text" msgstr "Текст" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Создано уведомление по эл. почте" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Уведомление по эл. почте удалено" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4780,9 +4810,8 @@ msgid "Text:" msgstr "Текст:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Текст" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4808,7 +4837,7 @@ msgstr "Благодарим вас за отзыв" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Спасибо за предоставленное фото. Теперь нам нужно определить, где именно располагается неполадка. В поле выше введите название ближайшей улицы или индекс:" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Мы рады узнать, что проблема решена! Это было ваше первое обращение в орган самоуправления?" @@ -4847,23 +4876,23 @@ msgstr "Проблема помечена как отправленная." msgid "That problem will now be resent." msgstr "Сейчас мы еще раз отправим это обращение." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Это обращение было удалено с сайта FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4897,8 +4926,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4933,10 +4962,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Проблема помечена как отправленная." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4994,8 +5022,8 @@ msgstr "Возможно, ссылка устарела или вы не пол msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Список доступных местоположений предоставлен сервисом MapIt на сайте: %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Пароли не совпадают" @@ -5015,11 +5043,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Пользователь не смог определить местоположение неполадки на карте. Вместо этого он ввел данные о местности поблизости от неполадки." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5081,7 +5109,7 @@ msgstr "При загрузке страницы произошла ошибка msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5173,15 +5201,15 @@ msgstr "" " Чтобы получать обращения, учреждению необходимо иметь в ведении минимум одну область." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Поскольку пользователь не обозначил категорию проблемы, обращение было отправлено в оба органа самоуправления. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение. Вы также можете написать нам, к какой категории относится данная проблема, и мы добавим новую информацию в систему." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Поскольку пользователь обозначил категорию проблемы, находящейся в ведении нескольких органов самоуправления, мы отправили это письмо во все эти инстанции. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение." @@ -5189,9 +5217,14 @@ msgstr "Поскольку пользователь обозначил кате msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Эта информация является обязательной" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Эта информация является обязательной" @@ -5213,7 +5246,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5248,15 +5281,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Это обращение ожидает модерации." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Это обращение на данный момент помечено как закрытое." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Это обращение на данный момент помечено как решенное." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Это обращение на данный момент помечено как открытое." @@ -5265,7 +5298,7 @@ msgstr "Это обращение на данный момент помечен msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Эта веб-страница также содержит фото неполадки, предоставленное пользователем." @@ -5280,7 +5313,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Времени потрачено (в минутах):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5328,7 +5361,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Просмотр точного местоположения данной проблемы на карте" @@ -5355,9 +5388,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Всего" @@ -5401,12 +5434,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5423,23 +5456,23 @@ msgstr "" msgid "Unknown" msgstr "Неизв." -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Неизвестный тип уведомления" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Неизвестная ошибка" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Неизвестный идентификатор проблемы" @@ -5456,16 +5489,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Обновление" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Добавлены новые данные (%s) для проблемы: %d;, автор: %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5502,9 +5534,8 @@ msgid "Update marked problem as fixed" msgstr "В результате добавления данных проблема помечена как решенная" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Обновление статусов" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5526,14 +5557,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5541,7 +5573,7 @@ msgid "Updated!" msgstr "Обновлено!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5574,23 +5606,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "Просмотр местоположения" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5602,22 +5638,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5630,27 +5666,27 @@ msgstr "При поиске пользователей на сайте сист msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Пользователи" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5659,8 +5695,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Значения обновлены" @@ -5678,6 +5714,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5687,16 +5727,21 @@ msgstr "" msgid "View report on site" msgstr "Посмотреть обращение на сайте" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Посмотреть обращения по районам" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Посмотреть обращения по районам" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5716,7 +5761,7 @@ msgstr "Просмотр проблемы" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Районы, которые находятся в ведении данного органа самоуправления" @@ -5729,7 +5774,7 @@ msgstr "Конфигурация" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5752,7 +5797,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Скорее всего, эта проблема находится в ведении этой инстанции: %s;. Однако в нашей системе нет ее контактных данных. Если вам известен действующий адрес этой организации, напишите нам об этом." @@ -5773,7 +5818,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Нам жаль, что проблему не удалось решить. Рекомендуем обратиться к представителям муниципальной власти." -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5794,7 +5839,7 @@ msgstr "Когда были отредактированы данные" msgid "When sent" msgstr "Когда были отправлены данные" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5810,7 +5855,7 @@ msgstr "И это еще не всё! Подпишитесь msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "С помощью поиска по запросу можно искать, используя параметр agency_responsible, чтобы ограничить результаты поиска до обращений, которые были отправлены в один административный орган. Условие поиска – идентификатор администрации, предоставленный сервисом MaPit." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5818,7 +5863,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Хотите помочь проекту FixMyStreet? Наш код находится в открытом доступе и доступен на сайте fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хотите получить еще один опрос через 4 недели? В нем мы напомним вам проверить статус обращения." @@ -5835,13 +5880,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Да" @@ -5849,7 +5894,11 @@ msgstr "Да" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Вы считаете, что эта проблема не нуждалась в модерации:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5875,7 +5924,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Вы можете ознакомиться с проблемой на этом сайте." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Вы можете добавить адрес эл. почты пользователя, который проявляет себя некорректно, в черный список. Все дальнейшие обращения этого пользователя не будут опубликованы и отправлены." @@ -5884,7 +5933,7 @@ msgstr "Вы можете добавить адрес эл. почты поль msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5917,7 +5966,7 @@ msgstr "Вы можете отметить учреждение как удал msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5936,9 +5985,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Вы уже ответили на этот опрос. Если у вас есть вопросы, пишите нам или ознакомьтесь с данными опубликованной вами проблемы.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Вы уже предоставили фото в этом обращении. Важно: можно прикрепить не более 3 фото (если выбрать больше изображений, они заменят прикрепленные ранее)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5983,7 +6031,7 @@ msgstr "Вы вошли в систему. Проверьте и подтвер msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Вы еще не создали ни одного обращения. Самое время начать!" @@ -6022,15 +6070,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Ваш эл. адрес" @@ -6038,8 +6086,8 @@ msgstr "Ваш эл. адрес" msgid "Your email address" msgstr "Ваш адрес эл. почты" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6057,11 +6105,11 @@ msgstr "Ваше имя" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6070,8 +6118,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Ваш пароль" @@ -6085,9 +6133,9 @@ msgstr "Ваш пароль был изменен" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6097,18 +6145,18 @@ msgstr "" msgid "Your phone number" msgstr "Ваш номер телефона" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Ваши обращения" @@ -6130,7 +6178,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Ваши обновления" @@ -6157,7 +6205,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6177,8 +6225,8 @@ msgstr "" msgid "by %s" msgstr "автор: %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "орган самоуправления" @@ -6191,12 +6239,12 @@ msgstr "карта не использовалась" msgid "e.g. ‘%s’ or ‘%s’" msgstr "напр.: ‘%s’ или ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6214,7 +6262,7 @@ msgstr "от разных пользователей (%s)" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "последнее обновление: %s" @@ -6239,7 +6287,7 @@ msgstr "недоступн." #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6249,15 +6297,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(необязательно)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "или" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6286,6 +6332,11 @@ msgstr "другие области" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6320,7 +6371,7 @@ msgstr "метка не отображается, так как карта не msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "этот тип проблемы поблизости" @@ -6354,19 +6405,23 @@ msgstr "пользователь проживает недалеко от обн msgid "user is problem owner" msgstr "неполадка находится в собственности пользователя" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "район" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6412,14 +6467,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Фото" -msgstr[1] "Фото" -msgstr[2] "Фото" -msgstr[3] "Фото" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6494,13 +6549,13 @@ msgstr[2] "" msgstr[3] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s проблема решена за прошлый месяц" -msgstr[1] "%s проблемы решены за прошлый месяц" -msgstr[2] "%s проблем решено за прошлый месяц" -msgstr[3] "%s проблем решено за прошлый месяц" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6547,7 +6602,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6574,7 +6629,7 @@ msgstr[1] "У нас еще нет подробной информации об msgstr[2] "У нас еще нет подробной информации об органах самоуправления, в ведении которых находится это место." msgstr[3] "У нас еще нет подробной информации об органах самоуправления, в ведении которых находится это место." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6583,7 +6638,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6610,109 +6665,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Просмотр местоположения" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Введите название ближайшей улицы и регион" - -#~ msgid "Could not find user" -#~ msgstr "Не удалось найти пользователя" - -#~ msgid "Flag user" -#~ msgstr "Пометить пользователя" - -#~ msgid "Home" -#~ msgstr "На главную страницу" - -#~ msgid "MAP" -#~ msgstr "КАРТА" - -#~ msgid "Map" -#~ msgstr "Карта" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Будьте вежливы, выражайте свои мысли кратко и по существу." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Будьте вежливы! Грубые, некорректные обращения к представителям органов самоуправления дискредитируют всех пользователей сервиса. " - -#~ msgid "Remove flag" -#~ msgstr "Удалить пометку" - -#~ msgid "Satellite" -#~ msgstr "Спутник" - -#~ msgid "User flag removed" -#~ msgstr "Пометка удалена" - -#~ msgid "User flagged" -#~ msgstr "Аккаунт пользователя помечен" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Избегайте пунктуационных ошибок и не пишите сообщения заглавными буквами: всё это усложняет прочтение текста." - -#~ msgid "Closed by council" -#~ msgstr "Закрыто органом самоуправления" - -#~ msgid "Filter report list" -#~ msgstr "Сортировать список обращений" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Неверно задано значение agency_responsible %s" - -#~ msgid "Post" -#~ msgstr "Опубликовать" - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Отметьте галочкой поле приватные, если обращения из этой категории никогда не должны отображаться на сайте.\n" -#~ "
\n" -#~ " По умолчанию категории общедоступны.\n" -#~ "
\n" -#~ " Ограничение доступа к категориям может быть полезно в тех случаях, когда у пользователей должна быть возможность подать обращение в учреждение, но сами обращения в этой категории не \n" -#~ " имеют публичной ценности. Например: просьба обеспечить жителей определенного дома \n" -#~ " дополнительным мусорным баком." - -#~ msgid "Coordinates:" -#~ msgstr "Координаты:" - -#~ msgid "Didn't use map" -#~ msgstr "Карта не использовалась" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Если вы не пользуетесь электронной почтой, а предпочитаете другой способ связи, введите сервисный идентификатор (Open311) или его эквивалент." - -#~ msgid "OK" -#~ msgstr "ОК" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Просмотр обращения невозможен на этом устройстве (%s)." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "На электронный адрес будут приходить обращения из этой категории. \n" -#~ " Сюда же могут приходить и обращения из других категорий, адресованные одному и тому же учреждению." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Имя пользователя или пароль указаны неверно. Повторите попытку." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Это сайт разработчиков, поэтому в его функционировании иногда могут возникать сбои. База данных периодически удаляется." - -#~ msgid "Used map" -#~ msgstr "Использованная карта" - -#~ msgid "or locate me automatically" -#~ msgstr "или определите мое местоположение автоматически" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Описание" +msgstr[1] "Описание" +msgstr[2] "Описание" +msgstr[3] "Описание" + +#~ msgid "Place pin on map" +#~ msgstr "Поставить метку на карте" diff --git a/locale/sk.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sk.UTF-8/LC_MESSAGES/FixMyStreet.po new file mode 100644 index 00000000000..150f54af050 --- /dev/null +++ b/locale/sk.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -0,0 +1,6587 @@ +# FixMyStreet original .po file, autogenerated by gettext-extract. +# Copyright (C) 2011 UK Citizens Online Democracy +# This file is distributed under the same license as the main FixMyStreet code. +# Matthew Somerville , 2011-06-03. +# +# Translators: +# Andrej Shadura , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: matthew@mysociety.org\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: Andrej Shadura , 2022\n" +"Language-Team: Slovak (https://app.transifex.com/mysociety/teams/12067/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#: templates/web/base/admin/bodies/form.html:95 +msgid " -- Select a cobrand -- " +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 +msgid " and " +msgstr " a " + +#. ("JS") +#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/report/new/category_extras.html:22 +#: templates/web/base/report/new/councils_text_all.html:8 +#: templates/web/base/report/new/top_message_none.html:13 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:10 +#: templates/web/base/report/new/top_message_some.html:12 +msgid " or " +msgstr " alebo " + +#: templates/web/base/report/inspect/_extra_details_field.html:5 +msgid "%d characters maximum" +msgstr "" + +#: templates/web/base/admin/bodies/edit-league.html:12 +msgid "%d edits by %s" +msgstr "%d úprav od %s" + +#: templates/web/base/pagination.html:7 +msgid "%d to %d of %d" +msgstr "%d až %d z %d" + +#: templates/web/base/admin/users/import.html:42 +msgid "%d users already existed" +msgstr "" + +#: templates/web/base/dashboard/heatmap.html:0 +#: templates/web/base/dashboard/heatmap.html:9 +#: templates/web/base/reports/body.html:0 +#: templates/web/base/reports/body.html:47 +msgid "%s - Summary reports" +msgstr "%s - Súhrnne reporty" + +#. ("%s here is the site name") +#: templates/web/base/admin/navigation.html:3 +msgid "%s admin:" +msgstr "" + +#: templates/web/base/status/stats.html:26 +msgid "%s bodies" +msgstr "" + +#: templates/web/base/status/stats.html:24 +msgid "%s confirmed alerts, %s unconfirmed" +msgstr "%s potvrdených upozornení, %s nepotvrdených" + +#: templates/web/base/status/stats.html:27 +#: templates/web/zurich/admin/index.html:6 +msgid "%s council contacts – %s confirmed, %s unconfirmed" +msgstr "%s úradných kontaktov – %s potvrdených, %s nepotvrdených" + +#. ("%s is the site name") +#: templates/web/base/alert/_index_text.html:3 +msgid "" +"%s has a variety of RSS feeds and email alerts for local\n" +"problems, including alerts for all problems within a particular ward, or all\n" +"problems within a certain distance of a particular location." +msgstr "" + +#. ("%s is the site name") +#: templates/web/base/alert/_index_text.html:7 +msgid "" +"%s has a variety of RSS feeds and email alerts for local problems, including\n" +"alerts for all problems within a particular ward or council, or all problems\n" +"within a certain distance of a particular location." +msgstr "" + +#: templates/web/base/status/stats.html:23 +msgid "%s live updates" +msgstr "%s online aktualizácií" + +#: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 +msgid "%s opened, %s closed, %s fixed" +msgstr "" + +#: templates/web/base/status/stats.html:25 +msgid "%s questionnaires sent – %s answered (%s%%)" +msgstr "%s odoslaných dotazníkov – %s odpovedalo (%s %%)" + +#: perllib/FixMyStreet/Map/OSM.pm:42 +msgid "© OpenStreetMap contributors" +msgstr "© Prispievatelia OpenStreetMap" + +#: templates/web/base/admin/waste/bulky_items.html:82 +msgid "← Back" +msgstr "" + +#: templates/web/base/report/form/photo_upload.html:5 +msgid "(Defect & location of defect)" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 +msgid "(No name)" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 +msgid "(No phone number)" +msgstr "" + +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" + +#: templates/web/zurich/report/_item.html:21 +msgid "(closed)" +msgstr "(uzavreté)" + +#: templates/web/base/alert/_list.html:36 +msgid "(covers roughly 200,000 people)" +msgstr "" + +#: templates/web/zurich/report/_item.html:19 +msgid "(fixed)" +msgstr "(vyriešené)" + +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 +msgid "(for this report)" +msgstr "" + +#: templates/web/base/admin/update_edit.html:33 +#: templates/web/base/admin/update_edit.html:36 +msgid "(for this update)" +msgstr "" + +#: templates/web/base/around/intro.html:2 +msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" +msgstr "(napr. grafity, rozbité pouličné osvetlenie, diery v komunikáciách atď)" + +#: templates/web/base/reports/index.html:82 +msgid "(no longer exists)" +msgstr "(už neexistuje)" + +#: templates/web/base/report/_item_small.html:35 +msgid "(not sent to council)" +msgstr "(nebolo odoslane na úrad)" + +#: templates/web/base/report/form/photo_upload.html:6 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:56 +#: templates/web/base/report/new/form_user_loggedin.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 +msgid "(optional)" +msgstr "(voliteľné)" + +#: templates/web/base/report/_item_small.html:33 +msgid "(sent to all)" +msgstr "(odoslať všetkým)" + +#: templates/web/base/report/_item_small.html:34 +msgid "(sent to both)" +msgstr "(odoslane obom)" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 +#: templates/web/zurich/admin/bodies/form.html:27 +msgid "-- Pick a category --" +msgstr "-- Vyberte kategóriu --" + +#: templates/web/base/report/new/category_extras_fields.html:19 +msgid "-- Pick an option --" +msgstr "-- Vyberte možnosť --" + +#: templates/web/base/contact/enquiry/index.html:35 +msgid "-- Please select --" +msgstr "-- Prosím vyberte --" + +#: templates/web/base/admin/response_templates_select.html:3 +msgid "--Choose a template--" +msgstr "--Vyberte šablónu--" + +#: templates/web/base/admin/bodies/form.html:50 +#: templates/web/base/admin/bodies/form.html:51 +msgid "" +"MAPIT_URL is set (%s) but no MAPIT_TYPES.
\n" +" This is probably why \"area covered\" is empty (below).
\n" +" Maybe add some MAPIT_TYPES to your config file?" +msgstr "" +"MAPIT_URL je nastavená na (%s), ale nie na MAPIT_TYPES.
\n" +" To je pravdepodobne prečo je \"area covered\" prázdná (nižšie).
\n" +" Skúste zmeniť MAPIT_TYPES vo vašom konfiguračnom súbore." + +#: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 +msgid "

Reports, Statistics and Actions for

%s

" +msgstr "" + +#. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:37 +msgid " %s reports %s" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:110 +msgid "%s saved." +msgstr "" + +#: templates/web/base/status/stats.html:17 +#: templates/web/zurich/admin/index.html:4 +msgid "%s live problems" +msgstr "%sNevyriešené podnety" + +#: templates/web/base/report/form/user_loggedout_by_email_heading.html:11 +msgid "No Let me confirm my report by email" +msgstr "Ne Potvrdím podnet e-mailom" + +#: templates/web/base/report/form/user_loggedout_by_email_heading.html:5 +msgid "No Let me confirm my report by email/text" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_by_email_heading.html:9 +msgid "No Let me confirm my update by email" +msgstr "Ne Potvrdím aktualizáciu e-mailom" + +#: templates/web/base/report/form/user_loggedout_by_email_heading.html:3 +msgid "No Let me confirm my update by email/text" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_password.html:4 +msgid "Yes I have a password" +msgstr "Áno Mám heslo" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +msgid "Take or choose existing photo" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:36 +msgid "A service ID (Open311 or similar)." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Root.pm:129 +msgid "Access denied" +msgstr "Pristúp zakázaný" + +#: templates/web/base/auth/2fa/intro.html:20 +#: templates/web/base/auth/generate_token.html:65 +msgid "Activate two-factor authentication" +msgstr "Povoliť dvojstupňové overenie" + +#: templates/web/base/my/my.html:42 templates/web/base/my/my.html:53 +msgid "Add" +msgstr "Pridať" + +#: templates/web/base/admin/bodies/form.html:3 +#: templates/web/base/admin/bodies/form.html:4 +msgid "" +"Add a body for each administrative body, such as a council or department\n" +" to which problem reports can be sent. You can add one or more contacts (for different\n" +" categories of problem) to each body." +msgstr "" + +#: templates/web/base/admin/bodies/body.html:61 +msgid "Add a contact using the form below." +msgstr "Pridajte kontakt pomocou formulára nižšie." + +#: templates/web/base/admin/bodies/contact-form.html:20 +msgid "Add another parent category" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:154 +#: templates/web/base/admin/bodies/index.html:78 +#: templates/web/zurich/admin/bodies/form.html:63 +msgid "Add body" +msgstr "Zadajte inštitúciu" + +#: templates/web/base/auth/change_email.html:2 +#: templates/web/base/auth/change_email.html:7 +msgid "Add email address" +msgstr "Pridať emailovú adresu" + +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:11 +msgid "Add field" +msgstr "Pridať pole" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:140 +#: templates/web/zurich/admin/bodies/body.html:33 +msgid "Add new category" +msgstr "Pridať novu kategóriu" + +#: templates/web/base/admin/extra-metadata-item.html:88 +msgid "Add option" +msgstr "Pridať možnosť" + +#: templates/web/base/auth/change_phone.html:2 +#: templates/web/base/auth/change_phone.html:7 +msgid "Add phone number" +msgstr "Pridať telefónne číslo" + +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Zadajte inštitúciu" + +#: templates/web/base/admin/users/edit.html:4 +#: templates/web/base/admin/users/index.html:101 +#, fuzzy +msgid "Add staff user" +msgstr "Pridať užívateľa" + +#: templates/web/base/admin/emergencymessage/edit.html:86 +msgid "Add time period" +msgstr "" + +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:34 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/users/edit.html:4 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 +msgid "Add user" +msgstr "Pridať užívateľa" + +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 +msgid "Add/edit emergency message" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:803 +msgid "Add/edit problem categories" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:805 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:158 +msgid "Added %s" +msgstr "Pridané %s" + +#: templates/web/base/report/_main.html:145 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" + +#: templates/web/base/main_nav_items.html:31 +msgid "Admin" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 +#: templates/web/base/maps/openlayers.html:64 +msgid "Aerial map" +msgstr "" + +#: templates/web/base/auth/change_password.html:50 +msgid "Again:" +msgstr "Opätovne:" + +#: templates/web/base/admin/timeline.html:35 +msgid "Alert %d created for %s, type %s, parameters %s / %s" +msgstr "" + +#: templates/web/base/admin/timeline.html:37 +msgid "Alert %d disabled (created %s)" +msgstr "Upozornenie %d zrušené (vytvorené %s)" + +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:39 +msgid "Alert me to future updates" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:73 +msgid "Alerts:" +msgstr "Upozornenie:" + +#: templates/web/base/dashboard/index.html:54 +#: templates/web/base/dashboard/index.html:66 +#: templates/web/base/dashboard/index.html:79 +#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:58 +#: templates/web/zurich/reports/_list-filter-status.html:2 +msgid "All" +msgstr "Všetko" + +#: templates/web/zurich/admin/reports/index.html:1 +#: templates/web/zurich/reports/index.html:14 +msgid "All Reports" +msgstr "Všetky podnety" + +#: templates/web/zurich/admin/stats/index.html:47 +msgid "All Reports as CSV" +msgstr "" + +#: templates/web/base/admin/category-multiselect.html:5 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 +msgid "All categories" +msgstr "Všetky kategórie" + +#: templates/web/base/admin/reportextrafields/edit.html:26 +msgid "All cobrands" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "Všetky jazyky" + +#: templates/web/base/navigation/_all_reports.html:0 +#: templates/web/base/navigation/_all_reports.html:12 +#: templates/web/zurich/admin/index-dm.html:14 +#: templates/web/zurich/admin/stats/index.html:11 +#: templates/web/zurich/nav_over_content.html:6 +msgid "All reports" +msgstr "Všetky podnety" + +#: templates/web/zurich/admin/stats/index.html:45 +msgid "All reports between %s and %s" +msgstr "Všetky podnety od %s do %s" + +#: templates/web/base/reports/index.html:25 +msgid "All time" +msgstr "Kedykoľvek" + +#: templates/web/base/admin/bodies/contact-form.html:119 +msgid "Allow anonymous reports on this category" +msgstr "" + +#: templates/web/base/report/new/duplicate_suggestions.html:6 +msgid "Already been reported?" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on all of your reports and updates across the site:" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:165 +msgid "Always fetch all problems" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 +msgid "An email address or service ID (Open311 or similar)." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:38 +msgid "An email address." +msgstr "Emailová adresa." + +#: templates/web/base/questionnaire/index.html:35 +msgid "An update marked this problem as fixed." +msgstr "Podnet bol označený ako vyriešený." + +#: templates/web/base/admin/list_updates.html:26 +#: templates/web/base/admin/problem_row.html:13 +msgid "Anonymous" +msgstr "Anonym" + +#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/update/form_user_loggedin.html:20 +msgid "Anonymous user" +msgstr "Anonymný užívateľ" + +#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/update_edit.html:21 +#: templates/web/base/admin/update_edit.html:99 +#: templates/web/base/report/update/moderation_diff.html:5 +msgid "Anonymous:" +msgstr "Anonym:" + +#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/update/form_user_loggedin.html:17 +msgid "Another user" +msgstr "" + +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 +msgid "Are you sure you want to cancel this upload?" +msgstr "" + +#. ("JS") +#: templates/web/base/admin/manifesttheme/form.html:62 +#: templates/web/base/admin/reports/_edit_main.html:62 +#: templates/web/base/admin/reports/_edit_waste.html:24 +#: templates/web/base/admin/roles/form.html:31 +#: templates/web/base/admin/states/index.html:48 +#: templates/web/base/admin/templates/edit.html:89 +#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 +#: templates/web/base/report/display_tools.html:7 +msgid "Are you sure?" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:21 +#: templates/web/base/admin/bodies/form.html:77 +#: templates/web/zurich/admin/bodies/form.html:36 +msgid "Area covered" +msgstr "Oblasť pokrytia" + +#: templates/web/base/admin/users/form.html:91 +msgid "Area:" +msgstr "Oblasť:" + +#: templates/web/base/admin/bodies/body.html:65 +#: templates/web/base/admin/bodies/index.html:19 +msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." +msgstr "" + +#: templates/web/base/reports/_bulk-assign.html:12 +msgid "Assign" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:794 +msgid "Assign problem reports to users" +msgstr "" + +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/base/reports/_bulk-assign.html:7 +msgid "Assign to" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:203 +msgid "Assign to competent body:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:162 +#: templates/web/zurich/admin/stats/index.html:57 +msgid "Assign to different category:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:201 +msgid "Assign to external body:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:180 +msgid "Assign to subdivision:" +msgstr "" + +#: templates/web/base/report/inspect/assignment.html:7 +msgid "Assign to:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:800 +msgid "Assign users to areas" +msgstr "" + +#: templates/web/base/admin/users/form.html:119 +msgid "Assigned categories only" +msgstr "" + +#: templates/web/base/admin/problem_row.html:31 +msgid "Assigned to" +msgstr "" + +#: templates/web/base/admin/_report-assignment.html:4 +msgid "Assigned to:" +msgstr "" + +#: templates/web/base/open311/index.html:77 +msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." +msgstr "" + +#: templates/web/base/open311/index.html:68 +msgid "At the moment only searching for and looking at reports work." +msgstr "" + +#: templates/web/base/admin/users/form.html:105 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/templates/view.html:9 +msgid "Auto Response" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:78 +msgid "Auto-response:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:787 +msgid "Automatically populate report subject/detail" +msgstr "" + +#: templates/web/base/reports/index.html:112 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + +#: templates/web/base/report/new/after_photo.html:7 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:431 +#: templates/web/zurich/report/_item.html:11 +msgid "Awaiting moderation" +msgstr "" + +#. ("JS") +#: templates/web/base/around/display_location.html:83 +#: templates/web/base/dashboard/status.html:17 +#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/report/new/fill_in_details.html:45 +msgid "Back" +msgstr "" + +#: templates/web/base/report/_back_to_all.html:2 +msgid "Back to all reports" +msgstr "" + +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + +#: templates/web/base/admin/users/form.html:35 +msgid "Ban user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:35 +msgid "Behaviour" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 +#: templates/web/base/admin/bodies/index.html:1 +#: templates/web/base/admin/reports/_edit_main.html:33 +#: templates/web/zurich/header.html:62 +msgid "Bodies" +msgstr "Subjekty" + +#: templates/web/base/admin/emergencymessage/index.html:6 +#: templates/web/base/admin/flagged.html:17 +#: templates/web/base/admin/index.html:62 +#: templates/web/base/admin/reports/index.html:15 +#: templates/web/base/admin/users/import.html:25 +#: templates/web/base/admin/users/import.html:48 +#: templates/web/base/admin/users/index.html:45 +msgid "Body" +msgstr "Subjekt" + +#: templates/web/base/admin/users/form.html:51 +#: templates/web/base/dashboard/index.html:28 +#: templates/web/zurich/admin/users/form.html:13 +msgid "Body:" +msgstr "Subjekt:" + +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + +#: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 +msgid "CSV File" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 +msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." +msgstr "" + +#: templates/web/base/around/_report_banner.html:5 +#: templates/web/base/report/new/fill_in_details_form.html:17 +msgid "Can’t use the map? Skip this step." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: templates/web/base/admin/responsepriorities/index.html:8 +#: templates/web/base/admin/templates/view.html:7 +msgid "Categories" +msgstr "Kategórie" + +#: templates/web/base/admin/category-checkboxes.html:26 +#: templates/web/base/admin/category-multiselect.html:2 +#: templates/web/base/admin/responsepriorities/edit.html:31 +msgid "Categories:" +msgstr "Kategórie:" + +#: templates/web/base/admin/bodies/_category_field.html:12 +#: templates/web/base/admin/bodies/body.html:73 +#: templates/web/base/admin/stats/fix_rate.html:4 +#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/new/category-app.html:10 +#: templates/web/base/report/new/category.html:23 +#: templates/web/base/report/new/category_wrapper.html:9 +#: templates/web/zurich/admin/_index_table.html:5 +#: templates/web/zurich/admin/bodies/body.html:14 +#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/zurich/admin/stats/index.html:26 +#: templates/web/zurich/admin/stats/index.html:71 +msgid "Category" +msgstr "Kategória" + +#: templates/web/base/dashboard/index.html:132 +msgid "Category and State" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "" + +#: templates/web/base/admin/stats/fix_rate.html:1 +#: templates/web/base/admin/stats/index.html:14 +msgid "Category fix rate for problems > 4 weeks old" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:108 +#: templates/web/base/admin/reports/_edit_waste.html:42 +#: templates/web/base/dashboard/index.html:53 +#: templates/web/base/report/update/moderation_diff.html:7 +#: templates/web/zurich/admin/bodies/contact-form.html:8 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 +msgid "Category:" +msgstr "Kategória:" + +#: templates/web/base/my/my.html:44 templates/web/base/my/my.html:47 +#: templates/web/base/my/my.html:55 templates/web/base/my/my.html:60 +msgid "Change" +msgstr "" + +#: templates/web/base/report/inspect/information.html:77 +msgid "Change asset" +msgstr "" + +#: templates/web/base/auth/change_email.html:2 +#: templates/web/base/auth/change_email.html:3 +msgid "Change email address" +msgstr "" + +#: templates/web/base/auth/change_password.html:2 +#: templates/web/base/auth/change_password.html:5 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 +msgid "Change password" +msgstr "" + +#: templates/web/base/auth/change_phone.html:2 +#: templates/web/base/auth/change_phone.html:3 +msgid "Change phone number" +msgstr "" + +#: templates/web/base/auth/generate_token.html:60 +msgid "Change two-factor authentication" +msgstr "" + +#: templates/web/base/admin/bodies/_category_field.html:3 +msgid "" +"Choose a category name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" +" to the body too. These will appear in the drop-down menu on the report-a-problem page." +msgstr "" + +#: templates/web/base/report/_inspect.html:46 +msgid "Choose another" +msgstr "" + +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 +msgid "Clear offline data" +msgstr "" + +#: templates/web/base/around/_report_banner.html:2 +msgid "Click map to report a problem" +msgstr "" + +#: templates/web/base/email_sent.html:13 +msgid "Click the link in our confirmation email to activate your alert." +msgstr "" + +#: templates/web/base/email_sent.html:9 +msgid "Click the link in our confirmation email to publish your problem." +msgstr "" + +#: templates/web/base/email_sent.html:11 +msgid "Click the link in our confirmation email to publish your update." +msgstr "" + +#: templates/web/base/auth/token.html:23 +msgid "Click the link in our confirmation email to sign in." +msgstr "" + +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: templates/web/base/report/new/fill_in_details_form.html:16 +msgid "Click the map or drag the pin to adjust the location" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:72 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 +#: templates/web/base/dashboard/index.html:146 +#: templates/web/zurich/admin/stats/index.html:52 +msgid "Closed" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:133 +msgid "Closed to updates" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:15 +msgid "Co-ordinates:" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:93 +#: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/manifesttheme/index.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 +msgid "Cobrand" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:76 +#: templates/web/base/admin/update_edit.html:57 +msgid "Cobrand data:" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:75 +#: templates/web/base/admin/update_edit.html:56 +msgid "Cobrand:" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:29 +#: templates/web/base/auth/2fa/form-add.html:11 +#: templates/web/base/auth/2fa/form.html:17 +#: templates/web/base/auth/smsform.html:24 +msgid "Code" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 +msgid "Codes for extra data must not contain spaces" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 +msgid "Collapse map" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 +msgid "Config must be a JSON object literal, not array." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 +msgid "Configuration" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:78 +msgid "Confirm" +msgstr "" + +#: templates/web/base/auth/2fa/form.html:1 +#: templates/web/base/auth/smsform.html:1 templates/web/base/auth/token.html:1 +msgid "Confirm account" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_password.html:26 +msgid "Confirm by email instead, providing a new password at that point. When you confirm, your password will be updated." +msgstr "" + +#: templates/web/base/questionnaire/creator_fixed.html:1 +#: templates/web/base/tokens/confirm_problem.html:1 +#: templates/web/base/tokens/confirm_update.html:1 +#: templates/web/zurich/tokens/confirm_problem.html:1 +#: templates/web/zurich/tokens/confirm_problem.html:3 +msgid "Confirmation" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/users/alerts.html:10 +#: templates/web/zurich/admin/bodies/contact-form.html:39 +#: templates/web/zurich/admin/stats/index.html:61 +msgid "Confirmed" +msgstr "" + +#: templates/web/base/admin/list_updates.html:33 +#: templates/web/base/admin/problem_row.html:42 +#: templates/web/base/admin/reports/_edit_main.html:56 +#: templates/web/base/admin/reports/_edit_waste.html:18 +msgid "Confirmed:" +msgstr "" + +#. ("%s is the site name") +#: templates/web/base/about/_sidebar.html:6 +msgid "Contact %s" +msgstr "" + +#: templates/web/base/contact/index.html:4 +#: templates/web/base/contact/index.html:5 +#: templates/web/base/contact/submit.html:1 +msgid "Contact Us" +msgstr "" + +#: templates/web/base/contact/index.html:18 +msgid "Contact the team" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 +#: templates/web/base/report/form/user.html:13 +#: templates/web/base/report/new/form_report.html:21 +#: templates/web/base/report/new/form_report.html:32 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:61 +msgid "Continue" +msgstr "" + +#: templates/web/base/main_nav_items.html:34 +msgid "Continue draft report..." +msgstr "" + +#: templates/web/base/report/new/duplicate_suggestions.html:20 +msgid "Continue – report a new problem" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:151 +msgid "Convert location from Easting/Northing" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 +msgid "Could not look up location" +msgstr "" + +#: templates/web/base/admin/list_updates.html:9 +msgid "Council" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:1 +#: templates/web/base/admin/bodies/body.html:2 +#: templates/web/base/admin/bodies/category.html:1 +#: templates/web/base/admin/bodies/category.html:2 +#: templates/web/zurich/admin/bodies/body.html:1 +msgid "Council contacts for %s" +msgstr "" + +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 +msgid "Council ref: %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:65 +msgid "Council:" +msgstr "" + +#: templates/web/zurich/admin/stats/index.html:66 +#: templates/web/zurich/admin/stats/index.html:71 +msgid "Count" +msgstr "" + +#: templates/web/base/admin/emergencymessage/index.html:59 +#: templates/web/base/admin/manifesttheme/index.html:31 +#: templates/web/base/admin/roles/index.html:32 +#: templates/web/base/admin/states/index.html:114 +msgid "Create" +msgstr "" + +#: templates/web/base/email_sent.html:1 +msgid "Create a report" +msgstr "" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 +msgid "Create an account" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:189 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +msgid "Create category" +msgstr "" + +#: templates/web/base/admin/emergencymessage/edit.html:90 +msgid "Create message" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 +msgid "Create priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:85 +#: templates/web/zurich/admin/templates/edit.html:32 +msgid "Create template" +msgstr "" + +#: templates/web/base/admin/problem_row.html:38 +#: templates/web/base/dashboard/status.html:23 +#: templates/web/zurich/admin/templates/view.html:10 +msgid "Created" +msgstr "" + +#: templates/web/base/admin/users/import.html:20 +msgid "Created %d new users" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 +msgid "Created Body" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 +msgid "Created By" +msgstr "" + +#: templates/web/base/admin/list_updates.html:32 +#: templates/web/base/admin/reports/_edit_main.html:55 +#: templates/web/base/admin/reports/_edit_waste.html:17 +#: templates/web/base/admin/update_edit.html:58 +#: templates/web/zurich/admin/update_edit.html:29 +msgid "Created:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 +msgid "Credit Card" +msgstr "" + +#: templates/web/base/auth/change_password.html:39 +msgid "Current password:" +msgstr "" + +#: templates/web/base/dashboard/index.html:121 +msgid "Currently grouped by %s" +msgstr "" + +#: templates/web/base/admin/bodies/index.html:9 +#: templates/web/base/admin/index.html:8 +msgid "Currently no bodies have been created." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:899 +#: templates/web/zurich/admin/report_edit-sdm.html:98 +msgid "Customer not contactable" +msgstr "" + +#: templates/web/base/dashboard/index.html:8 +#: templates/web/base/dashboard/index.html:9 +#: templates/web/base/dashboard/status.html:3 +#: templates/web/base/dashboard/status.html:4 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 +msgid "Dashboard" +msgstr "" + +#: templates/web/base/admin/emergencymessage/_ooh.html:40 +msgid "Date" +msgstr "" + +#: templates/web/base/dashboard/index.html:100 +msgid "Date range" +msgstr "" + +#: templates/web/base/auth/generate_token.html:62 +msgid "Deactivate two-factor authentication" +msgstr "" + +#: templates/web/zurich/admin/stats/index.html:56 +msgid "Dealt with by subdivision within 5 working days" +msgstr "" + +#: templates/web/base/admin/responsepriorities/index.html:9 +msgid "Default" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +msgid "Default to creating reports/updates as the council" +msgstr "" + +#: templates/web/base/admin/roles/form.html:31 +#: templates/web/base/admin/users/alerts.html:15 +msgid "Delete" +msgstr "" + +#: templates/web/base/offline/fallback.html:37 +msgid "Delete draft" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:89 +#: templates/web/zurich/admin/templates/edit.html:36 +msgid "Delete template" +msgstr "" + +#: templates/web/base/admin/manifesttheme/form.html:62 +msgid "Delete theme" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/index.html:31 +#: templates/web/zurich/admin/bodies/contact-form.html:41 +msgid "Deleted" +msgstr "" + +#: templates/web/base/report/_main.html:112 +#: templates/web/base/report/update.html:52 +msgid "Describe why you are moderating this" +msgstr "" + +#: templates/web/base/admin/responsepriorities/index.html:7 +#: templates/web/zurich/admin/_index_table.html:4 +msgid "Description" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:31 +msgid "Destination" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:470 +msgid "Detailed information is limited to %d characters." +msgstr "" + +#. ("JS") +#: templates/web/base/admin/users/alerts.html:12 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 +msgid "Details" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:82 +msgid "Details hint text" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:101 +#: templates/web/base/admin/reports/_edit_waste.html:77 +#: templates/web/base/report/update/moderation_diff.html:3 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 +msgid "Details:" +msgstr "" + +#: templates/web/base/dashboard/index.html:133 +msgid "Device and Site" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:94 +msgid "Devolved" +msgstr "" + +#: templates/web/base/admin/bodies/edit-league.html:8 +msgid "Diligency prize league table" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 +msgid "Direct Debit" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:14 +msgid "Disable" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:96 +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "Disable form when this category is selected" +msgstr "" + +#: templates/web/base/admin/extra-metadata-option.html:18 +msgid "Disable form when this option is selected" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:112 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:106 +msgid "Disable updates on reports in this category" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:23 +msgid "Disabled:" +msgstr "" + +#: templates/web/base/report/_main.html:117 +#: templates/web/base/report/update.html:55 +msgid "Discard changes" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:67 +msgid "Display as" +msgstr "" + +#: templates/web/base/admin/extra-metadata-option.html:10 +msgid "Displayed label" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:107 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + +#. ("%s is the site name") +#: templates/web/base/report/form/user_loggedout.html:5 +msgid "Do you have a %s password?" +msgstr "" + +#: templates/web/base/questionnaire/index.html:45 +msgid "Don’t know" +msgstr "" + +#: templates/web/base/contact/index.html:27 +msgid "Don't like forms?" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 +msgid "Done" +msgstr "" + +#: templates/web/base/report/_item.html:38 +msgid "Down one" +msgstr "" + +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 +msgid "Draw rectangles on the picture then click Done." +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:13 +msgid "Drop pin on the map to start a new report" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:71 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:41 +msgid "Duplicate of" +msgstr "" + +#: templates/web/base/report/_inspect.html:51 +msgid "Duplicates" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:130 +msgid "" +"Each contact for the body has a category, which is displayed to the public. \n" +" Different categories can have the same contact (email address).\n" +" This means you can add many categories even if you only have one contact for the body.\n" +" " +msgstr "" + +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/information.html:37 +msgid "Easting/Northing:" +msgstr "" + +#: templates/web/base/admin/emergencymessage/index.html:57 +#: templates/web/base/admin/list_updates.html:37 +#: templates/web/base/admin/manifesttheme/index.html:22 +#: templates/web/base/admin/problem_row.html:49 +#: templates/web/base/admin/responsepriorities/index.html:34 +#: templates/web/base/admin/roles/index.html:24 +#: templates/web/base/admin/templates/view.html:31 +#: templates/web/base/admin/users/index.html:67 +#: templates/web/zurich/admin/problem_row.html:52 +#: templates/web/zurich/admin/templates/view.html:20 +msgid "Edit" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:155 +#: templates/web/base/admin/index.html:36 +#: templates/web/zurich/admin/bodies/body.html:47 +msgid "Edit body details" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:782 +msgid "Edit report category" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:783 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 +msgid "Edit reports" +msgstr "" + +#: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/reports/_edit_main.html:165 +#: templates/web/base/admin/update_edit.html:38 +msgid "Edit user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 +msgid "Edit users' details/search for their reports" +msgstr "" + +#: templates/web/base/report/update/form_user.html:8 +msgid "Edit your update" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 +msgid "Editing problem %d" +msgstr "" + +#: templates/web/base/admin/reports/edit.html:0 +#: templates/web/base/admin/reports/edit.html:15 +#: templates/web/base/admin/reports/edit.html:6 +msgid "Editing report %d" +msgstr "" + +#: templates/web/base/admin/update_edit.html:1 +#: templates/web/zurich/admin/update_edit.html:1 +msgid "Editing update %d" +msgstr "" + +#: templates/web/base/admin/users/edit.html:2 +msgid "Editing user %d" +msgstr "" + +#: templates/web/base/admin/bodies/category.html:31 +msgid "Editor" +msgstr "" + +#: templates/web/base/admin/bodies/category.html:29 +#: templates/web/base/admin/bodies/index.html:27 +#: templates/web/base/admin/flagged.html:38 +#: templates/web/base/admin/users/import.html:24 +#: templates/web/base/admin/users/import.html:47 +#: templates/web/base/admin/users/index.html:44 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 +#: templates/web/base/report/new/duplicate_suggestions.html:36 +#: templates/web/zurich/admin/bodies/body.html:15 +#: templates/web/zurich/admin/bodies/form.html:9 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 +msgid "Email" +msgstr "" + +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:40 +#: templates/web/base/report/update/form_user_loggedin.html:26 +msgid "Email address" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:64 +msgid "Email address (optional)" +msgstr "" + +#: templates/web/base/tokens/confirm_alert.html:8 +msgid "Email alert created" +msgstr "" + +#: templates/web/base/tokens/confirm_alert.html:16 +msgid "Email alert deleted" +msgstr "" + +#: templates/web/base/auth/general.html:104 +msgid "Email me a link or text me a code to sign in" +msgstr "" + +#: templates/web/base/auth/general.html:106 +msgid "Email me a link to sign in" +msgstr "" + +#: templates/web/base/admin/users/_form_details.html:21 +msgid "Email verified:" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:187 +#: templates/web/base/admin/reports/_edit_waste.html:60 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:39 +#: templates/web/base/report/inspect/information.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:23 +msgid "Email:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:741 +#: templates/web/base/admin/emergencymessage/edit.html:1 +#: templates/web/base/admin/emergencymessage/index.html:1 +#: templates/web/base/admin/emergencymessage/index.html:7 +msgid "Emergency message" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:13 +msgid "Enable" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:156 +#: templates/web/base/admin/bodies/open311-form-fields.html:157 +msgid "" +"Enable Always fetch all problems if you've enabled Open311 problem-fetching above\n" +" and the endpoint always returns a list of all problems. This will suppress error messages about\n" +" bad dates in the problems fetched." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:143 +#: templates/web/base/admin/bodies/open311-form-fields.html:144 +msgid "" +"Enable Convert location from Easting/Northing if you've enabled Open311 problem-fetching above\n" +" and problems fetching from the endpoint have the location in Easting/Northings and not Latitude/Longitude." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:127 +#: templates/web/base/admin/bodies/open311-form-fields.html:128 +msgid "" +"Enable Open311 problem-fetching if you want to display reports created at\n" +" the endpoint to FixMyStreet. If you're not sure, you probably do not, so leave this unchecked.\n" +" For more information, see \n" +" this article." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:66 +#: templates/web/base/admin/bodies/open311-form-fields.html:67 +msgid "" +"Enable Open311 update-sending if the endpoint will send and receive\n" +" updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" +" For more information, see \n" +" this article." +msgstr "" + +#: templates/web/base/admin/bodies/form.html:136 +#: templates/web/base/admin/bodies/form.html:137 +msgid "" +"Enable this can be devolved setting if one or more contacts have a \n" +" different endpoint (and send method) from the body's. For example, if reports for some categories of\n" +" problem must be emailed, while others can be sent over Open311." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:54 +#: templates/web/base/admin/bodies/open311-form-fields.html:55 +msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" +msgstr "" + +#: templates/web/base/dashboard/index.html:106 +msgid "End Date" +msgstr "" + +#: templates/web/base/admin/emergencymessage/_ooh.html:57 +#, fuzzy +msgid "End time" +msgstr "Kedykoľvek" + +#: templates/web/base/admin/bodies/open311-form-fields.html:21 +msgid "Endpoint" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 +msgid "Enter a Zürich street name" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:26 +msgid "Enter a nearby UK postcode, or street name and area" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:20 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:21 +msgid "Enter a nearby postcode, or street name and area" +msgstr "" + +#: templates/web/base/around/postcode_form.html:8 +msgid "Enter a nearby street name and area" +msgstr "" + +#: templates/web/base/index-steps.html:6 +msgid "Enter details of the problem" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 +msgid "Enter the road name, postcode or the area closest to the problem" +msgstr "" + +#. ("JS") +#: templates/web/base/errors/generic.html:1 +#: templates/web/base/js/translation_strings.html:7 +#: templates/web/base/tokens/abuse.html:1 +#: templates/web/base/tokens/abuse.html:3 +#: templates/web/base/tokens/error.html:1 +#: templates/web/base/tokens/error.html:5 +msgid "Error" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:13 +#: templates/web/base/admin/triage/_list-filters.html:3 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:26 +msgid "Everything" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:19 +#: templates/web/base/admin/bodies/category.html:19 +msgid "Example postcode %s" +msgstr "" + +#: templates/web/base/open311/index.html:89 +msgid "Examples:" +msgstr "" + +#: templates/web/base/admin/report-category.html:8 +msgid "Existing category" +msgstr "" + +#: templates/web/base/admin/users/import.html:66 +msgid "Existing users won't be modified." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +msgid "Expand map" +msgstr "" + +#: templates/web/base/offline/fallback.html:30 +#: templates/web/base/report/new/form_report.html:74 +msgid "Explain what’s wrong" +msgstr "" + +#: templates/web/base/dashboard/index.html:135 +msgid "Export as CSV" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:80 +#: templates/web/base/admin/reports/_edit_waste.html:46 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:103 +msgid "External URL" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:82 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:89 +#: templates/web/base/admin/templates/_external.html:10 +msgid "External status code" +msgstr "" + +#: templates/web/base/admin/update_edit.html:60 +msgid "External status code:" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:84 +msgid "External team" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +msgid "Extra Fields" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:171 +#: templates/web/base/admin/reports/_edit_main.html:115 +#: templates/web/base/admin/update_edit.html:100 +#: templates/web/base/report/update/moderation_diff.html:8 +msgid "Extra data:" +msgstr "" + +#: templates/web/base/report/_item.html:103 +#: templates/web/base/report/inspect/_extra_details_field.html:2 +#: templates/web/base/report/new/category_extras.html:17 +msgid "Extra details" +msgstr "" + +#: templates/web/zurich/admin/bodies/contact-form.html:27 +msgid "Extra fields:" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:38 +msgid "Extra question shown to user" +msgstr "" + +#: templates/web/base/admin/problem_row.html:41 +msgid "Failed bodies:" +msgstr "" + +#: templates/web/base/contact/submit.html:13 +msgid "Failed to send message" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:42 +msgid "File type not recognised. Please upload an image." +msgstr "" + +#: templates/web/base/report/form/user_loggedout_password.html:21 +#: templates/web/base/report/form/user_loggedout_password.html:8 +msgid "Fill in your details manually." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +msgid "Filter" +msgstr "" + +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 +msgid "First time" +msgstr "" + +#: templates/web/base/dashboard/heatmap-list.html:4 +msgid "Five most recent commented reports" +msgstr "" + +#: templates/web/base/dashboard/heatmap-list.html:1 +msgid "Five newest reports" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:53 +msgid "Fix this by choosing an area covered in the Edit body details form below." +msgstr "" + +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 +#: templates/web/base/admin/states/index.html:29 +#: templates/web/base/admin/stats/fix_rate.html:4 +#: templates/web/base/dashboard/index.html:147 +msgid "Fixed" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +msgid "Fixed - Council" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 +msgid "Fixed - User" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:111 +#: templates/web/zurich/admin/bodies/form.html:47 +msgid "Flag as deleted" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: templates/web/base/admin/users/index.html:47 +msgid "Flagged" +msgstr "" + +#: templates/web/base/admin/flagged.html:1 +msgid "Flagged reports and users" +msgstr "" + +#: templates/web/base/admin/users/form.html:18 +msgid "Flagged users are listed on the flagged page." +msgstr "" + +#: templates/web/base/admin/flagged.html:31 +msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 +msgid "Flagged:" +msgstr "" + +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 +msgid "Follow a ward link to view only reports within that ward." +msgstr "" + +#: templates/web/base/report/new/after_photo.html:4 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:73 +msgid "For more information, see How FixMyStreet uses Mapit." +msgstr "" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 +msgid "Forgot password" +msgstr "" + +#: templates/web/base/auth/general.html:96 +#: templates/web/base/report/form/user_loggedout_password.html:20 +#: templates/web/base/report/form/user_loggedout_password.html:25 +msgid "Forgotten your password?" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:820 +msgid "Forwarded to external body" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:821 +msgid "Forwarded wish to external body" +msgstr "" + +#: templates/web/base/about/_sidebar.html:4 +#: templates/web/base/about/faq-en-gb.html:1 +#: templates/web/base/about/faq-en-gb.html:5 +msgid "Frequently Asked Questions" +msgstr "" + +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:139 +msgid "Frontend staff access only to users assigned to this category" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:1 +#: templates/web/base/contact/enquiry/index.html:3 +msgid "General Enquiry" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 +msgid "Generate token" +msgstr "" + +#: templates/web/base/around/_updates.html:3 +#: templates/web/base/report/display_tools.html:15 +#: templates/web/base/report/new/duplicate_suggestions.html:39 +#: templates/web/base/report/new/duplicate_suggestions.html:42 +#: templates/web/base/report/new/duplicate_suggestions.html:48 +msgid "Get updates" +msgstr "" + +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 +msgid "Get updates of %s problems" +msgstr "" + +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 +msgid "Get updates of problems in this %s" +msgstr "" + +#: templates/web/base/alert/_list.html:98 +msgid "Give me an RSS feed" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + +#: templates/web/base/questionnaire/completed.html:14 +msgid "Glad to hear it’s been fixed!" +msgstr "" + +#: templates/web/base/admin/index.html:20 +#: templates/web/base/admin/index.html:28 +#: templates/web/base/admin/index.html:47 +#: templates/web/base/admin/responsepriorities/index.html:48 +#: templates/web/base/admin/triage/_list-filters.html:25 +#: templates/web/base/admin/triage/_list-filters.html:40 +#: templates/web/base/admin/triage/_list-filters.html:46 +#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/around/_postcode_submit_button.html:2 +#: templates/web/base/around/_postcode_submit_button.html:5 +#: templates/web/base/reports/_list-filters-sort.html:13 +#: templates/web/base/reports/_list-filters.html:38 +#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/index.html:89 +#: templates/web/zurich/admin/stats/index.html:37 +msgid "Go" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:78 +msgid "Going to send questionnaire?" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/stats/index.html:7 +msgid "Graph of problem creation by status over time" +msgstr "" + +#: templates/web/base/dashboard/index.html:123 +msgid "Group by %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:128 +msgid "Group by:" +msgstr "" + +#: templates/web/base/questionnaire/index.html:36 +msgid "Has this problem been fixed?" +msgstr "" + +#: templates/web/base/questionnaire/index.html:68 +msgid "Have you ever reported a problem to a council before, or is this your first time?" +msgstr "" + +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 +#: templates/web/base/dashboard/heatmap.html:44 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:24 +#: templates/web/zurich/about/faq-de-ch.html:1 +#: templates/web/zurich/main_nav_items.html:3 +#: templates/web/zurich/nav_over_content.html:8 +msgid "Help" +msgstr "" + +#: templates/web/base/report/new/category_extras.html:22 +#: templates/web/base/report/new/category_extras.html:23 +msgid "Help %s resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/around/on_map_list_items.html:8 +msgid "Here are some other nearby reports:" +msgstr "" + +#: templates/web/zurich/footer.html:11 +msgid "Hi %s" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/stats/index.html:53 +#: templates/web/zurich/admin/update_edit.html:18 +msgid "Hidden" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" + +#: templates/web/base/admin/users/form.html:199 +#: templates/web/zurich/admin/users/form.html:38 +msgid "Hide all reports and updates" +msgstr "" + +#: templates/web/base/report/_main.html:108 +msgid "Hide entire report" +msgstr "" + +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +msgid "Hide my name on this report" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/maps/openlayers.html:73 +msgid "Hide pins" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:90 +msgid "Hide reports made in this category" +msgstr "" + +#: templates/web/base/report/update.html:18 +msgid "Hide update completely?" +msgstr "" + +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/_update_state.html:16 +msgid "Hide your name?" +msgstr "" + +#: templates/web/base/admin/bodies/category.html:25 +msgid "History" +msgstr "" + +#: templates/web/base/index-steps.html:1 +msgid "How to report a problem" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 +msgid "How to send successful reports" +msgstr "" + +#: templates/web/base/tokens/confirm_problem.html:50 +#: templates/web/base/tokens/confirm_problem.html:55 +msgid "I just reported a problem on @fixmystreet" +msgstr "" + +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:25 +msgid "I just updated a problem on @fixmystreet" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:86 +msgid "I'm afraid we couldn't locate your problem in the database.\n" +msgstr "" + +#: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:59 +#: templates/web/base/admin/list_updates.html:6 +#: templates/web/base/admin/reports/index.html:12 +#: templates/web/base/admin/users/alerts.html:8 +#: templates/web/zurich/admin/_index_table.html:3 +#: templates/web/zurich/admin/list_updates.html:24 +#: templates/web/zurich/admin/list_updates.html:38 +msgid "ID" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:32 +#: templates/web/base/admin/bodies/form.html:33 +msgid "" +"Identify a parent if this body is itself part of another body.\n" +" For basic installations, you don't need to join bodies in this way." +msgstr "" + +#: templates/web/base/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:12 +msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:101 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:107 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." +msgstr "" + +#: templates/web/base/admin/templates/edit.html:73 +msgid "If ticked, this template will be used for Open311 updates that put problems in this state." +msgstr "" + +#: templates/web/base/admin/bodies/_category_field.html:6 +msgid "" +"If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" +" the menu. Make sure you use the same category name in the bodies if you want this to happen." +msgstr "" + +#: templates/web/base/contact/form.html:95 +msgid "If you are contacting us about a specific report or update please include a link to the report in the message." +msgstr "" + +#: templates/web/base/auth/generate_token.html:80 +msgid "If you generate a new token the existing token will no longer work." +msgstr "" + +#: templates/web/base/questionnaire/completed.html:8 +msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." +msgstr "" + +#: templates/web/base/report/new/duplicate_suggestions.html:28 +msgid "If you let us know your email address, we’ll notify you when this problem is updated or fixed." +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:28 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/templates/edit.html:51 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +msgid "If you submit a problem here the problem will not be reported to the council." +msgstr "" + +#: templates/web/base/admin/templates/_external.html:6 +msgid "If you want to use this template to prefill the update field when a report’s external (e.g. Confirm) status code changes, enter the status code here." +msgstr "" + +#: templates/web/base/admin/templates/edit.html:58 +msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." +msgstr "" + +#: templates/web/base/questionnaire/index.html:79 +msgid "" +"If you wish to leave a public update on the problem, please enter it here\n" +"(please note it will not be sent to the council)." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:112 +#: templates/web/base/admin/bodies/open311-form-fields.html:113 +msgid "" +"If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" +" its updates. Enable extended Open311 stauses if you want to allow extra states to be passed.\n" +" Check that your cobrand supports this feature before switching it on." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:100 +#: templates/web/base/admin/bodies/open311-form-fields.html:99 +msgid "" +"If you've enabled Open311 update-sending above, enable suppression of alerts \n" +" if you do not want that user to be notified whenever these updates are created." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:82 +#: templates/web/base/admin/bodies/open311-form-fields.html:83 +msgid "" +"If you've enabled Open311 update-sending above, you must identify which \n" +" FixMyStreet user will be attributed as the creator of those updates\n" +" when they are shown on the site. Enter the ID (number) of that user." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:182 +msgid "If you’ve made changes, leave a note explaining what, for other admins to see." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Contact.pm:166 +msgid "Illegal ID" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Alert.pm:108 +msgid "Illegal feed selection" +msgstr "" + +#: templates/web/base/admin/users/import.html:15 +msgid "Import users" +msgstr "" + +#: templates/web/base/admin/flagged.html:39 +msgid "In abuse table?" +msgstr "" + +#: templates/web/base/open311/index.html:81 +msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." +msgstr "" + +#. ("JS") +#: templates/web/base/dashboard/status.html:37 +#: templates/web/base/dashboard/status.html:53 +msgid "In progress" +msgstr "" + +#: templates/web/base/dashboard/heatmap.html:33 +msgid "In wards" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/zurich/admin/bodies/contact-form.html:40 +msgid "Inactive" +msgstr "" + +#: templates/web/base/tokens/confirm_alert.html:20 +msgid "Inbox zero, here we come!" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:217 +msgid "Include reporter personal details" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:368 +msgid "Incorrect has_photo value \"%s\"" +msgstr "" + +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 +msgid "Inspect report" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +msgid "Instruct contractors to fix problems" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:50 +msgid "Internal data set by Open311" +msgstr "" + +#: templates/web/base/admin/extra-metadata-option.html:6 +msgid "Internal key" +msgstr "" + +#: templates/web/zurich/admin/list_updates.html:35 +msgid "Internal notes" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:471 +msgid "Invalid format %s specified." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: templates/web/base/contact/blurb.html:2 +msgid "It's often quickest to check our FAQs and see if the answer is there." +msgstr "" + +#: templates/web/base/tokens/confirm_problem.html:34 +msgid "It’s on its way to the council right now." +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/bodies/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + +#: templates/web/base/reports/index.html:40 +msgid "Last 7 days" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:75 +#: templates/web/zurich/admin/bodies/body.html:16 +msgid "Last editor" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:69 +#: templates/web/base/admin/reports/_edit_waste.html:31 +msgid "Last failure:" +msgstr "" + +#: templates/web/base/questionnaire/index.html:59 +msgid "Last update" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:72 +#: templates/web/base/admin/reports/_edit_waste.html:34 +msgid "Last update:" +msgstr "" + +#: templates/web/base/admin/problem_row.html:45 +msgid "Last update:" +msgstr "" + +#: templates/web/base/report/_item.html:87 +#: templates/web/base/report/inspect/information.html:41 +#: templates/web/base/report/update/moderation_diff.html:6 +msgid "Latitude/Longitude:" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/reports/_list-filters-sort.html:10 +msgid "Least recently updated" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:143 +msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." +msgstr "" + +#: templates/web/base/admin/bodies/body.html:32 +msgid "List all reported problems" +msgstr "" + +#: templates/web/base/around/on_map_list_items.html:18 +msgid "Loading reports…" +msgstr "" + +#: templates/web/base/report/new/category_wrapper.html:10 +msgid "Loading..." +msgstr "" + +#: templates/web/base/alert/choose.html:2 +#: templates/web/base/alert/choose.html:4 templates/web/base/alert/index.html:2 +#: templates/web/base/alert/index.html:4 templates/web/base/alert/list.html:2 +#: templates/web/base/alert/list.html:5 templates/web/base/alert/updates.html:1 +#: templates/web/base/tokens/confirm_alert.html:1 +msgid "Local RSS feeds and email alerts" +msgstr "" + +#: templates/web/base/alert/list.html:13 templates/web/base/alert/list.html:14 +#: templates/web/base/alert/list.html:2 templates/web/base/alert/list.html:3 +msgid "Local RSS feeds and email alerts for ‘%s’" +msgstr "" + +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 +msgid "Local alerts" +msgstr "" + +#: templates/web/base/index-steps.html:5 +msgid "Locate the problem on a map of the area" +msgstr "" + +#: templates/web/base/auth/general.html:28 +#: templates/web/base/report/form/user.html:18 +msgid "Log in with Facebook" +msgstr "" + +#: templates/web/base/auth/general.html:43 +#: templates/web/base/report/form/user.html:29 +msgid "Log in with Twitter" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:86 +#: templates/web/base/report/form/user.html:32 +msgid "Log in with email" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:84 +msgid "Log in with email/text" +msgstr "" + +#: templates/web/base/admin/users/form.html:197 +#: templates/web/zurich/admin/users/form.html:36 +msgid "Log out of all sessions" +msgstr "" + +#: templates/web/base/auth/general.html:35 +#: templates/web/base/report/form/user.html:23 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:111 +msgid "Look up" +msgstr "" + +#: templates/web/base/header_site.html:4 +msgid "Main Navigation" +msgstr "" + +#: templates/web/base/admin/users/form.html:198 +#: templates/web/zurich/admin/users/form.html:37 +msgid "Make anonymous on all reports and updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:788 +msgid "Manage shortlist" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:32 +#: templates/web/base/reports/_list-filters-sort.html:5 +msgid "Manual order" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:64 +#: templates/web/base/admin/reports/_edit_waste.html:26 +msgid "Mark as sent" +msgstr "" + +#: templates/web/base/admin/users/form.html:16 +msgid "Mark users whose behaviour you want to keep a check on as flagged." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:785 +msgid "Markup problem details" +msgstr "" + +#: templates/web/base/admin/emergencymessage/edit.html:27 +#: templates/web/base/contact/enquiry/index.html:42 +#: templates/web/base/contact/form.html:88 +msgid "Message" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:275 +msgid "Message to competent body:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:273 +msgid "Message to external body:" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:100 +#: templates/web/base/admin/extra-metadata-option.html:21 +msgid "Message to show when form is disabled (HTML permitted)" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:49 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:479 +msgid "Missing jurisdiction_id" +msgstr "" + +#: templates/web/base/report/_main.html:130 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:780 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:130 +msgid "Moderate this report" +msgstr "" + +#: templates/web/base/report/update.html:15 +msgid "Moderate this update" +msgstr "" + +#: templates/web/base/admin/update_edit.html:95 +#: templates/web/base/report/_main.html:82 +#: templates/web/base/report/_update_state.html:19 +#: templates/web/base/report/update/moderation_meta.html:2 +msgid "Moderated by %s at %s" +msgstr "" + +#: templates/web/zurich/admin/stats/index.html:55 +msgid "Moderated by division within one working day" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:202 +#: templates/web/base/admin/update_edit.html:89 +msgid "Moderation history" +msgstr "" + +#: templates/web/base/dashboard/index.html:131 +#: templates/web/zurich/admin/stats/index.html:9 +msgid "Month" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:38 +#: templates/web/base/reports/_list-filters-sort.html:11 +msgid "Most commented" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:743 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 +#: templates/web/base/admin/category-checkboxes.html:31 +msgid "Multiple Groups" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:30 +msgid "Must not contain spaces." +msgstr "" + +#: templates/web/base/admin/bodies/form.html:24 +#: templates/web/base/admin/bodies/index.html:25 +#: templates/web/base/admin/flagged.html:16 +#: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:61 +#: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/manifesttheme/index.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 +#: templates/web/base/admin/reports/index.html:14 +#: templates/web/base/admin/responsepriorities/index.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 +#: templates/web/base/admin/users/import.html:23 +#: templates/web/base/admin/users/import.html:46 +#: templates/web/base/admin/users/index.html:43 +#: templates/web/base/report/form/user_name.html:2 +#: templates/web/zurich/admin/bodies/form.html:4 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 +msgid "Name" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:174 +#: templates/web/base/admin/reports/_edit_waste.html:49 +#: templates/web/base/admin/update_edit.html:32 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:38 +#: templates/web/zurich/admin/stats/index.html:62 +msgid "Name:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Rutland.pm:20 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 +msgid "Names are limited to %d characters in length." +msgstr "" + +#: templates/web/base/report/inspect/information.html:55 +msgid "Navigate to this problem" +msgstr "" + +#: templates/web/base/report/inspect/information.html:50 +msgid "Nearest calculated address:" +msgstr "" + +#: perllib/FixMyStreet/Geocode/OSM.pm:155 +msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" +msgstr "" + +#: perllib/FixMyStreet/Geocode/Address.pm:21 +msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:627 +#: perllib/FixMyStreet/Geocode/Address.pm:17 +msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" +msgstr "" + +#: perllib/FixMyStreet/Script/Alerts.pm:467 +msgid "" +"Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" +"\n" +msgstr "" + +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 +msgid "Nearly done! Now check your email…" +msgstr "" + +#: templates/web/base/auth/2fa/form.html:8 +#: templates/web/base/auth/smsform.html:19 +msgid "Nearly done! Now check your phone…" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:56 +msgid "New body added" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 +msgid "New category contact added" +msgstr "" + +#: templates/web/base/auth/change_email.html:38 +msgid "New email address:" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +msgid "New field" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 +msgid "New internal note:" +msgstr "" + +#: db/alert_types.pl:18 db/alert_types.pl:22 +msgid "New local problems on FixMyStreet" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:106 +msgid "New note to DM:" +msgstr "" + +#: templates/web/base/offline/fallback.html:14 +msgid "New offline draft report" +msgstr "" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 +msgid "New password:" +msgstr "" + +#: templates/web/base/auth/change_phone.html:37 +msgid "New phone number:" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 +msgid "New priority" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:44 +msgid "New problems for %s" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:42 +msgid "New problems for %s" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:35 +msgid "New problems for %s ward in %s" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:47 +msgid "New problems for area id %s" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:37 +msgid "New problems for ward id %s in body id %s" +msgstr "" + +#: db/alert_types.pl:38 +msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:30 +msgid "New problems near %s,%s" +msgstr "" + +#: db/alert_types.pl:26 db/alert_types.pl:30 +msgid "New problems near {{POSTCODE}} on FixMyStreet" +msgstr "" + +#: db/alert_types.pl:10 +msgid "New problems on FixMyStreet" +msgstr "" + +#: db/alert_types.pl:34 +msgid "New problems to {{COUNCIL}} on FixMyStreet" +msgstr "" + +#: db/alert_types.pl:42 +msgid "New problems within {{NAME}}'s boundary on FixMyStreet" +msgstr "" + +#: templates/web/zurich/admin/index-sdm.html:4 +msgid "New reports" +msgstr "" + +#: templates/web/base/admin/states/index.html:91 +#: templates/web/base/admin/stats/questionnaire.html:24 +msgid "New state" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:4 +#: templates/web/base/admin/templates/view.html:37 +#: templates/web/zurich/admin/templates/edit.html:9 +#: templates/web/zurich/admin/templates/view.html:26 +msgid "New template" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:28 +msgid "New updates on report %s" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:7 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 +msgid "Next" +msgstr "" + +#: templates/web/base/report/form/user.html:9 +msgid "Next:" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:126 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:127 +#: templates/web/base/admin/bodies/category.html:5 +#: templates/web/base/admin/list_updates.html:26 +#: templates/web/base/admin/list_updates.html:28 +#: templates/web/base/admin/list_updates.html:29 +#: templates/web/base/admin/problem_row.html:13 +#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:78 +#: templates/web/base/admin/update_edit.html:24 +#: templates/web/base/admin/users/alerts.html:21 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 +msgid "No" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 +msgid "No Group" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_password.html:7 +msgid "No account?" +msgstr "" + +#: templates/web/base/admin/users/form.html:53 +#: templates/web/zurich/admin/users/form.html:15 +msgid "No body" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:463 +msgid "No council selected" +msgstr "" + +#: templates/web/base/admin/bodies/edit-league.html:17 +msgid "No edits have yet been made." +msgstr "" + +#: templates/web/base/admin/flagged.html:25 +msgid "No flagged problems found." +msgstr "" + +#: templates/web/base/admin/flagged.html:58 +msgid "No flagged users found." +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:254 +msgid "No further updates" +msgstr "" + +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 +msgid "No personal details will be stored, and you will not receive updates about this report." +msgstr "" + +#: templates/web/base/around/on_map_list_items.html:13 +msgid "No reports to show on map, here are some nearby:" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 +msgid "No result returned" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:68 +#: templates/web/base/admin/bodies/form.html:69 +msgid "" +"No specific areas are currently available, because the MAPIT_URL in\n" +" your config file is not pointing to a live MapIt service." +msgstr "" + +#: templates/web/base/report/_support.html:3 +#: templates/web/base/report/_support.html:4 +msgid "No supporters" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 +#: templates/web/base/admin/reports/_edit_main.html:44 +#: templates/web/base/admin/reports/_edit_main.html:74 +#: templates/web/base/admin/reports/_edit_main.html:76 +#: templates/web/base/admin/reports/_edit_waste.html:35 +#: templates/web/base/admin/reports/_edit_waste.html:57 +#: templates/web/base/admin/reports/_edit_waste.html:61 +#: templates/web/base/admin/update_edit.html:57 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 +msgid "None" +msgstr "" + +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 +msgid "" +"Normal (public) users should not be associated with any area.
\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 +msgid "" +"Normal (public) users should not be associated with any body.
\n" +" Authorised staff users can be associated with the body they represent.
\n" +" Depending on the implementation, staff users may have access to the dashboard (summary of\n" +" activity across their body), the ability to hide reports or set special report statuses." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 +msgid "Not a valid JSON string: %s" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:94 +msgid "Not for my subdivision" +msgstr "" + +#: templates/web/base/dashboard/heatmap-list.html:5 +msgid "Not from yourself/backend" +msgstr "" + +#: templates/web/base/admin/stats/questionnaire.html:6 +msgid "Not reported before" +msgstr "" + +#: templates/web/base/report/_main_sent_info.html:4 +msgid "Not reported to council" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:76 +#: templates/web/base/admin/bodies/category.html:32 +#: templates/web/zurich/admin/bodies/body.html:17 +msgid "Note" +msgstr "" + +#: templates/web/zurich/admin/bodies/contact-form.html:47 +msgid "Note:" +msgstr "" + +#: templates/web/base/open311/index.html:65 +msgid "Note: %s" +msgstr "" + +#: templates/web/zurich/admin/list_updates.html:21 +msgid "Notes from SDM to DM" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +msgid "Notice text" +msgstr "" + +#: templates/web/base/reports/index.html:127 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + +#: templates/web/base/reports/index.html:99 +msgid "Number of problems reported in each ward, in the last 7 days." +msgstr "" + +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 +msgid "Offline data cleared" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:103 +msgid "Offline update data saved" +msgstr "" + +#: templates/web/base/admin/stats/questionnaire.html:24 +msgid "Old state" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:8 +msgid "Oldest" +msgstr "" + +#: perllib/FixMyStreet/SendReport/Email.pm:101 +msgid "On behalf of %s" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:72 +msgid "Only staff users will be able to add reports in this category." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:157 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/dashboard/index.html:145 +#: templates/web/zurich/admin/update_edit.html:18 +msgid "Open" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + +#: templates/web/base/open311/index.html:62 +msgid "Open311 API for the mySociety FixMyStreet server" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + +#: templates/web/base/open311/index.html:72 +msgid "Open311 initiative web page" +msgstr "" + +#: templates/web/base/open311/index.html:73 +msgid "Open311 specification" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:76 +msgid "Options" +msgstr "" + +#: templates/web/base/report/new/fill_in_details_form.html:18 +msgid "Or search for a different location" +msgstr "" + +#: templates/web/base/report/form/private_details.html:6 +msgid "Or sign in with password to prefill this information." +msgstr "" + +#: templates/web/base/alert/_list.html:41 +msgid "Or specify a different radius distance:" +msgstr "" + +#: templates/web/base/alert/_list.html:97 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:55 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +msgid "Other" +msgstr "" + +#: templates/web/base/reports/index.html:136 +msgid "Other categories" +msgstr "" + +#: templates/web/base/reports/index.html:107 +msgid "Other wards" +msgstr "" + +#: templates/web/base/admin/emergencymessage/edit.html:31 +#: templates/web/base/admin/emergencymessage/edit.html:45 +#: templates/web/base/admin/emergencymessage/edit.html:64 +msgid "Out of hours" +msgstr "" + +#: templates/web/base/reports/index.html:120 +msgid "Overall average" +msgstr "" + +#: templates/web/base/admin/list_updates.html:8 +msgid "Owner" +msgstr "" + +#: templates/web/base/errors/page_error_404_not_found.html:1 +#: templates/web/base/errors/page_error_404_not_found.html:4 +msgid "Page Not Found" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:39 +#: templates/web/zurich/admin/bodies/form.html:14 +msgid "Parent" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:10 +msgid "Parent categories" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +msgid "Partial" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 +msgid "Password (optional)" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 +msgid "Password change cancelled." +msgstr "" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +msgid "Password expired" +msgstr "" + +#: templates/web/base/admin/roles/index.html:6 +msgid "Permissions" +msgstr "" + +#: templates/web/base/admin/users/form.html:162 +msgid "Permissions:" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:61 +msgid "Permit blank updates" +msgstr "" + +#: templates/web/base/my/my.html:74 +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +msgid "Phone" +msgstr "" + +#: templates/web/base/report/inspect/information.html:25 +msgid "Phone Reporter:" +msgstr "" + +#: templates/web/base/auth/change_phone.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:56 +#: templates/web/base/report/new/form_user_loggedin.html:35 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 +msgid "Phone number" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:57 +msgid "Phone number (optional)" +msgstr "" + +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 +msgid "Phone numbers are limited to %s characters in length." +msgstr "" + +#: templates/web/base/admin/users/_form_details.html:26 +msgid "Phone verified:" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_waste.html:57 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:50 +#: templates/web/zurich/admin/stats/index.html:60 +msgid "Phone:" +msgstr "" + +#: templates/web/base/admin/update_edit.html:98 +#: templates/web/base/report/form/photo_upload.html:25 +#: templates/web/base/report/form/photo_upload.html:27 +#: templates/web/base/report/form/photo_upload.html:4 +#: templates/web/zurich/admin/_index_table.html:11 +#: templates/web/zurich/admin/stats/index.html:58 +msgid "Photo" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 +msgid "Photo is required." +msgstr "" + +#: templates/web/zurich/admin/bodies/contact-form.html:44 +msgid "Photo required" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 +msgid "Photo upload failed." +msgstr "" + +#: templates/web/base/report/form/photo_upload.html:4 +msgid "Photos" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +msgid "Photos deleted" +msgstr "" + +#: templates/web/base/alert/list.html:23 +msgid "Photos of recent nearby reports" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:50 +msgid "Photos/Documents" +msgstr "" + +#: templates/web/base/reports/index.html:76 +#: templates/web/base/reports/index.html:79 +msgid "Pick your council" +msgstr "" + +#: templates/web/base/reports/index.html:66 +#: templates/web/base/reports/index.html:69 +msgid "Pick your ward" +msgstr "" + +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Moderate.pm:145 +msgid "Please check their changes and resolve any differences." +msgstr "" + +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 +msgid "Please check the passwords and try again" +msgstr "" + +#: templates/web/base/auth/_username_error.html:1 +#: templates/web/base/auth/_username_error.html:9 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 +msgid "Please check your email address is correct" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 +#: perllib/FixMyStreet/DB/Result/User.pm:302 +#: perllib/FixMyStreet/DB/Result/User.pm:303 +#: templates/web/base/auth/_username_error.html:1 +#: templates/web/base/auth/_username_error.html:7 +msgid "Please check your phone number is correct" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 +#: templates/web/base/js/translation_strings.html:21 +msgid "Please choose a category" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth.pm:520 +msgid "Please choose a less commonly-used password" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 +#: templates/web/base/admin/bodies/body.html:12 +#: templates/web/base/admin/bodies/index.html:4 +#: templates/web/base/admin/templates/edit.html:13 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 +msgid "Please correct the errors below" +msgstr "" + +#: templates/web/base/contact/blurb.html:6 +msgid "" +"Please do not report problems through this form; messages go to\n" +"the team behind this site, not a council. To report a problem,\n" +"please go to the front page and follow the instructions." +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 +#: perllib/FixMyStreet/DB/Result/Comment.pm:201 +#: templates/web/base/js/translation_strings.html:6 +msgid "Please enter a message" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 +#: perllib/FixMyStreet/DB/Result/User.pm:305 +#: perllib/FixMyStreet/DB/Result/User.pm:306 +#: templates/web/base/auth/_username_error.html:1 +#: templates/web/base/auth/_username_error.html:4 +msgid "Please enter a mobile number" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 +msgid "Please enter a name" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 +msgid "Please enter a name for this body" +msgstr "" + +#. ("JS") +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 +#: templates/web/base/js/translation_strings.html:31 +msgid "Please enter a password" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#: templates/web/base/js/translation_strings.html:9 +msgid "Please enter a subject" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:38 +msgid "Please enter a valid UK phone number" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 +#: perllib/FixMyStreet/DB/Result/User.pm:295 +#: templates/web/base/js/translation_strings.html:24 +#: templates/web/base/js/translation_strings.html:28 +msgid "Please enter a valid email" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Alert.pm:399 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 +msgid "Please enter a valid email address" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 +msgid "Please enter a valid email or phone number" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:460 +#: templates/web/base/js/translation_strings.html:14 +msgid "Please enter some details" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:146 +#: perllib/FixMyStreet/DB/Result/User.pm:293 +#: templates/web/base/auth/_username_error.html:1 +#: templates/web/base/auth/_username_error.html:8 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 +msgid "Please enter your email" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 +msgid "Please enter your first name" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:350 +#: templates/web/base/js/translation_strings.html:19 +msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +msgid "Please enter your full name." +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:145 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:468 +#: perllib/FixMyStreet/DB/Result/User.pm:288 +#: templates/web/base/js/translation_strings.html:18 +msgid "Please enter your name" +msgstr "" + +#. ("JS") +#: templates/web/base/auth/_username_error.html:1 +#: templates/web/base/auth/_username_error.html:6 +#: templates/web/base/js/translation_strings.html:37 +msgid "Please enter your phone number" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Please enter your second name" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 +msgid "Please enter your title" +msgstr "" + +#: templates/web/base/auth/sign_out.html:5 +#: templates/web/zurich/auth/sign_out.html:5 +msgid "Please feel free to sign in again, or go back to the front page." +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_text.html:2 +#: templates/web/zurich/report/new/fill_in_details_text.html:8 +msgid "Please fill in details of the problem below." +msgstr "" + +#: templates/web/zurich/report/new/sidebar.html:14 +msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." +msgstr "" + +#: templates/web/base/auth/2fa/form.html:9 +msgid "Please generate a two-factor code and enter it below:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +msgid "Please indicate whether you'd like to receive another questionnaire" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:457 +#: templates/web/base/js/translation_strings.html:11 +msgid "Please make sure you are not including an email address" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Auth.pm:518 +#: templates/web/base/js/translation_strings.html:34 +msgid "Please make sure your password is at least %d characters long" +msgstr "" + +#: templates/web/base/report/updates-sidebar-notes.html:2 +msgid "Please note that updates are not sent to the council." +msgstr "" + +#: templates/web/base/report/new/oauth_email_form.html:4 +msgid "Please note your report has not yet been sent." +msgstr "" + +#: templates/web/base/report/new/fill_in_details_form.html:27 +#: templates/web/zurich/report/new/sidebar.html:5 +msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." +msgstr "" + +#: templates/web/base/report/display.html:34 +msgid "Please note your update has not yet been posted." +msgstr "" + +#: templates/web/zurich/report/new/notes.html:1 +msgid "Please note:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:499 +msgid "Please provide a duplicate ID or public update for this report." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:481 +msgid "Please provide a public update for this report." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 +msgid "Please provide some explanation as to why you're reopening this report" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 +msgid "Please provide some text as well as a photo" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +msgid "Please say whether you've ever reported a problem to your council before" +msgstr "" + +#: templates/web/base/auth/2fa/form-add.html:1 +msgid "Please scan this image with your app, or enter the text code into your app, then generate a new one-time code and enter it below:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:198 +msgid "Please select a body." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 +msgid "Please select the feed you want" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Alert.pm:136 +msgid "Please select the type of alert you want" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 +msgid "Please state whether or not the problem has been fixed" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:141 +#: templates/web/base/js/translation_strings.html:80 +msgid "Please upload an image only" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 +msgid "Please verify at least one of email/phone" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 +msgid "Please write a message" +msgstr "" + +#: templates/web/base/alert/index.html:11 +msgid "Postcode or street name and area" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +msgid "Posted anonymously at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:334 +msgid "Posted by %s at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 +msgid "Posted by %s (%s) at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:324 +msgid "Posted by %s at %s" +msgstr "" + +#: templates/web/base/front/footer-marketing.html:6 +msgid "Powered by FixMyStreet Platform" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:145 +msgid "Prefer this contact if multiple bodies have the same contact" +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:19 +msgid "Press space again to adjust the location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:67 +msgid "Prevent new reports from using this category, and also remove it from map filters." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:62 +msgid "Prevent new reports from using this category, but keep it available in map filters." +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:95 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + +#: templates/web/base/pagination.html:4 +msgid "Previous" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_item.html:99 +#: templates/web/base/report/inspect/extra_details.html:2 +msgid "Priority" +msgstr "" + +#: templates/web/base/main_nav_items.html:27 +msgid "Privacy" +msgstr "" + +#: templates/web/base/about/_sidebar.html:5 +#: templates/web/base/about/privacy.html:1 +#: templates/web/base/about/privacy.html:2 +msgid "Privacy and cookies" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:90 +#: templates/web/base/admin/reports/_edit_main.html:130 +#: templates/web/base/report/inspect/information.html:3 +msgid "Private" +msgstr "" + +#: templates/web/base/reports/_list-filter-status.html:28 +msgid "Private only" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:74 +msgid "Private – this will mean the report cannot be viewed publicly" +msgstr "" + +#: templates/web/base/maps/pin.html:14 +msgid "Problem" +msgstr "" + +#: templates/web/base/admin/timeline.html:22 +msgid "Problem %d created" +msgstr "" + +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + +#: templates/web/base/admin/timeline.html:24 +msgid "Problem %s confirmed" +msgstr "" + +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + +#: templates/web/base/admin/timeline.html:26 +msgid "Problem %s sent to council %s" +msgstr "" + +#: templates/web/base/admin/stats/index.html:13 +#: templates/web/base/admin/stats/state.html:12 +#: templates/web/zurich/admin/index.html:9 +msgid "Problem breakdown by state" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 +msgid "Problem marked as open." +msgstr "" + +#: templates/web/base/admin/stats/questionnaire.html:21 +msgid "Problem state change based on survey results" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 +#: templates/web/base/admin/flagged.html:10 +msgid "Problems" +msgstr "" + +#: templates/web/base/alert/_list.html:25 +msgid "Problems in an area" +msgstr "" + +#: templates/web/base/report/display_tools.html:24 +msgid "Problems nearby" +msgstr "" + +#: templates/web/base/report/display_tools.html:22 +msgid "Problems on the map" +msgstr "" + +#: db/alert_types.pl:14 +msgid "Problems recently reported fixed on FixMyStreet" +msgstr "" + +#: templates/web/base/alert/_list.html:34 +msgid "Problems within %.1fkm of %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:942 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 +msgid "Problems within %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:247 +msgid "Problems within %s ward" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +msgid "Problems within %s ward, %s" +msgstr "" + +#. ("First %s is the body name, second %s the site name") +#: templates/web/base/admin/triage/index.html:0 +#: templates/web/base/admin/triage/index.html:14 +#: templates/web/base/reports/body.html:0 +#: templates/web/base/reports/body.html:48 +msgid "Problems within %s, %s" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:52 +#: templates/web/base/admin/reports/_edit_waste.html:14 +msgid "Property address:" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:106 +msgid "Protect from Open311 changes" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:133 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:126 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + +#: templates/web/base/report/duplicate-no-updates.html:3 +#: templates/web/base/report/update-form-wrapper.html:10 +#: templates/web/base/report/update-form.html:9 +msgid "Provide an update" +msgstr "" + +#: templates/web/base/report/update/form_user_loggedin.html:12 +msgid "Provide update as" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." +msgstr "" + +#: templates/web/base/report/new/form_public_councils_text.html:2 +msgid "Public details" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:235 +#: templates/web/zurich/admin/reports/edit.html:263 +msgid "Public response:" +msgstr "" + +#: templates/web/base/report/inspect/public_update.html:13 +msgid "Public update:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:110 +#: templates/web/zurich/admin/stats/index.html:59 +msgid "Publish photo" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:60 +msgid "Question text" +msgstr "" + +#: templates/web/base/questionnaire/completed.html:1 +#: templates/web/base/questionnaire/index.html:0 +#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:5 +msgid "Questionnaire" +msgstr "" + +#: templates/web/base/admin/timeline.html:30 +msgid "Questionnaire %d answered for problem %d, %s to %s" +msgstr "" + +#: templates/web/base/admin/timeline.html:28 +msgid "Questionnaire %d sent for problem %d" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 +#: templates/web/base/report/updates.html:20 +msgid "Questionnaire filled in by problem reporter" +msgstr "" + +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_updates.html:4 +#: templates/web/base/around/display_location.html:3 +msgid "RSS feed" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:279 perllib/FixMyStreet/Cobrand/UK.pm:291 +msgid "RSS feed for %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:297 +msgid "RSS feed for %s ward, %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:157 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 +#: perllib/FixMyStreet/Cobrand/UK.pm:305 perllib/FixMyStreet/Cobrand/UK.pm:319 +msgid "RSS feed of %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:310 perllib/FixMyStreet/Cobrand/UK.pm:324 +msgid "RSS feed of %s, within %s ward" +msgstr "" + +#: templates/web/base/alert/_list.html:44 +msgid "RSS feed of nearby problems" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:943 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 +msgid "RSS feed of problems within %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:246 +msgid "RSS feed of problems within %s ward" +msgstr "" + +#: templates/web/base/around/display_location.html:3 +#: templates/web/base/around/display_location.html:4 +msgid "RSS feed of recent local problems" +msgstr "" + +#: templates/web/base/alert/_updates.html:4 +msgid "RSS feed of updates to this problem" +msgstr "" + +#: templates/web/base/report/_item_expandable.html:57 +msgid "Read less" +msgstr "" + +#: templates/web/base/report/_item_expandable.html:57 +msgid "Read more" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:70 +#: templates/web/base/admin/reports/_edit_waste.html:32 +msgid "Reason:" +msgstr "" + +#: templates/web/base/alert/_updates.html:10 +msgid "Receive a text when updates are left on this problem." +msgstr "" + +#: templates/web/base/alert/_updates.html:8 +msgid "Receive email when updates are left on this problem." +msgstr "" + +#: templates/web/base/my/my.html:84 +msgid "Receive local alert notifications by" +msgstr "" + +#: templates/web/base/my/my.html:66 +msgid "Receive update notifications by" +msgstr "" + +#. ("%s is the site name") +#: templates/web/base/around/display_location.html:0 +#: templates/web/base/around/display_location.html:37 +msgid "Recent local problems, %s" +msgstr "" + +#: templates/web/base/front/recent.html:11 +msgid "Recently reported problems" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:9 +msgid "Recently updated" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/report/photo.html:22 +msgid "Redact" +msgstr "" + +#: templates/web/base/report/inspect/information.html:67 +msgid "Reject report" +msgstr "" + +#: templates/web/zurich/report/new/notes.html:5 +msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." +msgstr "" + +#: templates/web/base/admin/users/form.html:200 +#: templates/web/zurich/admin/users/form.html:39 +msgid "Remove account details" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:23 +msgid "Remove field" +msgstr "" + +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:7 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/extra-metadata-option.html:26 +msgid "Remove option" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/zurich/admin/update_edit.html:35 +msgid "Remove photo (can't be undone!)" +msgstr "" + +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/admin/emergencymessage/_ooh.html:73 +msgid "Remove time period" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 +msgid "Replace token" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:233 +msgid "Reply to user:" +msgstr "" + +#: templates/web/base/header_logo.html:2 +msgid "Report" +msgstr "" + +#: templates/web/base/report/_item.html:77 +#: templates/web/base/report/inspect/information.html:7 +msgid "Report ID:" +msgstr "" + +#. ("JS") +#: templates/web/base/header_logo.html:2 +#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/navigation/_report.html:11 +#: templates/web/base/navigation/_report.html:13 +#: templates/web/zurich/nav_over_content.html:4 +msgid "Report a problem" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/navigation/_report.html:8 +msgid "Report a problem here" +msgstr "" + +#: templates/web/base/report/display_tools.html:11 +msgid "Report abuse" +msgstr "" + +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 +msgid "Report anonymously" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/navigation/_report.html:2 +#: templates/web/base/tokens/confirm_problem.html:44 +msgid "Report another problem here" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:19 +msgid "Report as" +msgstr "" + +#: templates/web/base/report/new/form_public_councils_text.html:3 +msgid "Report details" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 +msgid "Report on %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:77 +msgid "Report state:" +msgstr "" + +#: templates/web/base/report/new/form_heading.html:1 +msgid "Report your problem" +msgstr "" + +#: templates/web/base/header_opengraph.html:4 +msgid "Report, view, and discuss local street-related problems." +msgstr "" + +#: templates/web/base/around/intro.html:1 +#: templates/web/zurich/around/intro.html:1 +msgid "Report, view, or discuss local problems" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 +#: templates/web/base/contact/form.html:43 +msgid "Reported anonymously at %s" +msgstr "" + +#: templates/web/base/admin/stats/questionnaire.html:5 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 +msgid "Reported before" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 +#: templates/web/base/contact/form.html:45 +msgid "Reported by %s at %s" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 +msgid "Reported by:" +msgstr "" + +#: templates/web/zurich/report/_main.html:4 +msgid "Reported in the %s category" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 +msgid "Reported in the %s category anonymously at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 +msgid "Reported in the %s category by %s at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 +msgid "Reported via %s anonymously at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 +msgid "Reported via %s by %s at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 +msgid "Reported via %s in the %s category anonymously at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 +msgid "Reported via %s in the %s category by %s at %s" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/reports/edit.html:57 +msgid "Reported:" +msgstr "" + +#. ("JS") +#: templates/web/base/around/index.html:3 +#: templates/web/base/around/lookup_by_ref.html:3 +#: templates/web/base/js/translation_strings.html:62 +#: templates/web/base/report/new/fill_in_details.html:0 +#: templates/web/base/report/new/fill_in_details.html:11 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 +msgid "Reporting a problem" +msgstr "" + +#: templates/web/base/admin/emergencymessage/edit.html:60 +msgid "Reporting message" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: templates/web/base/around/tabbed_lists.html:3 +#: templates/web/base/dashboard/index.html:136 +msgid "Reports" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 +msgid "Reports are limited to %s characters in length. Please shorten your report" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 +msgid "Reports are limited to {0} characters in length. Please shorten your report" +msgstr "" + +#: templates/web/zurich/admin/index-sdm.html:7 +msgid "Reports awaiting approval" +msgstr "" + +#: templates/web/base/alert/_list.html:64 +msgid "Reports by destination" +msgstr "" + +#: templates/web/base/alert/_list.html:18 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + +#: templates/web/zurich/admin/index-sdm.html:10 +msgid "Reports published" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 +msgid "Reports saved offline." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:311 perllib/FixMyStreet/Cobrand/UK.pm:325 +msgid "Reports sent to %s, within %s ward" +msgstr "" + +#: templates/web/base/admin/index.html:55 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:3 +msgid "Reports with photos in them tend to get fixed more quickly" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/report/new/fill_in_details.html:34 +msgid "Reposition if needed, then hit Continue" +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:94 +msgid "Required" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:62 +#: templates/web/base/admin/reports/_edit_waste.html:24 +msgid "Resend report" +msgstr "" + +#: templates/web/base/auth/create.html:71 +msgid "Reset" +msgstr "" + +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates/index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates/view.html:1 +#: templates/web/zurich/admin/templates/edit.html:1 +#: templates/web/zurich/admin/templates/edit.html:4 +#: templates/web/zurich/admin/templates/view.html:1 +#: templates/web/zurich/admin/templates/view.html:3 +msgid "Response Templates for %s" +msgstr "" + +#: templates/web/base/report/photo.html:46 +msgid "Restore photo" +msgstr "" + +#: templates/web/base/report/update.html:40 +msgid "Revert to original" +msgstr "" + +#: templates/web/base/report/_main.html:98 +msgid "Revert to original text" +msgstr "" + +#: templates/web/base/report/_main.html:57 +msgid "Revert to original title" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 +msgid "Right place?" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 +#: templates/web/base/maps/openlayers.html:62 +msgid "Road map" +msgstr "" + +#: perllib/FixMyStreet/Geocode/OSM.pm:162 +msgid "Road operator for this named road (derived from road reference number and type): %s" +msgstr "" + +#: perllib/FixMyStreet/Geocode/OSM.pm:159 +msgid "Road operator for this named road (from OpenStreetMap): %s" +msgstr "" + +#: templates/web/base/admin/roles/index.html:5 +msgid "Role" +msgstr "" + +#: templates/web/base/admin/users/form.html:146 +#: templates/web/base/admin/users/index.html:29 +#: templates/web/base/dashboard/index.html:90 +msgid "Role:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: templates/web/base/admin/roles/form.html:1 +#: templates/web/base/admin/roles/index.html:1 +msgid "Roles" +msgstr "" + +#: templates/web/base/admin/roles/form.html:20 +msgid "Roles can be associated with the categories in which they operate." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 +#: templates/web/base/admin/update_edit.html:74 +#: templates/web/zurich/admin/reports/edit.html:106 +msgid "Rotate Left" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 +#: templates/web/base/admin/update_edit.html:75 +#: templates/web/zurich/admin/reports/edit.html:107 +msgid "Rotate Right" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:98 +msgid "Rotating this photo will discard unsaved changes to the report." +msgstr "" + +#: templates/web/base/admin/triage/_inspect.html:81 +#: templates/web/base/report/_inspect.html:80 +msgid "Save + close as duplicate" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:189 +#: templates/web/base/admin/manifesttheme/form.html:58 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/roles/form.html:27 +#: templates/web/base/admin/templates/edit.html:85 +#: templates/web/base/admin/triage/_inspect.html:81 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:80 +#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/update.html:54 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 +msgid "Save changes" +msgstr "" + +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/inspect/public_update.html:7 +msgid "Save with a public update" +msgstr "" + +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:108 +msgid "Saving reports offline" +msgstr "" + +#: templates/web/base/admin/index.html:17 +#: templates/web/base/admin/reports/index.html:1 +msgid "Search Reports" +msgstr "" + +#: templates/web/base/admin/index.html:25 +#: templates/web/base/admin/users/index.html:1 +msgid "Search Users" +msgstr "" + +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:80 +msgid "Search reports" +msgstr "" + +#: templates/web/base/admin/reports/index.html:5 +#: templates/web/base/admin/users/index.html:26 +#: templates/web/zurich/admin/reports/index.html:5 +msgid "Search:" +msgstr "" + +#: templates/web/base/admin/reports/index.html:27 +#: templates/web/base/around/lookup_by_ref.html:18 +msgid "Searching found no reports." +msgstr "" + +#: templates/web/base/admin/users/index.html:95 +msgid "Searching found no users." +msgstr "" + +#: templates/web/base/auth/generate_token.html:2 +#: templates/web/base/auth/generate_token.html:49 +#: templates/web/base/my/my.html:114 +msgid "Security" +msgstr "" + +#: templates/web/base/report/form/private_details.html:14 +#: templates/web/base/report/new/councils_text_private.html:8 +msgid "See our privacy policy" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:793 +msgid "See user detail for reports created as the council" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:41 +#: templates/web/zurich/admin/bodies/form.html:16 +msgid "Select a body" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:117 +msgid "Select a category to display" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:78 +#: templates/web/base/admin/users/form.html:93 +#: templates/web/zurich/admin/bodies/form.html:37 +msgid "Select an area" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:19 +msgid "Select if this is the default priority" +msgstr "" + +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 +msgid "Select multiple wards to view only reports within those wards." +msgstr "" + +#: templates/web/base/reports/body.html:20 +msgid "Select multiple wards?" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:116 +msgid "Select report status" +msgstr "" + +#: templates/web/base/admin/category-checkboxes.html:4 +msgid "Select:" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:76 +#: templates/web/base/contact/form.html:100 +msgid "Send" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:68 +#: templates/web/base/admin/reports/_edit_waste.html:30 +msgid "Send Fail Count:" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:121 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: templates/web/base/admin/users/_form_details.html:17 +msgid "Send login email" +msgstr "" + +#: templates/web/base/auth/_username_error.html:1 +#: templates/web/base/auth/_username_error.html:5 +msgid "Sending a confirmation text failed: \"%s\"" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 +msgid "Sent report back" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 +msgid "Sent to %s %s later" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:57 +#: templates/web/base/admin/reports/_edit_waste.html:19 +msgid "Sent:" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:74 +#: templates/web/base/admin/reports/_edit_waste.html:35 +#: templates/web/zurich/admin/stats/index.html:66 +msgid "Service:" +msgstr "" + +#: templates/web/base/auth/change_password.html:2 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:109 +msgid "Set password" +msgstr "" + +#: templates/web/base/report/inspect/information.html:59 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:18 +msgid "Share" +msgstr "" + +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + +#: templates/web/base/main_nav_items.html:10 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:25 +#: templates/web/base/report/_main.html:33 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/reports/body.html:38 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:29 +#: templates/web/base/reports/_list-filter-status.html:24 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_item.html:26 +#: templates/web/base/report/_main.html:144 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/questionnaire/index.html:60 +msgid "Show all updates" +msgstr "" + +#: templates/web/base/report/_show_name_label.html:3 +msgid "Show my name publicly" +msgstr "" + +#: templates/web/base/report/update.html:20 +msgid "Show name publicly?" +msgstr "" + +#: templates/web/base/pagination.html:12 +msgid "Show older" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:45 +msgid "Show older reports" +msgstr "" + +#: templates/web/base/report/photo.html:15 +msgid "Show photo" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/maps/openlayers.html:71 +msgid "Show pins" +msgstr "" + +#: templates/web/base/report/_main.html:69 +msgid "Show reporter’s name" +msgstr "" + +#: templates/web/base/reports/index.html:64 +msgid "Show reports in your area" +msgstr "" + +#: templates/web/base/auth/create.html:71 +#: templates/web/base/auth/general.html:4 +#: templates/web/base/auth/general.html:92 +#: templates/web/base/main_nav_items.html:6 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 +msgid "Sign in" +msgstr "" + +#: templates/web/base/auth/create.html:26 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + +#: templates/web/base/auth/create.html:24 +msgid "Sign in by email or text, providing a new password. When you click the link in your email or enter the SMS authentication code, your password will be updated." +msgstr "" + +#: templates/web/base/auth/general.html:1 +#: templates/web/zurich/auth/general.html:1 +msgid "Sign in or create an account" +msgstr "" + +#: templates/web/base/auth/general.html:85 +msgid "Sign in with a password" +msgstr "" + +#: templates/web/base/auth/create.html:31 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 +#: templates/web/zurich/auth/sign_out.html:1 +msgid "Sign out" +msgstr "" + +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 +msgid "Skip to main content" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_text.html:2 +msgid "Some categories may require additional information." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:40 +#: templates/web/base/admin/bodies/open311-form-fields.html:41 +msgid "" +"Some endpoints require an API key to indicate that the reports are being\n" +" sent from your FixMyStreet installation." +msgstr "" + +#: templates/web/base/alert/index.html:22 +msgid "Some photos of recent reports" +msgstr "" + +#. ('Optional comment for translator') +#: perllib/FixMyStreet/Template.pm:70 +msgid "Some text to localize" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Moderate.pm:144 +msgid "Someone has moderated this report since you started." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 +msgid "Sorry! You’ve hit the limit of images that can be attached to one report." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:96 +msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." +msgstr "" + +#: templates/web/base/auth/smsform.html:6 templates/web/base/auth/token.html:8 +msgid "Sorry, that wasn’t a valid link" +msgstr "" + +#: templates/web/base/auth/2fa/form-add.html:7 +#: templates/web/base/auth/2fa/form.html:5 +#: templates/web/base/auth/smsform.html:16 +msgid "Sorry, that wasn’t the correct code" +msgstr "" + +#: templates/web/base/tokens/abuse.html:5 +msgid "Sorry, there has been an error confirming your problem." +msgstr "" + +#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:50 +#: perllib/FixMyStreet/Geocode/OSM.pm:54 +msgid "Sorry, we could not find that location." +msgstr "" + +#: templates/web/base/auth/general.html:16 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:30 +msgid "Sorry, we could not log you in. Please fill in the form below." +msgstr "" + +#: perllib/FixMyStreet/Geocode/Bing.pm:47 +#: perllib/FixMyStreet/Geocode/Google.pm:56 +#: perllib/FixMyStreet/Geocode/Zurich.pm:119 +msgid "Sorry, we could not parse that location. Please try again." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +msgid "Sorry, we couldn't save your file(s), please try again." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Root.pm:130 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:200 +msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:29 +#: templates/web/base/reports/_list-filters-sort.html:2 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:71 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:63 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 +msgid "Staff:" +msgstr "" + +#: templates/web/base/debug_header.html:3 +msgid "Staging site" +msgstr "" + +#: templates/web/base/dashboard/index.html:102 +msgid "Start Date" +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + +#: templates/web/base/admin/emergencymessage/_ooh.html:45 +msgid "Start time" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:74 +#: templates/web/base/admin/bodies/category.html:30 +#: templates/web/base/admin/bodies/contact-form.html:48 +#: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:63 +#: templates/web/base/admin/list_updates.html:11 +#: templates/web/base/admin/reports/index.html:16 +#: templates/web/base/admin/templates/edit.html:62 +#: templates/web/base/admin/templates/view.html:8 +#: templates/web/base/admin/users/alerts.html:11 +#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/report/_inspect.html:34 +#: templates/web/base/report/_item.html:95 +#: templates/web/base/report/update/form_update.html:20 +#: templates/web/zurich/admin/bodies/contact-form.html:37 +msgid "State" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:116 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:117 +msgid "State and external status code cannot be used simultaneously." +msgstr "" + +#: perllib/FixMyStreet/Script/Alerts.pm:132 +#: templates/web/base/report/_update_state.html:7 +#: templates/web/base/report/updates.html:21 +msgid "State changed to:" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:105 +#: templates/web/base/admin/reports/_edit_waste.html:38 +#: templates/web/base/admin/update_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:63 +#: templates/web/zurich/admin/reports/edit.html:143 +#: templates/web/zurich/admin/reports/edit.html:91 +#: templates/web/zurich/admin/update_edit.html:17 +msgid "State:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:699 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: templates/web/base/admin/stats/index.html:1 +#: templates/web/base/admin/stats/state.html:1 +#: templates/web/zurich/admin/stats/index.html:1 +#: templates/web/zurich/header.html:71 +msgid "Stats" +msgstr "" + +#: templates/web/zurich/admin/_index_table.html:5 +msgid "Status" +msgstr "" + +#: templates/web/base/report/_update_state.html:22 +#: templates/web/base/report/updates.html:25 +msgid "Still open, via questionnaire" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/reports/edit.html:28 +msgid "Street View" +msgstr "" + +#: templates/web/base/report/new/subcategories.html:5 +msgid "Subcategory" +msgstr "" + +#: templates/web/zurich/admin/_index_table.html:9 +msgid "Subdivision/Body" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/form.html:82 +msgid "Subject" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:99 +#: templates/web/base/admin/reports/_edit_waste.html:75 +#: templates/web/base/report/update/moderation_diff.html:2 +#: templates/web/zurich/admin/reports/edit.html:41 +msgid "Subject:" +msgstr "" + +#: templates/web/base/auth/2fa/form-add.html:14 +#: templates/web/base/auth/2fa/form.html:20 +#: templates/web/base/auth/smsform.html:27 +#: templates/web/base/questionnaire/creator_fixed.html:21 +#: templates/web/base/report/form/submit.html:1 +#: templates/web/base/report/form/submit.html:2 +#: templates/web/base/report/form/user_loggedout_password.html:29 +#: templates/web/base/report/new/form_report.html:48 +#: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 +msgid "Submit" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:194 +#: templates/web/base/admin/reports/_edit_main.html:9 +#: templates/web/base/admin/reports/_edit_waste.html:243 +#: templates/web/base/admin/reports/_edit_waste.html:67 +#: templates/web/base/admin/update_edit.html:85 +#: templates/web/base/admin/users/form.html:192 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:259 +#: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 +msgid "Submit changes" +msgstr "" + +#: templates/web/base/questionnaire/index.html:100 +msgid "Submit questionnaire" +msgstr "" + +#: templates/web/zurich/admin/_index_table.html:5 +#: templates/web/zurich/admin/index-dm.html:8 +msgid "Submitted" +msgstr "" + +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 +msgid "Subscribe" +msgstr "" + +#: templates/web/base/alert/_list.html:85 +msgid "Subscribe by email" +msgstr "" + +#: templates/web/base/admin/users/alerts.html:22 +msgid "Subscribed:" +msgstr "" + +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 +msgid "Summaries are limited to %s characters in length. Please shorten your summary" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 +msgid "Summaries are limited to {0} characters in length. Please shorten your summary" +msgstr "" + +#: templates/web/base/offline/fallback.html:26 +#: templates/web/base/report/new/form_title.html:1 +msgid "Summarise the problem" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:181 +msgid "Summarise your changes" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:698 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/bodies/index.html:29 +#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 +#: templates/web/base/status/index.html:3 +#: templates/web/zurich/admin/index-dm.html:1 +#: templates/web/zurich/admin/index-sdm.html:1 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 +#: templates/web/zurich/header.html:47 +msgid "Summary" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:77 +msgid "Summary hint text" +msgstr "" + +#: templates/web/zurich/reports/index.html:0 +#: templates/web/zurich/reports/index.html:6 +msgid "Summary reports" +msgstr "" + +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/dashboard/index.html:21 +#: templates/web/base/dashboard/status.html:14 +msgid "Summary statistics" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:133 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/users/form.html:129 +msgid "Superusers have permission to perform all actions within the admin." +msgstr "" + +#: templates/web/base/admin/stats/index.html:12 +#: templates/web/base/admin/stats/questionnaire.html:1 +msgid "Survey Results" +msgstr "" + +#: templates/web/base/report/form/private_details.html:2 +#: templates/web/base/report/form/user.html:9 +msgid "Tell us about you" +msgstr "" + +#: templates/web/zurich/admin/templates/edit.html:7 +msgid "Template «%s»" +msgstr "" + +#: templates/web/base/admin/list_updates.html:45 +#: templates/web/base/admin/update_edit.html:17 +msgid "Template email response:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: templates/web/base/develop/email_list.html:3 +#: templates/web/zurich/header.html:75 +msgid "Templates" +msgstr "" + +#: templates/web/base/dashboard/heatmap-list.html:9 +msgid "Ten least recently updated open reports" +msgstr "" + +#: templates/web/zurich/admin/templates/view.html:9 +msgid "Text" +msgstr "" + +#: templates/web/base/tokens/confirm_alert.html:11 +msgid "Text alert created" +msgstr "" + +#: templates/web/base/tokens/confirm_alert.html:18 +msgid "Text alert deleted" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:69 +msgid "Text field" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:47 +msgid "Text for email alert:" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:33 +msgid "Text only version" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:37 +#: templates/web/base/admin/update_edit.html:13 +#: templates/web/base/admin/update_edit.html:97 +#: templates/web/zurich/admin/templates/edit.html:27 +#: templates/web/zurich/admin/update_edit.html:12 +msgid "Text:" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + +#: templates/web/base/tokens/confirm_problem.html:32 +msgid "Thank you for reporting this issue!" +msgstr "" + +#: templates/web/base/tokens/error.html:6 +msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so please let us know what went on and we'll look into it." +msgstr "" + +#: templates/web/base/tokens/confirm_update.html:16 +msgid "Thank you for updating this issue!" +msgstr "" + +#: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + +#: templates/web/base/questionnaire/completed.html:5 +msgid "Thank you for your feedback" +msgstr "" + +#: templates/web/base/around/_error_multiple.html:26 +msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" +msgstr "" + +#: templates/web/base/questionnaire/creator_fixed.html:10 +msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" +msgstr "" + +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:34 +msgid "Thanks, you have successfully enabled two-factor authentication on your account." +msgstr "" + +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 +msgid "That image doesn't appear to have uploaded correctly (%s), please try again." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Council.pm:105 +msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Location.pm:192 +msgid "That location does not appear to be in the UK; please try again." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth.pm:522 +msgid "That password has appeared in a known third-party data breach (more information); please choose another" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 +#: perllib/FixMyStreet/Cobrand/UK.pm:89 +msgid "That postcode was not recognised, sorry." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:291 +msgid "That problem has been marked as sent." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:283 +msgid "That problem will now be resent." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:181 +msgid "That report has been removed from FixMyStreet." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 +msgid "That user has been logged out." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 +msgid "That user has been made anonymous on all reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 +msgid "That user’s personal details have been removed." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 +msgid "That user’s reports and updates have been hidden." +msgstr "" + +#: templates/web/base/admin/manifesttheme/form.html:20 +msgid "The background colour defines a placeholder background colour for the application splash screen before it has loaded. Colours should be specified with CSS syntax, e.g. #ff00ff or rgb(255, 0, 255) or a named colour like fuchsia." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:14 +#: templates/web/base/admin/bodies/open311-form-fields.html:15 +msgid "" +"The endpoint is the URL of the service that FixMyStreet will connect to \n" +" when sending reports to this body." +msgstr "" + +#: templates/web/base/admin/manifesttheme/form.html:49 +msgid "The icons are used when the application is installed to the user's home screen. Icons must be square, with 512x512px and 192x192px being the most common sizes." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:27 +#: templates/web/base/admin/bodies/open311-form-fields.html:28 +msgid "" +"The jurisdiction is only needed if the endpoint is serving more\n" +" than one. If the body is running its own endpoint, you can usually leave this blank." +msgstr "" + +#: templates/web/base/admin/manifesttheme/form.html:5 +msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 +#: templates/web/base/admin/bodies/form.html:116 +#: templates/web/base/admin/bodies/form.html:117 +msgid "" +"The send method determines how problem reports will be sent to the body.\n" +" If you leave this blank, send method defaults to email." +msgstr "" + +#: templates/web/base/admin/manifesttheme/form.html:10 +msgid "The short name is a string that represents the name of the web application displayed to the user if there is not enough space to display name (e.g., as a label for an icon on the phone home screen)." +msgstr "" + +#: templates/web/base/admin/manifesttheme/form.html:15 +msgid "The theme colour defines the default theme colour for the application. This sometimes affects how the OS displays the site (e.g., on Android's task switcher, the theme colour surrounds the site). Colours should be specified with CSS syntax, e.g. #ff00ff or rgb(255, 0, 255) or a named colour like fuchsia." +msgstr "" + +#: templates/web/base/open311/index.html:84 +msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." +msgstr "" + +#: templates/web/base/admin/bodies/form.html:17 +#: templates/web/base/admin/bodies/form.html:18 +msgid "" +"The body's name identifies the body (for example, Borsetshire District Council)\n" +" and may be displayed publically." +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:30 +msgid "The code used to store this field value in the database." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:57 +msgid "The contact has been confirmed as correct." +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_text.html:2 +#: templates/web/zurich/report/new/fill_in_details_text.html:3 +msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." +msgstr "" + +#: templates/web/base/admin/bodies/edit-league.html:3 +#: templates/web/base/admin/bodies/edit-league.html:4 +msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:45 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 +msgid "The error was: %s" +msgstr "" + +#: templates/web/base/open311/index.html:79 +msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." +msgstr "" + +#: perllib/FixMyStreet/Geocode/OSM.pm:154 +msgid "The following information about the nearest road might be inaccurate or irrelevant, if the problem is close to several roads or close to a road without a name registered in OpenStreetMap." +msgstr "" + +#: db/alert_types.pl:19 db/alert_types.pl:23 db/alert_types.pl:27 +#: db/alert_types.pl:31 +msgid "The latest local problems reported by users" +msgstr "" + +#: db/alert_types.pl:35 +msgid "The latest problems for {{COUNCIL}} reported by users" +msgstr "" + +#: db/alert_types.pl:39 +msgid "The latest problems for {{COUNCIL}} within {{WARD}} ward reported by users" +msgstr "" + +#: db/alert_types.pl:11 +msgid "The latest problems reported by users" +msgstr "" + +#: db/alert_types.pl:15 +msgid "The latest problems reported fixed by users" +msgstr "" + +#: db/alert_types.pl:43 +msgid "The latest problems within {{NAME}}'s boundary reported by users" +msgstr "" + +#: templates/web/base/auth/smsform.html:7 templates/web/base/auth/token.html:9 +msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." +msgstr "" + +#: templates/web/base/admin/bodies/form.html:66 +msgid "The list of available areas is being provided by the MapIt service at %s." +msgstr "" + +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 +msgid "The passwords do not match" +msgstr "" + +#: templates/web/base/admin/emergencymessage/edit.html:57 +msgid "The reporting message will be shown on reporting pages." +msgstr "" + +#: templates/web/base/errors/page_error_404_not_found.html:9 +msgid "The requested URL '%s' was not found on this server" +msgstr "" + +#: templates/web/base/admin/roles/form.html:5 +msgid "The role's name is used to refer to this group of permissions elsewhere in the admin." +msgstr "" + +#: templates/web/base/admin/users/import.html:68 +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" +msgstr "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +msgid "The user could not locate the problem on a map, but to see the area around the location they entered" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 +msgid "The user has been sent a login email" +msgstr "" + +#: templates/web/base/admin/users/_form_details.html:4 +#: templates/web/base/admin/users/_form_details.html:5 +msgid "" +"The user's name is displayed publicly on reports that have not been marked anonymous.\n" +" Names are not necessarily unique." +msgstr "" + +#: templates/web/base/admin/manifesttheme/form.html:1 +msgid "Theme" +msgstr "" + +#: templates/web/base/admin/manifesttheme/index.html:10 +msgid "Theme Colour" +msgstr "" + +#: templates/web/base/admin/manifesttheme/index.html:1 +msgid "Themes" +msgstr "" + +#: templates/web/base/around/_on_map_empty.html:1 +#: templates/web/base/dashboard/heatmap-list.html:21 +#: templates/web/base/my/_problem-list.html:8 +#: templates/web/base/reports/_problem-list.html:13 +msgid "There are no reports to show." +msgstr "" + +#: templates/web/base/report/new/duplicate_suggestions.html:12 +msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 +msgid "There is already a template with that title." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:144 +msgid "There is already an auto-response template for this category/state." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:102 +msgid "There must be template text if there is alternative email text." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 +msgid "There was a problem showing the All Reports page. Please try again later." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Contact.pm:170 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:44 +msgid "There was a problem showing this page. Please try again later." +msgstr "" + +#: templates/web/base/auth/_username_error.html:0 +#: templates/web/base/auth/_username_error.html:14 +msgid "There was a problem with your login information." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 +msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:385 +msgid "There was a problem with your update. Please try again." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 +msgid "There were problems with your report. Please see below." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:436 +msgid "There were problems with your update. Please see below." +msgstr "" + +#: templates/web/base/admin/category-checkboxes.html:32 +msgid "These categories appear in more than one group:" +msgstr "" + +#: templates/web/base/report/form/private_details.html:13 +#: templates/web/base/report/new/councils_text_private.html:6 +msgid "These details will be sent to the council, but will never be shown online without your permission." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:4 +msgid "These details will never be shown online without your permission." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:3 +#: templates/web/base/admin/bodies/open311-form-fields.html:4 +msgid "" +"These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.
\n" +" You don't need to set them if the Send Method is email..\n" +" For more information on Open311, see \n" +" this article.\n" +" " +msgstr "" + +#: templates/web/base/admin/users/import.html:43 +msgid "These users weren't updated." +msgstr "" + +#: templates/web/base/report/new/councils_text.html:4 +#: templates/web/base/report/new/councils_text.html:5 +msgid "These will be published online for others to see, in accordance with our privacy policy." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:11 +#: templates/web/base/report/new/councils_text_all.html:8 +msgid "These will be sent to %s and also published online for others to see, in accordance with our privacy policy." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:18 +#: templates/web/base/report/new/councils_text_all.html:8 +msgid "These will be sent to %s but not published online." +msgstr "" + +#: templates/web/base/open311/index.html:69 +msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." +msgstr "" + +#: templates/web/base/admin/bodies/body.html:49 +msgid "" +"This body covers no area. This means that it has no jurisdiction over problems reported at any location.\n" +" Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" +" Currently, users cannot report problems to this body." +msgstr "" + +#: templates/web/base/admin/bodies/body.html:59 +msgid "This body has no contacts. This means that currently problems reported to this body will not be sent." +msgstr "" + +#: templates/web/base/admin/bodies/form.html:60 +#: templates/web/base/admin/bodies/form.html:61 +msgid "" +"This body will only be sent reports for problems that are located in the area covered.\n" +" A body will not receive any reports unless it covers at least one area." +msgstr "" + +#. ($b->name) +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 +msgid "This cobrand is already assigned to another body: " +msgstr "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." +msgstr "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 +msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." +msgstr "" + +#: templates/web/base/admin/emergencymessage/edit.html:16 +msgid "This emergency message will be shown on the homepage." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +msgid "This field is required." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 +#: perllib/FixMyStreet/Cobrand/UK.pm:61 +msgid "This information is required" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:21 +msgid "This is a private name for this template so you can identify it when updating reports or editing in the admin." +msgstr "" + +#: templates/web/base/admin/templates/edit.html:33 +msgid "This is the public text that will be shown on the site." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 +msgid "This is the problem" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:43 +msgid "This is the text that will be sent to the reporting citizen in the alert email." +msgstr "" + +#: templates/web/base/admin/users/form.html:114 +msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." +msgstr "" + +#: templates/web/base/admin/users/import.html:65 +msgid "This page is a quick way to create many new staff users in one go." +msgstr "" + +#: templates/web/base/report/update/form_state_checkbox.html:16 +msgid "This problem has been fixed" +msgstr "" + +#: templates/web/base/report/update/form_state_checkbox.html:9 +msgid "This problem has not been fixed" +msgstr "" + +#: templates/web/base/report/update/form_state_checkbox.html:7 +msgid "This problem is still ongoing" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 +msgid "This report" +msgstr "" + +#: templates/web/base/report/duplicate-no-updates.html:5 +msgid "This report is a duplicate. Please leave updates on the original report:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:144 +#: templates/web/zurich/report/_main.html:14 +msgid "This report is awaiting moderation." +msgstr "" + +#: perllib/FixMyStreet/Script/Alerts.pm:149 +msgid "This report is currently marked as closed." +msgstr "" + +#: perllib/FixMyStreet/Script/Alerts.pm:147 +msgid "This report is currently marked as fixed." +msgstr "" + +#: perllib/FixMyStreet/Script/Alerts.pm:151 +msgid "This report is currently marked as open." +msgstr "" + +#: templates/web/base/report/_updates_disallowed_message.html:1 +#: templates/web/base/report/display.html:55 +msgid "This report is now closed to updates." +msgstr "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 +msgid "This web page also contains a photo of the problem, provided by the user." +msgstr "" + +#: templates/web/base/auth/generate_token.html:16 +msgid "This will be the only time this token is visible, so please make a note of it now." +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/reports/edit.html:136 +#: templates/web/zurich/admin/reports/edit.html:94 +msgid "Time spent (in minutes):" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: templates/web/base/admin/timeline.html:1 +#: templates/web/base/admin/users/index.html:68 +#: templates/web/base/admin/users/log.html:1 +msgid "Timeline" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + +#: templates/web/base/admin/flagged.html:15 +#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/reports/index.html:13 +#: templates/web/base/admin/templates/view.html:6 +#: templates/web/zurich/admin/templates/view.html:8 +msgid "Title" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 +msgid "Title:" +msgstr "" + +#: templates/web/base/dashboard/heatmap.html:30 +msgid "To" +msgstr "" + +#: templates/web/base/alert/_index_text.html:21 +msgid "To find out what local alerts we have for you, please enter your %s postcode or street name and area:" +msgstr "" + +#: templates/web/base/alert/_index_text.html:23 +msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + +#: templates/web/base/report/update-form-wrapper.html:5 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 +msgid "To view a map of the precise location of this issue" +msgstr "" + +#: templates/web/base/auth/generate_token.html:11 +#: templates/web/base/auth/generate_token.html:70 +msgid "Token" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth.pm:151 +msgid "Too many login attempts. Please wait %d seconds before trying again" +msgstr "" + +#: templates/web/base/reports/index.html:126 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:111 +msgid "Top 5 responsive councils" +msgstr "" + +#: templates/web/base/reports/index.html:98 +msgid "Top 5 wards" +msgstr "" + +#: templates/web/base/admin/stats/fix_rate.html:4 +#: templates/web/base/admin/stats/questionnaire.html:24 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 +#: templates/web/zurich/admin/stats/index.html:51 +msgid "Total" +msgstr "" + +#: templates/web/base/admin/bodies/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/bodies/_translations.html:2 +msgid "Translations" +msgstr "" + +#: templates/web/base/auth/2fa/form-add.html:8 +#: templates/web/base/auth/2fa/form.html:6 +#: templates/web/base/auth/smsform.html:17 +msgid "Try again" +msgstr "" + +#: templates/web/base/contact/submit.html:14 +msgid "Try emailing us directly:" +msgstr "" + +#: templates/web/base/auth/2fa/intro.html:2 +#: templates/web/base/auth/2fa/intro.html:6 +#: templates/web/base/auth/generate_token.html:40 +#: templates/web/base/auth/generate_token.html:53 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:33 +msgid "Two-factor authentication has been activated" +msgstr "" + +#: templates/web/base/auth/generate_token.html:25 +msgid "Two-factor authentication has been deactivated" +msgstr "" + +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +#: templates/web/base/admin/users/alerts.html:9 +msgid "Type" +msgstr "" + +#: templates/web/base/admin/users/form.html:33 +msgid "Unban" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:54 +#: templates/web/zurich/admin/reports/edit.html:82 +#: templates/web/zurich/admin/update_edit.html:18 +msgid "Unconfirmed" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:92 +msgid "Undo last" +msgstr "" + +#: templates/web/base/report/banner.html:13 +msgid "Unknown" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 +msgid "Unknown alert type" +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Photo.pm:136 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 +#: templates/web/base/js/translation_strings.html:57 +msgid "Unknown error" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 +msgid "Unknown problem ID" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 +msgid "Unknown update ID" +msgstr "" + +#: templates/web/base/reports/_list-filter-status.html:25 +msgid "Unshortlisted" +msgstr "" + +#: templates/web/base/report/_item.html:37 +msgid "Up one" +msgstr "" + +#: templates/web/base/admin/states/index.html:76 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 +#: templates/web/base/report/update/form_update.html:8 +msgid "Update" +msgstr "" + +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + +#: templates/web/base/admin/timeline.html:33 +msgid "Update %s created for problem %d; by %s" +msgstr "" + +#: templates/web/base/contact/form.html:16 +msgid "Update below added anonymously at %s" +msgstr "" + +#: templates/web/base/contact/form.html:18 +msgid "Update below added by %s at %s" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:154 +#: templates/web/zurich/admin/bodies/form.html:63 +msgid "Update body" +msgstr "" + +#: templates/web/base/admin/stats/state.html:21 +msgid "Update breakdown by state" +msgstr "" + +#: db/alert_types.pl:7 +msgid "Update by {{name}}" +msgstr "" + +#: templates/web/base/admin/update_edit.html:49 +#: templates/web/zurich/admin/update_edit.html:25 +msgid "Update changed problem state to %s" +msgstr "" + +#: templates/web/base/admin/update_edit.html:51 +msgid "Update marked problem as fixed" +msgstr "" + +#: templates/web/base/admin/emergencymessage/edit.html:90 +msgid "Update message" +msgstr "" + +#: templates/web/base/admin/update_edit.html:53 +msgid "Update reopened problem" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:124 +msgid "Update statuses" +msgstr "" + +#: templates/web/zurich/admin/_index_table.html:5 +msgid "Updated" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:328 +msgid "Updated by %s (%s) at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:330 +msgid "Updated by %s at %s" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 +#: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:839 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:864 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 +msgid "Updated!" +msgstr "" + +#: templates/web/base/admin/list_updates.html:2 +#: templates/web/base/dashboard/index.html:137 +#: templates/web/base/report/update.html:4 +#: templates/web/zurich/report/updates.html:2 +msgid "Updates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:207 +msgid "Updates are limited to %s characters in length. Please shorten your update" +msgstr "" + +#: db/alert_types.pl:5 db/alert_types.pl:6 +msgid "Updates on {{title}}" +msgstr "" + +#. ("%s is the site name") +#: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:9 +msgid "Updates to this problem, %s" +msgstr "" + +#: templates/web/base/admin/users/import.html:64 +msgid "Usage notes" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:137 +msgid "Use Open311 problem fetching" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:76 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/around/_postcode_form_geolocation.html:2 +msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +msgid "Use my location" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:91 +msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:146 +msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:140 +msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:113 +msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:90 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: templates/web/base/admin/users/import.html:1 +msgid "User Import" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 +msgid "User added to abuse list" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 +msgid "User already exists" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 +msgid "User already in abuse list" +msgstr "" + +#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/index.html:65 +msgid "User in abuse table" +msgstr "" + +#: templates/web/base/admin/users/index.html:20 +msgid "User search finds matches in users' names and email addresses." +msgstr "" + +#: templates/web/base/admin/users/alerts.html:2 +msgid "User's alerts" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:178 +#: templates/web/base/admin/reports/_edit_waste.html:52 +#: templates/web/base/admin/update_edit.html:35 +msgid "User:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 +#: templates/web/base/admin/flagged.html:29 +#: templates/web/base/admin/roles/index.html:25 +#: templates/web/zurich/header.html:67 +msgid "Users" +msgstr "" + +#: templates/web/base/admin/users/form.html:143 +msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." +msgstr "" + +#: templates/web/base/admin/users/form.html:159 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: templates/web/base/admin/roles/form.html:14 +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 +msgid "Values updated" +msgstr "" + +#: templates/web/base/my/my.html:46 templates/web/base/my/my.html:58 +msgid "Verify" +msgstr "" + +#: templates/web/base/auth/change_email.html:2 +#: templates/web/base/auth/change_email.html:5 +msgid "Verify email address" +msgstr "" + +#: templates/web/base/auth/change_phone.html:2 +#: templates/web/base/auth/change_phone.html:5 +msgid "Verify phone number" +msgstr "" + +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:13 +#: templates/web/base/admin/reports/_edit_waste.html:11 +#: templates/web/base/admin/update_edit.html:11 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/reports/edit.html:24 +#: templates/web/zurich/admin/update_edit.html:10 +msgid "View report on site" +msgstr "" + +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 +msgid "View reports by ward" +msgstr "" + +#: templates/web/base/reports/body.html:21 +msgid "View wards" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 +msgid "View/Mark private reports" +msgstr "" + +#. ("JS") +#: templates/web/base/around/display_location.html:0 +#: templates/web/base/around/display_location.html:40 +#: templates/web/base/js/translation_strings.html:61 +msgid "Viewing a location" +msgstr "" + +#: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 +msgid "Viewing a problem" +msgstr "" + +#: templates/web/base/dashboard/index.html:43 +msgid "Ward:" +msgstr "" + +#: templates/web/base/reports/body.html:17 +msgid "Wards of this council" +msgstr "" + +#: templates/web/base/admin/waste/index.html:1 +msgid "WasteWorks Configuration" +msgstr "" + +#: templates/web/base/admin/waste/edit.html:1 +msgid "WasteWorks Configuration for %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:744 +msgid "WasteWorks config" +msgstr "" + +#: templates/web/base/alert/choose.html:7 +#: templates/web/base/around/_error_multiple.html:6 +msgid "We found more than one match for that location." +msgstr "" + +#: templates/web/base/around/lookup_by_ref.html:6 +msgid "We found more than one match for that problem reference:" +msgstr "" + +#: templates/web/base/auth/smsform.html:20 +msgid "We have sent a confirmation code to your phone. Please enter it below:" +msgstr "" + +#: templates/web/base/auth/general.html:13 +#: templates/web/base/report/display.html:35 +#: templates/web/base/report/new/oauth_email_form.html:5 +msgid "We need your email address, please give it below." +msgstr "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 +msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." +msgstr "" + +#: templates/web/base/index-steps.html:11 +msgid "We send it to the council on your behalf" +msgstr "" + +#: templates/web/base/alert/choose.html:13 +#: templates/web/base/around/_error_multiple.html:20 +msgid "We show up to ten matches, please try a different search if yours is not here." +msgstr "" + +#: templates/web/zurich/report/new/notes.html:4 +msgid "We will only use your personal information in accordance with our privacy policy." +msgstr "" + +#: templates/web/base/questionnaire/completed-open.html:2 +msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" +msgstr "" + +#: templates/web/base/dashboard/index.html:151 +msgid "Website" +msgstr "" + +#: templates/web/base/contact/submit.html:7 +msgid "We’ll get back to you as soon as we can." +msgstr "" + +#: templates/web/base/report/new/duplicate_suggestions.html:14 +msgid "We’ve already reported these nearby problems to the council. Is one of them yours?" +msgstr "" + +#: templates/web/base/admin/bodies/category.html:28 +#: templates/web/zurich/admin/bodies/body.html:18 +msgid "When edited" +msgstr "" + +#: templates/web/base/admin/problem_row.html:39 +msgid "When sent" +msgstr "" + +#: templates/web/base/alert/_list.html:11 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:42 +msgid "Which report is it a duplicate of?" +msgstr "" + +#: templates/web/base/tokens/confirm_alert.html:9 +msgid "Why stop there? Set up more alerts for free." +msgstr "" + +#: templates/web/base/open311/index.html:86 +msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." +msgstr "" + +#: templates/web/base/dashboard/index.html:192 +msgid "Within the specified timeframe:" +msgstr "" + +#: templates/web/base/front/footer-marketing.html:3 +msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." +msgstr "" + +#: templates/web/base/questionnaire/index.html:90 +msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" +msgstr "" + +#: templates/web/base/report/new/duplicate_suggestions.html:26 +msgid "Would you like us to notify you when this problem is updated or fixed?" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:126 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:127 +#: templates/web/base/admin/bodies/category.html:6 +#: templates/web/base/admin/bodies/index.html:70 +#: templates/web/base/admin/flagged.html:47 +#: templates/web/base/admin/list_updates.html:26 +#: templates/web/base/admin/list_updates.html:28 +#: templates/web/base/admin/list_updates.html:29 +#: templates/web/base/admin/problem_row.html:13 +#: templates/web/base/admin/reports/_edit_main.html:171 +#: templates/web/base/admin/reports/_edit_main.html:78 +#: templates/web/base/admin/update_edit.html:23 +#: templates/web/base/admin/users/alerts.html:21 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 +msgid "Yes" +msgstr "" + +#: templates/web/base/contact/form.html:33 +msgid "You are complaining that this problem report was unnecessarily moderated:" +msgstr "" + +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 +msgid "You are not sure of the origin or validity of the contact." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:109 +msgid "You are offline" +msgstr "" + +#: templates/web/base/contact/unsuitable-text.html:2 +msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" +msgstr "" + +#: templates/web/base/contact/form.html:10 +msgid "You are reporting the following update for being abusive, containing personal information, or similar:" +msgstr "" + +#: templates/web/base/report/_updates_disallowed_message.html:2 +msgid "You can make a new report in the same location." +msgstr "" + +#: templates/web/zurich/tokens/confirm_problem.html:6 +#: templates/web/zurich/tokens/confirm_problem.html:8 +msgid "You can view the problem on this site." +msgstr "" + +#: templates/web/base/admin/users/form.html:21 +msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:81 +msgid "You can add an optional photo" +msgstr "" + +#: templates/web/base/alert/_list.html:21 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + +#: templates/web/base/contact/index.html:30 +msgid "You can contact technical support on %s" +msgstr "" + +#: templates/web/base/admin/flagged.html:5 +msgid "" +"You can flag any report or user by editing them, and they will be listed on this page.\n" +" For example, this can useful if you want to keep an eye on a user who has posted inappropriate\n" +" reports in the past." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:13 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:10 +#: templates/web/base/report/new/top_message_some.html:11 +msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." +msgstr "" + +#: templates/web/base/admin/bodies/form.html:107 +msgid "You can mark a body as deleted if you do not want it to be active on the site." +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:3 +msgid "You can move around with your keyboard" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 +msgid "You cannot rename a category to an existing category" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:54 +msgid "You declined; please fill in the box above" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:111 +msgid "You have %s saved to submit." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:39 +msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:59 +msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." +msgstr "" + +#: templates/web/base/report/form/photo_upload.html:16 +msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." +msgstr "" + +#: templates/web/base/report/form/photo_upload.html:18 +msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." +msgstr "" + +#: templates/web/base/auth/sign_out.html:4 +#: templates/web/zurich/auth/sign_out.html:3 +msgid "You have been signed out" +msgstr "" + +#: templates/web/zurich/report/new/sidebar.html:7 +msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 +msgid "You have successfully added your phone number." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:159 +#: templates/web/zurich/tokens/confirm_problem.html:6 +msgid "You have successfully confirmed your email address." +msgstr "" + +#: templates/web/base/auth/change_phone.html:15 +msgid "You have successfully confirmed your phone number." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 +msgid "You have successfully removed your phone number." +msgstr "" + +#: templates/web/base/report/display.html:25 +#: templates/web/base/report/new/login_success_form.html:3 +msgid "You have successfully signed in; please check and confirm your details are accurate:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 +msgid "You have successfully verified your phone number." +msgstr "" + +#: templates/web/base/my/my.html:122 +msgid "You haven’t created any reports yet. Report a problem now." +msgstr "" + +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + +#: templates/web/base/admin/index.html:10 +msgid "You need to add some bodies (such as councils or departments) before any reports can be sent." +msgstr "" + +#: templates/web/base/admin/bodies/index.html:11 +msgid "" +"You need to add bodies (such as councils or departments) so that you can then add\n" +" the categories of problems they can handle (such as potholes or streetlights) and the\n" +" contacts (such as an email address) to which reports are sent." +msgstr "" + +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 +msgid "Your Reports" +msgstr "" + +#: templates/web/base/auth/2fa/intro.html:12 +#: templates/web/base/auth/change_password.html:13 +#: templates/web/base/auth/generate_token.html:19 +#: templates/web/base/auth/generate_token.html:27 +#: templates/web/base/auth/generate_token.html:35 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 +msgid "Your account" +msgstr "" + +#: templates/web/base/auth/2fa/intro.html:18 +msgid "Your account requires two-factor authentication to be set up." +msgstr "" + +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 +#: templates/web/base/contact/enquiry/index.html:18 +#: templates/web/base/contact/form.html:70 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_email.html:6 +#: templates/web/base/report/new/duplicate_suggestions.html:45 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 +msgid "Your email" +msgstr "" + +#: templates/web/base/auth/change_email.html:15 +msgid "Your email address" +msgstr "" + +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 +#: templates/web/base/report/form/user_loggedout_email.html:3 +msgid "Your email or mobile" +msgstr "" + +#: templates/web/base/report/updates-sidebar-notes.html:3 +msgid "Your information will only be used in accordance with our privacy policy" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/form.html:64 +msgid "Your name" +msgstr "" + +#: templates/web/base/my/anonymize.html:13 +msgid "Your name has already been sent to %s, but we can hide it on this page:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:355 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:351 +msgid "Your name has been hidden." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 +msgid "Your offline reports" +msgstr "" + +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 +#: templates/web/base/report/form/user_loggedout_password.html:13 +msgid "Your password" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 +#: templates/web/base/auth/change_password.html:12 +msgid "Your password has been changed" +msgstr "" + +#: templates/web/base/auth/create.html:34 +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "" + +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 +msgid "Your password should include %d or more characters." +msgstr "" + +#: templates/web/base/auth/change_phone.html:19 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/form.html:77 +msgid "Your phone number" +msgstr "" + +#: templates/web/base/questionnaire/index.html:50 +msgid "Your report" +msgstr "" + +#: perllib/FixMyStreet/Script/Alerts.pm:449 +msgid "" +"Your report (%d) has had an update; to view: %s\n" +"\n" +"To stop: %s" +msgstr "" + +#: templates/web/base/my/my.html:119 +msgid "Your reports" +msgstr "" + +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +msgid "Your shortlist" +msgstr "" + +#: templates/web/base/auth/generate_token.html:8 +msgid "Your token has been generated" +msgstr "" + +#: templates/web/base/report/update/form_user.html:6 +msgid "Your update" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:102 +msgid "Your update has been saved offline for submission when back online." +msgstr "" + +#: templates/web/base/my/my.html:142 +msgid "Your updates" +msgstr "" + +#: perllib/FixMyStreet/SMS.pm:62 +msgid "Your verification code is %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_user_loggedin.html:14 +msgid "Yourself" +msgstr "" + +#: templates/web/base/admin/users/import.html:72 +msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." +msgstr "" + +#: templates/web/base/admin/users/import.html:73 +msgid "a colon-separated list of roles to assign to that user." +msgstr "" + +#: templates/web/base/report/inspect/information.html:10 +msgid "admin" +msgstr "" + +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 +#: templates/web/base/admin/category-checkboxes.html:5 +#: templates/web/base/admin/users/form.html:170 +msgid "all" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:130 +#: perllib/FixMyStreet/DB/Result/Comment.pm:295 +#: perllib/FixMyStreet/DB/Result/User.pm:383 +#: templates/web/base/admin/update_edit.html:95 +#: templates/web/base/report/update/moderation_meta.html:2 +msgid "an administrator" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:338 +msgid "and a defect raised" +msgstr "" + +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" +msgstr "" + +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 +msgid "council" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:30 +msgid "didn't use map" +msgstr "" + +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 +msgid "e.g. ‘%s’ or ‘%s’" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/report/new/form_title.html:2 +msgid "e.g. ‘10 inch pothole on Example St, near post box’" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:84 +#: templates/web/base/report/new/form_report.html:79 +msgid "e.g. ‘This pothole has been here for two months and…’" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:93 +msgid "edit user" +msgstr "" + +#: templates/web/base/status/stats.html:20 +#: templates/web/zurich/admin/index.html:5 +msgid "from %s different users" +msgstr "" + +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + +#: templates/web/base/report/_item_small.html:26 +#: templates/web/zurich/report/_item.html:16 +msgid "last updated %s" +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:7 +msgid "left" +msgstr "" + +#: perllib/Utils.pm:226 +msgid "less than a minute" +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:6 +msgid "minus" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 +#: templates/web/base/admin/stats/questionnaire.html:15 +#: templates/web/base/admin/stats/questionnaire.html:16 +msgid "n/a" +msgstr "" + +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 +#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/users/form.html:171 +msgid "none" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:80 +msgid "not the council's responsibility" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:26 +#: templates/web/base/contact/form.html:78 +msgid "optional" +msgstr "" + +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 +msgid "or" +msgstr "" + +#: templates/web/base/auth/general.html:6 +msgid "or create an account" +msgstr "" + +#: templates/web/base/auth/create.html:16 +msgid "or sign in" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:27 +#: templates/web/base/admin/reports/_edit_main.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:33 +#: templates/web/zurich/admin/report_edit-sdm.html:34 +#: templates/web/zurich/admin/reports/edit.html:35 +#: templates/web/zurich/admin/reports/edit.html:36 +#: templates/web/zurich/admin/reports/edit.html:51 +#: templates/web/zurich/admin/reports/edit.html:52 +msgid "originally entered: “%s”" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:46 +msgid "other areas:" +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:5 +msgid "plus" +msgstr "" + +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + +#: templates/web/base/maps/_map_instructions.html:8 +msgid "right" +msgstr "" + +#: templates/web/zurich/admin/bodies/contact-form.html:29 +msgid "show" +msgstr "" + +#: templates/web/zurich/footer.html:12 +msgid "sign out" +msgstr "" + +#: templates/web/base/maps/_map_instructions.html:15 +#: templates/web/base/maps/_map_instructions.html:21 +msgid "space" +msgstr "" + +#: templates/web/base/admin/users/import.html:71 +msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." +msgstr "" + +#: templates/web/base/report/new/form_public_councils_text.html:6 +msgid "the local council" +msgstr "" + +#: templates/web/base/report/_report_meta_info.html:5 +#: templates/web/zurich/report/_main.html:7 +msgid "there is no pin shown as the user did not use the map" +msgstr "" + +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 +msgid "this type of local problem" +msgstr "" + +#: perllib/Utils.pm:176 +msgid "today" +msgstr "" + +#: templates/web/base/report/inspect/_assignment-options.html:11 +msgid "unassigned" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:112 +msgid "update" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:113 +msgid "updates" +msgstr "" + +#: templates/web/base/admin/reports/_edit_main.html:30 +msgid "used map" +msgstr "" + +#: templates/web/base/admin/update_edit.html:42 +msgid "user is from same council as problem - %d" +msgstr "" + +#: templates/web/base/admin/update_edit.html:45 +msgid "user is problem owner" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 +msgid "user not in abuse list" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 +msgid "user removed from abuse list" +msgstr "" + +#: templates/web/base/reports/body.html:0 +#: templates/web/base/reports/body.html:9 +msgid "ward" +msgstr "" + +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + +#: templates/web/base/admin/bodies/index.html:56 +#, perl-format +msgid "%d address" +msgid_plural "%d addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/Utils.pm:249 +#, perl-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/Utils.pm:251 +#, perl-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/Utils.pm:253 +#, perl-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/Utils.pm:245 +#, perl-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format +msgid "%d photo" +msgid_plural "%d photos" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/report/_support.html:6 +#, perl-format +msgid "%d supporter" +msgid_plural "%d supporters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/Utils.pm:247 +#, perl-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/Utils.pm:243 +#, perl-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/reports/index.html:120 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/reports/index.html:57 +#, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/reports/index.html:45 +#, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/reports/index.html:136 +#, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/reports/index.html:51 +#, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/front/stats.html:20 +#, perl-format +msgid "%s completed in past month" +msgid_plural "%s completed in past month" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/front/stats.html:29 +#, perl-format +msgid "%s fixed in past month" +msgid_plural "%s fixed in past month" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/front/stats.html:8 +#, perl-format +msgid "%s report in past week" +msgid_plural "%s reports in past week" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/front/stats.html:13 +#, perl-format +msgid "%s report recently" +msgid_plural "%s reports recently" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/front/stats.html:37 +#, perl-format +msgid "%s update on reports" +msgid_plural "%s updates on reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: perllib/FixMyStreet/App/Form/Field/FileIdPhoto.pm:27 +#, perl-format +msgid "Please supply %s photo" +msgid_plural "Please supply %s photos" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/report/_item_small.html:14 +#, perl-format +msgid "Reported %d day ago" +msgid_plural "Reported %d days ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/report/new/top_message_some.html:3 +#, perl-format +msgid "We do not yet have details for the other council that covers this location." +msgid_plural "We do not yet have details for the other councils that cover this location." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/report/new/top_message_none.html:3 +#, perl-format +msgid "We do not yet have details for the council that covers this location." +msgid_plural "We do not yet have details for the councils that cover this location." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/waste/garden/subscribe_summary.html:20 +#, perl-format +msgid "bin" +msgid_plural "bins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/report/_item_small.html:24 +#, perl-format +msgid "last updated %d day ago" +msgid_plural "last updated %d days ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/email/default/inactive-account.html:18 +#, perl-format +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/email/westminster/archive.html:25 +#, perl-format +msgid "report" +msgid_plural "reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" diff --git a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po index 0c68e779611..91da51776de 100644 --- a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/mysociety/teams/12067/sl_SI/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Slovenian (Slovenia) (https://app.transifex.com/mysociety/teams/12067/sl_SI/)\n" "Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "in" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "(samo a-z in presledek)" msgid "(closed)" msgstr "(zaprto)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,16 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(rešeno)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Ni novih posodobitev" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -176,7 +168,7 @@ msgstr "" msgid "(no longer exists)" msgstr "(ne obstaja več)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "" @@ -184,19 +176,19 @@ msgstr "" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcijsko)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(poslano vsem)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(poslano obema)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "— Izberi kategorijo —" @@ -267,11 +259,11 @@ msgstr "" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -297,9 +289,8 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Dodaj novo kategorijo" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -338,6 +329,11 @@ msgstr "Dodaj možnost" msgid "Add phone number" msgstr "Dodaj telefonsko številko" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Dodaj uporabnika" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -362,25 +358,25 @@ msgstr "Dodaj na seznam" msgid "Add user" msgstr "Dodaj uporabnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "" @@ -398,7 +394,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "" @@ -468,10 +464,9 @@ msgstr "" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Skrij moje ime v tem popravku" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -485,17 +480,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Dodaj e-pošto" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "" @@ -509,7 +503,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -521,6 +515,10 @@ msgstr "" msgid "Another user" msgstr "Drug uporabnik" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -534,6 +532,7 @@ msgstr "Ali želite prekiniti prenos?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Ali ste prepričani?" @@ -544,7 +543,7 @@ msgstr "Ali ste prepričani?" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -557,10 +556,9 @@ msgstr "" msgid "Assign" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Zadnje težave prijavljene od uporabnikov" +msgstr "" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" @@ -591,24 +589,21 @@ msgstr "" msgid "Assign to:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Razpoložljive kategorije" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Razpoložljive kategorije" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Razpoložljive kategorije" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -618,7 +613,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -630,7 +625,7 @@ msgstr "Samodejni odgovor" msgid "Auto-response:" msgstr "Samodejni odgovor:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -663,7 +658,7 @@ msgstr "Nazaj na vsa poročila" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -671,10 +666,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -691,12 +686,17 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -707,11 +707,11 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 msgid "Can’t use the map? Skip this step." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -726,7 +726,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -740,11 +740,11 @@ msgstr "" msgid "Category" msgstr "" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -769,9 +769,8 @@ msgid "Change" msgstr "Spremeni" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Zamenjaj geslo" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -780,7 +779,7 @@ msgstr "Spremeni e-mail" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Zamenjaj geslo" @@ -803,6 +802,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -832,7 +837,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -843,7 +848,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Zaprto" @@ -881,7 +886,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -890,13 +895,15 @@ msgstr "" msgid "Collapse map" msgstr "Zmanjšaj zemljevid" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Nastavitev" @@ -921,7 +928,7 @@ msgstr "" msgid "Confirmation" msgstr "Potrditev" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -960,6 +967,11 @@ msgstr "Kontaktiraj ekipo" msgid "Continue" msgstr "Nadaljuj" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Ustvari poročilo" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -985,7 +997,8 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "" @@ -1013,33 +1026,32 @@ msgstr "Ustvari poročilo" msgid "Create an account" msgstr "Ustvari račun" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Ustvari kategorijo" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Ustvari predlogo" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Ustvari prioriteto" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Ustvari poročila/posodobitve kot anonimni uporabnik" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1060,14 +1072,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Ustvarjeno" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Ustvarjeno" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1077,16 +1087,16 @@ msgstr "Ustvarjeno" msgid "Created:" msgstr "Ustvarjeno:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1113,6 +1123,11 @@ msgstr "" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Shrani spremembe" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1125,7 +1140,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1134,6 +1149,11 @@ msgstr "" msgid "Delete" msgstr "Izbriši" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Izbrisano" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1141,11 +1161,10 @@ msgid "Delete template" msgstr "Izbriši predlogo" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Izbriši predlogo" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1161,26 +1180,24 @@ msgstr "Opiši zakaj moderiraš" msgid "Description" msgstr "Opis" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Opis" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Podrobnosti" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Vprašalnik" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1191,7 +1208,7 @@ msgstr "Vprašalnik" msgid "Details:" msgstr "Podrobnosti:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1203,8 +1220,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1212,7 +1229,7 @@ msgstr "" msgid "Disable" msgstr "Onemogoči" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1221,15 +1238,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Skrij moje ime v tem popravku" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Skrij moje ime v tem popravku" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1257,7 +1272,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "" @@ -1274,6 +1289,10 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +msgid "Draft report saved on %s" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1332,33 +1351,32 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Dodaj uporabnika" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1398,19 +1416,19 @@ msgstr "" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1428,11 +1446,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Pošlji povezavo za prijavo" @@ -1440,7 +1458,7 @@ msgstr "Pošlji povezavo za prijavo" msgid "Email verified:" msgstr "E-mail preverjen:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1449,7 +1467,7 @@ msgstr "E-mail preverjen:" msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1506,7 +1524,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1539,7 +1557,7 @@ msgstr "" msgid "Enter details of the problem" msgstr "Vnesite podrobnosti težave" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1582,11 +1600,12 @@ msgstr "" msgid "Expand map" msgstr "Razširi zemljevid" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Objasnite kaj je narobe" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Izvozi v CSV" @@ -1616,13 +1635,13 @@ msgstr "" msgid "External team" msgstr "Zunanja ekipa" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Dodatna Polja" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1671,8 +1690,8 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "" @@ -1681,19 +1700,22 @@ msgid "Five most recent commented reports" msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nova poročila" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +msgid "FixMyStreet ref: %s" +msgstr "" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "" @@ -1710,7 +1732,7 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1719,7 +1741,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1727,12 +1749,16 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +msgid "Follow a division link to view only reports within that division." +msgstr "" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "" @@ -1748,7 +1774,7 @@ msgstr "" msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:98 +#: templates/web/base/auth/general.html:96 #: templates/web/base/report/form/user_loggedout_password.html:20 #: templates/web/base/report/form/user_loggedout_password.html:25 msgid "Forgotten your password?" @@ -1772,7 +1798,7 @@ msgstr "" msgid "From" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 +#: templates/web/base/admin/bodies/contact-form.html:139 msgid "Frontend staff access only to users assigned to this category" msgstr "" @@ -1803,7 +1829,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:81 +#: templates/web/base/alert/_list.html:98 msgid "Give me an RSS feed" msgstr "" @@ -1837,8 +1863,8 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:787 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:799 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:194 msgid "Grant access to the admin" msgstr "" @@ -1846,19 +1872,19 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:123 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:128 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:34 +#: templates/web/base/questionnaire/index.html:36 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:63 +#: templates/web/base/questionnaire/index.html:68 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" @@ -1899,7 +1925,7 @@ msgstr "Skrit" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:199 #: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Skrij vsa poročila in novosti" @@ -1931,10 +1957,9 @@ msgstr "Skrij moje ime v tem poročilu" msgid "Hide pins" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:90 msgid "Hide reports made in this category" -msgstr "Skrij moje ime v tem popravku" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -2052,7 +2077,7 @@ msgstr "" msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." msgstr "" -#: templates/web/base/questionnaire/index.html:73 +#: templates/web/base/questionnaire/index.html:79 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -2081,7 +2106,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:177 +#: templates/web/base/admin/bodies/contact-form.html:182 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2115,7 +2140,7 @@ msgstr "" msgid "In wards" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: templates/web/base/admin/bodies/contact-form.html:61 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -2137,7 +2162,7 @@ msgstr "" msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 msgid "Instruct contractors to fix problems" msgstr "" @@ -2146,9 +2171,8 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Zunanja ekipa" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2158,8 +2182,8 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:339 -#: perllib/FixMyStreet/App/Controller/Report.pm:545 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:345 +#: perllib/FixMyStreet/App/Controller/Report.pm:549 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2196,11 +2220,10 @@ msgstr "Zadnji urejevalec" #: templates/web/base/admin/reports/_edit_main.html:69 #: templates/web/base/admin/reports/_edit_waste.html:31 -#, fuzzy msgid "Last failure:" -msgstr "Zadnji popravek:" +msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:59 msgid "Last update" msgstr "Zadnji popravek" @@ -2262,12 +2285,12 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:29 +#: templates/web/base/auth/general.html:28 #: templates/web/base/report/form/user.html:18 msgid "Log in with Facebook" msgstr "Prijavi se s Facebookom" -#: templates/web/base/auth/general.html:44 +#: templates/web/base/auth/general.html:43 #: templates/web/base/report/form/user.html:29 msgid "Log in with Twitter" msgstr "Prijavi se s Twitterjem" @@ -2283,18 +2306,17 @@ msgstr "Prijavi se z elektronskim naslovom" msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:193 +#: templates/web/base/admin/users/form.html:197 #: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Odjavi se iz vseh sej" -#: templates/web/base/auth/general.html:36 +#: templates/web/base/auth/general.html:35 #: templates/web/base/report/form/user.html:23 -#, fuzzy msgid "Login with %s" -msgstr "Prijavi se z elektronskim naslovom" +msgstr "" -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:111 msgid "Look up" msgstr "Poišči" @@ -2302,16 +2324,16 @@ msgstr "Poišči" msgid "Main Navigation" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:198 #: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:776 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Manage shortlist" msgstr "Uredi seznam" -#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Manifest Theme" msgstr "" @@ -2325,11 +2347,11 @@ msgstr "Ročno sortiranje" msgid "Mark as sent" msgstr "Označi kot poslano" -#: templates/web/base/admin/users/form.html:15 +#: templates/web/base/admin/users/form.html:16 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2347,7 +2369,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2364,7 +2386,7 @@ msgstr "" msgid "Moderate" msgstr "Moderiraj" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2387,12 +2409,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mesec" @@ -2402,9 +2424,9 @@ msgstr "Mesec" msgid "Most commented" msgstr "Najpogosteje komentirano" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2431,12 +2453,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "Ime" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2466,12 +2488,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2494,19 +2516,18 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:14 #: templates/web/base/admin/extra-metadata-item.html:20 -#, fuzzy msgid "New field" -msgstr "Shrani nova polja" +msgstr "" #: templates/web/zurich/admin/report_edit-sdm.html:102 #: templates/web/zurich/admin/reports/edit.html:129 @@ -2521,13 +2542,18 @@ msgstr "" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Prikaži starejše" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "Novo geslo:" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "Nova telefonska številka:" @@ -2620,18 +2646,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Ne" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2639,7 +2665,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" @@ -2665,8 +2691,8 @@ msgstr "" msgid "No further updates" msgstr "Ni novih posodobitev" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2691,8 +2717,8 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2700,19 +2726,19 @@ msgstr "" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Noben" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2720,7 +2746,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2801,7 +2827,7 @@ msgstr "Najstarejši" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2812,7 +2838,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Odpri" @@ -2841,7 +2867,7 @@ msgstr "" msgid "Options" msgstr "Možnosti" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or search for a different location" msgstr "" @@ -2849,11 +2875,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2862,19 +2888,19 @@ msgid "Order" msgstr "Vrstni red" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "" @@ -2911,17 +2937,16 @@ msgid "Parent" msgstr "Starš" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Vse kategorije" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Delno" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Geslo (opcijsko)" @@ -2930,16 +2955,14 @@ msgid "Password change cancelled." msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Geslo (opcijsko)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Dovoljenja:" +msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "Dovoljenja:" @@ -2947,20 +2970,19 @@ msgstr "Dovoljenja:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefon:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Telefonska številka" @@ -2977,7 +2999,7 @@ msgstr "" msgid "Phone verified:" msgstr "Telefon preverjen." -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -2989,13 +3011,20 @@ msgstr "Telefon:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Slika" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "Slika je obvezna." @@ -3011,6 +3040,16 @@ msgstr "Prenos fotografije ni bil uspešen." msgid "Photos" msgstr "Slike" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Slike" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Slika obvezna" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" @@ -3033,29 +3072,23 @@ msgstr "" msgid "Pin map" msgstr "" -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "" - #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3065,8 +3098,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Prosim izberi kategorijo" @@ -3075,11 +3108,12 @@ msgstr "Prosim izberi kategorijo" msgid "Please choose a less commonly-used password" msgstr "Prosim izberi manj pogosto uporabljano geslo" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "" @@ -3091,14 +3125,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Prosim vnesi sporočilo" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3107,17 +3141,17 @@ msgid "Please enter a mobile number" msgstr "Prosim vnesi mobilno številko" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "Prosim vnesi ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Prosim vnesi geslo" @@ -3136,9 +3170,9 @@ msgid "Please enter a valid UK phone number" msgstr "Prosim vnesi veljaven elektronski naslov ali telefonsko številko" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3151,7 +3185,7 @@ msgid "Please enter a valid email address" msgstr "Prosim vnesi veljaven elektronski naslov" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "Prosim vnesi veljaven elektronski naslov ali telefonsko številko" @@ -3166,8 +3200,8 @@ msgstr "Prosim vnesi podrobnosti" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3185,9 +3219,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Vnesi svoje ime" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3240,9 +3273,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Prosim vnesi veljaven elektronski naslov" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3258,7 +3290,7 @@ msgstr "" msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "" @@ -3271,15 +3303,15 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3325,7 +3357,7 @@ msgid "Please upload an image only" msgstr "Naloži samo fotografijo" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "Preveri vsaj e-mail ali telefon" @@ -3357,7 +3389,7 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3365,11 +3397,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3381,7 +3413,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3423,27 +3455,24 @@ msgid "Problem %d created" msgstr "" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Dodaj na seznam" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Težave v bližini" +msgstr "" #: templates/web/base/admin/users/log.html:49 msgid "Problem %s created on behalf of %s" msgstr "" #: templates/web/base/admin/users/log.html:56 -#, fuzzy msgid "Problem %s removed from shortlist" -msgstr "Odstrani s seznama" +msgstr "" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3455,7 +3484,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problem označen kot odprt." @@ -3463,13 +3492,13 @@ msgstr "Problem označen kot odprt." msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Težave" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "Težave v območju" @@ -3485,11 +3514,11 @@ msgstr "Težave na zemljevidu" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3508,7 +3537,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3521,11 +3550,11 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3539,7 +3568,7 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3562,9 +3591,8 @@ msgid "Publish photo" msgstr "Objavi fotografijo" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Vprašalnik" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3586,9 +3614,9 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "Vprašalnik, ki ga je izpolnil prijavitelj problema" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3614,11 +3642,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3658,11 +3686,11 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3695,7 +3723,7 @@ msgstr "Zavrni prijavo" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3717,26 +3745,24 @@ msgid "Remove from site" msgstr "Odstrani s spletnega mesta" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Odstrani polje" +msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Odstrani fotografijo (ne more biti razveljavljeno)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "Odstrani s spletnega mesta" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 #, fuzzy msgid "Remove time period" -msgstr "Odstrani s spletnega mesta" +msgstr "Odstrani polje" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3774,11 +3800,10 @@ msgstr "Poročaj o problemu tukaj" msgid "Report abuse" msgstr "Prijavi zlorabo" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Prijavi zlorabo" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3792,9 +3817,8 @@ msgid "Report as" msgstr "Prijavi kot" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Prijavi kot" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3817,18 +3841,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Prijavljeno pred" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "" @@ -3842,27 +3866,27 @@ msgstr "Prijavljeno od" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3886,17 +3910,17 @@ msgstr "Prijavljanje problema:" msgid "Reporting message" msgstr "Prijavljanje problema:" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Poročila" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3910,11 +3934,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Poročila čakajoča potrditve" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3949,6 +3973,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Zahtevano" @@ -3958,7 +3986,7 @@ msgstr "Zahtevano" msgid "Resend report" msgstr "Ponovno pošlji poročilo" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -3987,9 +4015,8 @@ msgid "Response Templates for %s" msgstr "" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Prikaži sliko" +msgstr "" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4011,9 +4038,8 @@ msgstr "Pravo mesto?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Razširi zemljevid" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4027,13 +4053,13 @@ msgstr "" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4043,18 +4069,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Zavrti v levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4069,7 +4095,7 @@ msgstr "Vrtenje te slike bo uničilo neshranjene spremembe tega poročila." msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4085,6 +4111,10 @@ msgstr "" msgid "Save changes" msgstr "Shrani spremembe" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "Shrani nova polja" @@ -4133,7 +4163,7 @@ msgstr "Iskanje ni našlo uporabnikov." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "Varnost" @@ -4142,7 +4172,7 @@ msgstr "Varnost" msgid "See our privacy policy" msgstr "Poglej našo politiko zasebnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4157,7 +4187,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Izberi območje" @@ -4166,11 +4196,19 @@ msgstr "Izberi območje" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4185,7 +4223,7 @@ msgid "Select:" msgstr "Izberi:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Pošlji" @@ -4211,7 +4249,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "" @@ -4228,7 +4266,7 @@ msgstr "Storitev:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Nastavi geslo" @@ -4251,7 +4289,7 @@ msgstr "" msgid "Shortlist" msgstr "Seznam" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4267,7 +4305,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Prikaži vse posodobitve" @@ -4306,12 +4344,12 @@ msgstr "Prikaži prijaviteljevo ime" msgid "Show reports in your area" msgstr "Prikaži poročila v tvojem območju" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Vpiši se" @@ -4328,17 +4366,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Prijavi se ali ustvari račun" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Odjavi se" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4396,7 +4434,7 @@ msgstr "Oprosti, ne najdem te lokacije." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4407,21 +4445,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "" -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Oprosti, nimaš dovoljenja za to." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4430,17 +4464,16 @@ msgstr "" msgid "Sort by" msgstr "Uredi po" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Osebje:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Osebje:" @@ -4448,17 +4481,21 @@ msgstr "Osebje:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 msgid "Start time" msgstr "" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4466,7 +4503,7 @@ msgstr "" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4479,7 +4516,7 @@ msgstr "" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4495,13 +4532,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4547,23 +4584,23 @@ msgstr "Zadeva:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Pošlji" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4571,7 +4608,7 @@ msgstr "Pošlji" msgid "Submit changes" msgstr "Pošlji spremembe" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "" @@ -4580,15 +4617,15 @@ msgstr "" msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4600,7 +4637,7 @@ msgstr "Naročeno:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4610,15 +4647,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Povzemi težavo" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Povzemi svoje spremembe" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4630,7 +4668,7 @@ msgstr "Povzemi svoje spremembe" msgid "Summary" msgstr "Povzetek" -#: templates/web/base/admin/bodies/contact-form.html:72 +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" msgstr "" @@ -4646,15 +4684,14 @@ msgid "Summary statistics" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Superuser:" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Superuser:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4678,7 +4715,7 @@ msgstr "" msgid "Template email response:" msgstr "Javni odgovor:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4694,18 +4731,16 @@ msgid "Text" msgstr "Besedilo" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Besedilo" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 msgid "Text alert deleted" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Dodatna polja:" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4724,9 +4759,8 @@ msgid "Text:" msgstr "Besedilo:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Besedilo" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4752,7 +4786,7 @@ msgstr "Hvala za tvoje povratne informacije" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" @@ -4791,23 +4825,23 @@ msgstr "Težava je označena kot poslana." msgid "That problem will now be resent." msgstr "Težava bo poslana ponovno." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "Uporabnik odjavljen." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4837,8 +4871,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4869,10 +4903,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Težava je označena kot poslana." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4930,8 +4963,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Gesli se ne ujemata" @@ -4951,11 +4984,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5015,7 +5048,7 @@ msgstr "Težava s prikazom strani. Poskusi kasneje." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5097,15 +5130,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5113,9 +5146,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Podatek je obvezen" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Podatek je obvezen" @@ -5137,7 +5175,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5172,15 +5210,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "" @@ -5189,7 +5227,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -5204,7 +5242,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5252,7 +5290,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5279,9 +5317,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "" @@ -5325,12 +5363,12 @@ msgstr "" msgid "Type" msgstr "Tip" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5347,23 +5385,23 @@ msgstr "" msgid "Unknown" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Neznana napaka" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5380,8 +5418,8 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5425,9 +5463,8 @@ msgid "Update marked problem as fixed" msgstr "" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Posodobitve" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5449,14 +5486,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5464,7 +5502,7 @@ msgid "Updated!" msgstr "Posodobljen!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5497,23 +5535,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Nastavi na mojo trenutno lokacijo" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Gledanje lokacije" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5525,22 +5567,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5553,27 +5595,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5582,8 +5624,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "" @@ -5601,6 +5643,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5610,16 +5656,20 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +msgid "View reports by division" +msgstr "" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5639,7 +5689,7 @@ msgstr "Gledanje težave" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "" @@ -5652,7 +5702,7 @@ msgstr "Nastavitev" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5675,7 +5725,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5696,7 +5746,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "Spletno mesto" @@ -5717,7 +5767,7 @@ msgstr "Ko je spreminjano" msgid "When sent" msgstr "Ko je poslano" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5733,7 +5783,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5741,7 +5791,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5758,13 +5808,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5772,7 +5822,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5798,7 +5852,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5807,7 +5861,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5837,7 +5891,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5902,7 +5956,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "Uspešno si preveril svojo telefonsko številko." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5938,15 +5992,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -5954,8 +6008,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -5973,11 +6027,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -5986,8 +6040,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -6001,9 +6055,9 @@ msgstr "" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6013,18 +6067,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "" @@ -6046,7 +6100,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6073,7 +6127,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6093,8 +6147,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6107,12 +6161,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6130,7 +6184,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6155,7 +6209,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6165,15 +6219,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opcijsko)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "ali" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6202,6 +6254,10 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +msgid "ref: %s" +msgstr "" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6236,7 +6292,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6270,19 +6326,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6328,14 +6388,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Prikaži sliko" -msgstr[1] "Prikaži sliko" -msgstr[2] "Prikaži sliko" -msgstr[3] "Prikaži sliko" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6463,7 +6523,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6490,7 +6550,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6499,7 +6559,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6526,57 +6586,11 @@ msgstr[1] "poročili" msgstr[2] "poročil" msgstr[3] "poročil" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Gledanje lokacije" - -#~ msgid "Could not find user" -#~ msgstr "Ne morem najti uporabnika" - -#~ msgid "Home" -#~ msgstr "Domov" - -#~ msgid "MAP" -#~ msgstr "ZEMLJEVID" - -#~ msgid "Map" -#~ msgstr "Zemljevid" - -#~ msgid "Remove flag" -#~ msgstr "Odstrani polje" - -#~ msgid "Satellite" -#~ msgstr "Satelit" - -#~ msgid "Show Photo?" -#~ msgstr "Prikaži sliko?" - -#~ msgid "Post" -#~ msgstr "Objavi" - -#~ msgid "Automated" -#~ msgstr "Samodejno" - -#~ msgid "Coordinates:" -#~ msgstr "Koordinate:" - -#~ msgid "Defect type" -#~ msgstr "Tip napake" - -#~ msgid "Description:" -#~ msgstr "Opis:" - -#~ msgid "Hidden Field" -#~ msgstr "Skrito polje" - -#~ msgid "Hint" -#~ msgstr "Namig" - -#~ msgid "OK" -#~ msgstr "V redu" - -#~ msgid "Permalink" -#~ msgstr "Stalna povezava" - -#~ msgid "Server Set" -#~ msgstr "Strežnik nastavljen" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Opis" +msgstr[1] "Opis" +msgstr[2] "Opis" +msgstr[3] "Opis" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index d229669f6ed..2353851ea17 100644 --- a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Albanian (https://www.transifex.com/mysociety/teams/12067/sq/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Albanian (https://app.transifex.com/mysociety/teams/12067/sq/)\n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "dhe" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Raportet përmbledhëse" @@ -112,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s përditësime ne kohë reale" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -121,15 +118,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s pyetësorët janë dërguar – %s pergjigjur (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© kontribuesit në OpenStreetMap" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -155,7 +148,7 @@ msgstr "" msgid "(closed)" msgstr "(mbyllur)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -163,17 +156,15 @@ msgstr "" msgid "(fixed)" msgstr "(rregulluar)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Modero këtë raportim" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Nuk ka përditësime tjera" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -183,7 +174,7 @@ msgstr "(si grafitit, deponitë ilegale, pllakat e thyera, apo ndriçimi rrugor) msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(nuk është dërguar në kuvend)" @@ -191,19 +182,19 @@ msgstr "(nuk është dërguar në kuvend)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opsionale)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(dërguar te të dy)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Zgjedh kategorinë --" @@ -213,9 +204,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Ju lutemi zgjedhni një zyre." +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -278,11 +268,11 @@ msgstr "Po Kam fjalëkalim" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -311,9 +301,8 @@ msgid "Add a contact using the form below." msgstr "Shto kontakt duke përdorë formularin e mëposhtëm." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Shto kategori të re" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -352,6 +341,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Shto zyre" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -376,26 +370,25 @@ msgstr "Shto në listë" msgid "Add user" msgstr "Shto përdorues" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Shto/modifiko shabllonat e përgjegjeve" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Shto/modifiko kategoritë e problemeve" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Shto/modifiko prioritetet e përgjegjes" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Shto/modifiko shabllonat e përgjegjeve" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Shtoi %s" @@ -413,7 +406,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Përsëri:" @@ -483,10 +476,9 @@ msgstr "Të gjitha raportimet mes %s dhe %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Raportuar në kategorinë %s" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -500,17 +492,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Ndrysho adresën e emailit" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Një përditësim e ka shenjuar këtë problem si të zgjidhur." @@ -524,7 +515,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -536,6 +527,10 @@ msgstr "Anonim:" msgid "Another user" msgstr "Përdorues tjetër" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -549,6 +544,7 @@ msgstr "A je i sigurt se do ta ndërpresh këtë ngarkim?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "A je i sigurt?" @@ -559,7 +555,7 @@ msgstr "A je i sigurt?" msgid "Area covered" msgstr "Zona e mbuluar" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Zona:" @@ -569,24 +565,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Meqë kjo është faqe testuese dhe %s është e pavërtetë, raportimet që bëhen në këtë faqe do t'i dërgohen raportuesit, dhe jo kontaktit të dhënë në kategori." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Caktuar për %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Problemet e fundit të raportuara nga përdoruesit" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Cakto përdoruesit në zona" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Caktuar për %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -606,28 +598,24 @@ msgid "Assign to subdivision:" msgstr "Cakto te një nëndepartament:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Caktuar për %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Cakto përdoruesit në zona" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Kategoritë ekzistuese" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Caktuar për %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Caktuar për %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -637,7 +625,7 @@ msgstr "Për çdo kërkesë kthehen më së shumti %d raportime. Raportimet e kt msgid "At the moment only searching for and looking at reports work." msgstr "Për momentin funksionon vetëm kërkimi dhe shikimi i raportimeve." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Përdoruesit e autorizuar mund të shoqërohen me kategoritë, në të cilat operojnë." @@ -649,7 +637,7 @@ msgstr "" msgid "Auto-response:" msgstr "Pergjigje automatike:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -682,7 +670,7 @@ msgstr "Prapa te të gjitha raportimet" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -690,10 +678,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -710,12 +698,17 @@ msgstr "Zyret" msgid "Body" msgstr "Zyra" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Zyra:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -726,12 +719,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Nuk po e gjeni emailin tonë? Shikoni në spam." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Nuk mund ta shihni hartën? Kapërceni këtë hap" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -746,7 +739,7 @@ msgstr "Kategoritë:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -760,11 +753,11 @@ msgstr "Kategoritë:" msgid "Category" msgstr "Kategoria" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategoria është ndryshuar nga ‘%s’ në ‘%s’" @@ -789,9 +782,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Ndrysho fjalëkalimin" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -800,7 +792,7 @@ msgstr "Ndrysho adresën e emailit" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Ndrysho fjalëkalimin" @@ -825,6 +817,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -854,7 +852,7 @@ msgstr "Kliko vegzën në emailin e konfimimit për t'u kyçur." msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -865,7 +863,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Mbyllur" @@ -903,7 +901,7 @@ msgstr "Ko-brandimi" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -912,13 +910,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfigurimi" @@ -943,7 +943,7 @@ msgstr "Konfirmo me email në vend të futjes së fjalëkalimit. Kur konfirmoni, msgid "Confirmation" msgstr "Konfirmimi" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -982,6 +982,11 @@ msgstr "Kontakto ekipin" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Krijo raport" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1007,7 +1012,8 @@ msgstr "Kuvendi" msgid "Council contacts for %s" msgstr "Kontakti i kuvendit për %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Ref. e kuvendit: %s" @@ -1035,33 +1041,32 @@ msgstr "Krijo raport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Krijo kategori" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Krijo shabllon" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Krijo prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Krijo raportim/përditësim si zyre" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Krijo raportim/përditësim në emër të përdoruesit" @@ -1082,14 +1087,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "U krijua" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "U krijua" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1099,17 +1102,16 @@ msgstr "U krijua" msgid "Created:" msgstr "U krijua:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "redakto përdoruesin" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1136,6 +1138,11 @@ msgstr "Pasqyra" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Ruaj ndryshimet" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1148,7 +1155,7 @@ msgstr "Është trajtuar nga nëndrejtoria brenda 5 ditëve të punës" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1157,6 +1164,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Fshirë" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1164,11 +1176,10 @@ msgid "Delete template" msgstr "Fshij shabllonin" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Fshij shabllonin" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1184,26 +1195,24 @@ msgstr "" msgid "Description" msgstr "Përshkrimi" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Përshkrimi" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detajet" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Pyetësor" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1214,7 +1223,7 @@ msgstr "Pyetësor" msgid "Details:" msgstr "Detajet:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1226,8 +1235,8 @@ msgstr "Deleguar" msgid "Diligency prize league table" msgstr "Tabela e tarifave" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1235,7 +1244,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1244,15 +1253,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Raportuar në kategorinë %s" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Raportuar në kategorinë %s" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1280,7 +1287,7 @@ msgstr "Mos dërgo njoftime me email për komentet te krijuesi i raportimit" msgid "Do you have a %s password?" msgstr "E keni %s fjalëkalimin?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Nuk e di" @@ -1297,11 +1304,15 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Raporto për %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Lësho fotografitë këtu kliko për të ngarkuar" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1360,33 +1371,32 @@ msgstr "Modifiko" msgid "Edit body details" msgstr "Modifiko detajet e zyres" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Modifiko privilegjet e përdoruesit tjetër" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Modifiko kategorine" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Modifiko prioritetin e raportimit" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Modifiko raportimet" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "redakto përdoruesin" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1427,19 +1437,19 @@ msgstr "Redaktori" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1457,11 +1467,11 @@ msgstr "U krijua një njoftim me email" msgid "Email alert deleted" msgstr "Njoftimi me email u fshi" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1469,7 +1479,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1478,7 +1488,7 @@ msgstr "" msgid "Email:" msgstr "Emaili:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1542,7 +1552,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1555,9 +1565,8 @@ msgid "Endpoint" msgstr "Instanca e fundit" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Fut një rrugë në Zürich" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1576,7 +1585,7 @@ msgstr "Fut emrin e një rruge / lagje në afërsi" msgid "Enter details of the problem" msgstr "Përshkruaj problemin" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1619,11 +1628,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Shpjego ku është problemi" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1653,13 +1663,13 @@ msgstr "" msgid "External team" msgstr "Ekip i jashtëm" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1683,7 +1693,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "Besuar nga zyra:" +msgstr "Zyret që mungojnë:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1708,30 +1718,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Hera e parë" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotografitë e raportimeve të fundit" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Raportime të reja" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Rregullo këtë duke zgjedhur zonën e mbuluar në fushën Modifiko detajet e zyres." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Rregulluar" @@ -1748,7 +1761,7 @@ msgstr "Rregulluar - Përdoruesi" msgid "Flag as deleted" msgstr "Marko si të fshirë" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr " Markuar" @@ -1757,7 +1770,7 @@ msgstr " Markuar" msgid "Flagged reports and users" msgstr "Raportimet dhe përdoruesit e markuar" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Përdoruesit e markuar janë listuar në faqen e markimeve." @@ -1765,12 +1778,17 @@ msgstr "Përdoruesit e markuar janë listuar në faqen e markimeve< msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Përdoruesit e markuar nuk janë të kufizuar në asnjë mënyrë. Ata markohen vetëm për t'u vënë re." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Markuar:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Përcjell vegzën e lagjes për të parë vetëm raportimet brenda saj." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Përcjell vegzën e lagjes për të parë vetëm raportimet brenda saj." @@ -1786,7 +1804,7 @@ msgstr "Për më shumë informata, shih search for a different location" msgstr "" @@ -2903,11 +2921,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2916,19 +2934,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Tjera" @@ -2965,36 +2983,32 @@ msgid "Parent" msgstr "Instanca prindore" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Të gjitha kategoritë" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "I pjesshëm" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Fjalëkalimi (opsional)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Fjalëkalimi juaj është ndryshuar" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Fjalëkalimi (opsional)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Privilegjet:" +msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "Privilegjet:" @@ -3002,20 +3016,19 @@ msgstr "Privilegjet:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefoni:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Numri i telefonit" @@ -3032,7 +3045,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -3044,13 +3057,20 @@ msgstr "Telefoni:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Fotografia" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "Fotografia është e domosdoshme" @@ -3066,6 +3086,16 @@ msgstr "" msgid "Photos" msgstr "Fotografitë" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Fotografitë" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Foto e domosdoshme" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotografitë e raportimeve të fundit" @@ -3085,33 +3115,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Vendos shenjën në hartë" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Vendos shenjën në hartë" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Ju lutem kontrolloni fjalëkalimin dhe provoni përsëri" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Ju lutem kontrolloni adresën e emailit" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3121,8 +3144,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Ju lutem zgjedhni kategorinë" @@ -3131,11 +3154,12 @@ msgstr "Ju lutem zgjedhni kategorinë" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "Ju lutem korrigjoni gabimet e mëposhtme" @@ -3150,14 +3174,14 @@ msgstr "" "shkoni te faqja e ballinës dhe ndiqni udhëzimet." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Ju lutem shkruani mesazhin" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3166,17 +3190,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "Ju lutemi shkruani emrin" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "Ju lutem shkruani emrin për këtë zyre" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Ju lutemi shkruani fjalëkalimin" @@ -3195,9 +3219,9 @@ msgid "Please enter a valid UK phone number" msgstr "Ju lutemi shkruani numrin tuaj të telefonit" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3210,7 +3234,7 @@ msgid "Please enter a valid email address" msgstr "Ju lutemi jepni një adresë valide emaili" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3225,8 +3249,8 @@ msgstr "Ju lutemi shkruani disa detaje" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3244,9 +3268,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Ju lutemi shkruani emrin tuaj të plotë, zyreve u duhen këto informata - nëse nuk doni që emri juaj të shfaqet, hiqni çekimin më poshtë" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Ju lutemi shkruani emrin tuaj" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3299,9 +3322,8 @@ msgstr "Ju lutemi shenoni nëse doni të pranoni edhe një pyetësor tjetër" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Ju lutemi jepni një adresë valide emaili" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3317,7 +3339,7 @@ msgstr "Ju lutem vini re se përditësimet nuk do të përcjellen te zyrja." msgid "Please note your report has not yet been sent." msgstr "Ju lutemi vini re se raportimi juaj nuk është dërguar akoma." -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Ju lutemi vini re se raportimi juaj nuk është dërguar akoma. Zgjedhni kategorinë dhe shtoni informatat shtesë mëposhtë dhe pastaj dërgoni." @@ -3330,15 +3352,15 @@ msgstr "Ju lutemi vini re se përditësimi juaj nuk është postuar%s ne %s" msgid "Powered by FixMyStreet Platform" msgstr "Mundësuar nga Platforma FixMyStreet" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3424,11 +3446,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3440,7 +3462,7 @@ msgstr "" msgid "Previous" msgstr "Paraprak" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "Prioritetet" @@ -3482,28 +3504,24 @@ msgid "Problem %d created" msgstr "Problemi %d u krijua" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Shto në listë" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problemi %s u konfirmua" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Problemi %d u krijua" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Problemi %d u krijua" +msgstr "" #: templates/web/base/admin/users/log.html:56 -#, fuzzy msgid "Problem %s removed from shortlist" -msgstr "Hiq nga lista" +msgstr "" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3515,7 +3533,7 @@ msgstr "Problemi %s u dërgua te zyrja %s" msgid "Problem breakdown by state" msgstr "Analiza e problemit sipas statusit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problemi është shenuar si i hapur." @@ -3523,13 +3541,13 @@ msgstr "Problemi është shenuar si i hapur." msgid "Problem state change based on survey results" msgstr "Ndryshimi i statusit të problemit bazuar në rezultatet e anketës" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemet" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3545,11 +3563,11 @@ msgstr "Problemet në hartë" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemet e raportuara së fundit në FixMyStreet" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3568,7 +3586,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "Problemet brenda %s, %s" @@ -3581,11 +3599,11 @@ msgstr "Adresa e pronës:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3599,7 +3617,7 @@ msgstr "Ofro një përditësim" msgid "Provide update as" msgstr "Ofro një përditësim si" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Shenimi i fjalëkalimit është opsional, por kjo do t'ju mundësojë të raportoni më lehtë, të bëni përditësime dhe të menagjoni raportimet tuaja." @@ -3622,9 +3640,8 @@ msgid "Publish photo" msgstr "Publiko fotografi" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Pyetësor" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3646,9 +3663,9 @@ msgstr "Pyetësori %d u dërgua për problemin %d" msgid "Questionnaire filled in by problem reporter" msgstr "Pyetësori u plotësua nga raportuesi i problemit" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3674,11 +3691,11 @@ msgstr "RSS feed i %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed i %s, brenda lagjes %s" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "RSS feed i problemeve në afërsi" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3711,19 +3728,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Prano email kur ka përditësime të këtij problemi." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Prano email kur ka përditësime të këtij problemi." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3756,7 +3772,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Mbani mend se FixMyStreet është në rend të parë për të raportuar problemet fizike që mund të rregullohen. Nëse problemi juaj nuk është i kësaj natyre mund ta kontaktoni zyren përmjet faqes së tyre zyrtare." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3778,26 +3794,23 @@ msgid "Remove from site" msgstr "Hiq nga faqja" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Hiq nga faqja" +msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Hiq fotografinë (nuk mund te kthehet!)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "Modifiko privilegjet e përdoruesit tjetër" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 -#, fuzzy msgid "Remove time period" -msgstr "Modifiko privilegjet e përdoruesit tjetër" +msgstr "" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3835,11 +3848,10 @@ msgstr "" msgid "Report abuse" msgstr "Raporto abuzimin" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Raportuar ne menyre anonime te %s" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3853,9 +3865,8 @@ msgid "Report as" msgstr "Raporto si" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Raporto si" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3878,18 +3889,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Raporto, shih apo diskuto problemet lokale" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Raportuar ne menyre anonime te %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Raportuar para" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Raportuar nga %s te %s" @@ -3903,27 +3914,27 @@ msgstr "Raportuar nga:" msgid "Reported in the %s category" msgstr "Raportuar në kategorinë %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Raportuar në kategorinë %s në mënyrë anonime te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Raportuar në kategorinë %s nga %s te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Raportuar përmjet %s në mënyrë anonime te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Raportuar përmjet %s nga %s te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Raportuar përmjet %s në kategorinë %s në mënyrë anonime te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Raportuar përmjet %s në kategorinë %s te %s" @@ -3947,17 +3958,17 @@ msgstr "Raportimi i një problemi" msgid "Reporting message" msgstr "Raportimi i një problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Raportimet" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Raportimet janë të kufizuara në gjatesinë %s shenja. Ju lutem shkurtojeni raportin tuaj" @@ -3971,11 +3982,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Raportimet që presin aprovim" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -4010,6 +4021,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4019,7 +4034,7 @@ msgstr "" msgid "Resend report" msgstr "Ridërgo raportin" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4071,9 +4086,8 @@ msgstr "Vendi i duhur?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "harta e përdorur" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4087,13 +4101,13 @@ msgstr "Operatori i rrugës për këtë rrugë me emër (nga OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4104,18 +4118,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Përdoruesit e autorizuar mund të shoqërohen me kategoritë, në të cilat operojnë." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rrotullo majtas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4130,7 +4144,7 @@ msgstr "Rrotullimi i kësaj fotografie do t'i humbas ndërrimet e paruajtura në msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4146,6 +4160,10 @@ msgstr "" msgid "Save changes" msgstr "Ruaj ndryshimet" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4194,7 +4212,7 @@ msgstr "Kërkimi nuk gjeti asnjë përdorues." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4203,7 +4221,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Shih parimet tona të privacisë" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4218,7 +4236,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Zgjedh një zonë" @@ -4227,11 +4245,20 @@ msgstr "Zgjedh një zonë" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Përcjell vegzën e lagjes për të parë vetëm raportimet brenda saj." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4246,7 +4273,7 @@ msgid "Select:" msgstr "Zgjedh:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4272,7 +4299,7 @@ msgstr "" msgid "Sent report back" msgstr "Dërgo raportin prapa" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Dërgo te %s %s më vonë" @@ -4289,7 +4316,7 @@ msgstr "Shërbimi:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4312,7 +4339,7 @@ msgstr "" msgid "Shortlist" msgstr "Lista" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4328,7 +4355,7 @@ msgstr "Listuar" msgid "Shortlisted by %s" msgstr "Listuar nga %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4367,12 +4394,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Kyçu" @@ -4389,17 +4416,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Kyçu ose krijo një llogari" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Shkyçu" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4459,7 +4486,7 @@ msgstr "Kërkojmë falje, lokacioni nuk u gjet." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Kërkojmë falje, nuk arritëm t'ju kyçim. Plotësoni formularin e mëposhtëm." @@ -4470,22 +4497,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Kërkojmë falje, lokacioni ishte i pakuptueshëm. Provoni përsëri." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Kërkojmë falje, nuk arritëm t'i ruajmë foto(t) tuaja, provoni përsëri." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Kërkojmë falje, nuk keni privilegje për ta bërë këtë." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4494,17 +4516,16 @@ msgstr "" msgid "Sort by" msgstr "Rradhit sipas" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Nëpunësit:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Përdoruesit e punësuar kanë privilegj për t'u kyçur në admin." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Nëpunësit:" @@ -4512,10 +4533,14 @@ msgstr "Nëpunësit:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4523,7 +4548,7 @@ msgstr "Hera e parë" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4531,7 +4556,7 @@ msgstr "Hera e parë" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4544,7 +4569,7 @@ msgstr "Statusi" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4560,13 +4585,13 @@ msgstr "" msgid "State:" msgstr "Statusi:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4612,23 +4637,23 @@ msgstr "Tema:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Dërgo" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4636,7 +4661,7 @@ msgstr "Dërgo" msgid "Submit changes" msgstr "Dërgo ndryshimet" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Dërgo pyetësorin" @@ -4645,15 +4670,15 @@ msgstr "Dërgo pyetësorin" msgid "Submitted" msgstr "Dërguar" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Abonohu" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4662,11 +4687,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Përditësimet janë të limituara në gjatësi prej %s shenjash. Ju lutemi shkurtojeni përditësimin " +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4676,15 +4700,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Përmblidhe problemin" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Përmblidh ndryshimet" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4696,10 +4721,9 @@ msgstr "Përmblidh ndryshimet" msgid "Summary" msgstr "Përmbledhje" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Raportet përmbledhëse" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4713,15 +4737,14 @@ msgid "Summary statistics" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Përdorues i privilegjuar" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Përdorues i privilegjuar" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Përdoruesit e privilegjuar kanë të drejta të kryejnë të gjitha veprimet në admin." @@ -4745,7 +4768,7 @@ msgstr "Shablloni «%s»" msgid "Template email response:" msgstr "Adresë e re Emaili:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4753,23 +4776,20 @@ msgid "Templates" msgstr "Shabllonet" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Perditesimi më i hershëm:" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Teksti" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "U krijua një njoftim me email" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Njoftimi me email u fshi" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4792,9 +4812,8 @@ msgid "Text:" msgstr "Teksti:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Teksti" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4820,7 +4839,7 @@ msgstr "Ju falemnderit për komunikimin tuaj" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Ju falemnderit për ngarkimin e fotos. Na duhet ta dijmë vendndodhjen e problemit, kështuqë shenoni një emër rruge apo një kod postar në afërsi në fushën sipër :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Falemnderit, na vjen mirë që është rregulluar! A mund t'ju pyesim, nëse keni raportuar problem përpara?" @@ -4859,23 +4878,23 @@ msgstr "Problemi u markua i dërguar." msgid "That problem will now be resent." msgstr "Ky problem nuk do të ridërgohet." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Ky raport është fshirë nga FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4909,8 +4928,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4945,10 +4964,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Problemi u markua i dërguar." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -5006,8 +5024,8 @@ msgstr "Vegza mund të ketë skaduar, apo ndoshta nuk e keni kopjuar si duhet." msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Lista e të gjitha zonave ofrohet nga shërbimi MapIt në %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Fjalëkalimet nuk përputhen" @@ -5027,11 +5045,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Përdoruesi nuk arriti ta lokalozojë problemin në hartë, por mund të shihni zonën përreth lokacionit që ka zgjedhur " -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5093,7 +5111,7 @@ msgstr "Pati një problem për të shfaqur këtë faqe. Ju lutemi provoni më vo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5185,15 +5203,15 @@ msgstr "" " Një zyre do të pranojë raporte vetëm nëse ka së paku një zonë që e mbulon." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Ky email i është dërguar dy zyrave që e mbulojnë lokacionin, meqë përdoruesi nuk e ka kategorizuar; Ju lutemi injorojeni nëse nuk jeni zyra kompetente që merret me këtë çështje, apo na informoni se për çfarë kategorie është fjala, në mënyrë që ta shtojmë në sistem." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Ky problem u është dërguar disa zyrave që mbulojnë vendndodhjen e tij, meqenëse kategoria e zgjedhur figuron te të gjitha këto zyra; ju lutemi injorojeni nëse nuk jeni zyra kompetente për t'u marrë me këtë çështje." @@ -5201,9 +5219,14 @@ msgstr "Ky problem u është dërguar disa zyrave që mbulojnë vendndodhjen e t msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Ky informacion është i domosdoshëm" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Ky informacion është i domosdoshëm" @@ -5225,7 +5248,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5260,15 +5283,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Ky raport pret moderim." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Ky raport është markuar i mbyllur." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Ky raport është markuar i rregulluar." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Ky problem është markuar i hapur." @@ -5277,7 +5300,7 @@ msgstr "Ky problem është markuar i hapur." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Kjo faqe përmban edhe foto të problemit, ngarkuar nga përdoruesi." @@ -5292,7 +5315,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Koha e shpenzuar (në minuta):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5340,7 +5363,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Për të parë hartën e saktë të lokacionit të këtij problemi" @@ -5367,9 +5390,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" @@ -5413,12 +5436,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5435,23 +5458,23 @@ msgstr "" msgid "Unknown" msgstr "Panjohur" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Lloj i panjohur i njoftimit" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Gabim i panjohur" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "ID e panjohur e gabimit" @@ -5468,16 +5491,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Përditësim" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Përditësim %s i krijuar për problemin %d; nga %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5514,9 +5536,8 @@ msgid "Update marked problem as fixed" msgstr "Përditësimi ka markuar problemin si të rregulluar" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Statuset e përditësimit" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5538,14 +5559,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5553,7 +5575,7 @@ msgid "Updated!" msgstr "Përditësuar!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5586,23 +5608,27 @@ msgid "Use Open311 update-sending extension" msgstr "Shfrytëzojeni ekstenzionin dërgimi-i-përditësimit në Open311" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Vednos në lokacionin tim aktual" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Pamja e lokacionit" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5614,22 +5640,22 @@ msgstr "ID e përdoruesit për t'i atribuuar komentet te" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5642,38 +5668,37 @@ msgstr "Kërkimi i përdoruesit kërkon në emër dhe në adresë emaili." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Përdoruesit" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Përdoruesit mund të kryejnë veprimet vijuese brenda zonës së caktuar të zyres." #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "Përdoruesit mund të kryejnë veprimet vijuese brenda zonës së caktuar të zyres." +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Vlerat e përditësuara" @@ -5691,6 +5716,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5700,16 +5729,21 @@ msgstr "" msgid "View report on site" msgstr "Shih raportet në faqe" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Shih raportet sipas lagjes" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Shih raportet sipas lagjes" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5729,7 +5763,7 @@ msgstr "Pamja e problemit" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Lagjet në kuadër të zyres" @@ -5742,7 +5776,7 @@ msgstr "Konfigurimi" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5765,7 +5799,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Na duhet adresa juaj e emailit, ju lutemi shenojeni mëposhtë." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "E kuptojmë që problemi mund të jetë përgjegjësi e %s, mirëpo aktualisht nuk e kemi kontaktin e tyre. Nëse e dini adresën e kontaktit, ju lutemi na njoftoni." @@ -5786,7 +5820,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Na vjen keq të marrim vesh që problemi nuk është rregulluar. Provoni t'i shkruani asambleistëve tuaj lokal?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5807,7 +5841,7 @@ msgstr "Kur u redaktua" msgid "When sent" msgstr "Kur u dërgua" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5823,7 +5857,7 @@ msgstr "Pse të mjaftoheni? Krijoni më shumë njoftime g msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Me kërkimet është e mundur të gjindet (zyra përgjegjegjëse) agency_responsible për ta kufizuar në vetëm një administratë. Atributi i kërkimit është ID e administratës ofruar nga MaPit." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5831,7 +5865,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "A dëshironi të kontribuoni në FixMyStreet? Kodi jonë është i hapur dhe i qasshëm në fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "A dëshironi të merrni pyetësorin tjetër pas 4 javësh, për t'ju kujtuar ta verifikoni statusin?" @@ -5848,13 +5882,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Po" @@ -5862,7 +5896,11 @@ msgstr "Po" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Po ankoheni se raportimi është moderuar pa nevojë:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5888,7 +5926,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Ju mund të shihni problemin në këtë faqe." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Mund ta shtoni emailin e përdoruesit abuziv te lista e abuzimeve, gjë që raportimet e krijuara nga ky email i fsheh automatikisht dhe nuk i dërgon asnjëherë." @@ -5897,7 +5935,7 @@ msgstr "Mund ta shtoni emailin e përdoruesit abuziv te lista e abuzimeve, gjë msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5930,7 +5968,7 @@ msgstr "Mund ta markoni një zyre si të fshirë nëse nuk doni që të jetë ak msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5949,9 +5987,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Ju tashmë i jeni përgjigjur pyetësorit. Nëse keni pyetje, ju lutemi na kontaktoni, apo shikoni problemin.\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "Tashmë keni ngarkuar foto për këtë problem. Vini re ju mund të ngarkoni më së shumti 3 foto në këtë raport (nëse tentoni të ngarkoni më shumë, fotoja më e vjetër do të fshihet)." +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5996,7 +6033,7 @@ msgstr "Jeni kyçur me sukses; ju lutemi verifikoni nëse shenimet tuaja janë t msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Nuk keni krijua asnjë raport deri tash. Raportoni një problem tash." @@ -6035,15 +6072,15 @@ msgstr "Llogaria juaj" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Emaili juaj" @@ -6051,8 +6088,8 @@ msgstr "Emaili juaj" msgid "Your email address" msgstr "Adresa juaj e emailit " -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6070,11 +6107,11 @@ msgstr "Emri juaj" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6083,8 +6120,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Fjalëkalimi juaj" @@ -6095,13 +6132,12 @@ msgid "Your password has been changed" msgstr "Fjalëkalimi juaj është ndryshuar" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "Kyçu me email në vend se të shkruani fjalëkalim të ri. Kur klikoni në vegzën në email, fjalëkalimi do të përditësohet." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6111,18 +6147,18 @@ msgstr "" msgid "Your phone number" msgstr "Numri juaj i telefonit" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Raporti juaj" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Raportet tuaja" @@ -6144,7 +6180,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Përditësimet tuaja" @@ -6171,7 +6207,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "të gjitha" @@ -6191,8 +6227,8 @@ msgstr "" msgid "by %s" msgstr "nga %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "kuvendi" @@ -6205,12 +6241,12 @@ msgstr "harta nuk është shfrytëzuar" msgid "e.g. ‘%s’ or ‘%s’" msgstr "p.sh. ‘%s’ ose ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6228,7 +6264,7 @@ msgstr "nga %s përdorues të ndryshëm" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "përditësimi i fundit %s" @@ -6253,7 +6289,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "asnjë" @@ -6263,15 +6299,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opsionale)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "ose" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6300,6 +6334,11 @@ msgstr "zona tjera:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6334,7 +6373,7 @@ msgstr "nuk ka pin në hartë meqenëse përdoruesi nuk e ka përdorë" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "ky lloj i problemit lokal" @@ -6368,19 +6407,23 @@ msgstr "përdoruesi është nga e njejta zonë si problemi - %d" msgid "user is problem owner" msgstr "përdoruesi është pronar i problemit" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "lagje" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6416,12 +6459,12 @@ msgid_plural "%d months" msgstr[0] "" msgstr[1] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Fotografia" -msgstr[1] "Fotografia" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6480,11 +6523,11 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s e rregulluar në muajin e kaluar" -msgstr[1] "%s të rregulluar në muajin e kaluar" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6521,7 +6564,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6542,14 +6585,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Nuk kemi akoma detaje për zyren që mbulon këtë lokacion." msgstr[1] "Nuk kemi akoma detaje për zyret që mbulojnë këtë lokacion." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6570,154 +6613,15 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" -#~ msgid "Received by %s moments later" -#~ msgstr "Pranuar nga %s disa momente më vonë" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Pamja e lokacionit" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Fut emrin e një rruge / lagje në afërsi" - -#~ msgid "Could not find user" -#~ msgstr "Përdoruesi nuk u gjet" - -#~ msgid "Flag user" -#~ msgstr "Marko përdoruesin" - -#~ msgid "Home" -#~ msgstr "Ballina" - -#~ msgid "MAP" -#~ msgstr "HARTA" - -#~ msgid "Map" -#~ msgstr "Harta" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Ju lutem të jeni të sjellshëm, konciz dhe të saktë." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Ju lutemi mos u bëni abuziv — abuzimi i zyreve e zhvlerëson shërbimin për të gjithë përdoruesit." - -#~ msgid "Remove flag" -#~ msgstr "Hiq markimin" - -#~ msgid "Satellite" -#~ msgstr "Sateliti" - -#~ msgid "User flag removed" -#~ msgstr "Markimi i përdoruesit u hoq" - -#~ msgid "User flagged" -#~ msgstr "Përdorues i markuar" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Nëse e shkruani mesazhin të tërin me germa të mëdha, e bëni atë vështirë të lexueshëm, njësoj si pa shenja pikësimi." - -#~ msgid "Closed by council" -#~ msgstr "Mbyllur nga zyra" - -#~ msgid "Filter report list" -#~ msgstr "Filtro listën e raporteve" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Vlerë jovalide për agency_responsible %s" - -#~ msgid "Post" -#~ msgstr "Posto" - -#~ msgid "Traffic management required?" -#~ msgstr "Duhet menagjim i trafikut?" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Vërejtje: Ky raport është përcjellë për veprim. Ndryshimet e mëpasme nuk do të përcjellen." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Vërejtje: Ky raport nuk është përcjellë akoma për veprim. Ndryshimet mund të mos përcjellen më tutje." - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Çeko kërkohet inspektimi nëse raportimet në këtë kategori duhet të inspektohen para se të dërgohen." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Çeko privat nëse raportimet në këtë kategori nuk duhet të shfaqen kurrë në faqe.\n" -#~ "
\n" -#~ " Zakonisht, kategoritë nuk janë private.\n" -#~ "
\n" -#~ " Kjo i përshtatet problemeve që duhet ti raportohen zyrave por për të cilat nuk ka interesim publik\n" -#~ " që raportet të paraqiten. Në Britani, kjo është përdorë për shërbime si psh kërkimi i një kontejneri shtesë\n" -#~ " për bërllog në një adresë të caktuar." - -#~ msgid "Coordinates:" -#~ msgstr "Koordinatat" - -#~ msgid "Description:" -#~ msgstr "Përshkrimi:" - -#~ msgid "Didn't use map" -#~ msgstr "Pa përdorë hartën" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Nëse jeni duke përdorë metodë dërgimi që nuk është email, shenoni ID e shërbimit (Open311) apo identifikuesin ekuivalent." - -#~ msgid "Inspection required" -#~ msgstr "Kërkohet inspektim" - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Permalink" -#~ msgstr "Permalink" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Raportimet që bëhen nga përdoruesit e besueshëm do të dërgohen të zyrja përgjegjëse pa u inspektuar." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "Raportimet do të dërgohen automatikisht pa u inspektuar nëse reputacioni i përdoruesit është mbi këtë vlerë. Bëje 0 nëse të gjitha raportimet duhet të inspektohen pavarësisht reputacionit." - -#~ msgid "Reputation threshold" -#~ msgstr "Pragu i reputacionit" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Prioritetet e përgjigjes për %s" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Raporti nuk mund të shihet në %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "Adresa e emailit është destinacioni, ku dërgohen raportet e kësaj kategorie. \n" -#~ " Kategoritë tjera për këtë zyre mund ta kenë të njejtën adresë." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Pati një problem me kombinimin email/fjalëkalim. Ju lutemi provoni përsëri." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Kjo faqe është në zhvillim e sipër; gjërat mund të prishen kohë pas kohe dhe databaza të fshihet periodikisht." - -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "Besuar për të bërë raporte që nuk kanë nevojë të inspektohen" - -#~ msgid "Trusted:" -#~ msgstr "Besuar:" - -#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -#~ msgstr "Përdoreni këtë fushë për të shenuar detajet që shfaqen vetëm në admin. Shenimi nuk shfaqet në publik dhe nuk i dërgohet zyres." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Përshkrimi" +msgstr[1] "Përshkrimi" -#~ msgid "Used map" -#~ msgstr "Harta në përdorim" +#~ msgid "Place pin on map" +#~ msgstr "Vendos shenjën në hartë" -#~ msgid "or locate me automatically" -#~ msgstr "ose më gjej në mënyrë automatike" +#~ msgid "Received by %s moments later" +#~ msgstr "Pranuar nga %s disa momente më vonë" diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po index fd3ccc8aa58..fdca64e951f 100644 --- a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Serbian (https://www.transifex.com/mysociety/teams/12067/sr/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Serbian (https://app.transifex.com/mysociety/teams/12067/sr/)\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "i" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s – Kratki izveštaji" @@ -112,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s ažuriranja uživo" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -121,17 +118,13 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s upitnici poslati – %s odgovoreni (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" "© \n" "OpenStreetMap davaoci doprinosa" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -157,7 +150,7 @@ msgstr "" msgid "(closed)" msgstr "(zatvoreno)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -165,17 +158,15 @@ msgstr "" msgid "(fixed)" msgstr "(sređeno)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Uredi ovu prijavu" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "No further updates" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -185,7 +176,7 @@ msgstr "(kao što su grafiti, slomljene ploče ili ulična rasveta)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(nije poslato skupštini)" @@ -193,19 +184,19 @@ msgstr "(nije poslato skupštini)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(opcionalno)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(poslato oboma)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" @@ -215,9 +206,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Molimo vas odaberite direkciju." +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -277,11 +267,11 @@ msgstr "Da Imam lozinku" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -310,9 +300,8 @@ msgid "Add a contact using the form below." msgstr "Dodaj kontakt korišćenjem obrasca ispod." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Dodaj novu kategoriju" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -351,6 +340,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Dodaj opštinu" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -375,26 +369,25 @@ msgstr "Dodaj u uži krug" msgid "Add user" msgstr "Dodaj korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Dodaj/izmeni šablone odgovora" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Dodaj/izmeni problemske kategorije" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Dodaj/izmeni prioritete odgovora" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Dodaj/izmeni šablone odgovora" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Dodato %s" @@ -412,7 +405,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Još jednom:" @@ -482,10 +475,9 @@ msgstr "Sve prijave između %s i %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Prijavljeno u kategoriji %s " +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -499,17 +491,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Promeni e-mejl adresu" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Ažuriranjem je ovaj problem obeležen kao rešen." @@ -523,7 +514,7 @@ msgstr "Anoniman" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -535,6 +526,10 @@ msgstr "Anoniman" msgid "Another user" msgstr "Drugi korisnik" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -548,6 +543,7 @@ msgstr "Da li si siguran da želiš da otkažeš ovo otpremanje?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Da li si siguran?" @@ -558,7 +554,7 @@ msgstr "Da li si siguran?" msgid "Area covered" msgstr "Pokriveno područje" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Područje:" @@ -568,24 +564,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Pošto je ovo probna strana i %s pošto je lažna, prijave načinjene na ovoj strani biće poslate generatoru prijave, a ne kontaktu navedenom za kategoriju prijava." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Dodeljeno %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Poslednji problemi koje su korisnici prijavili" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Dodeljeno %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Dodeljeno %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -605,28 +597,24 @@ msgid "Assign to subdivision:" msgstr "Dodeli korisnicima po područjima:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Dodeljeno %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Dodeljeno %s" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Dostupne kategorije" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Dodeljeno %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Dodeljeno %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -636,7 +624,7 @@ msgstr "U većini slučajeva %d za svako pitanje se vraćaju zahtevi. Vraćeni z msgid "At the moment only searching for and looking at reports work." msgstr "U ovom trenutku funkcioniše samo pretraga i pregled prijava." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Ovlašćeni članovi osoblja mogu se povezivati sa kategorijama na kojima rade." @@ -648,7 +636,7 @@ msgstr "" msgid "Auto-response:" msgstr "Automatski odgovor:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -681,7 +669,7 @@ msgstr "Nazad na sve prijave" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -689,10 +677,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -709,12 +697,17 @@ msgstr "Direkcije" msgid "Body" msgstr "Direkcija" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Direkcija" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -725,12 +718,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Can’t Ne možete da nađete naš e-mejl? Proverite vaš spam folder – that’s ovo je rešenje u 99% puta." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Ne vidite mapu? Preskočite ovaj korak" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -745,7 +738,7 @@ msgstr "Kategorija" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -759,11 +752,11 @@ msgstr "Kategorija" msgid "Category" msgstr "Kategorija je promenjena sa ‘%s’ na ‘%s’" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Norma rešavanja problema stari > od 4 nedelje " @@ -788,9 +781,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Promeni lozinku" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -799,7 +791,7 @@ msgstr "Promeni e-mejl adresu" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Promeni lozinku" @@ -824,6 +816,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -853,7 +851,7 @@ msgstr "Klikni na link iz našeg e-mejla potvrde da se upišeš u sistem." msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -864,7 +862,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Zatvoren" @@ -902,7 +900,7 @@ msgstr "" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -911,13 +909,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -942,7 +942,7 @@ msgstr "Potvrdi e-mejlom, pružajući novu lozinku u toj fazi. Nakon potvrde, a msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -981,6 +981,11 @@ msgstr "Kontaktiraj tim" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Kreiraj izveštaj" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1006,7 +1011,8 @@ msgstr "Skupština" msgid "Council contacts for %s" msgstr "Kontakti skupštine za %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "skupštine ref: %s" @@ -1034,33 +1040,32 @@ msgstr "Kreiraj izveštaj" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Kreiraj šablon" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Kreiraj prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Kreiraj izveštaje/ažurirane informacije za skupštinu opštine" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Kreiraj izveštaje/najnovije informacije u ime korisnika" @@ -1081,14 +1086,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Kreiran" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Kreiran" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1098,16 +1101,16 @@ msgstr "Kreiran" msgid "Created:" msgstr "Kreiran:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1134,6 +1137,11 @@ msgstr "Panel" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Sačuvaj promene" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1146,7 +1154,7 @@ msgstr "Rešiti na nivou pod-odseka u roku od 5 radnih dana" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1155,6 +1163,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Izbrisano" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1162,11 +1175,10 @@ msgid "Delete template" msgstr "Izbriši šablon" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Izbriši šablon" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1182,26 +1194,24 @@ msgstr "" msgid "Description" msgstr "Opis" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Opis" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Pojedinosti" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Upitnik" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1212,7 +1222,7 @@ msgstr "Upitnik" msgid "Details:" msgstr "Pojedinosti:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1224,8 +1234,8 @@ msgstr "Prebačeno" msgid "Diligency prize league table" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1233,7 +1243,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1242,15 +1252,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Prijavljeno u kategoriji %s " +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Prijavljeno u kategoriji %s " +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1278,7 +1286,7 @@ msgstr "Nemojte slati e-mejl obaveštenja o komentarima dobijenim od podnosioca msgid "Do you have a %s password?" msgstr "Da li imate %s lozinku?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Ne’t znam" @@ -1295,11 +1303,15 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Prijavi u %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Prevuci i spusti fotografije ovde ili klikni da učitaš" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1357,33 +1369,32 @@ msgstr "Izmeni" msgid "Edit body details" msgstr "Izmeni podatke o opštini" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Izmeni ovlašćenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Izmeni kategoriju prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Izmeni prioritet prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Izmeni prijave" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "Izmeni korisnika %d" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1424,19 +1435,19 @@ msgstr "Urednik" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Emejl" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1454,11 +1465,11 @@ msgstr "Kreirano E-mejl obaveštenja" msgid "Email alert deleted" msgstr "Izbrisano E-mejl obaveštenje" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1466,7 +1477,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1475,7 +1486,7 @@ msgstr "" msgid "Email:" msgstr "Emejl:\t" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1532,7 +1543,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1545,9 +1556,8 @@ msgid "Endpoint" msgstr "Završna tačka" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Unesi Zürich naziv ulice" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1566,7 +1576,7 @@ msgstr "Unesi naziv obližnje ulice i oblasti" msgid "Enter details of the problem" msgstr "Opiši problem" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1609,11 +1619,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Objasni šta je pogrešno" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1643,13 +1654,13 @@ msgstr "" msgid "External team" msgstr "Spoljni tim" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1673,7 +1684,7 @@ msgstr "" #: templates/web/base/admin/problem_row.html:41 #, fuzzy msgid "Failed bodies:" -msgstr "Kojima veruju direkcije:" +msgstr "Direkcije koje nedostaju:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1698,30 +1709,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Prvi put" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Fotografije nedavnih obližnjih prijava" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nove prijave" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Uredite ovo izborom pokrivene oblasti u izmeni podatke o opštini na obrascu ispod." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Sređeno" @@ -1738,7 +1752,7 @@ msgstr "Sređeno - Korisnik" msgid "Flag as deleted" msgstr "Obeleži kao izbrisano" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Obeleženo" @@ -1747,7 +1761,7 @@ msgstr "Obeleženo" msgid "Flagged reports and users" msgstr "Obeležene prijave i korisnici" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Obeleženi korisnici navedeni na strani ." @@ -1755,12 +1769,17 @@ msgstr "Obeleženi korisnici navedeni na strani ." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Obeleženi korisnici nisu ograničeni ni na koji način. Ovo je samo lista korisnika koji su označeni za dalju pažnju." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Obeleženo" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Propratite link naselja da biste videli samo prijave za dato naselje." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Propratite link naselja da biste videli samo prijave za dato naselje." @@ -1776,7 +1795,7 @@ msgstr "Za podrobnije informacije, vidi report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4000,7 +4018,7 @@ msgstr "" msgid "Resend report" msgstr "Prioriteti odgovora" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4052,9 +4070,8 @@ msgstr "Pravo mesto?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Upotrebljena mapa" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4068,13 +4085,13 @@ msgstr "Drumski operater za naziv ove ulice (iz OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4085,18 +4102,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "Ovlašćeni članovi osoblja mogu se povezivati sa kategorijama na kojima rade." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Okreni levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4111,7 +4128,7 @@ msgstr "Okretanjem ove slike odbacuju se nesačuvane promene u izveštaju." msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4127,6 +4144,10 @@ msgstr "" msgid "Save changes" msgstr "Sačuvaj promene" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4175,7 +4196,7 @@ msgstr "Pretragom nađeno nula korisnika." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4184,7 +4205,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Vidi našu politiku privatnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4199,7 +4220,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Izaberi oblast" @@ -4208,11 +4229,20 @@ msgstr "Izaberi oblast" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Propratite link naselja da biste videli samo prijave za dato naselje." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4227,7 +4257,7 @@ msgid "Select:" msgstr "Odaberi:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4253,7 +4283,7 @@ msgstr "" msgid "Sent report back" msgstr "Pošalji prijavu nazad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Poslato %s %s kasnije" @@ -4270,7 +4300,7 @@ msgstr "Usluga:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4293,7 +4323,7 @@ msgstr "" msgid "Shortlist" msgstr "Uži krug" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4309,7 +4339,7 @@ msgstr "Ubačen u uži krug" msgid "Shortlisted by %s" msgstr "Ubacio u uži krug %s" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4348,12 +4378,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Upiši se" @@ -4370,17 +4400,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Upiši se ili otvori račun" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Ispiši se" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4440,7 +4470,7 @@ msgstr "Izvinite, nismo mogli da nađemo datu lokaciju." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Izvinite, nismo uspeli da vas upišemo u sistem. Molimo vas popunite obrazac ispod." @@ -4451,22 +4481,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Izvinite, nismo mogli da shvatimo datu lokaciju. Molimo vas pokušajte ponovo." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Izvinite, nismo uspeli da sačuvamo vaše slike, molimo vas pokušajte ponovo." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Izvinite, nemate dozvolu da to učinite." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4475,17 +4500,16 @@ msgstr "" msgid "Sort by" msgstr "Sortiraj po" -#: templates/web/base/admin/bodies/contact-form.html:66 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" -msgstr "Osoblje:" +msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Korisnici iz reda osoblja imaju dozvolu da se upišu u admin." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Osoblje:" @@ -4493,10 +4517,14 @@ msgstr "Osoblje:" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4504,7 +4532,7 @@ msgstr "Prvi put" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4512,7 +4540,7 @@ msgstr "Prvi put" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4525,7 +4553,7 @@ msgstr "Država" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4541,13 +4569,13 @@ msgstr "" msgid "State:" msgstr "Statistike" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4593,23 +4621,23 @@ msgstr "Predmet" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Podnesi" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4617,7 +4645,7 @@ msgstr "Podnesi" msgid "Submit changes" msgstr "Podnesi promene" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Podnesi upitnik" @@ -4626,15 +4654,15 @@ msgstr "Podnesi upitnik" msgid "Submitted" msgstr "Podneo" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4643,11 +4671,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Prijave su ograničene na %s karaktera u dužini. Molimo vas skratite vašu prijavu" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4657,15 +4684,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Rezimiraj problem" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Rezimiraj vaše promene" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4677,10 +4705,9 @@ msgstr "Rezimiraj vaše promene" msgid "Summary" msgstr "Rezime" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Kratki izveštaji" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4694,15 +4721,14 @@ msgid "Summary statistics" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Superkorisnik:" +msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Superkorisnik:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superkorisnici imaju dozvolu da obave sve radnje u sklopu admin." @@ -4726,7 +4752,7 @@ msgstr "Šablon «%s»" msgid "Template email response:" msgstr "Nova e-mejl adresa:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4734,23 +4760,20 @@ msgid "Templates" msgstr "Šabloni" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Nedavno ažuriran" +msgstr "" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Kreirano E-mejl obaveštenja" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Izbrisano E-mejl obaveštenje" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4773,9 +4796,8 @@ msgid "Text:" msgstr "Hvala što ste prijavili ovo pitanje!" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Tekst" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4801,7 +4823,7 @@ msgstr "Hvala vam na vašim povratnim informacijama" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Hvala vam što ste postavili vašu fotografiju. Sada moramo da pronađemo vaš problem, tako da vas molimo da ubacite naziv ili poštanski broj obližnje ulice u rubriku gore  :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Hvala vam, drago nam je da čujemo da je sređeno! Da li samo možemo da vas upitamo da li ste ikada ovaj problem prijavili skupštini i ranije?" @@ -4840,23 +4862,23 @@ msgstr "Dati problem obeležen je kao poslat." msgid "That problem will now be resent." msgstr "Dati problem će sada biti ponovo poslat." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Data prijava uklonjena je sa Sredimojuulicu." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4888,8 +4910,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4924,10 +4946,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Dati problem obeležen je kao poslat." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4985,8 +5006,8 @@ msgstr "Link je možda istekao ili ga možda niste ’t ispravno kopirali i msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Lista dostupnih oblasti pružena je uslugom MapIt u %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Lozinke se ne poklapaju" @@ -5006,11 +5027,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Korisnik nije mogao da pronađe problem na mapi, već samo da vidi oblast oko lokacije koju su uneli " -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5072,7 +5093,7 @@ msgstr "Nastao je problem u prikazivanju ove strane. Molimo vas probajte ponovo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5163,15 +5184,15 @@ msgstr "" "Direkcija neće primati nikakve prijave, sem u slučaju da pokriva najmanje jednu oblast ." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Ovaj e-mejl poslat je obema direkcijama koje pokrivaju lokaciju problema, pošto je korisnik nije klasifikovao; molimo vas ignorišite je ukoliko niste prava direkcija koja treba da se pozabavi ovim pitanjem ili nam stavite na znanje koje je kategorije ovaj problem kako bismo mogli da ga dodamo u naš sistem." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Ovaj e-mejl poslat je nekolicini skupština koje pokrivaju lokaciju problema, pošto je odabrana kategorija pružena za sve njih; molimo vas ignorišite je ukoliko niste ispravna direkcija da se pozabavi ovim pitanjem." @@ -5179,9 +5200,14 @@ msgstr "Ovaj e-mejl poslat je nekolicini skupština koje pokrivaju lokaciju prob msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Ova informacija je tražena" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Ova informacija je tražena" @@ -5203,7 +5229,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5238,15 +5264,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Ova prijava čeka na moderatora." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Ova prijava trenutno je označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Ova prijava je trenutno označena kao sređena." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Ova prijava trenutno je obeležena kao otvorena." @@ -5255,7 +5281,7 @@ msgstr "Ova prijava trenutno je obeležena kao otvorena." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Ova internet stranica takođe sadrži fotografiju problema, koju je korisnik podneo." @@ -5270,7 +5296,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Potrošeno vreme (u minutima):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5318,7 +5344,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Da pogledate mapu sa preciznom lokacijom ovog pitanja" @@ -5345,9 +5371,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Ukupno" @@ -5391,12 +5417,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5413,23 +5439,23 @@ msgstr "" msgid "Unknown" msgstr "Nepoznati" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Nepoznata vrsta obaveštenja" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Nepoznata greška" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "" @@ -5446,16 +5472,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Ažuriranje" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Najnovije informacije %s kreirane za problem %d; od strane %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5492,9 +5517,8 @@ msgid "Update marked problem as fixed" msgstr "Ažuriranjem problem označen kao rešen" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Ažurirane informacije" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5516,14 +5540,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5531,7 +5556,7 @@ msgid "Updated!" msgstr "Ažuriran!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5564,23 +5589,27 @@ msgid "Use Open311 update-sending extension" msgstr "Upotrebi Open311 kao liniju za slanje ažuriranih informacija" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Postavi na moju aktuelnu lokaciju" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Pregled lokacije" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5592,22 +5621,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5620,38 +5649,37 @@ msgstr "Pretraga korisnika poklapa se sa kriterijumima u imenima i e-mejl adresa msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Korisnici" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Korisnici mogu obaviti sledeće radnje u sklopu njima dodeljene direkcije ili oblasti." #: templates/web/base/admin/roles/form.html:14 -#, fuzzy msgid "Users with this role can perform the following actions within their assigned body or area." -msgstr "Korisnici mogu obaviti sledeće radnje u sklopu njima dodeljene direkcije ili oblasti." +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Ažurirane vrednosti" @@ -5669,6 +5697,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5678,16 +5710,21 @@ msgstr "" msgid "View report on site" msgstr "Vidi prijave na stranici" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Vidi prijave po naselju" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Vidi prijave po naselju" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5707,7 +5744,7 @@ msgstr "Pregled problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Pronašli smo više od jednog poklapanja za datu lokaciju. Prikazujemo do deset poklapanja, molimo vas pokušajte drukčiju pretragu ukoliko vaša lokacija nije ovde." @@ -5720,7 +5757,7 @@ msgstr "Konfiguracija" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5743,7 +5780,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Treba nam vaša e-mejl adresa, molimo vas navedite je u nastavku." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Shvatamo da je ovaj problem odgovornost %s; međutim, u ovom trenutku nemamo nikakve kontakt podatke o njima. Ukoliko vam je poznata bilo kakva odgovarajuća kontakt adresa, molimo vas stupite sa nama u kontakt." @@ -5764,7 +5801,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "We’re Žao nam je što čujemo da problem nije rešen. Zašto ne pokušate da se obratite vašim lokalnim predstavnicima?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5785,7 +5822,7 @@ msgstr "Kada je izmenjena" msgid "When sent" msgstr "Kada je poslata" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5801,7 +5838,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5809,7 +5846,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Da li biste voleli da dobijete još jedan upitnik za 4 nedelje, koji će vas podsetiti da proverite status?" @@ -5826,13 +5863,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Da" @@ -5840,7 +5877,11 @@ msgstr "Da" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5866,7 +5907,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5875,7 +5916,7 @@ msgstr "" msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5905,7 +5946,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5970,7 +6011,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -6006,15 +6047,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "" @@ -6022,8 +6063,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6041,11 +6082,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6054,8 +6095,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "" @@ -6066,13 +6107,12 @@ msgid "Your password has been changed" msgstr "" #: templates/web/base/auth/create.html:34 -#, fuzzy msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." -msgstr "Umesto toga, upiši se e-mejlom, unošenjem nove lozinke. Kada kliknete na link u vašem e-mejlu, ažuriraće se vaša lozinka." +msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6082,18 +6122,18 @@ msgstr "" msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "" @@ -6115,7 +6155,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "" @@ -6142,7 +6182,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6162,8 +6202,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "" @@ -6176,12 +6216,12 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6199,7 +6239,7 @@ msgstr "" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -6224,7 +6264,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6234,15 +6274,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(opcionalno)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "ili" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6271,6 +6309,11 @@ msgstr "" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6305,7 +6348,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "" @@ -6339,19 +6382,23 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6392,13 +6439,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Fotografija" -msgstr[1] "Fotografija" -msgstr[2] "Fotografija" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6512,7 +6559,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6536,7 +6583,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6544,7 +6591,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6568,136 +6615,16 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#~ msgid "Received by %s moments later" -#~ msgstr "Primio %s par trenutaka kasnije" - -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Pregled lokacije" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Unesi naziv obližnje ulice i oblasti" - -#~ msgid "Could not find user" -#~ msgstr "Korisnik se ne može naći" - -#~ msgid "Flag user" -#~ msgstr "Obeleži korisnika " - -#~ msgid "Home" -#~ msgstr "Početak" - -#~ msgid "MAP" -#~ msgstr "MAPA" - -#~ msgid "Map" -#~ msgstr "Mapa" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Molimo vas budite ljubazni, koncizni i držite se suštine." - -#~ msgid "Remove flag" -#~ msgstr "Ukloni oznaku" - -#~ msgid "Satellite" -#~ msgstr "Satelitski" - -#~ msgid "User flag removed" -#~ msgstr "Uklonjena oznaka korisnika" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Ukoliko napišete vašu poruku u potpunosti velikim slovima teško je pročitati je, kao i ako ne stavite znake interpunkcije." - -#~ msgid "Closed by council" -#~ msgstr "Zaključila skupština" - -#~ msgid "Filter report list" -#~ msgstr "Filtriraj listu prijava" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Pogrešna agencija_odgovorna value %s" - -#~ msgid "Post" -#~ msgstr "Postavi" - -#~ msgid "Traffic management required?" -#~ msgstr "Potrebno upravljanje saobraćajem?" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Napomena: Ovaj izveštaj prosleđen je dalje za dalje radnje . Svaka dalja promena neće biti prosleđena." - -#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "Napomena: Ovaj izveštaj još uvek nije podnet dalje za dalje radnje. Svaka načinjena promena ne može biti prosleđena." - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Proveri inspection required ukoliko se izveštaji u ovoj kategoriji moraju proveriti pre nego što se pošalju." - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Označi private ukoliko izveštaji u ovoj kategoriji ne treba nikada da se prikažu na internet stranici.\n" -#~ "
\n" -#~ "Uobičajeno, kategorije nisu privatne.\n" -#~ "
\n" -#~ "Sve je ovo odgovarajuće kada se radi o pitanjima koja želite da dozvolite korisnicima da ih prijave direkcijama, ali za čije prikazivanje ne postoji nikakav javni\n" -#~ "interes. U UK smo ovo koristili za usluge kao što je zahtevanje dodatnog kontejnera za smeće\n" -#~ "na konkretnoj adresi." - -#~ msgid "Coordinates:" -#~ msgstr "Koordinate:" - -#~ msgid "Description:" -#~ msgstr "Opis:" - -#~ msgid "Didn't use map" -#~ msgstr "Nije koristio mapu" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Ukoliko koristite način slanja koji ne podrazumeva e-mejl, unesite ID usluge (Open311) ili ekvivalentan identifikator ovde." - -#~ msgid "Inspection required" -#~ msgstr "Potrebna inspekcija" - -#~ msgid "OK" -#~ msgstr "U redu" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Prijave pouzdanih korisnika šalju se odgovornom telu bez vršenja prethodne inspekcije." - -#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -#~ msgstr "Prijave se šalju automatski bez potrebe za inspekcijom ukoliko je ugled korisnika na ili iznad ove vrednosti. Podesi na 0 ukoliko se bez obzira na to, moraju pregledati sve prijave." - -#~ msgid "Reputation threshold" -#~ msgstr "Ugled:" - -#~ msgid "Response Priorities for %s" -#~ msgstr "Prioriteti odgovora za %s" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Data prijava ne može se pogledati na %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "E-mejl adresa predstavlja odredište na koju će biti poslati izveštaji o ovoj kategoriji.\n" -#~ "Druge kategorije ovog tela mogu imati istu e-mejl adresu." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Postoji problem sa kombinacijom vašeg e-mejla/lozinke. Molimo vas pokušajte ponovo." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Ovo je veb stranica za programere; stvari se mogu pokvariti u svakom trenutku a baza podataka briše se periodično." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Opis" +msgstr[1] "Opis" +msgstr[2] "Opis" -#~ msgid "Trusted to make reports that don't need to be inspected" -#~ msgstr "Verodostojan da podnosi prijave koje ne moraju da se proveravaju " +#~ msgid "Place pin on map" +#~ msgstr "Stavi oznaku na mapi" -#~ msgid "Trusted:" -#~ msgstr "Verodostojan:" +#~ msgid "Received by %s moments later" +#~ msgstr "Primio %s par trenutaka kasnije" diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index f99ba0bca52..3c9efdc29bb 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,18 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2020 -# Joe Siltberg , 2020 +# mySociety , 2021 +# Jon Kristensen, 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2020-03-05 09:59+0000\n" -"Last-Translator: Joe Siltberg , 2020\n" -"Language-Team: Swedish (Sweden) (https://www.transifex.com/mysociety/teams/12067/sv_SE/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: Jon Kristensen, 2022\n" +"Language-Team: Swedish (Sweden) (https://app.transifex.com/mysociety/teams/12067/sv_SE/)\n" "Language: sv_SE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +26,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr " och " @@ -66,7 +62,7 @@ msgstr "%danvändare fanns redan" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Sammanställningsrapporter" @@ -108,8 +104,8 @@ msgstr "%s har ett flertal RSS-flöden och epostbevakningar för lokala problem, msgid "%s live updates" msgstr "%s uppdateringar" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "%s öppnade, %s stängda, %s lösta" @@ -117,15 +113,11 @@ msgstr "%s öppnade, %s stängda, %s lösta" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s frågeformulär skickade – %s besvarade (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap contributors" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -151,7 +143,7 @@ msgstr "(endast a-z och mellanslag)" msgid "(closed)" msgstr "(stängd)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(täcker ungefär 200 000 invånare)" @@ -159,27 +151,25 @@ msgstr "(täcker ungefär 200 000 invånare)" msgid "(fixed)" msgstr "(fixad)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Moderera den här rapporten" +msgstr "(för den här rapporten)" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Moderera den här uppdateringen" +msgstr "(för den här uppdateringen)" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" -msgstr "till exempel graffiti, skräp, trasiga gatustenar eller belysning" +msgstr "till exempel graffiti, skräp eller trasig belysning" #: templates/web/base/reports/index.html:82 msgid "(no longer exists)" msgstr "(finns inte längre)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(ej skickat till kommunen)" @@ -187,19 +177,19 @@ msgstr "(ej skickat till kommunen)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(valfritt)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "(skickad till alla)" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(skickat till båda)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Välj en kategori --" @@ -273,11 +263,11 @@ msgstr "Ja, jag har ett lösenord" msgid "Take or choose existing photo" msgstr "Ta eller välj foto" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "Ett service ID (Open311 eller liknande)." -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "Tillgång nekad" @@ -343,6 +333,11 @@ msgstr "Lägg till alternativ" msgid "Add phone number" msgstr "Lägg till telefonnummer" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Lägg till förvaltning" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -367,26 +362,25 @@ msgstr "Lägg till i din lista" msgid "Add user" msgstr "Lägg till användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Lägg till eller ta bort svarsmallar" +msgstr "Lägg till eller ta bort nödsituationsmeddelande" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Lägg till eller ta bort problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Lägg till eller ta bort svarsprioriteringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Lägg till eller ta bort svarsmallar" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Lades till %s" @@ -402,9 +396,9 @@ msgstr "Admin" #: templates/web/base/js/translation_strings.html:65 #: templates/web/base/maps/openlayers.html:64 msgid "Aerial map" -msgstr "" +msgstr "Flygkarta" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Igen:" @@ -474,10 +468,9 @@ msgstr "Alla rapporter mellan %s och %s" msgid "All time" msgstr "Ärenden på årsbasis" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Dölj rapporter i denna kategori" +msgstr "Tillåt anonyma rapporter i denna kategori" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -491,16 +484,16 @@ msgstr "Vi kan alternativt dölja ditt namn från samtliga av dina rappo msgid "Always fetch all problems" msgstr "Hämta alltid alla problem" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "En e-postadress eller service ID (Open311 eller liknande)." -#: templates/web/base/admin/bodies/contact-form.html:33 +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." msgstr "En e-postadress." -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "En uppdatering markerade det här problemet som löst." @@ -514,7 +507,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonym användare" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -526,6 +519,10 @@ msgstr "Anonym:" msgid "Another user" msgstr "Annan användare" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -539,6 +536,7 @@ msgstr "Är du säker på att du vill avbryta den här uppladdningen?" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Är du säker?" @@ -549,7 +547,7 @@ msgstr "Är du säker?" msgid "Area covered" msgstr "Område som täcks" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "Område:" @@ -559,23 +557,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Eftersom detta är en testsajt och %s är falskt kommer rapporter gjorda här att rapporteras till problemrapportören istället för kontakten angiven i problemkategorin" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Tilldelad %s" +msgstr "Tilldela" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s problem rapporterat" +msgstr "Tilldela problemrapporter till användare" #: templates/web/base/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "Tilldela roll till urval:" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Tilldelad %s" +msgstr "Tilldela" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -595,28 +590,24 @@ msgid "Assign to subdivision:" msgstr "Tilldela underavdelning:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Tilldelad %s" +msgstr "Tilldela:" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "Tilldela användare till områden" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Samtliga kategorier" +msgstr "Endast tilldelade kategorier" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Tilldelad %s" +msgstr "Tilldelad till" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Tilldelad %s" +msgstr "Tilldelad till:" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -626,7 +617,7 @@ msgstr "Som mest returneras %d svar i varje förfrågan. De returnerade svaren msgid "At the moment only searching for and looking at reports work." msgstr "För tillfället fungerar det endast att söka för eller leta efter rapporter." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "Bemyndigade kommunanvändare kan vara associerade med de kategorier som de arbetar med." @@ -638,7 +629,7 @@ msgstr "Automatiskt svar" msgid "Auto-response:" msgstr "Autosvar:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "Fyll i rapportämne och -detaljer automatiskt" @@ -671,7 +662,7 @@ msgstr "Tillbaka till samtliga rapporter" msgid "Background Colour" msgstr "Bakgrundsfärg" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "Förbjud användare" @@ -679,10 +670,10 @@ msgstr "Förbjud användare" msgid "Behaviour" msgstr "Beteende" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -699,12 +690,17 @@ msgstr "Förvaltningar" msgid "Body" msgstr "Förvaltning" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Förvaltning:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -715,12 +711,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "Kan du inte hitta vårt e-brev? Kolla din skräppostmapp – det är lösningen 99% av tiden." #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Kan du inte se kartan? Hoppa över det här steget" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -735,7 +731,7 @@ msgstr "Kategorier:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -749,11 +745,11 @@ msgstr "Kategorier:" msgid "Category" msgstr "Kategori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "Kategori och tillstånd" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori ändrat från ‘%s’ till ‘%s’" @@ -778,9 +774,8 @@ msgid "Change" msgstr "Ändra" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Ändra lösenord" +msgstr "Ändra tillgång" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -789,7 +784,7 @@ msgstr "Ändra e-postadress" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Ändra lösenord" @@ -812,6 +807,12 @@ msgstr "Välj ett kategorinamn som å ena sidan är förståeli msgid "Choose another" msgstr "Välj en annan" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -841,7 +842,7 @@ msgstr "Klicka på länken i vårt bekräftelsemail för att logga in." msgid "Click the link in that email to sign in." msgstr "Klicka på länken i det mejlet för att logga in." -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "Klicka på kartan eller dra kartnålen för att justera platsen" @@ -852,7 +853,7 @@ msgstr "Klicka på kartan eller dra kartnålen för att justera platsen" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Stängd" @@ -890,7 +891,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "Kod" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -899,13 +900,15 @@ msgstr "" msgid "Collapse map" msgstr "Vik ihop karta" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -930,7 +933,7 @@ msgstr "Bekräfta via epost nedan genom att ange ett nytt lösenord. När du bek msgid "Confirmation" msgstr "Bekräftelse" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -969,6 +972,11 @@ msgstr "Kontakta teamet" msgid "Continue" msgstr "Fortsätt" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Skapa en rapport" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "Fortsätt - rapportera ett nytt problem" @@ -994,7 +1002,8 @@ msgstr "Kommun" msgid "Council contacts for %s" msgstr "Kommunkontakter för %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "kommunens referens: %s" @@ -1022,33 +1031,32 @@ msgstr "Skapa en rapport" msgid "Create an account" msgstr "Skapa ett konto" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Skapa en kategori" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Välj mall" +msgstr "Skapa meddelande" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Skapa prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "Skapa rapporter/uppdateringar som anonym användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Skapa rapporter/uppdateringar som kommunen" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "Skapa rapporter/uppdateringar på en användares vägnar" @@ -1069,14 +1077,12 @@ msgstr "Skapade %d nya användare" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Skapad" +msgstr "Skapad Förvaltning" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Skapad" +msgstr "Skapad Av" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1086,17 +1092,16 @@ msgstr "Skapad" msgid "Created:" msgstr "Skapad:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "ändra användare" +msgstr "Kontokort" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "Nuvarande lösenord:" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "För närvarande grupperade efter %s" @@ -1124,6 +1129,11 @@ msgstr "Översikt" msgid "Date" msgstr "Slutdatum" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Spara ändringar" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Inaktivera tvåfaktorsautentisering" @@ -1136,7 +1146,7 @@ msgstr "Hanterat av underavdelning inom 5 arbetsdagar" msgid "Default" msgstr "Standard" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "Skapa, som standard, rapporter/uppdateringar som kommunen" @@ -1145,6 +1155,11 @@ msgstr "Skapa, som standard, rapporter/uppdateringar som kommunen" msgid "Delete" msgstr "Ta bort" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Borttagen" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1155,7 +1170,7 @@ msgstr "Ta bort mall" msgid "Delete theme" msgstr "Ta bort tema" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1171,25 +1186,24 @@ msgstr "Beskriv varför du modererar detta" msgid "Description" msgstr "Beskrivning" -#: templates/web/base/admin/bodies/contact-form.html:26 +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" msgstr "Destination" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "Detaljerad information är begränsad till %d tecken." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Frågetext" +msgstr "Detaljtipstext" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1200,7 +1214,7 @@ msgstr "Frågetext" msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "Enhet och sajt" @@ -1212,16 +1226,16 @@ msgstr "Delegerat" msgid "Diligency prize league table" msgstr "Flitighetstopplistan" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" -msgstr "" +msgstr "Direktbetalning" #: templates/web/base/admin/users/alerts.html:14 msgid "Disable" msgstr "Inaktivera" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "Avaktivera formulär när denna kategori väljs" @@ -1230,15 +1244,13 @@ msgstr "Avaktivera formulär när denna kategori väljs" msgid "Disable form when this option is selected" msgstr "Avaktivera formulär när detta alternativ väljs" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Dölj rapporter i denna kategori" +msgstr "Avaktivera återöppning av rapporter i denna kategori" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Dölj rapporter i denna kategori" +msgstr "Avaktivera uppdateringar för rapporter i denna kategori" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1266,7 +1278,7 @@ msgstr "Skicka inte e-postnotifikationer kring hämtade kommentarer till problem msgid "Do you have a %s password?" msgstr "Har du ett lösenord för %s?" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Vet ej" @@ -1277,12 +1289,17 @@ msgstr "Gillar du inte formulär?" #. ("JS") #: templates/web/base/js/translation_strings.html:91 msgid "Done" -msgstr "" +msgstr "Klar" #: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "Ner en" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Rapporter skickas till %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1291,7 +1308,7 @@ msgstr "Släpp foton här eller klicka för att ladda upp" #. ("JS") #: templates/web/base/js/translation_strings.html:90 msgid "Draw rectangles on the picture then click Done." -msgstr "" +msgstr "Rita rektanglar på bilden och klicka sedan på Klar" #: templates/web/base/maps/_map_instructions.html:13 msgid "Drop pin on the map to start a new report" @@ -1341,33 +1358,32 @@ msgstr "Ändra" msgid "Edit body details" msgstr "Ändra förvaltningsdetaljer" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Redigera andra användares rättigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "Redigera rapportkategori" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "Redigera rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Redigera rapporter" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "ändra användare" +msgstr "Ändra användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "Redigera användarnas detaljer/sök efter deras rapporter" @@ -1408,19 +1424,19 @@ msgstr "Redaktör" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Epost" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1438,11 +1454,11 @@ msgstr "E-postnotifikation skapad" msgid "Email alert deleted" msgstr "E-postnotifikation borttagen" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "Mejla mig en länk eller SMS:a mig en kod för att logga in" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "Mejla mig en länk för att logga in" @@ -1450,7 +1466,7 @@ msgstr "Mejla mig en länk för att logga in" msgid "Email verified:" msgstr "Epost bekräftad:" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1459,12 +1475,12 @@ msgstr "Epost bekräftad:" msgid "Email:" msgstr "Epost:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 msgid "Emergency message" -msgstr "" +msgstr "Nödsituationsmeddelande" #: templates/web/base/admin/users/alerts.html:13 msgid "Enable" @@ -1528,7 +1544,7 @@ msgstr "Aktivera Kan överlåtas-inställningen om en eller fle msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Aktivering av detta kommer att tysta felmeddelanden som normalt sett uppstår när en uppdatering saknar en beskrivning" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "Slutdatum" @@ -1547,12 +1563,12 @@ msgstr "Skriv in ett Zürich-gatunamn" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" -msgstr "Ange gatunamn och ort eller ett postnummer" +msgstr "Ange gata och ort, eller postnummer" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:20 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:21 msgid "Enter a nearby postcode, or street name and area" -msgstr "Ange gatunamn och ort eller ett postnummer" +msgstr "Ange gata och ort, eller postnummer" #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" @@ -1562,7 +1578,7 @@ msgstr "Ange ett närligande gatunamn och ort" msgid "Enter details of the problem" msgstr "Skriv in information om problemet" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1605,11 +1621,12 @@ msgstr "Befintliga användare kommer inte att modifieras." msgid "Expand map" msgstr "Expandera karta" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Förklara felet" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "Exportera som CSV" @@ -1639,13 +1656,13 @@ msgstr "Extern statuskod:" msgid "External team" msgstr "Externt arbetslag" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "Ytterligare fält" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1694,30 +1711,33 @@ msgstr "Fyll i dina uppgifter manuellt." msgid "Filter" msgstr "Filter" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Första gången" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Foton från närliggande rapporter" +msgstr "Fem mest nyligen kommenterade rapporter" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Nya rapporter" +msgstr "Fem nyaste rapporter" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Lös detta genom att välja ett lämpligt område i Ändra förvaltningsdetaljer i formuläret nedan." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Löst" @@ -1734,7 +1754,7 @@ msgstr "Löst - Användare" msgid "Flag as deleted" msgstr "Flagga som borttagen" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flaggat" @@ -1743,7 +1763,7 @@ msgstr "Flaggat" msgid "Flagged reports and users" msgstr "Flaggade rapporter och användare" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Flaggade användare är listade på flaggningssidan." @@ -1751,12 +1771,17 @@ msgstr "Flaggade användare är listade på flaggningssidan." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flaggade användare är inte begränsade på något sätt. Detta är bara en lista på användare som har markerats för uppmärksamhet." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Flaggat:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Följ en länk till ett område för att se rapporter endast inom det området." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Följ en länk till ett område för att se rapporter endast inom det området." @@ -1772,7 +1797,7 @@ msgstr "För mer information, se report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obligatoriska" @@ -3983,7 +4024,7 @@ msgstr "Obligatoriska" msgid "Resend report" msgstr "Skicka om rapporten" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "Återställ" @@ -4012,9 +4053,8 @@ msgid "Response Templates for %s" msgstr "Svarsmallar för %s" #: templates/web/base/report/photo.html:46 -#, fuzzy msgid "Restore photo" -msgstr "Visa foto" +msgstr "Återställ foto" #: templates/web/base/report/update.html:40 msgid "Revert to original" @@ -4036,9 +4076,8 @@ msgstr "Rätt plats?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "Expandera karta" +msgstr "Vägkarta" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4052,13 +4091,13 @@ msgstr "Vägoperatör för den här namngivna vägen (från OpenStreetMap): %s" msgid "Role" msgstr "Roll" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "Roll:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4069,18 +4108,18 @@ msgstr "Roller" msgid "Roles can be associated with the categories in which they operate." msgstr "Bemyndigade kommunanvändare kan vara associerade med de kategorier som de arbetar med." -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotera åt vänster" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4095,7 +4134,7 @@ msgstr "Rotation av detta foto kommer att radera osparade rapportändringar." msgid "Save + close as duplicate" msgstr "Spara + stäng som dublett" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4111,6 +4150,10 @@ msgstr "Spara + stäng som dublett" msgid "Save changes" msgstr "Spara ändringar" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "Spara nya fält" @@ -4159,7 +4202,7 @@ msgstr "Inga användare hittades." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "Säkerhet" @@ -4168,7 +4211,7 @@ msgstr "Säkerhet" msgid "See our privacy policy" msgstr "Se vår integritetsskyddspolicy" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "Se användarinformation för rapporter skapade som kommunen" @@ -4183,7 +4226,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Välj ett område" @@ -4192,11 +4235,21 @@ msgstr "Välj ett område" msgid "Select if this is the default priority" msgstr "Välj om detta är standardprioriteringen" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Välj flera kommuner för att se endast rapporter inom dessa kommuner." + +#: templates/web/base/reports/body.html:30 +#, fuzzy +msgid "Select multiple divisions?" +msgstr "Välj flera kommuner?" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "Välj flera kommuner för att se endast rapporter inom dessa kommuner." -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "Välj flera kommuner?" @@ -4211,7 +4264,7 @@ msgid "Select:" msgstr "Välj:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "Skicka" @@ -4237,7 +4290,7 @@ msgstr "SMS-bekräftelsetexten kunde inte skickas: \"%s\"" msgid "Sent report back" msgstr "Skicka tillbaka rapport" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Skickades till %s, %s senare" @@ -4254,7 +4307,7 @@ msgstr "Tjänst:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "Sätt lösenord" @@ -4277,7 +4330,7 @@ msgstr "Kort namn" msgid "Shortlist" msgstr "Din lista" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "Lägg alla synliga i din lista" @@ -4293,7 +4346,7 @@ msgstr "Tillagd i din lista" msgid "Shortlisted by %s" msgstr "%s har den i sin lista" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "Visa alla uppdateringar" @@ -4332,12 +4385,12 @@ msgstr "Visa rapportörens namn" msgid "Show reports in your area" msgstr "Visa lokala rapporter" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Logga in" @@ -4354,19 +4407,19 @@ msgstr "Ange ett nytt lösenord och logga in via epost eller SMS. När du klicka msgid "Sign in or create an account" msgstr "Logga in eller skapa nytt konto" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "Logga in med ett lösenord" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logga ut" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" -msgstr "" +msgstr "Hoppa till huvudinnehåll" #: templates/web/zurich/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." @@ -4424,7 +4477,7 @@ msgstr "Tyvärr kan vi inte hitta den adressen." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Inloggningen misslyckades. Fyll i formuläret nedan." @@ -4435,21 +4488,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Tyvärr kan vi inte förstå den adressen. Försök gärna igen." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Tyvärr kan vi inte spara filen eller filerna, försök gärna igen." -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." -msgstr "Anslutningen är inte tillräckligt bra för att hämta den sidan." - -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "Du har inte rättigheterna som krävs för att göra det." -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "Tyvärr har du inte rättigheter att göra detta. Om du är rapportören eller en handläggare, vänligen logga in för att se rapporten." @@ -4458,16 +4507,16 @@ msgstr "Tyvärr har du inte rättigheter att göra detta. Om du är rapportören msgid "Sort by" msgstr "Sortera efter" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "Endast kommunanvändare" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "Personalanvändare får logga in på administratörskontrollpanelen." -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "Personal:" @@ -4475,10 +4524,14 @@ msgstr "Personal:" msgid "Staging site" msgstr "Testsajt" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "Startdatum" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4486,7 +4539,7 @@ msgstr "Startdatum" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4494,7 +4547,7 @@ msgstr "Startdatum" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4507,7 +4560,7 @@ msgstr "Status" msgid "State and external status code cannot be used simultaneously." msgstr "Tillstånd och externa statuskoder kan inte användas samtidigt." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4523,13 +4576,13 @@ msgstr "Tillstånd ändrat till:" msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "Tillstånd" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4575,23 +4628,23 @@ msgstr "Ärende:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Skicka" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4599,7 +4652,7 @@ msgstr "Skicka" msgid "Submit changes" msgstr "Skicka förändringar" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Skicka frågeformulär" @@ -4608,15 +4661,15 @@ msgstr "Skicka frågeformulär" msgid "Submitted" msgstr "Skickad" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Prenumerera" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "Prenumerera med epost" @@ -4628,7 +4681,7 @@ msgstr "Prenumererad:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Sammanfattningar är begränsade till %d tecken. Vänligen korta ner din sammanfattning" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "Sammanfattningar är begränsade till %s tecken. Vänligen korta ner din sammanfattning" @@ -4638,15 +4691,16 @@ msgstr "Sammanfattningar är begränsade till %s tecken. Vänligen korta ner din msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Sammanfattningar är begränsade till {0} tecken. Vänligen korta ner din sammanfattning" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Sammanfatta problemet" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "Sammanfatta dina ändringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4658,10 +4712,9 @@ msgstr "Sammanfatta dina ändringar" msgid "Summary" msgstr "Sammanfattning" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Sammanfattningsstatistik" +msgstr "Sammanfattningstipstext" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4675,15 +4728,14 @@ msgid "Summary statistics" msgstr "Sammanfattningsstatistik" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Superuser" -msgstr "Superanvändare:" +msgstr "Superanvändare" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "Superanvändare:" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superanvändare har rättigheter att utföra samtliga åtgärder i administratörskontrollpanelen." @@ -4707,7 +4759,7 @@ msgstr "Mall «%s»" msgid "Template email response:" msgstr "Ny e-postadress:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4715,23 +4767,20 @@ msgid "Templates" msgstr "Mallar" #: templates/web/base/dashboard/heatmap-list.html:9 -#, fuzzy msgid "Ten least recently updated open reports" -msgstr "Tidigast uppdaterad" +msgstr "Tio minst nyligen uppdaterade öppna ärenden" #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Text" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "E-postnotifikation skapad" +msgstr "SMS-bevakning skapad" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "E-postnotifikation borttagen" +msgstr "SMS-bevakning borttagen" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4754,9 +4803,8 @@ msgid "Text:" msgstr "Text:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Text" +msgstr "Textarea" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4782,7 +4830,7 @@ msgstr "Tack för dina synpunkter" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Tack för att du bifogade ett foto. Vi måste nu lokalisera ditt problem så vänligen ange närliggande gatunamn och ort eller postnummer i rutan ovan :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Tack, vi är glada över att det har blivit åtgärdat. Har du rapporterat ett problem till en kommun tidigare?" @@ -4805,7 +4853,7 @@ msgstr "Den positionen verkar inte vara i Sverige: försök gärna igen." #: perllib/FixMyStreet/App/Controller/Auth.pm:522 msgid "That password has appeared in a known third-party data breach (more information); please choose another" -msgstr "" +msgstr "Det lösenordet förekommer i en publicerad dataläcka (mer information); vänligen välj ett annat" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 @@ -4821,23 +4869,23 @@ msgstr "Problemet har markerats som skickat." msgid "That problem will now be resent." msgstr "Rapporten kommer nu att skickas om." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Rapporten har tagits bort från FixaMinGata." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "Den användaren har loggats ut." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "Den användaren har gjorts anonym i alla rapporter och uppdateringar." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "Den användarens personliga information har tagits bort." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "Den användarens rapporter och uppdateringar har dolts." @@ -4867,8 +4915,8 @@ msgstr "Jurisdiktion behövs bara om samma ändpunkt används a msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "Namnet är en text som representerar namnet på webbapplikationen som det vanligtvis visas för användaren (t.ex. i en lista bland andra applikationer, eller som en etikett för en ikon)." -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4899,7 +4947,7 @@ msgstr "Förvaltningens namn identifierar förvaltningen (till exempel, Sand msgid "The code used to store this field value in the database." msgstr "Koden som används för att spara detta värde i databasen." -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "Kontakten har bekräftats som korrekt." @@ -4959,14 +5007,15 @@ msgstr "Länken kan ha gått ut, eller så kanske du inte kopierade och klistrad msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listan av tillgängliga områden förses av MapIt-tjänsten på %s." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Lösenorden stämmer inte överens" #: templates/web/base/admin/emergencymessage/edit.html:57 +#, fuzzy msgid "The reporting message will be shown on reporting pages." -msgstr "" +msgstr "Detta nödsituationsmeddelande kommer att visas på hemsidan" #: templates/web/base/errors/page_error_404_not_found.html:9 msgid "The requested URL '%s' was not found on this server" @@ -4980,11 +5029,11 @@ msgstr "Rollens namn används för att referera till den här g msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "Den uppladdade CSV-filen måste innehålla en titelrad och rader kan ha följande fält:" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Användaren kunde inte lokalisera problemet på kartan men angav en area inom vilket problemet finns" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "Användaren har blivit skickad ett inloggningsmejl" @@ -5044,7 +5093,7 @@ msgstr "Det uppstod ett problem med att visa denna sida. Försök gärna igen se msgid "There was a problem with your login information." msgstr "Det var ett problem med din inloggningsinformation." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Dina inloggningsuppgifter stämde inte. Om du inte kommer ihåg ditt lösenord, eller inte har ett lösenord, fyll då i ‘Nej’-sektionen av formuläret." @@ -5126,25 +5175,30 @@ msgid "" msgstr "Den här förvaltningen kommer endast att skickas rapporter för problem inom dess geografiska område. En förvaltning kommer inte att få några rapporter om den inte täcker åtminstone ett område." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Det här brevet har skickats till flera adresser eftersom rapportören inte angav någon kategori, eller den kategori som angavs hör till flera olika enheter. Du kan ignorera det här brevet om du inte är rätt person att hantera det, men det vore också mycket hjälpsamt om du kan ta reda på vem som är rätt person och anmäla detta till oss så att vi kan ändra databasen för framtida brev." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Det här brevet har skickats till flera adresser eftersom rapportören inte angav någon kategori, eller den kategori som angavs hör till flera olika enheter. Du kan ignorera det här brevet om du inte är rätt person att hantera det, men det vore också mycket hjälpsamt om du kan ta reda på vem som är rätt person och anmäla detta till oss så att vi kan ändra databasen för framtida brev." #: templates/web/base/admin/emergencymessage/edit.html:16 msgid "This emergency message will be shown on the homepage." -msgstr "" +msgstr "Detta nödsituationsmeddelande kommer att visas på hemsidan" + +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Den här informationen krävs" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Den här informationen krävs" @@ -5166,9 +5220,9 @@ msgstr "Detta är problemet" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." -msgstr "" +msgstr "Det här innebär att användaren bara ser handläggarfunktioner (t.ex. inspektera-formuläret) i deras tilldelade kategorier." #: templates/web/base/admin/users/import.html:65 msgid "This page is a quick way to create many new staff users in one go." @@ -5201,15 +5255,15 @@ msgstr "Den här rapporten är en dublett. Lämna uppdateringar på den ursprung msgid "This report is awaiting moderation." msgstr "Den här rapporten väntar på att granskas." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Den här rapporten är markerad som stängd" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Det här problemet är markerat som löst" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Den här rapporten är öppen" @@ -5218,13 +5272,13 @@ msgstr "Den här rapporten är öppen" msgid "This report is now closed to updates." msgstr "Den här rapporten är nu stängd för uppdateringar." -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Länken ovan innehåller också ett foto av problemet." #: templates/web/base/auth/generate_token.html:16 msgid "This will be the only time this token is visible, so please make a note of it now." -msgstr "" +msgstr "Det här är enda gången denna token är synlig, så vänligen anteckna den nu." #: templates/web/zurich/admin/report_edit-sdm.html:112 #: templates/web/zurich/admin/report_edit-sdm.html:66 @@ -5233,7 +5287,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Nedlagd tid (i minuter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5259,7 +5313,7 @@ msgstr "Titel:" #: templates/web/base/dashboard/heatmap.html:30 msgid "To" -msgstr "" +msgstr "Till" #: templates/web/base/alert/_index_text.html:21 msgid "To find out what local alerts we have for you, please enter your %s postcode or street name and area:" @@ -5281,7 +5335,7 @@ msgstr "För att begränsa den här fältgruppen till ett specifikt språk, väl msgid "To provide an update, please sign in." msgstr "För att ge en uppdatering, vänligen logga in." -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "För att visa en karta med den exakta positionen för problemet" @@ -5292,7 +5346,7 @@ msgstr "Token" #: perllib/FixMyStreet/App/Controller/Auth.pm:151 msgid "Too many login attempts. Please wait %d seconds before trying again" -msgstr "" +msgstr "För långa inloggningsförsök. Vänligen vänta %d sekunder innan nästa försök" #: templates/web/base/reports/index.html:126 msgid "Top 5 most used categories" @@ -5308,9 +5362,9 @@ msgstr "Topp 5-kommuner" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Totalt" @@ -5354,12 +5408,12 @@ msgstr "Tvåfaktorsautentisering av inaktiverats" msgid "Type" msgstr "Typ" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "Ta tillbaka förbud" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5370,29 +5424,29 @@ msgstr "Obekräftat" #. ("JS") #: templates/web/base/js/translation_strings.html:92 msgid "Undo last" -msgstr "" +msgstr "Ångra senaste" #: templates/web/base/report/banner.html:13 msgid "Unknown" msgstr "Okänt" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Okänd feltyp" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Okänt fel" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Okänt problemnummer" @@ -5409,8 +5463,8 @@ msgid "Up one" msgstr "Upp en" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Uppdatering" @@ -5454,9 +5508,8 @@ msgid "Update marked problem as fixed" msgstr "Uppdateringen markerade problemet som löst" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Uppdaterad status" +msgstr "Uppdateringsmeddelande" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5478,14 +5531,15 @@ msgstr "Uppdaterad av %s (%s) %s" msgid "Updated by %s at %s" msgstr "Uppdaterad av %s %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5493,7 +5547,7 @@ msgid "Updated!" msgstr "Uppdaterad!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5526,25 +5580,29 @@ msgid "Use Open311 update-sending extension" msgstr "Använd Open311-update-sending-utökningen" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Sätt till min nuvarande position" +msgstr "Använd min nuvarande position" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "eller hitta min position automatiskt" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "Använd detta för ärenden som medborgare ska kunna rapportera, men för vilka det inte finns något allmänt intresse att visa rapporten. T.ex. önskemål om en extra soptunna vid en specifik plats." -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." -msgstr "" +msgstr "Använd detta om du vill att endast användare tilldelade till denna kategori ska se handläggarfunktioner (t.ex. inspektera-formuläret)." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." -msgstr "" +msgstr "Använd detta när du inte vill att rapportörer ska kunna återöppna sina fixade eller stängda rapporter när dom lämnar en uppdatering." #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -5554,22 +5612,22 @@ msgstr "Användar-ID att attribuera hämtade kommentarer till" msgid "User Import" msgstr "Användarimport" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "Användaren har lagts till i missbruklistan" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "Användaren finns redan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "Användaren finns redan i missbruklistan" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Användare i missbruktabell" @@ -5582,27 +5640,27 @@ msgstr "Användarsökningen matchar mot användares namn och e-postadresser." msgid "User's alerts" msgstr "Användarens notifikationer" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "Användare:" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Användare" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "Användare kan tilldelas en eller flera roller för att ge dom alla rättigheter för dessa roller. Genom att välja en eller flera roller avaktiveras manuella val av rättigheter." -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "Användare kan utföra följande åtgärder i deras tilldelade kommun eller område." @@ -5611,8 +5669,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "Användare med denna roll kan utföra följande åtgärder i deras tilldelade kommun eller område." #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Värden uppdaterade" @@ -5630,6 +5688,10 @@ msgstr "Verifiera epostadress" msgid "Verify phone number" msgstr "Verifiera telefonnummer" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5639,16 +5701,21 @@ msgstr "Verifiera telefonnummer" msgid "View report on site" msgstr "Visa rapporter på sidan" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Visa rapporter per område" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Visa rapporter per område" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "Visa kommuner" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "Visa/Markera privata rapporter" @@ -5668,7 +5735,7 @@ msgstr "Visa ett problem" msgid "Ward:" msgstr "Stadsdel:" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Delområden i denna kommun" @@ -5681,7 +5748,7 @@ msgstr "Konfiguration" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5704,7 +5771,7 @@ msgstr "Vi har skickat en bekräftelsekod till din telefon. Skriv in den nedan:" msgid "We need your email address, please give it below." msgstr "Skriv in din e-postadress nedan." -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Det här problemet kan höra till %s. Dessvärre har vi ingen kontaktinformation till dem. Om du vet om en lämplig kontaktadress hör vi gärna från dig." @@ -5725,7 +5792,7 @@ msgstr "Vi kommer endast använda dina personuppgifter i enlighet med vår Sätt upp fler notifikationer msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Vid sökningar är det också möjligt att söka efter agency_responsible för att begränsa svaren till de som skickats till en enstaka kommun. Söktermen för administrations-IDt erhålls av MapIt." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "Inom den specificerade tidsramen:" @@ -5770,7 +5837,7 @@ msgstr "Inom den specificerade tidsramen:" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "Vill du bidra till FixaMinGata? Vår kod är öppen programvara och tillgänglig på fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Vill du bli påmind om att kolla statusen med ett annat frågeformulär om fyra veckor?" @@ -5787,13 +5854,13 @@ msgstr "Vill du bli notifierad när det här problemet uppdateras eller fixas?" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Ja" @@ -5801,7 +5868,11 @@ msgstr "Ja" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Du anmäler att den här problemrapporten var modererad i onödan:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "Du är inte säker på ursprunget eller giltigheten för kontakten." @@ -5827,7 +5898,7 @@ msgstr "Du kan skapa en ny rapport på samma plats." msgid "You can view the problem on this site." msgstr "Du kan se problemet på den här webbplatsen." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Du kan lägga till en elakartade användares e-postadresser i missbrukarlistan, vilket automatiskt döljer (och aldrig skickar) rapporter som användarna skapar." @@ -5836,7 +5907,7 @@ msgstr "Du kan lägga till en elakartade användares e-postadresser i missbrukar msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Du kan välja att prenumerera på alla problem som rapporteras i detta område, eller baserat på deras mottagare." @@ -5866,7 +5937,7 @@ msgstr "Du kan markera en förvaltning som borttagen om du inte vill att den ska msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "Du kan inte döpa om en kategori till en existerande kategori." @@ -5931,7 +6002,7 @@ msgstr "Du har loggats in. Verifiera att dina uppgifter stämmer:" msgid "You have successfully verified your phone number." msgstr "Du har verifierat ditt telefonnummer." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har inte skapat några rapporter än. Rapportera ett problem nu." @@ -5967,15 +6038,15 @@ msgstr "Ditt konto" msgid "Your account requires two-factor authentication to be set up." msgstr "Ditt konto kräver tvåfaktorsautentisering." -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Din epostadress" @@ -5983,8 +6054,8 @@ msgstr "Din epostadress" msgid "Your email address" msgstr "Din epostadress" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "Din epostadress eller ditt mobiltelefonnummer" @@ -6002,11 +6073,11 @@ msgstr "Ditt namn och efternamn" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Ditt namn har redan skickats till %s, men vi kan dölja det på den här sidan:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "Ditt namn har dolts från alla dina rapporter och uppdateringar." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "Ditt namn har dolts." @@ -6015,8 +6086,8 @@ msgstr "Ditt namn har dolts." msgid "Your offline reports" msgstr "Dina offline-rapporter" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Ditt lösenord" @@ -6030,9 +6101,9 @@ msgstr "Ditt lösenord har ändrats" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "Ditt lösenord är gammalt, skapa ett nytt nedan. När du klickar på länken i vårt e-postmeddelande så kommer ditt lösenord att uppdateras." -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "Ditt lösenord måste inkludera %d eller fler tecken." @@ -6042,18 +6113,21 @@ msgstr "Ditt lösenord måste inkludera %d eller fler tecken." msgid "Your phone number" msgstr "Ditt telefonnummer" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Din rapport" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" +"Din rapport (%d) har uppdaterats; för att visa: %s\n" +"\n" +"För att avsluta: %s" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Dina rapporter" @@ -6075,7 +6149,7 @@ msgstr "Din uppdatering" msgid "Your update has been saved offline for submission when back online." msgstr "Din uppdatering har blivit sparad offline för att skickas när du kommer tillbaka online." -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Dina uppdateringar" @@ -6102,7 +6176,7 @@ msgstr "administratör" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "samtliga" @@ -6122,8 +6196,8 @@ msgstr "och en defekt uppförd" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "kommun" @@ -6136,12 +6210,12 @@ msgstr "använde inte kartan" msgid "e.g. ‘%s’ or ‘%s’" msgstr "exempelvis ‘%s’ eller ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "t.ex. ‘ett 25 cm stort hål i gatan på Storgatan, nära brevlådan’" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "t.ex. ‘Detta hål har varit här i två månader och...’" @@ -6157,9 +6231,9 @@ msgstr "från %s olika användare" #: templates/web/zurich/admin/users/form.html:24 msgid "government-internal" -msgstr "" +msgstr "government-internal" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "senast uppdaterad %s" @@ -6184,7 +6258,7 @@ msgstr "Ej tillgängligt" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "inga" @@ -6197,8 +6271,8 @@ msgstr "inte kommunens ansvar" msgid "optional" msgstr "valfritt" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" msgstr "eller" @@ -6229,6 +6303,11 @@ msgstr "andra områden:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6263,7 +6342,7 @@ msgstr "det finns ingen kartmarkering eftersom användaren inte använde kartan" msgid "this location" msgstr "den här platsen" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "den här typen av problem" @@ -6273,7 +6352,7 @@ msgstr "idag" #: templates/web/base/report/inspect/_assignment-options.html:11 msgid "unassigned" -msgstr "" +msgstr "otilldelad" #. ("JS") #: templates/web/base/js/translation_strings.html:112 @@ -6297,19 +6376,23 @@ msgstr "användaren är från samma kommun som problemet - %d" msgid "user is problem owner" msgstr "användaren är inte problemägare" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "användare inte i missbruklista" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "användare borttagen från missbruklista" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "område" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6345,12 +6428,12 @@ msgid_plural "%d months" msgstr[0] "%d månad" msgstr[1] "%d månader" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Visa foto" -msgstr[1] "Visa foto" +msgstr[0] "%d foto" +msgstr[1] "%d foton" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6409,11 +6492,11 @@ msgstr[0] "%s uppdatering av rapporter" msgstr[1] "%s uppdateringar av rapporter" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s löst problem senaste månaden" -msgstr[1] "%s lösta problem senaste månaden" +msgstr[0] "%s stängd senaste månaden" +msgstr[1] "%s stängda senaste månaden" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6447,10 +6530,10 @@ msgstr[1] "%s uppdateringar av rapporter" #, perl-format msgid "Please supply %s photo" msgid_plural "Please supply %s photos" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Vänligen lägg till %s foto" +msgstr[1] "Vänligen lägg till %s foton" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6471,14 +6554,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Vi har ännu ingen information om kommunen på den platsen" msgstr[1] "Kommunen på platsen har valt att inte ta emot rapporter från FixaMinGata." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "papperskorg" +msgstr[1] "papperskorgar" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6499,84 +6582,27 @@ msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapporter" -#~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." -#~ msgstr "Att ange ett lösenord är valfritt, men om du gör det kommer du lättare att kunna rapportera framtida problem, lämna uppdateringar och hantera dina rapporter." - -#~ msgid "Received by %s moments later" -#~ msgstr "Mottagen av %s kort därefter" - -#~ msgid "or use my location" -#~ msgstr "eller hitta min position automatiskt" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Ange ett närligande gatunamn och ort" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(vi har också RSS-flöden för problem inom %s)" - -#~ msgid "About the problem" -#~ msgstr "Om problemet" - -#~ msgid "Close" -#~ msgstr "Stäng" - -#~ msgid "Could not find user" -#~ msgstr "Kan inte hitta användaren" - -#~ msgid "Edit report details" -#~ msgstr "Redigera rapportuppgifter" - -#~ msgid "Flag user" -#~ msgstr "Flagga användare" - -#~ msgid "Home" -#~ msgstr "Hem" - -#~ msgid "MAP" -#~ msgstr "KARTA" - -#~ msgid "Map" -#~ msgstr "Karta" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Var vänlig, kortfattad och rakt på sak." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Var snäll och missbruka inte tjänsten, det förstör för alla." - -#~ msgid "Remove flag" -#~ msgstr "Ta bort flagga" - -#~ msgid "Satellite" -#~ msgstr "Satellit" - -#~ msgid "Show Photo?" -#~ msgstr "Visa foto?" - -#~ msgid "User flag removed" -#~ msgstr "Användarflaggan borttagen" - -#~ msgid "User flagged" -#~ msgstr "Användaren flaggad" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Om du skriver ditt meddelande endast med versaler blir det svårare att läsa, precis som om du inte kommaterar korrekt." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Beskrivning" +msgstr[1] "Beskrivning" -#~ msgid "Closed by council" -#~ msgstr "Stängd av kommunen" +#~ msgid " . scalar @{ $bodies{$_} } . " +#~ msgstr " . scalar @{ $bodies{$_} } . " -#~ msgid "Current token:" -#~ msgstr "Nuvarande token:" +#~ msgid "(unassigned)" +#~ msgstr "(otilldelad)" -#~ msgid "Filter report list" -#~ msgstr "Filtrera rapportlista" +#~ msgid "Place pin on map" +#~ msgstr "Placera nålen på kartan" -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Inkorrekt värde för agency_responsible, \"%s\"" +#~ msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports." +#~ msgstr "Att ange ett lösenord är valfritt, men om du gör det kommer du lättare att kunna rapportera framtida problem, lämna uppdateringar och hantera dina rapporter." -#~ msgid "Post" -#~ msgstr "Skicka" +#~ msgid "Received by %s moments later" +#~ msgstr "Mottagen av %s kort därefter" -#~ msgid "Traffic management required?" -#~ msgstr "Krävs trafikövervakning?" +#~ msgid "Sorry, we don’t have a good enough connection to fetch that page." +#~ msgstr "Anslutningen är inte tillräckligt bra för att hämta den sidan." diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index 6afd58a9e7d..fdb3fafe496 100644 --- a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/mysociety/teams/12067/tr_TR/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Turkish (Turkey) (https://app.transifex.com/mysociety/teams/12067/tr_TR/)\n" "Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "ve" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - Özet raporlar" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s güncellemeler" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s bildirim – %s cevaplandı (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s ref: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMapkatkıda bulunanlar" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "(sadece a-z ve ara tuşu)" msgid "(closed)" msgstr "(kapalı)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "(yaklaşık 200,000 kişiyi kapsar)" @@ -157,17 +150,15 @@ msgstr "(yaklaşık 200,000 kişiyi kapsar)" msgid "(fixed)" msgstr "(onarıldı)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Raporunuz" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Güncelleme yok" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(duvar yazısı (grafiti), moloz atma, kırık kaldırım döşeme, ya d msgid "(no longer exists)" msgstr "(artık mevcut değil)" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(kurula gönderilmemiş)" @@ -185,19 +176,19 @@ msgstr "(kurula gönderilmemiş)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(isteğe bağlı)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(her ikisine de gönderildi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kategori seçiniz--" @@ -271,11 +262,11 @@ msgstr "Evet şifrem var" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -305,9 +296,8 @@ msgid "Add a contact using the form below." msgstr "Aşağıdaki formu kullanarak iletişim bilgisi ekleyin" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Yeni kategori ekle" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -346,6 +336,11 @@ msgstr "opsiyon ekle" msgid "Add phone number" msgstr "telefon numarası ekle" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Bölüm ekle" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -370,25 +365,25 @@ msgstr "kısa listeye ekle" msgid "Add user" msgstr "Kullanıcı ekle" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "problem kategorisi ekle/düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Eklenmiş %s" @@ -406,7 +401,7 @@ msgstr "yönetici" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Tekrar:" @@ -476,10 +471,9 @@ msgstr "%s ve %s arasındaki tüm bildirimler" msgid "All time" msgstr "her zaman" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "%s kategorisine bildirilmiştir" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -493,17 +487,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "e-posta adresi ekle" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Bir güncelleştirme sorun giderildi olarak işaretlenmiş. " @@ -517,7 +510,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "isimsiz kullanıcı" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -529,6 +522,10 @@ msgstr "Anonim:" msgid "Another user" msgstr "başka kullanıcı" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -542,6 +539,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -552,7 +550,7 @@ msgstr "" msgid "Area covered" msgstr "Kapsadığı alan" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -562,24 +560,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Burası geçiş sayfası ve %s yanlış olduğu için, bu sayfada yapılan bildirimler, ilgili birimdeki sorumlu kişi yerine problemi bildiren kişiye gönderilecektir." #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "%s atamak" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "%s raporlanan problem" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "%s atamak" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "%s atamak" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -599,28 +593,24 @@ msgid "Assign to subdivision:" msgstr "Alt bölüm atamak:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "%s atamak" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "tüm kategoriler" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "%s atamak" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "%s atamak" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -630,7 +620,7 @@ msgstr "En çok geri dönen %d talepler sorgulama neticesinde geri dönmüştür msgid "At the moment only searching for and looking at reports work." msgstr "Şu an sadece arama ve raporlara göz atma kısımları çalışıyor." -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -642,7 +632,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -675,7 +665,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "kullanıcıyı yasakla" @@ -683,10 +673,10 @@ msgstr "kullanıcıyı yasakla" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -703,12 +693,17 @@ msgstr "Bölümler" msgid "Body" msgstr "Bölüm" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Bölüm:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -719,12 +714,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Haritayı göremiyor musunuz? Bu adımı atlayın" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -739,7 +734,7 @@ msgstr "Kategoriler:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -753,11 +748,11 @@ msgstr "Kategoriler:" msgid "Category" msgstr "Kategori" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -782,9 +777,8 @@ msgid "Change" msgstr "değiştir" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Şifreyi değiştir" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -793,7 +787,7 @@ msgstr "e-posta adresini değiştir" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Şifreyi değiştir" @@ -818,6 +812,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -847,7 +847,7 @@ msgstr "" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -858,7 +858,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Kapalı" @@ -896,7 +896,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -905,13 +905,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Yapılandırma" @@ -936,7 +938,7 @@ msgstr "" msgid "Confirmation" msgstr "Onay" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -975,6 +977,11 @@ msgstr "Grupla bağlantı kur" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Bildiri oluştur" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1000,7 +1007,8 @@ msgstr "Kurul" msgid "Council contacts for %s" msgstr "Kurula ulaşmak için %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "Kurul ref: %s" @@ -1028,33 +1036,32 @@ msgstr "Bildiri oluştur" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori oluştur" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Mesaj giriniz" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1075,14 +1082,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Oluşturuldu" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Oluşturuldu" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1092,17 +1097,16 @@ msgstr "Oluşturuldu" msgid "Created:" msgstr "Oluşturuldu:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "kullanıcı düzenle" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1129,6 +1133,11 @@ msgstr "Kontrol Paneli " msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Değişiklikleri kaydet" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1141,7 +1150,7 @@ msgstr "Alt komisyon tarafından 5 iş günü içinde üstesinden gelinilecek" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1150,6 +1159,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Silindi" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1157,11 +1171,10 @@ msgid "Delete template" msgstr "" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Silindi" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1177,26 +1190,24 @@ msgstr "" msgid "Description" msgstr "Tanım" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Tanım" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Detaylar" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Anket" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1207,7 +1218,7 @@ msgstr "Anket" msgid "Details:" msgstr "Detaylar:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1219,8 +1230,8 @@ msgstr "Devredildi" msgid "Diligency prize league table" msgstr "Özenle hazırlanmış işbirliği tablosu" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1228,7 +1239,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1237,15 +1248,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "%s kategorisine bildirilmiştir" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "%s kategorisine bildirilmiştir" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1273,7 +1282,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Don’t know" @@ -1290,6 +1299,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "%s 'e bildir" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1348,33 +1362,32 @@ msgstr "Ekle" msgid "Edit body details" msgstr "Bölümün detaylarını düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "kullanıcı düzenle" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1415,19 +1428,19 @@ msgstr "Editör" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "E-posta" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1445,11 +1458,11 @@ msgstr "E-posta uyarısı oluşturuldu" msgid "Email alert deleted" msgstr "E-posta uyarısı silindi" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1457,7 +1470,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1466,7 +1479,7 @@ msgstr "" msgid "Email:" msgstr "E-posta:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1527,7 +1540,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1541,9 +1554,8 @@ msgid "Endpoint" msgstr "Varılan nokta" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Bir Zürich sokak ismi giriniz" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1562,7 +1574,7 @@ msgstr "Yakınlardaki bir cadde ve bölge ismi giriniz" msgid "Enter details of the problem" msgstr "Problem hakkında detaylı bilgi giriniz" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1605,11 +1617,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1639,13 +1652,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1694,30 +1707,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "İlk kez" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Son zamanlarda bildirilen çevredeki fotoğraflar " +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Yeni bildiriler" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s ref: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Sorun çözüldü" @@ -1734,7 +1750,7 @@ msgstr "Sorun çözüldü- Kullanıcı" msgid "Flag as deleted" msgstr "Silindi olarak seçildi" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Seçildi" @@ -1743,7 +1759,7 @@ msgstr "Seçildi" msgid "Flagged reports and users" msgstr "Seçilen bildirimler ve kullanıcılar" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Seçilen kullanıcılar etiketlilersayfasında listelendi." @@ -1751,12 +1767,17 @@ msgstr "Seçilen kullanıcılar etiketlilersayfasında listelen msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Seçilen kullanıcılar hiç bir şekilde kısıtlanmamıştır. Bu sadece dikkate alınmak üzere işaretlenen kullanıcıların listesidir." -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "Seçilenler:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "Sadece o bölge içinde yer alan raporları görüntülemek için bölge linkini takip ediniz." + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "Sadece o bölge içinde yer alan raporları görüntülemek için bölge linkini takip ediniz." @@ -1772,7 +1793,7 @@ msgstr "Daha fazla bilgi için, bakınız flagged
." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:785 msgid "Markup problem details" msgstr "" @@ -2372,7 +2388,7 @@ msgstr "" msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:95 +#: templates/web/base/admin/bodies/contact-form.html:100 #: templates/web/base/admin/extra-metadata-option.html:21 msgid "Message to show when form is disabled (HTML permitted)" msgstr "" @@ -2389,7 +2405,7 @@ msgstr "Eksik yetki_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Moderate report details" msgstr "" @@ -2412,12 +2428,12 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Bir iş gününe bölünmüş bir şekilde yönetilmiştir" -#: templates/web/base/admin/reports/_edit_main.html:200 +#: templates/web/base/admin/reports/_edit_main.html:202 #: templates/web/base/admin/update_edit.html:89 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:128 +#: templates/web/base/dashboard/index.html:131 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Ay" @@ -2427,9 +2443,9 @@ msgstr "Ay" msgid "Most commented" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:739 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 +#: perllib/FixMyStreet/App/Controller/Report.pm:743 #: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:786 #: templates/web/base/admin/category-checkboxes.html:31 msgid "Multiple Groups" msgstr "" @@ -2456,12 +2472,12 @@ msgstr "" #: templates/web/base/admin/users/index.html:43 #: templates/web/base/report/form/user_name.html:2 #: templates/web/zurich/admin/bodies/form.html:4 -#: templates/web/zurich/auth/general.html:43 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/auth/general.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "Name" msgstr "İsim" -#: templates/web/base/admin/reports/_edit_main.html:172 +#: templates/web/base/admin/reports/_edit_main.html:174 #: templates/web/base/admin/reports/_edit_waste.html:49 #: templates/web/base/admin/update_edit.html:32 #: templates/web/base/admin/users/_form_details.html:10 @@ -2491,12 +2507,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:615 +#: perllib/FixMyStreet/Cobrand/Default.pm:627 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:445 +#: perllib/FixMyStreet/Script/Alerts.pm:467 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2519,19 +2535,18 @@ msgstr "" msgid "New body added" msgstr "Yeni bölüm eklendi" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:366 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:373 msgid "New category contact added" msgstr "Yeni kategori bilgisi eklendi" -#: templates/web/base/auth/change_email.html:39 +#: templates/web/base/auth/change_email.html:38 msgid "New email address:" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:14 #: templates/web/base/admin/extra-metadata-item.html:20 -#, fuzzy msgid "New field" -msgstr "alan ekle" +msgstr "" #: templates/web/zurich/admin/report_edit-sdm.html:102 #: templates/web/zurich/admin/reports/edit.html:129 @@ -2546,13 +2561,18 @@ msgstr "FixMyStreet'taki yeni yerel problemler" msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:1 +#: templates/web/base/offline/fallback.html:14 +#, fuzzy +msgid "New offline draft report" +msgstr "Çevrimdışı raporlarınız" + +#: templates/web/base/auth/change_password.html:46 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 msgid "New password:" msgstr "" -#: templates/web/base/auth/change_phone.html:38 +#: templates/web/base/auth/change_phone.html:37 msgid "New phone number:" msgstr "" @@ -2645,18 +2665,18 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:170 +#: templates/web/base/admin/reports/_edit_main.html:172 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:24 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:41 -#: templates/web/base/questionnaire/index.html:88 +#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:95 msgid "No" msgstr "Hayır" -#: perllib/FixMyStreet/App/Controller/Report.pm:773 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:783 +#: perllib/FixMyStreet/App/Controller/Report.pm:777 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:787 msgid "No Group" msgstr "" @@ -2664,7 +2684,7 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:49 +#: templates/web/base/admin/users/form.html:53 #: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Birim yok" @@ -2690,8 +2710,8 @@ msgstr "İşaretlenen kullanıcılar bulunamadı." msgid "No further updates" msgstr "Güncelleme yok" -#: templates/web/base/report/form/user.html:38 -#: templates/web/base/report/form/user.html:46 +#: templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:50 msgid "No personal details will be stored, and you will not receive updates about this report." msgstr "" @@ -2716,8 +2736,8 @@ msgstr "" msgid "No supporters" msgstr "Destek sağlayıcı yok" -#: templates/web/base/admin/reports/_edit_main.html:182 -#: templates/web/base/admin/reports/_edit_main.html:186 +#: templates/web/base/admin/reports/_edit_main.html:184 +#: templates/web/base/admin/reports/_edit_main.html:188 #: templates/web/base/admin/reports/_edit_main.html:44 #: templates/web/base/admin/reports/_edit_main.html:74 #: templates/web/base/admin/reports/_edit_main.html:76 @@ -2725,19 +2745,19 @@ msgstr "Destek sağlayıcı yok" #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/reports/_edit_waste.html:61 #: templates/web/base/admin/update_edit.html:57 -#: templates/web/base/my/my.html:75 templates/web/base/my/my.html:86 +#: templates/web/base/my/my.html:77 templates/web/base/my/my.html:91 msgid "None" msgstr "Hiçbiri" -#: templates/web/base/admin/users/form.html:81 -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:86 msgid "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2745,7 +2765,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2826,7 +2846,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2837,7 +2857,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aç" @@ -2866,7 +2886,7 @@ msgstr "Open311 özellikleri" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or
search for a different location" msgstr "" @@ -2874,11 +2894,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2887,19 +2907,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Diğer" @@ -2936,36 +2956,32 @@ msgid "Parent" msgstr "Ebeveyn" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "tüm kategoriler" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Kısmi" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Şifre (isteğe bağlı)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Şifren değiştirildi" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Şifre (isteğe bağlı)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Permalink" +msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "" @@ -2973,20 +2989,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Telefon:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Telefon numarası" @@ -3003,7 +3018,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -3015,13 +3030,20 @@ msgstr "Telefon:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Fotoğraf" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "" @@ -3037,6 +3059,15 @@ msgstr "" msgid "Photos" msgstr "" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +msgid "Photos added" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Silindi olarak seçildi" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Son zamanlarda bildirilen çevredeki fotoğraflar " @@ -3056,33 +3087,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Harita üzerine işaretleyin" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Harita üzerine işaretleyin" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Şifreyi kontrol ediniz ve tekrar deneyiniz" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "E-posta adresinizin doğruluğunu kontrol ediniz" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3092,8 +3116,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kategori seçiniz" @@ -3102,11 +3126,12 @@ msgstr "Kategori seçiniz" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "Lütfen aşağıdaki hataları düzeltiniz" @@ -3118,14 +3143,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Mesaj giriniz" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3134,17 +3159,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Şifre giriniz" @@ -3163,9 +3188,9 @@ msgid "Please enter a valid UK phone number" msgstr "Lütfen telefon numaranızı gririniz" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3178,7 +3203,7 @@ msgid "Please enter a valid email address" msgstr "Geçerli e-posta adresi giriniz" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3193,8 +3218,8 @@ msgstr "Lütfen bir kaç ayrıntı giriniz" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3212,9 +3237,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Lütfen adınızı ve soyadınızı giriniz, kurullar için gereklidir – eğer isminizin sitede kullanılmasını istemiyorsanız, aşağıda bulunan kutucuktan tiki kaldırınız." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Lütfen isminizi giriniz" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3267,9 +3291,8 @@ msgstr "Başka bir anket doldurmak istediğinizi belirtiniz." #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Geçerli e-posta adresi giriniz" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3285,7 +3308,7 @@ msgstr "Güncellemeler kurula gönderilmemiştir." msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Bildiriminiz henüz gönderilmemiştir. Bir kategori seçiniz ve ayrıntılı bilgi ekleyiniz, sonra kaydediniz." @@ -3298,15 +3321,15 @@ msgstr "" msgid "Please note:" msgstr "Lütfen dikkat:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "" @@ -3352,7 +3375,7 @@ msgid "Please upload an image only" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3384,7 +3407,7 @@ msgstr "%s tarafından %s 'te paylaşılmıştır" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3392,11 +3415,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3408,7 +3431,7 @@ msgstr "" msgid "Previous" msgstr "Önceki" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3450,23 +3473,20 @@ msgid "Problem %d created" msgstr "Problem %d oluşturuldu" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "kısa listeye ekle" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s onaylandı" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Problem %d oluşturuldu" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Problem %d oluşturuldu" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3482,7 +3502,7 @@ msgstr "Problem %s kurula gönderildi %s" msgid "Problem breakdown by state" msgstr "Sorun devlet tarafından meydana gelmiştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Problem çözülmemiş olarak işaretlenmiştir." @@ -3490,13 +3510,13 @@ msgstr "Problem çözülmemiş olarak işaretlenmiştir." msgid "Problem state change based on survey results" msgstr "Araştırma sonucu göz önünde bulundurularak problemin durumundaki değişim" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Sorunlar" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3512,11 +3532,11 @@ msgstr "Haritadaki problemler" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet'te kısa bir süre önce onarıldı olarak bildirilen problemler" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3535,7 +3555,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3548,11 +3568,11 @@ msgstr "Emlak adresi:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3566,7 +3586,7 @@ msgstr "Güncellemeye izin ver" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Şifre sağlamak isteğe bağlıdır, fakat şifre almış olmanız durumunda sorunları bildirmek, güncellemeleri yapmak ve bildirimleri yönetmek daha kolay olacaktır." @@ -3589,9 +3609,8 @@ msgid "Publish photo" msgstr "Fotoğraf yayınla" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Anket" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3613,9 +3632,9 @@ msgstr "%d sorunu için gönderilen %d anket" msgid "Questionnaire filled in by problem reporter" msgstr "Anket sorun bildirici tarafından dolduruldu" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3641,11 +3660,11 @@ msgstr "%s için RSS besleme" msgid "RSS feed of %s, within %s ward" msgstr "%s içinde %s gözetimiyle RSS besleme" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "Civardaki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3678,19 +3697,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Bu sorunda herhangi bir güncelleme olduğunda e-posta ile bildir." +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Bu sorunda herhangi bir güncelleme olduğunda e-posta ile bildir." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3723,7 +3741,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Şehir Dedektifi uygulamasının temel amacının, kamusal alanlardaki alt ve üst yapıları ile alakalı problemlerin ilgili kurumlara iletilmesini sağlamak olduğunu hatırlatır, bahse konu alanlar dışındaki problem veya şikayetlerin ilgili kuruma direk olarak iletilmesini tavsiye ederiz." -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3745,12 +3763,11 @@ msgid "Remove from site" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "opsiyon ekle" +msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3761,9 +3778,8 @@ msgid "Remove staff permissions" msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 -#, fuzzy msgid "Remove time period" -msgstr "opsiyon ekle" +msgstr "" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3801,11 +3817,10 @@ msgstr "" msgid "Report abuse" msgstr "Kötüye kullanım bildir" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "%s 'e ananim olarak bildirilmiş" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3819,9 +3834,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Kötüye kullanım bildir" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3844,18 +3858,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Yerel problemleri bildir, göster ve tartış" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "%s 'e ananim olarak bildirilmiş" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Önceden bildirilmiş" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "%s tarafından %s de bildirilmiştir" @@ -3869,27 +3883,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "%s kategorisine bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "%s kategorisine anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr " %s tarafından %s kategorisinde %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "%s aracılığıyla anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "%s yoluyla %s tarafından %s da bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "%s aracılığıyla %s kategorisine anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr " %s tarafından %s kategorisinde %s aracılığıyla %s 'e bildirilen raporlar" @@ -3913,17 +3927,17 @@ msgstr "Bir problemin bildirilmesi" msgid "Reporting message" msgstr "Bir problemin bildirilmesi" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Bildirimler" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Bildirimler %s karakter olarak sınırlıdır. Bildiriminizi kısaltınız lütfen" @@ -3937,11 +3951,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Onay bekleyen bildirimler" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3976,6 +3990,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3985,7 +4003,7 @@ msgstr "" msgid "Resend report" msgstr "Bildiriyi tekrar gönder" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4037,9 +4055,8 @@ msgstr "Doğru yer mi?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "kullanılan harita" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4053,13 +4070,13 @@ msgstr "Bu isimli yol için yol operatörü (OpenStreetMap'ten): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4069,18 +4086,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Sola Yerleştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4095,7 +4112,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4111,6 +4128,10 @@ msgstr "" msgid "Save changes" msgstr "Değişiklikleri kaydet" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4159,7 +4180,7 @@ msgstr "Arama sonucu kullanıcı bulunamadı" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4168,7 +4189,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4183,7 +4204,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Bölge seç" @@ -4192,11 +4213,20 @@ msgstr "Bölge seç" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Sadece o bölge içinde yer alan raporları görüntülemek için bölge linkini takip ediniz." + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4211,7 +4241,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4237,7 +4267,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "%s %s sonra gönder" @@ -4254,7 +4284,7 @@ msgstr "Hizmet:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4277,7 +4307,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4293,7 +4323,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4332,12 +4362,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Giriş yap" @@ -4354,17 +4384,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Giriş yapın ve bir hesap oluşturun " -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Çıkış" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4422,7 +4452,7 @@ msgstr "Üzgünüz, konum bulunamadı." #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4433,22 +4463,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Üzgünüz, konum ayrıştırılamadı. Daha sonra tekrar deneyin." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Üzgünüz, konum ayrıştırılamadı. Daha sonra tekrar deneyin." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4457,16 +4482,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4474,10 +4499,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4485,7 +4514,7 @@ msgstr "İlk kez" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4493,7 +4522,7 @@ msgstr "İlk kez" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4506,7 +4535,7 @@ msgstr "Devlet" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4522,13 +4551,13 @@ msgstr "" msgid "State:" msgstr "Devlet:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4574,23 +4603,23 @@ msgstr "Konu:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Kaydet" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4598,7 +4627,7 @@ msgstr "Kaydet" msgid "Submit changes" msgstr "Değişiklikleri kaydet" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Anketi kaydet" @@ -4607,15 +4636,15 @@ msgstr "Anketi kaydet" msgid "Submitted" msgstr "Kaydedildi" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Kaydet" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4624,11 +4653,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Güncellemeler %s uzunluğunda karakter ile sınırlıdır. Lütfen güncellemenizi kısaltın." +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4638,15 +4666,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4658,10 +4687,9 @@ msgstr "" msgid "Summary" msgstr "Özet" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Özet bildirimler" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4678,11 +4706,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4706,7 +4734,7 @@ msgstr "" msgid "Template email response:" msgstr "Toplumsal geri bildirim:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4722,19 +4750,16 @@ msgid "Text" msgstr "Metin" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "E-posta uyarısı oluşturuldu" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "E-posta uyarısı silindi" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "ekstra alan ekle" +msgstr "" #: templates/web/base/admin/templates/edit.html:47 msgid "Text for email alert:" @@ -4753,9 +4778,8 @@ msgid "Text:" msgstr "Metin:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Metin" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4781,7 +4805,7 @@ msgstr "Geri bildiriminiz için teşekkür ederiz" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Resim yüklediğiniz için teşekkür ederiz. Şİmsi sorunu konumlandırmak için lütfen yakındaki cadde ismini veya e :yukarıdaki kutucuktan postakodunu giriniz." -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Teşekkürler, sorunun hallolduğuna sevindim. Bu sorunu daha önce herhangi bir birime bildirmiş miydiniz?" @@ -4820,23 +4844,23 @@ msgstr "Problem gönderildi olarak işaretlenmiştir." msgid "That problem will now be resent." msgstr "Bu problem yeniden gönderilecektir." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4866,8 +4890,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4898,10 +4922,9 @@ msgstr "Birimin adı o birimi tanımlar (örneğin, Borsets msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "Problem gönderildi olarak işaretlenmiştir." +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4959,8 +4982,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Ulaşılabilir bölgelerin listesi %s'teki Mapit hizmeti tarafından sağlanmaktadır." -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Şifreler eşleşmiyor" @@ -4980,11 +5003,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Kullanıcı sorunu harşta üzerinde konumlandıramadı ama onların girdiği bölgenin etrafındaki konumları görmek için." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5044,7 +5067,7 @@ msgstr "Bu sayfa görüntülenirken bir sorun oluştu. Lütfen daha sonra tekrar msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5126,15 +5149,15 @@ msgid "" msgstr "Bu birime sadece alanda yer alan ve konuyu kapsayan bildirimler gönderilebilecektir. Bu birime bu iki maddeden herhangi birini kapsamayan bildirimler ulaşmayacaktır." #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Kullanıcının problemi sınıflandırmama durumunda, bu e-posta problemin konumunu kapsayacak iki kurula da gönderilir. Eğer problemle ilgilenecek olan doğru kurul değil iseniz, bu bildirimi dikkate almayınız veya problemin hangi kategoriyle olduğunu bize bildirin ki biz de sistemimizde doğru kurula yönlendirelim." -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Bu e-posta problemin konumunu kapsayan çeşitli kurullara gönderilmiştir. Seçilmiş kategori kurulun yetki alanı dışındaysa, bu sorunu dikkate almayın." @@ -5142,9 +5165,14 @@ msgstr "Bu e-posta problemin konumunu kapsayan çeşitli kurullara gönderilmiş msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Bu bilgi gereklidir" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Bu bilgi gereklidir" @@ -5166,7 +5194,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5201,15 +5229,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Bu rapor işlenmeyi bekliyor." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Bu rapor şu an kapalı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Bu rapor şu an onarıldı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Bu rapor şu an açık olarak işaretlenmiş." @@ -5218,7 +5246,7 @@ msgstr "Bu rapor şu an açık olarak işaretlenmiş." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Bu internet sitesine problemin fotoğrafı da kullanıcı tarafından eklenmiştir. " @@ -5233,7 +5261,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5281,7 +5309,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "Bu konudaki kesin lokasyonu haritasını göstermek için" @@ -5308,9 +5336,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Toplam" @@ -5354,12 +5382,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5376,23 +5404,23 @@ msgstr "" msgid "Unknown" msgstr "Bilinmeyen" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Bilinmeyen uyarı tipi" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Bilinmeyen hata" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Bilinmeyen ID problemi" @@ -5409,16 +5437,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Güncelleme" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr " %d problem için %s tarafından oluşturulmuş %s güncelle" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5455,9 +5482,8 @@ msgid "Update marked problem as fixed" msgstr "İşaretlenmiş problemi onarıldı olarak güncelle" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Güncelleme durumu" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5479,14 +5505,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5494,7 +5521,7 @@ msgid "Updated!" msgstr "Güncellendi!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5527,23 +5554,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "bu konum" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5555,22 +5586,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5583,27 +5614,27 @@ msgstr "Arama sonuçları kullanıcı adı ve e-posta adresi ile uyumludur." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Kullanıcılar" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5612,8 +5643,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Değerler güncellendi" @@ -5631,6 +5662,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5640,16 +5675,21 @@ msgstr "" msgid "View report on site" msgstr "Raporun sitede görüntülemek" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Semte göre bildirimleri görüntüle" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Semte göre bildirimleri görüntüle" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5669,7 +5709,7 @@ msgstr "Bir problemi görüntülemek" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Bu kurulun ilgilendiği bölge" @@ -5682,7 +5722,7 @@ msgstr "Yapılandırma" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5705,7 +5745,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Bu problemin %s sorumluluğunda olduğunun farkındayız; ancak, şu anda irtibat bilgilerine sahip değiliz. Eğer uygun irtibat adresini biliyorsanız, bizimle iletişime geçin." @@ -5726,7 +5766,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "We’re problemin çözülemediği için üzgünüz. Yerel temsilcilere başvurmaya ne dersiniz?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5747,7 +5787,7 @@ msgstr "Yayınlandığında" msgid "When sent" msgstr "Gönderildiğinde" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5763,7 +5803,7 @@ msgstr "Neden devam etmiyorsun? Ücretsiz olarak daha faz msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "kurum_sorumluluğunun birime gelen talepleri sınırlandırması mümkündür. Arama sözcüğü yönetim ID'si MaPit tarafından sağlanmaktadır." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5771,7 +5811,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "FixMyStreet'e katkıda bulunmak ister misin? Şifremiz herkese açıktır ve burdan ulaşılabilir fixmystreet.org." -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Durumunu kontrol etmek için 4 hafta sonra bir anket yolu ile hatırlatma ister misiniz?" @@ -5788,13 +5828,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Evet" @@ -5802,7 +5842,11 @@ msgstr "Evet" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Bu problem bildirimini gereksiz bir şekilde yönetildiği için şikayet ediyorsun:" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5828,7 +5872,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Problemi bu site üzerinde görüntüleyebilir siniz." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Kötü niyetli bir kullanıcının e-postasını otomatik olarak gizlenen (ve asla gönderilmeyen) raporların bulunduğu kara listeye ekleyebilirsiniz." @@ -5837,7 +5881,7 @@ msgstr "Kötü niyetli bir kullanıcının e-postasını otomatik olarak gizlene msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5869,7 +5913,7 @@ msgstr "Eğer bir bölümü sitede aktif olarak bulunsun istemiyorsanız, silind msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5934,7 +5978,7 @@ msgstr "Başarılı bir şekilde giriş yaptınız; lütfen bilgilerinizi kontro msgid "You have successfully verified your phone number." msgstr "Telefon numaranızı başarılı olarak doğruladınız." -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Henüz herhangi bir bildirim oluşturmadınız. Şimdi sorun olarak bir bildiri ." @@ -5970,15 +6014,15 @@ msgstr "Hesabınız" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "E-posta adresiniz" @@ -5986,8 +6030,8 @@ msgstr "E-posta adresiniz" msgid "Your email address" msgstr "E-posta adresin" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "E-postanız ya da cep telefonunuz" @@ -6005,11 +6049,11 @@ msgstr "Adınız" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "İsminiz%s'e gönderildi, ancak şu sayfada adınızı gizleyemedik:" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "İsminiz tüm rapor ve güncellemelerde gizlendi." -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "İsminiz gizlendi." @@ -6018,8 +6062,8 @@ msgstr "İsminiz gizlendi." msgid "Your offline reports" msgstr "Çevrimdışı raporlarınız" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Şifreniz" @@ -6033,9 +6077,9 @@ msgstr "Şifren değiştirildi" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6045,18 +6089,18 @@ msgstr "" msgid "Your phone number" msgstr "Telefon numaran" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Raporunuz" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Bildirimlerin" @@ -6078,7 +6122,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Güncellemelerin" @@ -6105,7 +6149,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "tümü" @@ -6125,8 +6169,8 @@ msgstr "" msgid "by %s" msgstr "%s tarafından" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "Kurul" @@ -6139,12 +6183,12 @@ msgstr "harita kullanılmamış" msgid "e.g. ‘%s’ or ‘%s’" msgstr "ör. ‘%s’ veya ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6162,7 +6206,7 @@ msgstr " %s farklı kullanıcılardan" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "son güncelleme %s" @@ -6187,7 +6231,7 @@ msgstr "n/a" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "hiçbiri" @@ -6197,15 +6241,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(isteğe bağlı)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "veya" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6234,6 +6276,11 @@ msgstr "diğer bölgeler:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s ref: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6268,7 +6315,7 @@ msgstr "Kullanıcı haritayı kullanmadığından herhangi bir işaret görünm msgid "this location" msgstr "bu konum" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "bu tip lokal problem" @@ -6302,19 +6349,23 @@ msgstr "kullanıcının problemi - %d kuruldaki problemle aynı" msgid "user is problem owner" msgstr "kullanıcı problemin sahibi" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "bölge" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6350,12 +6401,12 @@ msgid_plural "%d months" msgstr[0] "%d ay" msgstr[1] "%d ay" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Fotoğraf" -msgstr[1] "Fotoğraf" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6414,11 +6465,11 @@ msgstr[0] "%s sorun güncelleme" msgstr[1] "%s sorun güncelleme" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s geçen ay onarıldı" -msgstr[1] "%s geçen ay onarıldı" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6455,7 +6506,7 @@ msgid_plural "Please supply %s photos" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6476,14 +6527,14 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] " Bahsettiğiniz alanı kapsayan ilgili kurul hakkında detaylı bilgimiz yok." msgstr[1] " Bahsettiğiniz alanı kapsayan ilgili kurul hakkında detaylı bilgimiz yok." -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6504,100 +6555,12 @@ msgid_plural "reports" msgstr[0] "raporlar" msgstr[1] "raporlar" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "bu konum" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Yakınlardaki bir cadde ve bölge ismi giriniz" - -#~ msgid "(we also have RSS feeds for problems within %s)" -#~ msgstr "(%s problemi için RSS bildirimimiz var)" - -#~ msgid "Could not find user" -#~ msgstr "Kullanıcı bulunamadı" - -#~ msgid "Flag user" -#~ msgstr "Kullanıcıyı seç" - -#~ msgid "Home" -#~ msgstr "Anasayfa" - -#~ msgid "MAP" -#~ msgstr "HARİTA" - -#~ msgid "Map" -#~ msgstr "Harita" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Kibar, açık ve hedef odaklı olun." - -#~ msgid "Remove flag" -#~ msgstr "İşareti kaldır" - -#~ msgid "Satellite" -#~ msgstr "Uydu" - -#~ msgid "User flag removed" -#~ msgstr "Kullanıcı etiketi kaldırıldı" - -#~ msgid "User flagged" -#~ msgstr "Kullanıcı etiketlendi" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Gönderdiğin bildiriminin kalıp halinde ve eksik noktalama işaretleri ile olması, okumayı zorlaştırıyor." - -#~ msgid "Closed by council" -#~ msgstr "Kurul tarafından kapatıldı" - -#~ msgid "Filter report list" -#~ msgstr "Bildiri listesini filtrele" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Geçersiz ajans_sorumlu değer %s" - -#~ msgid "Post" -#~ msgstr "Paylaş" - -#~ msgid "(ignored if type is \"String\")" -#~ msgstr "(\"String\" yazılırsa yoksay)" - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "Kontrol et kişisel bu kategorideki bildirimler internet sayfasında
hiçbir şekilde gözükmemelidir
.\n" -#~ "
\n" -#~ "Normalde kategoriler gizli değildir.\n" -#~ "
\n" -#~ "Bu kullanıcının ilgili birime bildirimde bulunmasına izin vermek istediğiniz konular için uygundur, gizli olanlar hariç. İngiltere'de, ekstra çöp kutusu talebi gibi hizmetlerde bunu daha önce kullanmıştık\n" -#~ "belirli bir adres için." - -#~ msgid "Key" -#~ msgstr "Anahtar" - -#~ msgid "OK" -#~ msgstr "Tamam" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Bu bildirim %s 'te görüntülenemiyor" - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "e-posta adresi bu kategoriye hangi bildirimlerin gönderileceğinin adresidir. Bu bölüm için diğer kategoriler aynı e-posta adresine sahiptir." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "E-posta / şifrenizde bir sorun oluştu. Lütfen tekrar deneyiniz." - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "Burası gelişen bir sitedir, her an çökebilir ve veritabanı belli aralıklarla silinmektedir." +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Tanım" +msgstr[1] "Tanım" -#~ msgid "or locate me automatically" -#~ msgstr "veya beni otomatik olarak bul" +#~ msgid "Place pin on map" +#~ msgstr "Harita üzerine işaretleyin" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index c7a716062e4..a534ca98e84 100644 --- a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/mysociety/teams/12067/uk_UA/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Ukrainian (Ukraine) (https://app.transifex.com/mysociety/teams/12067/uk_UA/)\n" "Language: uk_UA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "і" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s - підсумкових звітів" @@ -106,8 +103,8 @@ msgstr "" msgid "%s live updates" msgstr "%s оперативних сповіщень" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -115,15 +112,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s опитувань надіслано – на %s відповіли (%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s посилання: %s" - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -149,7 +142,7 @@ msgstr "" msgid "(closed)" msgstr "(закрито)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -157,17 +150,15 @@ msgstr "" msgid "(fixed)" msgstr "(полагоджено)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "Ваш звіт" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "Подальші оновлення відсутні" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -177,7 +168,7 @@ msgstr "(графіті, сміття, крива бруківка, пробле msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "(не відправлено муніципалітету)" @@ -185,19 +176,19 @@ msgstr "(не відправлено муніципалітету)" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(вибірково)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "(відправлено обидвом)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Оберіть категорію --" @@ -271,11 +262,11 @@ msgstr "Так В мене є пароль" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -301,9 +292,8 @@ msgid "Add a contact using the form below." msgstr "Додати контакт через форму нижче." #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "Додати нову категорію" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -342,6 +332,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "Додати запис" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -366,26 +361,25 @@ msgstr "Додати до переліку" msgid "Add user" msgstr "Додати користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" -msgstr "Додати/редагувати шаблон відповіді" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "Додати/редагувати категорію" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "Додати/редагувати пріоритет відповіді" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "Додати/редагувати шаблон відповіді" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "Додано %s" @@ -403,7 +397,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "Ще раз:" @@ -473,10 +467,9 @@ msgstr "Всі звіти в проміжку з %s по %s" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "Сповіщено в категорії %s " +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -490,17 +483,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "Змінити адресу електронної пошти" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "Оновлення відмітило цю проблему як вирішену." @@ -514,7 +506,7 @@ msgstr "Анонім" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -526,6 +518,10 @@ msgstr "Анонім:" msgid "Another user" msgstr "Інші користувачі" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -539,6 +535,7 @@ msgstr "Ви впевнені, що хочете скасувати завант #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Ви впевнені?" @@ -549,7 +546,7 @@ msgstr "Ви впевнені?" msgid "Area covered" msgstr "Зона покрита" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -559,24 +556,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "Назначити %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "Останні проблеми від користувачів" +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Назначити %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "Назначити %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -596,28 +589,24 @@ msgid "Assign to subdivision:" msgstr "Назначити підрозділу:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "Назначити %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "Доступні категорії" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "Назначити %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "Назначити %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -627,7 +616,7 @@ msgstr "At most %d requests are returned in each query. The returned requests a msgid "At the moment only searching for and looking at reports work." msgstr "Наразі лише роздивляюсь як працюють звіти" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -639,7 +628,7 @@ msgstr "" msgid "Auto-response:" msgstr "Автоматична відповідь:" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -672,7 +661,7 @@ msgstr "Повернутися до всіх звітів" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -680,10 +669,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -700,12 +689,17 @@ msgstr "Органи" msgid "Body" msgstr "Орган" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Орган:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -716,12 +710,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "Не бачите мапу? Пропустіть цей крок" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -736,7 +730,7 @@ msgstr "Категорії:" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -750,11 +744,11 @@ msgstr "Категорії:" msgid "Category" msgstr "Категорія" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Категорія змінена з ‘%s’ на ‘%s’" @@ -779,9 +773,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "Змінити пароль" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -790,7 +783,7 @@ msgstr "Змінити адресу електронної пошти" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "Змінити пароль" @@ -813,6 +806,12 @@ msgstr "" msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -842,7 +841,7 @@ msgstr "Натисніть на посилання в надісланому е msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -853,7 +852,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Закрито" @@ -891,7 +890,7 @@ msgstr "Cobrand:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -900,13 +899,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "Конфігурація" @@ -931,7 +932,7 @@ msgstr "" msgid "Confirmation" msgstr "Підтвердження" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -970,6 +971,11 @@ msgstr "Звернутись до команди" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "Створити сповіщення" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -995,7 +1001,8 @@ msgstr "Рада" msgid "Council contacts for %s" msgstr "Контакти ради для %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "рада ref: %s" @@ -1023,33 +1030,32 @@ msgstr "Створити сповіщення" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Створити категорію" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "Створити шаблон" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Створити приоритет" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "Створити звіт/оновлення для ради" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1070,14 +1076,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "Створено" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "Створено" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1087,17 +1091,16 @@ msgstr "Створено" msgid "Created:" msgstr "Створено:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "редагувати користувача" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1124,6 +1127,11 @@ msgstr "Дашборд" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "Зберети зміни" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1136,7 +1144,7 @@ msgstr "Dealt with by subdivision within 5 working days" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1145,6 +1153,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "Видалено" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1152,11 +1165,10 @@ msgid "Delete template" msgstr "Видалити шаблон" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Видалити шаблон" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1172,26 +1184,24 @@ msgstr "" msgid "Description" msgstr "Опис" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "Опис" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "Подробиці" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "Опитування" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1202,7 +1212,7 @@ msgstr "Опитування" msgid "Details:" msgstr "Подробиці:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1214,8 +1224,8 @@ msgstr "Передано" msgid "Diligency prize league table" msgstr "Таблиця найстаранніших призерів" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1223,7 +1233,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1232,15 +1242,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "Сповіщено в категорії %s " +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "Сповіщено в категорії %s " +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1268,7 +1276,7 @@ msgstr "Не відправляти листи автору про нові ко msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "Не знаю" @@ -1285,11 +1293,15 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "Звіт по %s" + #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or browse photos" -msgstr "Перетягніть фотографії сюди чи натисніть для завантаження" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 @@ -1344,33 +1356,32 @@ msgstr "Редагувати" msgid "Edit body details" msgstr "Редагувати дані про орган" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "Редагувати права користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "Редагувати звіт" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "редагувати користувача" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1411,19 +1422,19 @@ msgstr "Редактор" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "Е-пошта" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1441,11 +1452,11 @@ msgstr "Email оповіщення створено" msgid "Email alert deleted" msgstr "Email Оповіщення видалено" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1453,7 +1464,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1462,7 +1473,7 @@ msgstr "" msgid "Email:" msgstr "Е-пошта:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1519,7 +1530,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1532,9 +1543,8 @@ msgid "Endpoint" msgstr "Кінцева точка" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Введіть назву вулиці чи району поблизу" +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1553,7 +1563,7 @@ msgstr "Введіть назву вулиці чи району поблизу" msgid "Enter details of the problem" msgstr "Введіть подробиці проблеми" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1596,11 +1606,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "Поясніть чому неправильно" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1630,13 +1641,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1685,30 +1696,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "Ім’я" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "Фотографії найближчих сповіщень" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "Нові сповіщення" +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "Полагодіть це вибравши зону покриття в формі редагування органу нижче." +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s посилання: %s" + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "Вирішено" @@ -1725,7 +1739,7 @@ msgstr "Вирішено - Користувач" msgid "Flag as deleted" msgstr "Відмітьте як видалене" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Відмічено" @@ -1734,7 +1748,7 @@ msgstr "Відмічено" msgid "Flagged reports and users" msgstr "Відмічені звіти та користувачі" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "Відмічені користувачі виписані на відміченій сторінці." @@ -1742,12 +1756,17 @@ msgstr "Відмічені користувачі виписані на area.
\n" " Authorised staff users can be associated with the area in which they operate." msgstr "" -#: templates/web/base/admin/users/form.html:39 -#: templates/web/base/admin/users/form.html:40 +#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:44 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2740,7 +2759,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:58 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:76 msgid "Not a valid JSON string: %s" msgstr "" @@ -2821,7 +2840,7 @@ msgstr "" msgid "On behalf of %s" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:67 +#: templates/web/base/admin/bodies/contact-form.html:72 msgid "Only staff users will be able to add reports in this category." msgstr "" @@ -2832,7 +2851,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:25 #: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/base/dashboard/index.html:142 +#: templates/web/base/dashboard/index.html:145 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Відкрити" @@ -2861,7 +2880,7 @@ msgstr "" msgid "Options" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:19 +#: templates/web/base/report/new/fill_in_details_form.html:18 msgid "Or
search for a different location" msgstr "" @@ -2869,11 +2888,11 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:28 +#: templates/web/base/alert/_list.html:41 msgid "Or specify a different radius distance:" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:97 msgid "Or subscribe by RSS" msgstr "" @@ -2882,19 +2901,19 @@ msgid "Order" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:100 -#: perllib/FixMyStreet/App/Controller/Report.pm:760 -#: perllib/FixMyStreet/App/Controller/Report.pm:761 -#: perllib/FixMyStreet/App/Controller/Report.pm:778 -#: perllib/FixMyStreet/App/Controller/Report.pm:781 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1574 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:838 -#: perllib/FixMyStreet/DB/Result/Problem.pm:712 -#: perllib/FixMyStreet/DB/Result/Problem.pm:719 -#: perllib/FixMyStreet/DB/Result/Problem.pm:734 -#: perllib/FixMyStreet/DB/Result/Problem.pm:743 -#: perllib/FixMyStreet/Queue/Item/Report.pm:136 -#: perllib/FixMyStreet/Queue/Item/Report.pm:220 +#: perllib/FixMyStreet/App/Controller/Report.pm:764 +#: perllib/FixMyStreet/App/Controller/Report.pm:765 +#: perllib/FixMyStreet/App/Controller/Report.pm:782 +#: perllib/FixMyStreet/App/Controller/Report.pm:785 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1599 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:845 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:846 +#: perllib/FixMyStreet/DB/Result/Problem.pm:729 +#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:751 +#: perllib/FixMyStreet/DB/Result/Problem.pm:760 +#: perllib/FixMyStreet/Queue/Item/Report.pm:135 +#: perllib/FixMyStreet/Queue/Item/Report.pm:219 msgid "Other" msgstr "Інше" @@ -2931,36 +2950,32 @@ msgid "Parent" msgstr "Предок" #: templates/web/base/admin/bodies/contact-form.html:10 -#, fuzzy msgid "Parent categories" -msgstr "Всі Категорії" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Частково" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:2 -#: templates/web/zurich/auth/general.html:20 -#: templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:3 +#: templates/web/zurich/auth/general.html:19 +#: templates/web/zurich/auth/general.html:44 msgid "Password (optional)" msgstr "Пароль (опціонально)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 -#, fuzzy msgid "Password change cancelled." -msgstr "Ваш пароль було змінено" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Пароль (опціонально)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Дозволи:" +msgstr "" -#: templates/web/base/admin/users/form.html:158 +#: templates/web/base/admin/users/form.html:162 msgid "Permissions:" msgstr "Дозволи:" @@ -2968,20 +2983,19 @@ msgstr "Дозволи:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/my/my.html:72 +#: templates/web/base/my/my.html:74 #: templates/web/base/report/form/user_loggedout_by_email.html:42 -#, fuzzy msgid "Phone" -msgstr "Телефон:" +msgstr "" #: templates/web/base/report/inspect/information.html:25 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 +#: templates/web/base/auth/change_phone.html:35 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:35 -#: templates/web/zurich/report/new/fill_in_details_form.html:40 +#: templates/web/zurich/report/new/fill_in_details_form.html:39 msgid "Phone number" msgstr "Номер телефону" @@ -2998,7 +3012,7 @@ msgstr "" msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:182 +#: templates/web/base/admin/reports/_edit_main.html:184 #: templates/web/base/admin/reports/_edit_waste.html:57 #: templates/web/base/admin/users/_form_details.html:24 #: templates/web/base/my/my.html:50 @@ -3010,13 +3024,20 @@ msgstr "Телефон:" #: templates/web/base/report/form/photo_upload.html:25 #: templates/web/base/report/form/photo_upload.html:27 #: templates/web/base/report/form/photo_upload.html:4 -#: templates/web/base/report/update/moderation_diff.html:4 #: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 msgid "Photo" msgstr "Фото" -#: perllib/FixMyStreet/App/Controller/Photo.pm:215 +#: templates/web/base/report/update/moderation_photo_diff.html:7 +msgid "Photo added to this report in this moderation update" +msgstr "" + +#: templates/web/base/report/update/moderation_photo_diff.html:20 +msgid "Photo deleted from this report in this moderation update" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:227 msgid "Photo is required." msgstr "Фото обов'язкове." @@ -3032,6 +3053,16 @@ msgstr "" msgid "Photos" msgstr "Фотографія" +#: templates/web/base/report/update/moderation_photo_diff.html:2 +#, fuzzy +msgid "Photos added" +msgstr "Фотографія" + +#: templates/web/base/report/update/moderation_photo_diff.html:15 +#, fuzzy +msgid "Photos deleted" +msgstr "Потрібне фото" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Фотографії найближчих сповіщень" @@ -3051,33 +3082,26 @@ msgid "Pick your ward" msgstr "" #: templates/web/base/dashboard/heatmap.html:46 -#, fuzzy msgid "Pin map" -msgstr "Розмістіть шпильку на карті" - -#. ("JS") -#: templates/web/base/around/display_location.html:62 -#: templates/web/base/js/translation_strings.html:44 -msgid "Place pin on map" -msgstr "Розмістіть шпильку на карті" +msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:145 msgid "Please check their changes and resolve any differences." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:30 msgid "Please check the passwords and try again" msgstr "Будь ласка перевірте пароль і спробуйте ще раз" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:27 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:26 msgid "Please check your email address is correct" msgstr "Будь ласка перевірте чи ваша адреса е-пошти вірна" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:542 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:546 #: perllib/FixMyStreet/DB/Result/User.pm:302 #: perllib/FixMyStreet/DB/Result/User.pm:303 #: templates/web/base/auth/_username_error.html:1 @@ -3087,8 +3111,8 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:236 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1132 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1175 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1157 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1200 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Будь ласка оберіть категорію" @@ -3097,11 +3121,12 @@ msgstr "Будь ласка оберіть категорію" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:357 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:364 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 -#: templates/web/base/admin/waste/edit.html:8 +#: templates/web/base/admin/waste/bulky_items.html:46 +#: templates/web/base/admin/waste/edit.html:15 msgid "Please correct the errors below" msgstr "Будь ласка, виправте помилки" @@ -3113,14 +3138,14 @@ msgid "" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:237 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:343 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:245 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:201 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Будь ласка введіть повідомлення" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:540 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:544 #: perllib/FixMyStreet/DB/Result/User.pm:305 #: perllib/FixMyStreet/DB/Result/User.pm:306 #: templates/web/base/auth/_username_error.html:1 @@ -3129,17 +3154,17 @@ msgid "Please enter a mobile number" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:128 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:294 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:295 msgid "Please enter a name" msgstr "Будь ласка, введіть ім'я " -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:487 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:494 msgid "Please enter a name for this body" msgstr "" #. ("JS") -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:28 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Будь ласка введіть пароль" @@ -3158,9 +3183,9 @@ msgid "Please enter a valid UK phone number" msgstr "Будь ласка введіть номер телефону" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:269 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:276 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:125 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:285 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:286 #: perllib/FixMyStreet/DB/Result/User.pm:295 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 @@ -3173,7 +3198,7 @@ msgid "Please enter a valid email address" msgstr "Будь ласка введіть правильну адресу е-пошти" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:279 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:280 msgid "Please enter a valid email or phone number" msgstr "" @@ -3188,8 +3213,8 @@ msgstr "Будь ласка додайте трохи подробиць" #: perllib/FixMyStreet/DB/Result/User.pm:293 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 -#: templates/web/base/auth/change_email.html:24 -#: templates/web/base/auth/change_email.html:26 +#: templates/web/base/auth/change_email.html:23 +#: templates/web/base/auth/change_email.html:25 #: templates/web/base/js/translation_strings.html:23 #: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" @@ -3207,9 +3232,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Будь ласка введіть ім'я та прізвище - департаментам потрібні ці дані. Якщо не хочете їх показувати - не ставте галочку внизу." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Будь ласка введіть ім'я" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3262,9 +3286,8 @@ msgstr "Будь ласка вкажіть чи ви хочете отримат #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:457 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Будь ласка введіть правильну адресу е-пошти" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:518 @@ -3280,7 +3303,7 @@ msgstr "Будь ласка зауважте що оновлення не над msgid "Please note your report has not yet been sent." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:28 +#: templates/web/base/report/new/fill_in_details_form.html:27 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has not yet been sent. Choose a category and add further information below, then submit." msgstr "Будь ласка заауважте, що сповіщення ще не було надіслано. Оберіть категорію та іншу інформацію нижче, і надішліть." @@ -3293,15 +3316,15 @@ msgstr "" msgid "Please note:" msgstr "Будь ласка зауважте:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:974 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:495 +#: perllib/FixMyStreet/App/Controller/Report.pm:499 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:477 +#: perllib/FixMyStreet/App/Controller/Report.pm:481 msgid "Please provide a public update for this report." msgstr "Будь ласка, оприлюдніть оновлений звіт." @@ -3347,7 +3370,7 @@ msgid "Please upload an image only" msgstr "Будь ласка, завантажте тільки зображення" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:283 msgid "Please verify at least one of email/phone" msgstr "" @@ -3379,7 +3402,7 @@ msgstr "Опубліковано %s в %s" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:140 +#: templates/web/base/admin/bodies/contact-form.html:145 msgid "Prefer this contact if multiple bodies have the same contact" msgstr "" @@ -3387,11 +3410,11 @@ msgstr "" msgid "Press space again to adjust the location" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:67 msgid "Prevent new reports from using this category, and also remove it from map filters." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:62 msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" @@ -3403,7 +3426,7 @@ msgstr "" msgid "Previous" msgstr "Попередній" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Priorities" msgstr "" @@ -3445,28 +3468,24 @@ msgid "Problem %d created" msgstr "Проблему %d створено" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Додати до переліку" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Проблема %s підтверджена" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Проблему %d створено" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Проблему %d створено" +msgstr "" #: templates/web/base/admin/users/log.html:56 -#, fuzzy msgid "Problem %s removed from shortlist" -msgstr "Видалити з переліку" +msgstr "" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3478,7 +3497,7 @@ msgstr "Проблему %s надіслано департаменту %s" msgid "Problem breakdown by state" msgstr "Розбивка проблем по стану" -#: perllib/FixMyStreet/App/Controller/Admin.pm:254 +#: perllib/FixMyStreet/App/Controller/Admin.pm:300 msgid "Problem marked as open." msgstr "Проблема маркована відкритою." @@ -3486,13 +3505,13 @@ msgstr "Проблема маркована відкритою." msgid "Problem state change based on survey results" msgstr "Стан проблеми змінено базуючись на результатах опитувань" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:129 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:184 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблеми" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:25 msgid "Problems in an area" msgstr "" @@ -3508,11 +3527,11 @@ msgstr "Проблеми на мапі" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Нещодавно вирішені проблеми" -#: templates/web/base/alert/_list_rss_local.html:7 +#: templates/web/base/alert/_list.html:34 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/Default.pm:942 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 #: perllib/FixMyStreet/Cobrand/UK.pm:233 perllib/FixMyStreet/Cobrand/UK.pm:278 #: perllib/FixMyStreet/Cobrand/UK.pm:290 @@ -3531,7 +3550,7 @@ msgstr "" #: templates/web/base/admin/triage/index.html:0 #: templates/web/base/admin/triage/index.html:14 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:33 +#: templates/web/base/reports/body.html:48 msgid "Problems within %s, %s" msgstr "" @@ -3544,11 +3563,11 @@ msgstr "Адреса майна:" msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:128 +#: templates/web/base/admin/bodies/contact-form.html:133 msgid "Protect this category from being re-named" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:121 +#: templates/web/base/admin/bodies/contact-form.html:126 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3562,7 +3581,7 @@ msgstr "Надішліть оновлення" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Вказання паролю не обов'язкове, проте це дозволить вам більш легко сповіщати про проблеми, залишати поновлення та керувати вашими сповіщеннями" @@ -3585,9 +3604,8 @@ msgid "Publish photo" msgstr "Публічне фото" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Опитування" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3609,9 +3627,9 @@ msgstr "Анкета %d відправлена по проблемі %d" msgid "Questionnaire filled in by problem reporter" msgstr "Анкета заповнена автором сповіщення" -#: templates/web/base/alert/_list.html:35 -#: templates/web/base/alert/_list.html:53 -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 +#: templates/web/base/alert/_list.html:51 +#: templates/web/base/alert/_list.html:69 #: templates/web/base/alert/_updates.html:4 #: templates/web/base/around/display_location.html:3 msgid "RSS feed" @@ -3637,11 +3655,11 @@ msgstr "RSS потік з %s" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/_list.html:44 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/Default.pm:943 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 #: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "RSS feed of problems within %s" @@ -3674,19 +3692,18 @@ msgid "Reason:" msgstr "" #: templates/web/base/alert/_updates.html:10 -#, fuzzy msgid "Receive a text when updates are left on this problem." -msgstr "Отримувати листа коли інформація по проблемі буде оновлена" +msgstr "" #: templates/web/base/alert/_updates.html:8 msgid "Receive email when updates are left on this problem." msgstr "Отримувати листа коли інформація по проблемі буде оновлена" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:84 msgid "Receive local alert notifications by" msgstr "" -#: templates/web/base/my/my.html:64 +#: templates/web/base/my/my.html:66 msgid "Receive update notifications by" msgstr "" @@ -3719,7 +3736,7 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:200 #: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3744,22 +3761,20 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:153 -#: templates/web/base/admin/reports/_edit_waste.html:203 +#: templates/web/base/admin/reports/_edit_main.html:155 +#: templates/web/base/admin/reports/_edit_waste.html:232 #: templates/web/base/admin/update_edit.html:77 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Видалити фото (це незворотня операція!)" #: templates/web/base/admin/users/index.html:85 -#, fuzzy msgid "Remove staff permissions" -msgstr "Редагувати права користувача" +msgstr "" #: templates/web/base/admin/emergencymessage/_ooh.html:73 -#, fuzzy msgid "Remove time period" -msgstr "Редагувати права користувача" +msgstr "" #: templates/web/base/auth/generate_token.html:75 msgid "Replace token" @@ -3797,11 +3812,10 @@ msgstr "" msgid "Report abuse" msgstr "Поскаржитись" -#: templates/web/base/report/form/user.html:37 -#: templates/web/base/report/form/user.html:45 -#, fuzzy +#: templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:49 msgid "Report anonymously" -msgstr "Сповіщено анонімно по %s" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:97 @@ -3815,9 +3829,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Поскаржитись" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3840,18 +3853,18 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сповіщайте, переглядайте, або обговорюйте місцеві проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:723 +#: perllib/FixMyStreet/DB/Result/Problem.pm:740 #: templates/web/base/contact/form.html:43 msgid "Reported anonymously at %s" msgstr "Сповіщено анонімно по %s" #: templates/web/base/admin/stats/questionnaire.html:5 -#: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/creator_fixed.html:15 +#: templates/web/base/questionnaire/index.html:71 msgid "Reported before" msgstr "Сповіщено раніше" -#: perllib/FixMyStreet/DB/Result/Problem.pm:747 +#: perllib/FixMyStreet/DB/Result/Problem.pm:764 #: templates/web/base/contact/form.html:45 msgid "Reported by %s at %s" msgstr "Перевідкрито %s о %s" @@ -3865,27 +3878,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сповіщено в категорії %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +#: perllib/FixMyStreet/DB/Result/Problem.pm:737 msgid "Reported in the %s category anonymously at %s" msgstr "Сповіщено в категорії %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:744 +#: perllib/FixMyStreet/DB/Result/Problem.pm:761 msgid "Reported in the %s category by %s at %s" msgstr "Сповіщено в категорію %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:734 msgid "Reported via %s anonymously at %s" msgstr "Сповіщено %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:741 +#: perllib/FixMyStreet/DB/Result/Problem.pm:758 msgid "Reported via %s by %s at %s" msgstr "Сповіщено через %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:731 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сповіщено через %s в категорію %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:736 +#: perllib/FixMyStreet/DB/Result/Problem.pm:753 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сповіщено через %s в категорію %s %s о %s" @@ -3909,17 +3922,17 @@ msgstr "Сповістити про проблему" msgid "Reporting message" msgstr "Сповістити про проблему" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 #: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: templates/web/base/around/tabbed_lists.html:3 -#: templates/web/base/dashboard/index.html:133 +#: templates/web/base/dashboard/index.html:136 msgid "Reports" msgstr "Сповіщення" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:24 -#: perllib/FixMyStreet/Cobrand/Hackney.pm:317 -#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:23 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:27 +#: perllib/FixMyStreet/Cobrand/Hackney.pm:336 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:24 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Сповіщення обмежені %s символами. Буль ласка скоротіть сповіщення." @@ -3933,11 +3946,11 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Сповіщення очікують підтвердження" -#: templates/web/base/alert/_list.html:48 +#: templates/web/base/alert/_list.html:64 msgid "Reports by destination" msgstr "" -#: templates/web/base/alert/_list.html:15 +#: templates/web/base/alert/_list.html:18 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3972,6 +3985,10 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" +#: templates/web/base/maps/_map_instructions.html:30 +msgid "Reposition
report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3981,7 +3998,7 @@ msgstr "" msgid "Resend report" msgstr "Перевідіслати сповіщення" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4033,9 +4050,8 @@ msgstr "Те місце?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "викроистана мапа" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4049,13 +4065,13 @@ msgstr "Обслуговувач цієї дороги (з OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4065,18 +4081,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернули вліво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4091,7 +4107,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4107,6 +4123,10 @@ msgstr "" msgid "Save changes" msgstr "Зберети зміни" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4155,7 +4175,7 @@ msgstr "Пошук не знайшов користувачів." #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4164,7 +4184,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4179,7 +4199,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Оберіть район" @@ -4188,11 +4208,20 @@ msgstr "Оберіть район" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "Прослійте за посиланням на район щоб бачити звіти лише по цьому району" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4207,7 +4236,7 @@ msgid "Select:" msgstr "Оберіть:" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4233,7 +4262,7 @@ msgstr "" msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "Відправити %s %s пізніше" @@ -4250,7 +4279,7 @@ msgstr "Сервіс:" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4273,7 +4302,7 @@ msgstr "" msgid "Shortlist" msgstr "Перелік" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4289,7 +4318,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4328,12 +4357,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "Увійти" @@ -4350,17 +4379,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Увійти або створити обліковий запис" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Вийти" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4418,7 +4447,7 @@ msgstr "Вибачте, ми не знайшли це місце" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4429,22 +4458,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "Вибачте, ми не можем розпізнати це місце. Спробуйте пізніше." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "Вибачте, ми не можем розпізнати це місце. Спробуйте пізніше." - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4453,16 +4477,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4470,10 +4494,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4481,7 +4509,7 @@ msgstr "Ім’я" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4489,7 +4517,7 @@ msgstr "Ім’я" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4502,7 +4530,7 @@ msgstr "Стан" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4518,13 +4546,13 @@ msgstr "" msgid "State:" msgstr "Стан:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4570,23 +4598,23 @@ msgstr "Тема:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "Підтвердити" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4594,7 +4622,7 @@ msgstr "Підтвердити" msgid "Submit changes" msgstr "Підтвердити зміни" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "Підтвердити анкету" @@ -4603,15 +4631,15 @@ msgstr "Підтвердити анкету" msgid "Submitted" msgstr "Підтверджено" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "Підписатись" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4620,11 +4648,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "Поновлення обмежені кількістю в %s символів. Будь ласка скоротіть текст." +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4634,15 +4661,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4654,10 +4682,9 @@ msgstr "" msgid "Summary" msgstr "Резюме" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "Сумарні сповіщення" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4674,11 +4701,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4702,7 +4729,7 @@ msgstr "" msgid "Template email response:" msgstr "Нова адреса електронної пошти:" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4718,14 +4745,12 @@ msgid "Text" msgstr "Текст" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "Email оповіщення створено" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "Email Оповіщення видалено" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4748,9 +4773,8 @@ msgid "Text:" msgstr "Текст:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "Текст" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4776,7 +4800,7 @@ msgstr "Дякуємо за відповідь." msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "Дякуємо за надіслане фото. Тепер нам потрібно визначити місце проблеми, тому будь ласка введіть назву вулиці поблизу чи поштовий код в полі вище  :" -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Дякуєм, раді чути, що проблему вирішено! Можемо ми поцікавитись чи сповіщали ви органи про будь-яку проблему раніше?" @@ -4815,23 +4839,23 @@ msgstr "" msgid "That problem will now be resent." msgstr "Цю проблему зараз перезвітують." -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "Це сповіщення було видалено." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4863,8 +4887,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4895,7 +4919,7 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." msgstr "" @@ -4955,8 +4979,8 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "Паролі не співпадають" @@ -4976,11 +5000,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Користувач не зміг позначити проблему на карті, тільки введену зону" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5042,7 +5066,7 @@ msgstr "Сталась помилка при спробі показати ст msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5124,15 +5148,15 @@ msgid "" msgstr "" #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" @@ -5140,9 +5164,14 @@ msgstr "" msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "Ця інформація обов'язкова" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "Ця інформація обов'язкова" @@ -5164,7 +5193,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5199,15 +5228,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Це сповіщення очікує модерації." -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "Це сповіщення наразі відмічено закритим." -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "Це сповіщення наразі відмічено вирішеним." -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "Це сповіщення відмічено відкритим." @@ -5216,7 +5245,7 @@ msgstr "Це сповіщення відмічено відкритим." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Ця веб-сторінка також містить фото проблеми, які надав користувач." @@ -5231,7 +5260,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5279,7 +5308,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "До перегляду точного місцезнаходження проблеми на карті" @@ -5306,9 +5335,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Загалом" @@ -5352,12 +5381,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5374,23 +5403,23 @@ msgstr "" msgid "Unknown" msgstr "Невідомо" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "Невідомий тип алярму" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Невідома помилка" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "Невідомий ідентифікатор проблеми" @@ -5407,16 +5436,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Поновлення" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "Поновлення %s створено для проблеми %d; від %s" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5453,9 +5481,8 @@ msgid "Update marked problem as fixed" msgstr "Поновлення відмітило проблему як вирішену" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "Поновити статуси" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5477,14 +5504,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5492,7 +5520,7 @@ msgid "Updated!" msgstr "Поновлено!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5525,23 +5553,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" -msgstr "Визначити поточні координати" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" +msgstr "Переглядаєм локацію" + +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5553,22 +5585,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5581,27 +5613,27 @@ msgstr "Пошук користувачів знайшов співпадінн msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "Користувачі" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5610,8 +5642,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "Значення оновлено" @@ -5629,6 +5661,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5638,16 +5674,21 @@ msgstr "" msgid "View report on site" msgstr "Переглянути сповіщення на сайті" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "Переглянути сповіщення по району" + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "Переглянути сповіщення по району" -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5667,7 +5708,7 @@ msgstr "Переглядаєм проблему" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "Райони рад" @@ -5680,7 +5721,7 @@ msgstr "Конфігурація" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5703,7 +5744,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Ми розумієм, що проблема може лежати у відповідальності %s; нажаль, наразі у нас немає їх контактних даних. Якщо ви знаєте точну адресу, будь ласка залишайтесь на зв'язку." @@ -5724,7 +5765,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5745,7 +5786,7 @@ msgstr "Коли відредаговано" msgid "When sent" msgstr "Коли відправлено" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5761,7 +5802,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5769,7 +5810,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "" -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хочете отримати ще іншу анкету за 4 тижні, нагадуючу вам про перевірку статусу?" @@ -5786,13 +5827,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "Так" @@ -5800,7 +5841,11 @@ msgstr "Так" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5826,7 +5871,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Ви можете переглянути проблему на цьому сайті." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." @@ -5835,7 +5880,7 @@ msgstr "You can add an abusive user's email to the abuse list, which automatical msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5865,7 +5910,7 @@ msgstr "" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5930,7 +5975,7 @@ msgstr "Ви успішно увійшли; будь ласка перевірт msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Ви не сповістили про жодну проблему. Сповістіть про проблему" @@ -5969,15 +6014,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "Ваша пошта" @@ -5985,8 +6030,8 @@ msgstr "Ваша пошта" msgid "Your email address" msgstr "Ваша адреса е-пошти" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6004,11 +6049,11 @@ msgstr "Ваше ім'я" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6017,8 +6062,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Ваш пароль" @@ -6032,9 +6077,9 @@ msgstr "Ваш пароль було змінено" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6044,18 +6089,18 @@ msgstr "" msgid "Your phone number" msgstr "Ваш телефон" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "Ваш звіт" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "Ваші сповіщення" @@ -6077,7 +6122,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "Ваші поновлення" @@ -6104,7 +6149,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "всі" @@ -6124,8 +6169,8 @@ msgstr "" msgid "by %s" msgstr "від %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "рада" @@ -6138,12 +6183,12 @@ msgstr "не використовував карту" msgid "e.g. ‘%s’ or ‘%s’" msgstr "наприклад ‘%s’ чи ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6161,7 +6206,7 @@ msgstr "від %s різних користувачів" msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "останнє поновлення %s" @@ -6186,7 +6231,7 @@ msgstr "недоступно" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6196,15 +6241,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(вибірково)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "або" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6233,6 +6276,11 @@ msgstr "інші зони:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s посилання: %s" + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6267,7 +6315,7 @@ msgstr "шпильки немає так як користувач не вико msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "цей тип локальної проблеми" @@ -6301,19 +6349,23 @@ msgstr "користувач з тієї ж ради що й проблема - msgid "user is problem owner" msgstr "користувач є власником проблеми" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "двір" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6359,14 +6411,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "Фото" -msgstr[1] "Фото" -msgstr[2] "Фото" -msgstr[3] "Фото" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6441,13 +6493,13 @@ msgstr[2] "" msgstr[3] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "%s полагоджено минувшого місяця" -msgstr[1] "%s полагоджено минувшого місяця" -msgstr[2] "%s полагоджено минувшого місяця" -msgstr[3] "%s полагоджено минувшого місяця" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6494,7 +6546,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6521,7 +6573,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" @@ -6530,7 +6582,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6557,86 +6609,14 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "Переглядаєм локацію" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "Введіть назву вулиці чи району поблизу" - -#~ msgid "Could not find user" -#~ msgstr "Не вдалось знайти користувача" - -#~ msgid "Flag user" -#~ msgstr "Відмітьте користувача" - -#~ msgid "Home" -#~ msgstr "Домашня" - -#~ msgid "MAP" -#~ msgstr "Мапа" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "Будь ласка будьте ввічливим, виразним і висловлюйтесь по справі." - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "Будь ласка не використовуйте образи — ображаючи департамент ві підриваєте цінність сервісу для всіх користувачів" - -#~ msgid "Remove flag" -#~ msgstr "Зняти прапорець" - -#~ msgid "User flag removed" -#~ msgstr "Користувацький прапорець видалено" - -#~ msgid "User flagged" -#~ msgstr "Користувач відмічений" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "Повідомлення, написане суцільними великими літерами, робить його важким для сприйняття. Недосконала пунктуація так само." - -#~ msgid "Closed by council" -#~ msgstr "Закрито муніципалітетом" - -#~ msgid "Filter report list" -#~ msgstr "Фільтрувати список звітів" - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "Невірне значення agency_responsible %s" - -#~ msgid "Post" -#~ msgstr "Допис" - -#~ msgid "Coordinates:" -#~ msgstr "Координати:" - -#~ msgid "Description:" -#~ msgstr "Опис:" - -#~ msgid "Didn't use map" -#~ msgstr "Не використовувати карту" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." - -#~ msgid "OK" -#~ msgstr "Гаразд" - -#~ msgid "Permalink" -#~ msgstr "Постійне посилання" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "Цей сповіщення неможливо показати на %s." - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "На цю адресу е-пошти будуть надіслані сповіщення по даній категорії. \n" -#~ " Інші категорії по цьому органу можуть мати аналогічну адресу." - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "Сталась проблема з вашою комбінацією адреси пошти і паролю. Будь ласка спробуйте пізніше." - -#~ msgid "or locate me automatically" -#~ msgstr "або знайти мене автоматично" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "Опис" +msgstr[1] "Опис" +msgstr[2] "Опис" +msgstr[3] "Опис" + +#~ msgid "Place pin on map" +#~ msgstr "Розмістіть шпильку на карті" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index 40d4e621916..a4b39088558 100644 --- a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2021 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2022-10-06 10:55+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" -"Language-Team: Chinese (https://www.transifex.com/mysociety/teams/12067/zh/)\n" +"POT-Creation-Date: 2023-05-10 12:17+0100\n" +"PO-Revision-Date: 2021-12-03 16:25+0000\n" +"Last-Translator: mySociety , 2021\n" +"Language-Team: Chinese (https://app.transifex.com/mysociety/teams/12067/zh/)\n" "Language: zh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,9 @@ msgstr "" msgid " -- Select a cobrand -- " msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:149 -msgid " . scalar @{ $bodies{$_} } . " -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Problem.pm:792 -#: perllib/FixMyStreet/DB/Result/Problem.pm:794 -#: perllib/FixMyStreet/Queue/Item/Report.pm:219 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 +#: perllib/FixMyStreet/DB/Result/Problem.pm:811 +#: perllib/FixMyStreet/Queue/Item/Report.pm:218 msgid " and " msgstr "與" @@ -64,7 +61,7 @@ msgstr "" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:47 msgid "%s - Summary reports" msgstr "%s -申報總結" @@ -112,8 +109,8 @@ msgstr "" msgid "%s live updates" msgstr "%s 現場更新" -#: templates/web/base/dashboard/index.html:191 #: templates/web/base/dashboard/index.html:194 +#: templates/web/base/dashboard/index.html:197 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -121,15 +118,11 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s 問卷送出 – % 回覆(%s%%)" -#: templates/web/base/report/_council_sent_info.html:8 -msgid "%s ref: %s" -msgstr "%s 流水號: %s " - #: perllib/FixMyStreet/Map/OSM.pm:42 msgid "© OpenStreetMap contributors" msgstr "版本; OpenStreetMap開放街道地圖 貢獻者" -#: templates/web/base/admin/waste/edit.html:28 +#: templates/web/base/admin/waste/bulky_items.html:82 msgid "← Back" msgstr "" @@ -155,7 +148,7 @@ msgstr "" msgid "(closed)" msgstr "(結束)" -#: templates/web/base/alert/_list_rss_local.html:8 +#: templates/web/base/alert/_list.html:36 msgid "(covers roughly 200,000 people)" msgstr "" @@ -163,17 +156,15 @@ msgstr "" msgid "(fixed)" msgstr "(己處理)" -#: templates/web/base/admin/reports/_edit_main.html:173 -#: templates/web/base/admin/reports/_edit_main.html:177 -#, fuzzy +#: templates/web/base/admin/reports/_edit_main.html:175 +#: templates/web/base/admin/reports/_edit_main.html:179 msgid "(for this report)" -msgstr "你作的申報" +msgstr "" #: templates/web/base/admin/update_edit.html:33 #: templates/web/base/admin/update_edit.html:36 -#, fuzzy msgid "(for this update)" -msgstr "尚無更新" +msgstr "" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -183,7 +174,7 @@ msgstr "(例如塗鴉, 文宣張貼, 人行道鋪板或街燈損壤, )" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item_small.html:30 +#: templates/web/base/report/_item_small.html:35 msgid "(not sent to council)" msgstr "不要向地方政府送出" @@ -191,19 +182,19 @@ msgstr "不要向地方政府送出" #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_by_email.html:56 #: templates/web/base/report/new/form_user_loggedin.html:40 -#: templates/web/zurich/report/new/fill_in_details_form.html:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:33 msgid "(optional)" msgstr "(任選)" -#: templates/web/base/report/_item_small.html:28 +#: templates/web/base/report/_item_small.html:33 msgid "(sent to all)" msgstr "" -#: templates/web/base/report/_item_small.html:29 +#: templates/web/base/report/_item_small.html:34 msgid "(sent to both)" msgstr "兩個都送出" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:832 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:840 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "選擇分類" @@ -213,9 +204,8 @@ msgid "-- Pick an option --" msgstr "" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "請選擇單位" +msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -280,11 +270,11 @@ msgstr " 我有密碼" msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:31 +#: templates/web/base/admin/bodies/contact-form.html:36 msgid "A service ID (Open311 or similar)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:128 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Access denied" msgstr "" @@ -314,9 +304,8 @@ msgid "Add a contact using the form below." msgstr "增加聯絡人請使用下方表單" #: templates/web/base/admin/bodies/contact-form.html:20 -#, fuzzy msgid "Add another parent category" -msgstr "新增種類" +msgstr "" #: templates/web/base/admin/bodies/form.html:154 #: templates/web/base/admin/bodies/index.html:78 @@ -355,6 +344,11 @@ msgstr "" msgid "Add phone number" msgstr "" +#: templates/web/base/admin/waste/bulky_items.html:71 +#, fuzzy +msgid "Add row" +msgstr "新增有關單位" + #: templates/web/base/admin/users/edit.html:4 #: templates/web/base/admin/users/index.html:101 #, fuzzy @@ -379,25 +373,25 @@ msgstr "" msgid "Add user" msgstr "新增使用者" -#: perllib/FixMyStreet/Cobrand/Default.pm:794 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:143 +#: perllib/FixMyStreet/Cobrand/Default.pm:806 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:198 msgid "Add/edit emergency message" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Cobrand/Default.pm:803 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:793 +#: perllib/FixMyStreet/Cobrand/Default.pm:805 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:792 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:142 +#: perllib/FixMyStreet/Cobrand/Default.pm:804 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:197 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:152 +#: templates/web/base/my/my.html:158 msgid "Added %s" msgstr "新增 %s" @@ -415,7 +409,7 @@ msgstr "" msgid "Aerial map" msgstr "" -#: templates/web/base/auth/change_password.html:51 +#: templates/web/base/auth/change_password.html:50 msgid "Again:" msgstr "再一次" @@ -485,10 +479,9 @@ msgstr "%s 與 %s 之間申報" msgid "All time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:114 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:119 msgid "Allow anonymous reports on this category" -msgstr "%s 種類之申報" +msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Already been reported?" @@ -502,17 +495,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:29 -#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/base/admin/bodies/contact-form.html:34 +#: templates/web/base/admin/bodies/contact-form.html:40 msgid "An email address or service ID (Open311 or similar)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:33 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:38 msgid "An email address." -msgstr "您的電子郵件" +msgstr "" -#: templates/web/base/questionnaire/index.html:33 +#: templates/web/base/questionnaire/index.html:35 msgid "An update marked this problem as fixed." msgstr "本問題已解決之更新標註" @@ -526,7 +518,7 @@ msgstr "匿名" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:167 +#: templates/web/base/admin/reports/_edit_main.html:169 #: templates/web/base/admin/update_edit.html:21 #: templates/web/base/admin/update_edit.html:99 #: templates/web/base/report/update/moderation_diff.html:5 @@ -538,6 +530,10 @@ msgstr "匿名:" msgid "Another user" msgstr "" +#: templates/web/base/offline/fallback.html:15 +msgid "Anything you enter here is automatically saved for finishing and submitting when you’re back online." +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" @@ -551,6 +547,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:48 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/offline/fallback.html:37 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -561,7 +558,7 @@ msgstr "" msgid "Area covered" msgstr "涵蓋區域" -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:91 msgid "Area:" msgstr "" @@ -571,24 +568,20 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "作為一個支援平台 %s出錯,本站所作的申報將送達給申報者,而不是申報類別下提供的承辦人員。  " #: templates/web/base/reports/_bulk-assign.html:12 -#, fuzzy msgid "Assign" -msgstr "派給 %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:782 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Assign problem reports to users" -msgstr "用戶提供的本地最新申報 " +msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "派給 %s" +msgstr "" #: templates/web/base/reports/_bulk-assign.html:7 -#, fuzzy msgid "Assign to" -msgstr "派給 %s" +msgstr "" #: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" @@ -608,28 +601,24 @@ msgid "Assign to subdivision:" msgstr "交派給下級單位:" #: templates/web/base/report/inspect/assignment.html:7 -#, fuzzy msgid "Assign to:" -msgstr "派給 %s" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:788 +#: perllib/FixMyStreet/Cobrand/Default.pm:800 msgid "Assign users to areas" msgstr "" -#: templates/web/base/admin/users/form.html:115 -#, fuzzy +#: templates/web/base/admin/users/form.html:119 msgid "Assigned categories only" -msgstr "派給 %s" +msgstr "" #: templates/web/base/admin/problem_row.html:31 -#, fuzzy msgid "Assigned to" -msgstr "派給 %s" +msgstr "" #: templates/web/base/admin/_report-assignment.html:4 -#, fuzzy msgid "Assigned to:" -msgstr "派給 %s" +msgstr "" #: templates/web/base/open311/index.html:77 msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date." @@ -639,7 +628,7 @@ msgstr "每一則詢問的申報幾乎達 %d地回覆了。所有的要求,依 msgid "At the moment only searching for and looking at reports work." msgstr "目前僅提供部份查詢與查閱" -#: templates/web/base/admin/users/form.html:101 +#: templates/web/base/admin/users/form.html:105 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -651,7 +640,7 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:775 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Automatically populate report subject/detail" msgstr "" @@ -684,7 +673,7 @@ msgstr "" msgid "Background Colour" msgstr "" -#: templates/web/base/admin/users/form.html:31 +#: templates/web/base/admin/users/form.html:35 msgid "Ban user" msgstr "" @@ -692,10 +681,10 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 -#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:802 #: perllib/FixMyStreet/Cobrand/Zurich.pm:395 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:141 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:196 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/_edit_main.html:33 #: templates/web/zurich/header.html:62 @@ -712,12 +701,17 @@ msgstr "有關單位" msgid "Body" msgstr "有關單位" -#: templates/web/base/admin/users/form.html:47 +#: templates/web/base/admin/users/form.html:51 #: templates/web/base/dashboard/index.html:28 #: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "有關單位:" +#: templates/web/base/admin/waste/bulky_items.html:1 +#: templates/web/base/admin/waste/edit.html:7 +msgid "Bulky items list" +msgstr "" + #: templates/web/base/admin/users/import.html:12 #: templates/web/base/dashboard/status.html:24 msgid "CSV File" @@ -728,12 +722,12 @@ msgid "Can’t find our email? Check your spam folder – that&rsqu msgstr "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收桶,通常99%的問題可獲解決" #: templates/web/base/around/_report_banner.html:5 -#: templates/web/base/report/new/fill_in_details_form.html:18 +#: templates/web/base/report/new/fill_in_details_form.html:17 #, fuzzy msgid "Can’t use the map? Skip this step." msgstr "無法顯示地圖? 略過本步驟" -#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -748,7 +742,7 @@ msgstr "" #: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:126 +#: templates/web/base/dashboard/index.html:129 #: templates/web/base/report/_inspect.html:15 #: templates/web/base/report/_item.html:91 #: templates/web/base/report/new/category-app.html:10 @@ -762,11 +756,11 @@ msgstr "" msgid "Category" msgstr "類別" -#: templates/web/base/dashboard/index.html:129 +#: templates/web/base/dashboard/index.html:132 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:407 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -791,9 +785,8 @@ msgid "Change" msgstr "" #: templates/web/base/report/inspect/information.html:77 -#, fuzzy msgid "Change asset" -msgstr "更換密碼" +msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -802,7 +795,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:101 templates/web/base/my/my.html:97 +#: templates/web/base/my/my.html:103 templates/web/base/my/my.html:107 msgid "Change password" msgstr "更換密碼" @@ -825,6 +818,12 @@ msgstr "選擇民眾可理解的類別 (例如., \"路面坑 msgid "Choose another" msgstr "" +#. ("JS") +#: templates/web/base/around/display_location.html:62 +#: templates/web/base/js/translation_strings.html:44 +msgid "Choose location, pan and zoom to adjust" +msgstr "" + #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "Clear offline data" @@ -854,7 +853,7 @@ msgstr "選擇確認電子郵件上的連結以作登入" msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:17 +#: templates/web/base/report/new/fill_in_details_form.html:16 msgid "Click the map or drag the pin to adjust the location" msgstr "" @@ -865,7 +864,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:103 #: templates/web/base/admin/states/index.html:27 #: templates/web/base/admin/states/index.html:33 -#: templates/web/base/dashboard/index.html:143 +#: templates/web/base/dashboard/index.html:146 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "關閉" @@ -903,7 +902,7 @@ msgstr "聯合品牌:" msgid "Code" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:341 msgid "Codes for extra data must not contain spaces" msgstr "" @@ -912,13 +911,15 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:63 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:82 msgid "Config must be a JSON object literal, not array." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:695 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: perllib/FixMyStreet/Cobrand/Zurich.pm:409 #: templates/web/base/admin/config_page.html:1 +#: templates/web/base/admin/config_page_cobrand.html:1 +#: templates/web/base/admin/config_page_cobrand_one.html:1 msgid "Configuration" msgstr "設定" @@ -943,7 +944,7 @@ msgstr "" msgid "Confirmation" msgstr "確認" -#: templates/web/base/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:56 #: templates/web/base/admin/users/alerts.html:10 #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 @@ -982,6 +983,11 @@ msgstr "連結本團隊" msgid "Continue" msgstr "" +#: templates/web/base/main_nav_items.html:34 +#, fuzzy +msgid "Continue draft report..." +msgstr "創建申報" + #: templates/web/base/report/new/duplicate_suggestions.html:20 msgid "Continue – report a new problem" msgstr "" @@ -1007,7 +1013,8 @@ msgstr "地方政府" msgid "Council contacts for %s" msgstr "聯繋地方政府 %s" -#: templates/web/base/report/_council_sent_info.html:6 +#: templates/web/base/report/_council_sent_info.html:16 +#: templates/web/base/report/_council_sent_info.html:20 msgid "Council ref: %s" msgstr "地方政府流水號 ref: %s" @@ -1035,33 +1042,32 @@ msgstr "創建申報" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "創建類別" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Create message" -msgstr "創建模版" +msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:133 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:188 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:134 +#: perllib/FixMyStreet/Cobrand/Default.pm:791 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:189 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:132 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:187 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -1082,14 +1088,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:240 -#, fuzzy msgid "Created Body" -msgstr "建立" +msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:233 -#, fuzzy msgid "Created By" -msgstr "建立" +msgstr "" #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/reports/_edit_main.html:55 @@ -1099,17 +1103,16 @@ msgstr "建立" msgid "Created:" msgstr "建立:" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:877 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:678 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Bromley.pm:919 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:905 msgid "Credit Card" -msgstr "用戶編輯" +msgstr "" -#: templates/web/base/auth/change_password.html:40 +#: templates/web/base/auth/change_password.html:39 msgid "Current password:" msgstr "" -#: templates/web/base/dashboard/index.html:118 +#: templates/web/base/dashboard/index.html:121 msgid "Currently grouped by %s" msgstr "" @@ -1136,6 +1139,11 @@ msgstr "控制台" msgid "Date" msgstr "" +#: templates/web/base/dashboard/index.html:100 +#, fuzzy +msgid "Date range" +msgstr "儲存變動" + #: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1148,7 +1156,7 @@ msgstr "下屬單位5個工作天內處理。" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:780 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1157,6 +1165,11 @@ msgstr "" msgid "Delete" msgstr "" +#: templates/web/base/offline/fallback.html:37 +#, fuzzy +msgid "Delete draft" +msgstr "刪除" + #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:89 #: templates/web/zurich/admin/templates/edit.html:36 @@ -1164,11 +1177,10 @@ msgid "Delete template" msgstr "刪除模版" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "刪除模版" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:61 +#: templates/web/base/admin/bodies/contact-form.html:66 #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" @@ -1184,26 +1196,24 @@ msgstr "" msgid "Description" msgstr "描述" -#: templates/web/base/admin/bodies/contact-form.html:26 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:31 msgid "Destination" -msgstr "描述" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:466 +#: perllib/FixMyStreet/App/Controller/Report.pm:470 msgid "Detailed information is limited to %d characters." msgstr "" #. ("JS") #: templates/web/base/admin/users/alerts.html:12 #: templates/web/base/js/translation_strings.html:47 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:19 msgid "Details" msgstr "細節" -#: templates/web/base/admin/bodies/contact-form.html:77 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:82 msgid "Details hint text" -msgstr "問卷" +msgstr "" #: templates/web/base/admin/reports/_edit_main.html:101 #: templates/web/base/admin/reports/_edit_waste.html:77 @@ -1214,7 +1224,7 @@ msgstr "問卷" msgid "Details:" msgstr "細節:" -#: templates/web/base/dashboard/index.html:130 +#: templates/web/base/dashboard/index.html:133 msgid "Device and Site" msgstr "" @@ -1226,8 +1236,8 @@ msgstr "下放" msgid "Diligency prize league table" msgstr "勤奮表現名單" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:876 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:677 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:918 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:904 msgid "Direct Debit" msgstr "" @@ -1235,7 +1245,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:96 #: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1244,15 +1254,13 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:112 msgid "Disable reopening of reports in this category" -msgstr "%s 種類之申報" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:106 msgid "Disable updates on reports in this category" -msgstr "%s 種類之申報" +msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1280,7 +1288,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "您是否有 %s密碼? " -#: templates/web/base/questionnaire/index.html:43 +#: templates/web/base/questionnaire/index.html:45 msgid "Don’t know" msgstr "不知道" @@ -1297,6 +1305,11 @@ msgstr "" msgid "Down one" msgstr "" +#: templates/web/base/offline/fallback.html:34 +#, fuzzy +msgid "Draft report saved on %s" +msgstr "在%s 申報 " + #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or browse photos" @@ -1358,33 +1371,32 @@ msgstr "編輯" msgid "Edit body details" msgstr "編輯有關單位細節" -#: perllib/FixMyStreet/Cobrand/Default.pm:786 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:798 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:193 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:769 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:130 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:185 msgid "Edit reports" msgstr "" #: templates/web/base/admin/flagged.html:51 -#: templates/web/base/admin/reports/_edit_main.html:163 +#: templates/web/base/admin/reports/_edit_main.html:165 #: templates/web/base/admin/update_edit.html:38 -#, fuzzy msgid "Edit user" -msgstr "用戶編輯" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:785 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:137 +#: perllib/FixMyStreet/Cobrand/Default.pm:797 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:192 msgid "Edit users' details/search for their reports" msgstr "" @@ -1425,19 +1437,19 @@ msgstr "編輯器" #: templates/web/base/admin/users/import.html:24 #: templates/web/base/admin/users/import.html:47 #: templates/web/base/admin/users/index.html:44 -#: templates/web/base/alert/_updates.html:19 templates/web/base/my/my.html:68 -#: templates/web/base/my/my.html:83 +#: templates/web/base/alert/_updates.html:18 templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:88 #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:36 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 -#: templates/web/zurich/auth/general.html:14 -#: templates/web/zurich/auth/general.html:37 +#: templates/web/zurich/auth/general.html:13 +#: templates/web/zurich/auth/general.html:35 msgid "Email" msgstr "電子郵件" -#: templates/web/base/alert/_list.html:70 -#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/alert/_list.html:87 +#: templates/web/base/auth/change_email.html:36 #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/update/form_user_loggedin.html:26 msgid "Email address" @@ -1455,11 +1467,11 @@ msgstr "建立電郵通知" msgid "Email alert deleted" msgstr "取消電郵通知" -#: templates/web/base/auth/general.html:106 +#: templates/web/base/auth/general.html:104 msgid "Email me a link or text me a code to sign in" msgstr "" -#: templates/web/base/auth/general.html:108 +#: templates/web/base/auth/general.html:106 msgid "Email me a link to sign in" msgstr "" @@ -1467,7 +1479,7 @@ msgstr "" msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:185 +#: templates/web/base/admin/reports/_edit_main.html:187 #: templates/web/base/admin/reports/_edit_waste.html:60 #: templates/web/base/admin/users/_form_details.html:14 #: templates/web/base/my/my.html:39 @@ -1476,7 +1488,7 @@ msgstr "" msgid "Email:" msgstr "電子郵件:" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:741 #: templates/web/base/admin/emergencymessage/edit.html:1 #: templates/web/base/admin/emergencymessage/index.html:1 #: templates/web/base/admin/emergencymessage/index.html:7 @@ -1538,7 +1550,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:106 msgid "End Date" msgstr "" @@ -1551,9 +1563,8 @@ msgid "Endpoint" msgstr "結束點" #: perllib/FixMyStreet/Cobrand/Zurich.pm:85 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "輸入街道名稱 " +msgstr "" #: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" @@ -1572,7 +1583,7 @@ msgstr "輸入最近的街名或地區" msgid "Enter details of the problem" msgstr "請在此填寫問題的細節" -#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:74 +#: perllib/FixMyStreet/Cobrand/Thamesmead.pm:58 msgid "Enter the road name, postcode or the area closest to the problem" msgstr "" @@ -1615,11 +1626,12 @@ msgstr "" msgid "Expand map" msgstr "" +#: templates/web/base/offline/fallback.html:30 #: templates/web/base/report/new/form_report.html:74 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:132 +#: templates/web/base/dashboard/index.html:135 msgid "Export as CSV" msgstr "" @@ -1649,13 +1661,13 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:166 +#: templates/web/base/admin/bodies/contact-form.html:171 #: templates/web/base/admin/reports/_edit_main.html:115 #: templates/web/base/admin/update_edit.html:100 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1704,30 +1716,33 @@ msgstr "" msgid "Filter" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:17 +#: templates/web/base/questionnaire/index.html:73 msgid "First time" msgstr "首次" #: templates/web/base/dashboard/heatmap-list.html:4 -#, fuzzy msgid "Five most recent commented reports" -msgstr "最近申報之照片" +msgstr "" #: templates/web/base/dashboard/heatmap-list.html:1 -#, fuzzy msgid "Five newest reports" -msgstr "新的申報 " +msgstr "" #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "選擇涵蓋的區域 編輯有關單位 表單。" +#: templates/web/base/report/_council_sent_info.html:30 +#, fuzzy +msgid "FixMyStreet ref: %s" +msgstr "%s 流水號: %s " + #: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 #: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:144 +#: templates/web/base/dashboard/index.html:147 msgid "Fixed" msgstr "已處理" @@ -1744,7 +1759,7 @@ msgstr "已處理-用戶" msgid "Flag as deleted" msgstr "標記警告為刪除 " -#: perllib/FixMyStreet/Cobrand/Default.pm:693 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "標記警告" @@ -1753,7 +1768,7 @@ msgstr "標記警告" msgid "Flagged reports and users" msgstr "標記警告申報與用戶" -#: templates/web/base/admin/users/form.html:17 +#: templates/web/base/admin/users/form.html:18 msgid "Flagged users are listed on the flagged page." msgstr "標記警告用戶其已被列入 警告頁" @@ -1761,12 +1776,17 @@ msgstr "標記警告用戶其已被列入 警告頁" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "被標記警告的用戶其權限不受影響,只是列入特別關注名單" -#: templates/web/base/admin/reports/_edit_main.html:136 -#: templates/web/base/admin/users/form.html:24 +#: templates/web/base/admin/reports/_edit_main.html:137 +#: templates/web/base/admin/users/form.html:27 msgid "Flagged:" msgstr "警告:" -#: templates/web/base/reports/_ward-list.html:6 +#: templates/web/base/reports/body.html:28 +#, fuzzy +msgid "Follow a division link to view only reports within that division." +msgstr "追踪里/區連結,以檢視該區內之申報" + +#: templates/web/base/reports/body.html:18 msgid "Follow a ward link to view only reports within that ward." msgstr "追踪里/區連結,以檢視該區內之申報" @@ -1782,7 +1802,7 @@ msgstr "更多資訊,請詳見report here" +msgstr "" + #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -4010,7 +4031,7 @@ msgstr "" msgid "Resend report" msgstr "重新送出申報" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 msgid "Reset" msgstr "" @@ -4062,9 +4083,8 @@ msgstr "正確地點?" #. ("JS") #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/openlayers.html:62 -#, fuzzy msgid "Road map" -msgstr "已用過之地圖" +msgstr "" #: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" @@ -4078,13 +4098,13 @@ msgstr "此指定街道之道路營運者(來自OpenStreetMap): %s" msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:142 +#: templates/web/base/admin/users/form.html:146 #: templates/web/base/admin/users/index.html:29 #: templates/web/base/dashboard/index.html:90 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:733 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" @@ -4094,18 +4114,18 @@ msgstr "" msgid "Roles can be associated with the categories in which they operate." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: perllib/FixMyStreet/App/Controller/Admin.pm:433 -#: templates/web/base/admin/reports/_edit_main.html:150 -#: templates/web/base/admin/reports/_edit_waste.html:200 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: templates/web/base/admin/reports/_edit_main.html:152 +#: templates/web/base/admin/reports/_edit_waste.html:229 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "左轉 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:429 -#: templates/web/base/admin/reports/_edit_main.html:151 -#: templates/web/base/admin/reports/_edit_waste.html:201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:475 +#: templates/web/base/admin/reports/_edit_main.html:153 +#: templates/web/base/admin/reports/_edit_waste.html:230 #: templates/web/base/admin/update_edit.html:75 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -4120,7 +4140,7 @@ msgstr "旋轉這張照片將會導致申報中未存檔的照片更動消失" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:184 +#: templates/web/base/admin/bodies/contact-form.html:189 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4136,6 +4156,10 @@ msgstr "" msgid "Save changes" msgstr "儲存變動" +#: templates/web/base/offline/fallback.html:36 +msgid "Save draft" +msgstr "" + #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" msgstr "" @@ -4184,7 +4208,7 @@ msgstr "查無此用戶" #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:49 -#: templates/web/base/my/my.html:108 +#: templates/web/base/my/my.html:114 msgid "Security" msgstr "" @@ -4193,7 +4217,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:781 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "See user detail for reports created as the council" msgstr "" @@ -4208,7 +4232,7 @@ msgid "Select a category to display" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:89 +#: templates/web/base/admin/users/form.html:93 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "選擇區域" @@ -4217,11 +4241,20 @@ msgstr "選擇區域" msgid "Select if this is the default priority" msgstr "" -#: templates/web/base/reports/_ward-list.html:7 +#: templates/web/base/reports/body.html:29 +#, fuzzy +msgid "Select multiple divisions to view only reports within those divisions." +msgstr "追踪里/區連結,以檢視該區內之申報" + +#: templates/web/base/reports/body.html:30 +msgid "Select multiple divisions?" +msgstr "" + +#: templates/web/base/reports/body.html:19 msgid "Select multiple wards to view only reports within those wards." msgstr "" -#: templates/web/base/reports/_ward-list.html:8 +#: templates/web/base/reports/body.html:20 msgid "Select multiple wards?" msgstr "" @@ -4236,7 +4269,7 @@ msgid "Select:" msgstr "" #: templates/web/base/contact/enquiry/index.html:76 -#: templates/web/base/contact/form.html:99 +#: templates/web/base/contact/form.html:100 msgid "Send" msgstr "" @@ -4262,7 +4295,7 @@ msgstr "" msgid "Sent report back" msgstr "送回申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:927 +#: perllib/FixMyStreet/DB/Result/Problem.pm:949 msgid "Sent to %s %s later" msgstr "%s 稍後送給%s" @@ -4279,7 +4312,7 @@ msgstr "服務" #: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:103 +#: templates/web/base/my/my.html:109 msgid "Set password" msgstr "" @@ -4302,7 +4335,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:38 msgid "Shortlist all visible" msgstr "" @@ -4318,7 +4351,7 @@ msgstr "" msgid "Shortlisted by %s" msgstr "" -#: templates/web/base/questionnaire/index.html:56 +#: templates/web/base/questionnaire/index.html:60 msgid "Show all updates" msgstr "" @@ -4357,12 +4390,12 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 +#: templates/web/base/auth/create.html:71 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:94 +#: templates/web/base/auth/general.html:92 #: templates/web/base/main_nav_items.html:6 -#: templates/web/zurich/auth/general.html:23 -#: templates/web/zurich/auth/general.html:8 +#: templates/web/zurich/auth/general.html:22 +#: templates/web/zurich/auth/general.html:7 msgid "Sign in" msgstr "登入" @@ -4379,17 +4412,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "登入或新建帳戶" -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:85 msgid "Sign in with a password" msgstr "" #: templates/web/base/auth/create.html:31 -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:110 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:116 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "登出" -#: templates/web/base/header.html:25 templates/web/zurich/header.html:27 +#: templates/web/base/header.html:30 templates/web/zurich/header.html:27 msgid "Skip to main content" msgstr "" @@ -4450,7 +4483,7 @@ msgstr "抱歉,我們無法找到此位置" #: templates/web/base/auth/general.html:16 #: templates/web/base/report/display.html:29 -#: templates/web/base/report/new/fill_in_details_form.html:31 +#: templates/web/base/report/new/fill_in_details_form.html:30 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -4461,22 +4494,17 @@ msgid "Sorry, we could not parse that location. Please try again." msgstr "抱歉,我們無法解析此地點,請重試一次" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 -#: perllib/FixMyStreet/App/Form/Claims.pm:1197 +#: perllib/FixMyStreet/App/Form/Claims.pm:1161 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 -#, fuzzy msgid "Sorry, we couldn't save your file(s), please try again." -msgstr "抱歉,我們無法儲存你的照片,請重試一次" - -#: templates/web/base/offline/fallback.html:6 -msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:130 msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:196 +#: perllib/FixMyStreet/App/Controller/Report.pm:200 msgid "Sorry, you don’t have permission to do that. If you are the problem reporter, or a member of staff, please sign in to view this report." msgstr "" @@ -4485,16 +4513,16 @@ msgstr "" msgid "Sort by" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:66 +#: templates/web/base/admin/bodies/contact-form.html:71 msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:59 +#: templates/web/base/admin/users/form.html:63 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:64 -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:68 +#: templates/web/base/admin/users/form.html:73 msgid "Staff:" msgstr "" @@ -4502,10 +4530,14 @@ msgstr "" msgid "Staging site" msgstr "" -#: templates/web/base/dashboard/index.html:100 +#: templates/web/base/dashboard/index.html:102 msgid "Start Date" msgstr "" +#: templates/web/base/maps/_map_instructions.html:29 +msgid "Start new
report here" +msgstr "" + #: templates/web/base/admin/emergencymessage/_ooh.html:45 #, fuzzy msgid "Start time" @@ -4513,7 +4545,7 @@ msgstr "首次" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:43 +#: templates/web/base/admin/bodies/contact-form.html:48 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:63 #: templates/web/base/admin/list_updates.html:11 @@ -4521,7 +4553,7 @@ msgstr "首次" #: templates/web/base/admin/templates/edit.html:62 #: templates/web/base/admin/templates/view.html:8 #: templates/web/base/admin/users/alerts.html:11 -#: templates/web/base/dashboard/index.html:127 +#: templates/web/base/dashboard/index.html:130 #: templates/web/base/report/_inspect.html:34 #: templates/web/base/report/_item.html:95 #: templates/web/base/report/update/form_update.html:20 @@ -4534,7 +4566,7 @@ msgstr "陳述" msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:132 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4550,13 +4582,13 @@ msgstr "" msgid "State:" msgstr "陳述:" -#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 #: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:699 #: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -4602,23 +4634,23 @@ msgstr "主旨:" #: templates/web/base/auth/2fa/form-add.html:14 #: templates/web/base/auth/2fa/form.html:20 #: templates/web/base/auth/smsform.html:27 -#: templates/web/base/questionnaire/creator_fixed.html:19 +#: templates/web/base/questionnaire/creator_fixed.html:21 #: templates/web/base/report/form/submit.html:1 #: templates/web/base/report/form/submit.html:2 #: templates/web/base/report/form/user_loggedout_password.html:29 #: templates/web/base/report/new/form_report.html:48 #: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:48 #: templates/web/zurich/report/new/fill_in_details_form.html:49 -#: templates/web/zurich/report/new/fill_in_details_form.html:50 msgid "Submit" msgstr "送出" -#: templates/web/base/admin/reports/_edit_main.html:192 +#: templates/web/base/admin/reports/_edit_main.html:194 #: templates/web/base/admin/reports/_edit_main.html:9 -#: templates/web/base/admin/reports/_edit_waste.html:214 +#: templates/web/base/admin/reports/_edit_waste.html:243 #: templates/web/base/admin/reports/_edit_waste.html:67 #: templates/web/base/admin/update_edit.html:85 -#: templates/web/base/admin/users/form.html:188 +#: templates/web/base/admin/users/form.html:192 #: templates/web/zurich/admin/report_edit-sdm.html:117 #: templates/web/zurich/admin/reports/edit.html:259 #: templates/web/zurich/admin/update_edit.html:38 @@ -4626,7 +4658,7 @@ msgstr "送出" msgid "Submit changes" msgstr "送出更新" -#: templates/web/base/questionnaire/index.html:92 +#: templates/web/base/questionnaire/index.html:100 msgid "Submit questionnaire" msgstr "送出問卷" @@ -4635,15 +4667,15 @@ msgstr "送出問卷" msgid "Submitted" msgstr "已送出" -#: templates/web/base/alert/_list.html:73 -#: templates/web/base/alert/_list.html:76 -#: templates/web/base/alert/_updates.html:22 -#: templates/web/base/alert/_updates.html:25 -#: templates/web/base/alert/_updates.html:32 +#: templates/web/base/alert/_list.html:90 +#: templates/web/base/alert/_list.html:93 +#: templates/web/base/alert/_updates.html:21 +#: templates/web/base/alert/_updates.html:24 +#: templates/web/base/alert/_updates.html:31 msgid "Subscribe" msgstr "訂閱" -#: templates/web/base/alert/_list.html:68 +#: templates/web/base/alert/_list.html:85 msgid "Subscribe by email" msgstr "" @@ -4652,11 +4684,10 @@ msgid "Subscribed:" msgstr "" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 -#, fuzzy msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "更新內容有 %s 字數限制,請簡化您的更新。" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:111 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:148 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4666,15 +4697,16 @@ msgstr "" msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" +#: templates/web/base/offline/fallback.html:26 #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:176 +#: templates/web/base/admin/bodies/contact-form.html:181 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 +#: perllib/FixMyStreet/Cobrand/Default.pm:698 #: perllib/FixMyStreet/Cobrand/Zurich.pm:386 #: templates/web/base/admin/bodies/index.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 @@ -4686,10 +4718,9 @@ msgstr "" msgid "Summary" msgstr "摘要" -#: templates/web/base/admin/bodies/contact-form.html:72 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:77 msgid "Summary hint text" -msgstr "申報摘要" +msgstr "" #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:6 @@ -4706,11 +4737,11 @@ msgstr "" msgid "Superuser" msgstr "" -#: templates/web/base/admin/users/form.html:129 +#: templates/web/base/admin/users/form.html:133 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:125 +#: templates/web/base/admin/users/form.html:129 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4734,7 +4765,7 @@ msgstr "模版 «%s»" msgid "Template email response:" msgstr "公眾反應" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 #: perllib/FixMyStreet/Cobrand/Zurich.pm:397 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:75 @@ -4750,14 +4781,12 @@ msgid "Text" msgstr "內文" #: templates/web/base/tokens/confirm_alert.html:11 -#, fuzzy msgid "Text alert created" -msgstr "建立電郵通知" +msgstr "" #: templates/web/base/tokens/confirm_alert.html:18 -#, fuzzy msgid "Text alert deleted" -msgstr "取消電郵通知" +msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" @@ -4780,9 +4809,8 @@ msgid "Text:" msgstr "內文:" #: templates/web/base/admin/extra-metadata-item.html:70 -#, fuzzy msgid "Textarea" -msgstr "內文" +msgstr "" #: templates/web/base/tokens/confirm_problem.html:32 msgid "Thank you for reporting this issue!" @@ -4808,7 +4836,7 @@ msgstr "感謝您的回饋" msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :" msgstr "感謝上傳照片,現在需要知道問題的地點位置,請在上方方格內輸入附近街名或郵編 " -#: templates/web/base/questionnaire/creator_fixed.html:9 +#: templates/web/base/questionnaire/creator_fixed.html:10 msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "謝謝,很高興知道此問題己修復了。請問您過去是否曾申報過問題? " @@ -4847,23 +4875,23 @@ msgstr "問題被標註為送出" msgid "That problem will now be resent." msgstr "此問題將重新送出" -#: perllib/FixMyStreet/App/Controller/Report.pm:177 +#: perllib/FixMyStreet/App/Controller/Report.pm:181 msgid "That report has been removed from FixMyStreet." msgstr "該申報已遭FixMyStreet 移除 " -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:615 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:609 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:622 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:658 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:671 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:623 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:636 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4897,8 +4925,8 @@ msgstr "" msgid "The name is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon)." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:147 -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:152 +#: templates/web/base/admin/bodies/contact-form.html:153 #: templates/web/base/admin/bodies/form.html:116 #: templates/web/base/admin/bodies/form.html:117 msgid "" @@ -4933,10 +4961,9 @@ msgstr "" msgid "The code used to store this field value in the database." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:57 msgid "The contact has been confirmed as correct." -msgstr "問題被標註為送出" +msgstr "" #: templates/web/zurich/report/new/fill_in_details_text.html:2 #: templates/web/zurich/report/new/fill_in_details_text.html:3 @@ -4994,8 +5021,8 @@ msgstr "這連結可能失效了或者你並未正確地複制貼上它" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "%s 區域中,MapIt服務涵蓋的範圍清單" -#: templates/web/base/auth/change_password.html:26 -#: templates/web/base/auth/change_password.html:30 +#: templates/web/base/auth/change_password.html:25 +#: templates/web/base/auth/change_password.html:29 msgid "The passwords do not match" msgstr "密碼不符" @@ -5015,11 +5042,11 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:121 +#: perllib/FixMyStreet/Queue/Item/Report.pm:120 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "用戶無法在地點上標示問題,但可以看到他們輸入的地點" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:648 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 msgid "The user has been sent a login email" msgstr "" @@ -5081,7 +5108,7 @@ msgstr "本頁出現錯誤,請再試一次" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1006 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1014 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:165 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" @@ -5173,15 +5200,15 @@ msgstr "" "除非其涵蓋至少一個區域,否則政府單位不會接收到問題申報 " #. ($b->name) -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:501 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:508 msgid "This cobrand is already assigned to another body: " msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:221 +#: perllib/FixMyStreet/Queue/Item/Report.pm:220 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "當用戶沒有選擇類別時,電子郵件將送到負責該區域的各地方政府。如果您不是該問題的受理機關,請略過,或讓我們知道該問題的類別以在系統作修正。" -#: perllib/FixMyStreet/Queue/Item/Report.pm:224 +#: perllib/FixMyStreet/Queue/Item/Report.pm:223 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "電子郵件將送到負責該區域的多個地方政府,因選擇的類別提供這些對象。如果您不是負責受理機關,請略過。" @@ -5189,9 +5216,14 @@ msgstr "電子郵件將送到負責該區域的多個地方政府,因選擇的 msgid "This emergency message will be shown on the homepage." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1189 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1275 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:165 +#, fuzzy +msgid "This field is required." +msgstr "本項資訊必填" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1214 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1300 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1347 #: perllib/FixMyStreet/Cobrand/UK.pm:61 msgid "This information is required" msgstr "本項資訊必填" @@ -5213,7 +5245,7 @@ msgstr "" msgid "This is the text that will be sent to the reporting citizen in the alert email." msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:114 msgid "This means the user will only see front end staff features (such as the inspector form) in their assigned categories." msgstr "" @@ -5248,15 +5280,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "此問題尚待審核" -#: perllib/FixMyStreet/Script/Alerts.pm:140 +#: perllib/FixMyStreet/Script/Alerts.pm:149 msgid "This report is currently marked as closed." msgstr "該申報目前注記為結案狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:138 +#: perllib/FixMyStreet/Script/Alerts.pm:147 msgid "This report is currently marked as fixed." msgstr "該申報目前注記為解決狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:142 +#: perllib/FixMyStreet/Script/Alerts.pm:151 msgid "This report is currently marked as open." msgstr "該申報目前注記為開放狀態" @@ -5265,7 +5297,7 @@ msgstr "該申報目前注記為開放狀態" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:112 +#: perllib/FixMyStreet/Queue/Item/Report.pm:111 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "本頁包括由用戶提供反應問題的照片 " @@ -5280,7 +5312,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "花費時間(以分鐘計):" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -5328,7 +5360,7 @@ msgstr "" msgid "To provide an update, please sign in." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:120 +#: perllib/FixMyStreet/Queue/Item/Report.pm:119 msgid "To view a map of the precise location of this issue" msgstr "檢視地圖上問題之確切位置" @@ -5355,9 +5387,9 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:145 -#: templates/web/base/dashboard/index.html:150 -#: templates/web/base/dashboard/index.html:174 +#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:153 +#: templates/web/base/dashboard/index.html:177 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "總數" @@ -5401,12 +5433,12 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:33 msgid "Unban" msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:64 -#: templates/web/base/admin/bodies/contact-form.html:46 +#: templates/web/base/admin/bodies/contact-form.html:51 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:54 #: templates/web/zurich/admin/reports/edit.html:82 @@ -5423,23 +5455,23 @@ msgstr "" msgid "Unknown" msgstr "未知的" -#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +#: perllib/FixMyStreet/App/Controller/Rss.pm:177 msgid "Unknown alert type" msgstr "未知的通知類別" #. ("JS") #: perllib/FixMyStreet/App/Controller/Photo.pm:136 -#: perllib/FixMyStreet/App/Controller/Root.pm:147 +#: perllib/FixMyStreet/App/Controller/Root.pm:148 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "未知的錯誤" -#: perllib/FixMyStreet/App/Controller/Develop.pm:194 -#: perllib/FixMyStreet/App/Controller/Develop.pm:213 -#: perllib/FixMyStreet/App/Controller/My.pm:242 -#: perllib/FixMyStreet/App/Controller/Report.pm:162 -#: perllib/FixMyStreet/App/Controller/Report.pm:168 -#: perllib/FixMyStreet/App/Controller/Report.pm:171 +#: perllib/FixMyStreet/App/Controller/Develop.pm:195 +#: perllib/FixMyStreet/App/Controller/Develop.pm:214 +#: perllib/FixMyStreet/App/Controller/My.pm:246 +#: perllib/FixMyStreet/App/Controller/Report.pm:166 +#: perllib/FixMyStreet/App/Controller/Report.pm:172 +#: perllib/FixMyStreet/App/Controller/Report.pm:175 msgid "Unknown problem ID" msgstr "未知的問題編號  " @@ -5456,16 +5488,15 @@ msgid "Up one" msgstr "" #: templates/web/base/admin/states/index.html:76 -#: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/my/my.html:89 +#: templates/web/base/admin/users/alerts.html:60 +#: templates/web/base/my/my.html:95 #: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "更新" #: templates/web/base/admin/users/log.html:51 -#, fuzzy msgid "Update %s created for problem %d" -msgstr "由%s 更新%s 申報之問題%s  " +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5502,9 +5533,8 @@ msgid "Update marked problem as fixed" msgstr "本問題已解決之更新標註" #: templates/web/base/admin/emergencymessage/edit.html:90 -#, fuzzy msgid "Update message" -msgstr "更新之狀態" +msgstr "" #: templates/web/base/admin/update_edit.html:53 msgid "Update reopened problem" @@ -5526,14 +5556,15 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:249 +#: perllib/FixMyStreet/App/Controller/Admin.pm:295 #: perllib/FixMyStreet/App/Controller/Admin/EmergencyMessage.pm:58 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:360 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:197 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:410 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:363 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:198 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:414 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:55 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:593 -#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:68 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:606 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:115 +#: perllib/FixMyStreet/App/Controller/Admin/Waste.pm:179 #: perllib/FixMyStreet/Cobrand/Zurich.pm:839 #: perllib/FixMyStreet/Cobrand/Zurich.pm:864 #: perllib/FixMyStreet/Cobrand/Zurich.pm:933 @@ -5541,7 +5572,7 @@ msgid "Updated!" msgstr "已更新!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:134 +#: templates/web/base/dashboard/index.html:137 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" @@ -5574,23 +5605,27 @@ msgid "Use Open311 update-sending extension" msgstr "" #: templates/web/base/around/_postcode_form_geolocation.html:2 -#, fuzzy msgid "Use my current location" +msgstr "" + +#: templates/web/base/offline/fallback.html:20 +#, fuzzy +msgid "Use my location" msgstr "檢視地區" -#: templates/web/base/admin/bodies/contact-form.html:86 +#: templates/web/base/admin/bodies/contact-form.html:91 msgid "Use this for issues that you want to allow users to report, but for which there is no public interest in displaying the report, like requesting an extra rubbish bin at a specific address." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:141 +#: templates/web/base/admin/bodies/contact-form.html:146 msgid "Use this if there is a chance that multiple bodies covering the same area that have the same contacts and you want to just send reports to one, rather than multiple bodies" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:135 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Use this if you wish only users assigned to this category to see staff-related features (such as the inspector form) in the front end." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:113 msgid "Use this where you do not want problem reporters to be able to reopen their fixed or closed reports when leaving an update." msgstr "" @@ -5602,22 +5637,22 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:686 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:697 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:699 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:710 msgid "User added to abuse list" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:159 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:308 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:682 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:693 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:695 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:706 msgid "User already in abuse list" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/form.html:32 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5630,27 +5665,27 @@ msgstr "用戶找到相符的名稱與電子郵件" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/_edit_main.html:176 +#: templates/web/base/admin/reports/_edit_main.html:178 #: templates/web/base/admin/reports/_edit_waste.html:52 #: templates/web/base/admin/update_edit.html:35 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:796 #: perllib/FixMyStreet/Cobrand/Zurich.pm:402 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:136 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:191 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 #: templates/web/zurich/header.html:67 msgid "Users" msgstr "使用者" -#: templates/web/base/admin/users/form.html:139 +#: templates/web/base/admin/users/form.html:143 msgid "Users can be assigned one or more roles to give them all the permissions of those roles. Selecting a role or roles will disable manual permission selection." msgstr "" -#: templates/web/base/admin/users/form.html:155 +#: templates/web/base/admin/users/form.html:159 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5659,8 +5694,8 @@ msgid "Users with this role can perform the following actions within their assig msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:216 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:361 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:404 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:411 msgid "Values updated" msgstr "數值更新" @@ -5678,6 +5713,10 @@ msgstr "" msgid "Verify phone number" msgstr "" +#: templates/web/base/reports/body.html:31 +msgid "View divisions" +msgstr "" + #: templates/web/base/admin/reports/_edit_main.html:13 #: templates/web/base/admin/reports/_edit_waste.html:11 #: templates/web/base/admin/update_edit.html:11 @@ -5687,16 +5726,21 @@ msgstr "" msgid "View report on site" msgstr "檢視本站之申報 " -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:27 +#, fuzzy +msgid "View reports by division" +msgstr "檢視里/區之申報 " + +#: templates/web/base/reports/body.html:33 msgid "View reports by ward" msgstr "檢視里/區之申報 " -#: templates/web/base/reports/_ward-list.html:24 +#: templates/web/base/reports/body.html:21 msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:131 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 +#: perllib/FixMyStreet/Roles/CobrandSLWP.pm:186 msgid "View/Mark private reports" msgstr "" @@ -5716,7 +5760,7 @@ msgstr "檢視問題 " msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:18 +#: templates/web/base/reports/body.html:17 msgid "Wards of this council" msgstr "地方政府轄下的里/區" @@ -5729,7 +5773,7 @@ msgstr "設定" msgid "WasteWorks Configuration for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:744 msgid "WasteWorks config" msgstr "" @@ -5752,7 +5796,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:153 +#: perllib/FixMyStreet/Queue/Item/Report.pm:152 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "我們理解此問題可能是%s之責任,然而目前我們並無他們的聯絡資訊。如果您知道適當的聯絡人資訊,請告訴我們。" @@ -5773,7 +5817,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "很遺憾該問題仍未修復。何不試試聯絡當地議員民代反應此狀況?" -#: templates/web/base/dashboard/index.html:148 +#: templates/web/base/dashboard/index.html:151 msgid "Website" msgstr "" @@ -5794,7 +5838,7 @@ msgstr "何時編輯 " msgid "When sent" msgstr "何時送出" -#: templates/web/base/alert/_list.html:9 +#: templates/web/base/alert/_list.html:11 msgid "Which problems do you want alerts about?" msgstr "" @@ -5810,7 +5854,7 @@ msgstr "為何在此卡住?免費設定更多訊息通知MaPit." msgstr "搜尋要求,也可能限制單一機構中搜尋相關權責單位。其搜尋字眼為 MaPit提供的主管ID." -#: templates/web/base/dashboard/index.html:189 +#: templates/web/base/dashboard/index.html:192 msgid "Within the specified timeframe:" msgstr "" @@ -5818,7 +5862,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and available at fixmystreet.org." msgstr "您願為FixMyStreet貢獻嗎?這個一個開放原始碼,可從 fixmystreet.org官網進一步了解 " -#: templates/web/base/questionnaire/index.html:83 +#: templates/web/base/questionnaire/index.html:90 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "您是否願意4週後再收到另一份問卷?以提醒您確認最新的狀況" @@ -5835,13 +5879,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:28 #: templates/web/base/admin/list_updates.html:29 #: templates/web/base/admin/problem_row.html:13 -#: templates/web/base/admin/reports/_edit_main.html:169 +#: templates/web/base/admin/reports/_edit_main.html:171 #: templates/web/base/admin/reports/_edit_main.html:78 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/questionnaire/index.html:86 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:93 msgid "Yes" msgstr "是" @@ -5849,7 +5893,11 @@ msgstr "是" msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "你申訴此問題遭不必要之和諧 " -#: templates/web/base/admin/bodies/contact-form.html:47 +#: templates/web/base/offline/fallback.html:7 +msgid "You are currently offline. You can still make a draft report below, to finish and submit when you have signal again." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:52 msgid "You are not sure of the origin or validity of the contact." msgstr "" @@ -5875,7 +5923,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "您可在本站上檢視問題." -#: templates/web/base/admin/users/form.html:19 +#: templates/web/base/admin/users/form.html:21 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "您可以新增某位用戶到濫用者名單,它會自動隱藏(不會送出)該名用戶所提交的申報 " @@ -5884,7 +5932,7 @@ msgstr "您可以新增某位用戶到濫用者名單,它會自動隱藏(不 msgid "You can add an optional photo" msgstr "" -#: templates/web/base/alert/_list.html:18 +#: templates/web/base/alert/_list.html:21 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "" @@ -5917,7 +5965,7 @@ msgstr "您可以刪除某一單位如果不想讓它在本站激活" msgid "You can move around with your keyboard" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:254 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5936,9 +5984,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "您已回覆過本問卷。如果您有問題,請保持聯絡, 或是檢視 您作的申報\n" #: templates/web/base/contact/enquiry/index.html:59 -#, fuzzy msgid "You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "在此申報中你已經附加了照片(注意你最多可附3張照片,如果你還想上傳更多張,原先的照片會被移除)" +msgstr "" #: templates/web/base/report/form/photo_upload.html:16 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." @@ -5983,7 +6030,7 @@ msgstr "您已成功登入,請檢查您的個人資訊是否正確:" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:116 +#: templates/web/base/my/my.html:122 msgid "You haven’t created any reports yet. Report a problem now." msgstr "您當未創建任何申報,立即提供申報" @@ -6022,15 +6069,15 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/_updates.html:28 -#: templates/web/base/auth/create.html:50 -#: templates/web/base/auth/general.html:56 +#: templates/web/base/alert/_updates.html:27 +#: templates/web/base/auth/create.html:49 +#: templates/web/base/auth/general.html:55 #: templates/web/base/contact/enquiry/index.html:18 #: templates/web/base/contact/form.html:70 #: templates/web/base/report/form/user_loggedout_by_email.html:50 #: templates/web/base/report/form/user_loggedout_email.html:6 #: templates/web/base/report/new/duplicate_suggestions.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:28 +#: templates/web/zurich/report/new/fill_in_details_form.html:27 msgid "Your email" msgstr "您的電子郵件" @@ -6038,8 +6085,8 @@ msgstr "您的電子郵件" msgid "Your email address" msgstr "您的電子郵件" -#: templates/web/base/auth/create.html:48 -#: templates/web/base/auth/general.html:54 +#: templates/web/base/auth/create.html:47 +#: templates/web/base/auth/general.html:53 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "" @@ -6057,11 +6104,11 @@ msgstr "姓名" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:351 +#: perllib/FixMyStreet/App/Controller/My.pm:355 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:347 +#: perllib/FixMyStreet/App/Controller/My.pm:351 msgid "Your name has been hidden." msgstr "" @@ -6070,8 +6117,8 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:64 -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/create.html:63 +#: templates/web/base/auth/general.html:88 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "密碼" @@ -6085,9 +6132,9 @@ msgstr "密碼已更新" msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." msgstr "" -#: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email_password.html:7 -#: templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:66 +#: templates/web/base/report/form/user_loggedout_by_email_password.html:9 +#: templates/web/zurich/auth/general.html:54 msgid "Your password should include %d or more characters." msgstr "" @@ -6097,18 +6144,18 @@ msgstr "" msgid "Your phone number" msgstr "電話號碼" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:50 msgid "Your report" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:427 +#: perllib/FixMyStreet/Script/Alerts.pm:449 msgid "" "Your report (%d) has had an update; to view: %s\n" "\n" "To stop: %s" msgstr "" -#: templates/web/base/my/my.html:113 +#: templates/web/base/my/my.html:119 msgid "Your reports" msgstr "你作的申報" @@ -6130,7 +6177,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:136 +#: templates/web/base/my/my.html:142 msgid "Your updates" msgstr "更新" @@ -6157,7 +6204,7 @@ msgstr "" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 -#: templates/web/base/admin/users/form.html:166 +#: templates/web/base/admin/users/form.html:170 msgid "all" msgstr "" @@ -6177,8 +6224,8 @@ msgstr "" msgid "by %s" msgstr "由 %s" -#: templates/web/base/reports/body.html:8 -#: templates/web/base/reports/body.html:9 +#: templates/web/base/reports/body.html:12 +#: templates/web/base/reports/body.html:13 msgid "council" msgstr "地方政府" @@ -6191,12 +6238,12 @@ msgstr "不使用地圖" msgid "e.g. ‘%s’ or ‘%s’" msgstr "例如 ‘%s’ 或 ‘%s’" -#: templates/web/base/admin/bodies/contact-form.html:74 +#: templates/web/base/admin/bodies/contact-form.html:79 #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:79 +#: templates/web/base/admin/bodies/contact-form.html:84 #: templates/web/base/report/new/form_report.html:79 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -6214,7 +6261,7 @@ msgstr "從不同的用戶%s " msgid "government-internal" msgstr "" -#: templates/web/base/report/_item_small.html:22 +#: templates/web/base/report/_item_small.html:26 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "%s上回更新:" @@ -6239,7 +6286,7 @@ msgstr "不適用" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 #: templates/web/base/admin/category-checkboxes.html:6 -#: templates/web/base/admin/users/form.html:167 +#: templates/web/base/admin/users/form.html:171 msgid "none" msgstr "" @@ -6249,15 +6296,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/form.html:78 -#, fuzzy msgid "optional" -msgstr "(任選)" +msgstr "" -#: templates/web/base/report/form/user.html:36 -#: templates/web/base/report/form/user.html:47 -#, fuzzy +#: templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:51 msgid "or" -msgstr "或" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -6286,6 +6331,11 @@ msgstr "其它地區:" msgid "plus" msgstr "" +#: templates/web/base/report/_council_sent_info.html:27 +#, fuzzy +msgid "ref: %s" +msgstr "%s 流水號: %s " + #: templates/web/base/maps/_map_instructions.html:8 msgid "right" msgstr "" @@ -6320,7 +6370,7 @@ msgstr "地圖上無標記,用戶未使用地圖" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Queue/Item/Report.pm:137 +#: perllib/FixMyStreet/Queue/Item/Report.pm:136 msgid "this type of local problem" msgstr "此類在地問題" @@ -6354,19 +6404,23 @@ msgstr "用戶來同一問題的地方政府- %d" msgid "user is problem owner" msgstr "%d 天數" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:721 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:734 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:719 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:732 msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:5 +#: templates/web/base/reports/body.html:9 msgid "ward" msgstr "路檔" +#: templates/web/base/admin/waste/bulky_items.html:40 +msgid "🗑" +msgstr "" + #: templates/web/base/admin/bodies/index.html:56 #, perl-format msgid "%d address" @@ -6397,11 +6451,11 @@ msgid "%d month" msgid_plural "%d months" msgstr[0] "" -#: perllib/FixMyStreet/App/Form/Claims.pm:1110 -#, fuzzy, perl-format +#: perllib/FixMyStreet/App/Form/Claims.pm:1096 +#, perl-format msgid "%d photo" msgid_plural "%d photos" -msgstr[0] "照片" +msgstr[0] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -6452,10 +6506,10 @@ msgid_plural "%s updates on problems" msgstr[0] "" #: templates/web/base/front/stats.html:20 -#, fuzzy, perl-format +#, perl-format msgid "%s completed in past month" msgid_plural "%s completed in past month" -msgstr[0] "上個月解決的%s " +msgstr[0] "" #: templates/web/base/front/stats.html:29 #, perl-format @@ -6487,7 +6541,7 @@ msgid "Please supply %s photo" msgid_plural "Please supply %s photos" msgstr[0] "" -#: templates/web/base/report/_item_small.html:10 +#: templates/web/base/report/_item_small.html:14 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -6505,13 +6559,13 @@ msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "我們尚未有該區域負責單位之細節 " -#: templates/web/base/waste/garden/subscribe_summary.html:13 +#: templates/web/base/waste/garden/subscribe_summary.html:20 #, perl-format msgid "bin" msgid_plural "bins" msgstr[0] "" -#: templates/web/base/report/_item_small.html:20 +#: templates/web/base/report/_item_small.html:24 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -6529,108 +6583,11 @@ msgid "report" msgid_plural "reports" msgstr[0] "" -#, fuzzy -#~ msgid "or use my location" -#~ msgstr "檢視地區" - -#, fuzzy -#~ msgid "Enter a street, area, or landmark" -#~ msgstr "輸入最近的街名或地區" - -#~ msgid "Could not find user" -#~ msgstr "找不到該戶用" - -#~ msgid "Flag user" -#~ msgstr "標記警告用戶" - -#~ msgid "Home" -#~ msgstr "首頁" - -#~ msgid "MAP" -#~ msgstr "地圖" - -#~ msgid "Map" -#~ msgstr "地圖" - -#~ msgid "Please be polite, concise and to the point." -#~ msgstr "用語請遵守禮節,明確解釋問題 " - -#~ msgid "Please do not be abusive — abusing your council devalues the service for all users." -#~ msgstr "請勿濫用本服務,濫用將造成您的政府輕視其它使用者之意見 " - -#~ msgid "Remove flag" -#~ msgstr "移除標記" - -#~ msgid "Satellite" -#~ msgstr "衛星" - -#~ msgid "User flag removed" -#~ msgstr "移除用戶的標記警告" - -#~ msgid "User flagged" -#~ msgstr "給用戶標記警告" - -#~ msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." -#~ msgstr "請注意留言內容,勿用注音文並應加上標點符號以利閱讀。" - -#~ msgid "Closed by council" -#~ msgstr "由地方政府關閉" - -#~ msgid "Filter report list" -#~ msgstr "過濾初次申報 " - -#~ msgid "Invalid agency_responsible value %s" -#~ msgstr "無效的權責單位數值 %s" - -#~ msgid "Post" -#~ msgstr "張貼" - -#~ msgid "" -#~ "Check private if reports in this category should never be displayed on the website.\n" -#~ "
\n" -#~ " Normally, categories are not private.\n" -#~ "
\n" -#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -#~ " at a specific address." -#~ msgstr "" -#~ "檢查 私人類別 如果申報在此類別下 將不會公開在網頁上\n" -#~ "
\n" -#~ "一般而言類別不會設為私人\n" -#~ "
\n" -#~ "這類問題適合於用戶申報給有關機關,但公開申報資料並無公益性\n" -#~ "例如在英國想在某特定地點要求多安置垃圾筒" - -#~ msgid "Coordinates:" -#~ msgstr "協同單位:" - -#~ msgid "Didn't use map" -#~ msgstr "不使用地圖" - -#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "如果您使用 非電子郵件送出申訴方式, 請在此輸入此服務代號 (Open311) 或同等的代號。" - -#~ msgid "OK" -#~ msgstr "好了" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "此申報無法在 %s上檢視 " - -#~ msgid "" -#~ "The email address is the destination to which reports about this category will be sent. \n" -#~ " Other categories for this body may have the same email address." -#~ msgstr "" -#~ "此 電子郵件 為此類別申報所將送出的對象\n" -#~ "該主責單位負責的其它類別可能也會使用同一電子郵件" - -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "您的電子郵件/密碼不符,請重試一次" - -#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -#~ msgstr "本站為開發試用,可能隨時故障,資料庫也會定期刪除。" - -#~ msgid "Used map" -#~ msgstr "已用過之地圖" +#: templates/web/base/waste/garden/subscribe_summary.html:18 +#, fuzzy, perl-format +msgid "sack subscription" +msgid_plural "sack subscriptions" +msgstr[0] "描述" -#~ msgid "or locate me automatically" -#~ msgstr "自動辨識我所在位置 " +#~ msgid "Place pin on map" +#~ msgstr "在地圖上作標記" diff --git a/perllib/FixMyStreet/Script/Reports.pm b/perllib/FixMyStreet/Script/Reports.pm index ca0c456ecbe..3b3269dd54b 100644 --- a/perllib/FixMyStreet/Script/Reports.pm +++ b/perllib/FixMyStreet/Script/Reports.pm @@ -146,7 +146,10 @@ sub end_summary_failures { } if ($sending_errors) { my $count = $unsent->count; - my $bodies = join "\n", map { "$_ (" . scalar @{ $bodies{$_} } . "): " . join ', ', @{ $bodies{$_} } } keys %bodies; + my $bodies = join "\n", map { + my $n = scalar @{ $bodies{$_} }; + "$_ ($n): " . join ', ', @{ $bodies{$_} } + } keys %bodies; print "The following $count reports had problems sending:\n$bodies\n$sending_errors"; }